diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-31 22:43:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-13 00:25:46 -0500 |
commit | 218bacae45c633536bed31c0cbe2f457cb378199 (patch) | |
tree | c6d188b69a9ec9d1406a6b731a0fefac3e6b4b2a | |
parent | 32d11b1454734c7931b8b0ec98cf5aba1970dde5 (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>
-rw-r--r-- | librt/Makefile.in | 3 |
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 |