summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 11:28:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 11:28:35 +0100
commit6b1328777821dd686113a22bf9204bac91d7e4b7 (patch)
treedef174d3525c74289ae2678832b6bee90879e732 /cpukit/libcsupport/Makefile.am
parentconfigure: Remove SIZEOF_PTHREAD_SPINLOCK_T (diff)
downloadrtems-6b1328777821dd686113a22bf9204bac91d7e4b7.tar.bz2
configure: Remove envlock support
This is provided by Newlib itself.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 7110e9f594..43d34c4a23 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -139,7 +139,7 @@ libcsupport_a_SOURCES += src/printertask.c
libcsupport_a_SOURCES += $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \
$(TERMINAL_IDENTIFICATION_C_FILES) $(SYSTEM_CALL_C_FILES) \
- $(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES) src/envlock.c \
+ $(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES) \
$(TERMIOS_C_FILES) src/getpagesize.c src/getrusage.c src/posix_devctl.c