[rtems commit] Enforce compatible Newlib version

Sebastian Huber sebh at rtems.org
Thu Oct 5 12:35:46 UTC 2017


Module:    rtems
Branch:    master
Commit:    e46a075d35fa821b9d5f841032149d74e828be2b
Changeset: http://git.rtems.org/rtems/commit/?id=e46a075d35fa821b9d5f841032149d74e828be2b

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  5 14:23:40 2017 +0200

Enforce compatible Newlib version

This Newlib check ensures that we have a 64-bit time_t and
self-contained POSIX synchronization objects.

Update #2514.
Update #3111.
Update #3112.
Update #3113.
Update #3114.
Update #3115.
Update #3116.

---

 cpukit/configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 8d5b322..212a659 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -156,6 +156,7 @@ AC_CHECK_HEADER([pthread.h],[
   AC_CHECK_TYPES([pthread_barrier_t])
   AC_CHECK_TYPES([pthread_spinlock_t])
   AC_CHECK_TYPES([struct _pthread_cleanup_context],[],[RTEMS_TOOL_CHAIN_ERROR],[#include <pthread.h>])
+  AC_CHECK_TYPES([struct _Priority_Node],[],[RTEMS_TOOL_CHAIN_ERROR],[#include <pthread.h>])
 ])
 
 AC_CHECK_HEADER([signal.h],[



More information about the vc mailing list