forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -156,6 +156,7 @@ AC_CHECK_HEADER([pthread.h],[
|
|||||||
AC_CHECK_TYPES([pthread_barrier_t])
|
AC_CHECK_TYPES([pthread_barrier_t])
|
||||||
AC_CHECK_TYPES([pthread_spinlock_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 _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],[
|
AC_CHECK_HEADER([signal.h],[
|
||||||
|
|||||||
Reference in New Issue
Block a user