summaryrefslogtreecommitdiff
path: root/librt/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-31 22:43:52 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-31 22:43:52 +0200
commit3a14ea8812e8695b5205a70431d513fb905c0daf (patch)
treee89db345afacac58f5e0981ac51c0beded80aa71 /librt/Makefile.in
parent24946289317ea23bb0d1814cca0a499a905f7d6f (diff)
Revert "librt: Use -nodefaultlibs instead of -nostdlib"
This reverts commit 534f44d53146457b3ca686c47efb9207543b88e1. I don't think this is wanted. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'librt/Makefile.in')
-rw-r--r--librt/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in
index fbbf5b447..8555e94db 100644
--- a/librt/Makefile.in
+++ b/librt/Makefile.in
@@ -15,9 +15,6 @@ LIBS-librt.so := $(LIBS)
ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
LIBS-librt.so += $(top_builddir)lib/libdl.so $(top_builddir)lib/libpthread.so
endif
-START_FILE-librt.so := $(SHARED_START_FILES)
-END_FILE-librt.so := $(SHARED_END_FILES)
-
librt_FULL_NAME := librt-$(VERSION).so