summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 11:43:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 11:46:19 +0100
commit714617e7ec20244d62d109cb83bd761484e2b2b9 (patch)
treeda571cc289ddb0d712f4be0733e5837c87d97c8f /cpukit/configure.ac
parentconfigure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUE (diff)
downloadrtems-714617e7ec20244d62d109cb83bd761484e2b2b9.tar.bz2
configure: Remove __RTEMS_HAVE_DECL_SIGALTSTACK__
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 93404e7cf3..6f736c152c 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -116,12 +116,6 @@ RTEMS_CHECK_FUNC([pthread_getattr_np],[
#define _GNU_SOURCE
#include <pthread.h>])
-# This was added to newlib in August 2014 to improve conformance.
-# Disable use of internal definition if it is present.
-RTEMS_CHECK_FUNC([sigaltstack],[
- #define _GNU_SOURCE
- #include <signal.h>])
-
# Mandated by POSIX, not declared in some versions of newlib.
AC_CHECK_DECLS([getrusage],,,[#include sys/resource.h])
@@ -239,10 +233,6 @@ RTEMS_CPUOPT([RTEMS_VERSION],
[RTEMS version string])
## Header file differences that need to be known in .h after install
-RTEMS_CPUOPT([__RTEMS_HAVE_DECL_SIGALTSTACK__],
- [test x"${ac_cv_have_decl_sigaltstack}" = x"yes"],
- [1],
- [indicate if <signal.h> in toolset has sigaltstack()])
## This improves both the size and coverage analysis.
RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__],