diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-11 16:34:34 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-13 00:26:40 -0500 |
commit | a500a54bedc8081b9959cb03214047aead18b164 (patch) | |
tree | aeb740c6fcd978346208023487ca488cbec6cc87 /librt | |
parent | 611eb585f50911f326f433e9827ca5948348ea7e (diff) |
Revert "Revert "librt: Use -nodefaultlibs instead of -nostdlib""
This reverts commit 3a14ea8812e8695b5205a70431d513fb905c0daf.
Diffstat (limited to 'librt')
-rw-r--r-- | librt/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in index a246d00ee..1c1559c4a 100644 --- a/librt/Makefile.in +++ b/librt/Makefile.in @@ -15,6 +15,9 @@ 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 |