summaryrefslogtreecommitdiffstats
path: root/cpukit/libstdthreads
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 09:39:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 09:39:32 +0100
commitdc7031904de103064da3b93ed90f0791c8b8adb4 (patch)
treea5bdcaf3c51e2ebfff286803a00b77d06f6c44b4 /cpukit/libstdthreads
parentconfigure: Remove HAVE_SEMAPHORE_H support (diff)
downloadrtems-dc7031904de103064da3b93ed90f0791c8b8adb4.tar.bz2
configure: Remove HAVE_THREADS_H support
Diffstat (limited to 'cpukit/libstdthreads')
-rw-r--r--cpukit/libstdthreads/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libstdthreads/Makefile.am b/cpukit/libstdthreads/Makefile.am
index 8b4ffaae0f..b6b9138063 100644
--- a/cpukit/libstdthreads/Makefile.am
+++ b/cpukit/libstdthreads/Makefile.am
@@ -8,7 +8,6 @@ libstdthreads_a_CFLAGS = -std=c11
libstdthreads_a_CPPFLAGS = $(AM_CPPFLAGS)
libstdthreads_a_SOURCES =
-if HAVE_THREADS_H
libstdthreads_a_SOURCES += call_once.c
libstdthreads_a_SOURCES += cnd.c
libstdthreads_a_SOURCES += mtx.c
@@ -16,6 +15,5 @@ if HAS_PTHREADS
libstdthreads_a_SOURCES += thrd.c
endif
libstdthreads_a_SOURCES += tss.c
-endif
include $(top_srcdir)/automake/local.am