From e46a075d35fa821b9d5f841032149d74e828be2b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Oct 2017 14:23:40 +0200 Subject: 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(+) (limited to 'cpukit') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 8d5b322280..212a659985 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 ]) + AC_CHECK_TYPES([struct _Priority_Node],[],[RTEMS_TOOL_CHAIN_ERROR],[#include ]) ]) AC_CHECK_HEADER([signal.h],[ -- cgit v1.2.3