summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-12 04:20:52 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-12 04:20:52 +0000
commitebc043565b5980f3622eea0c90ef31aeac839a39 (patch)
treef2e237dec0be13f4a9541a75e64756dee2f6881f /libc/Makefile
parent665caab50c6de66061f59af920c10ce4a849d827 (diff)
Make libc depend on ldso
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Makefile b/libc/Makefile
index 7805f97b2..83a53bf6a 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -48,7 +48,7 @@ shared: $(TOPDIR)lib/$(LIBNAME)
/bin/sh ../../extra/scripts/get-needed-libgcc-objects.sh)
$(LD) $(LDFLAGS) -o $(SHARED_FULLNAME) -soname=$(SHARED_MAJORNAME) \
--dynamic-linker $(DYNAMIC_LINKER) --whole-archive $(LIBNAME) \
- ./tmp/libgcc-need.a
+ ./tmp/libgcc-need.a $(LDSO)
@/bin/true #rm -rf tmp
install -d $(TOPDIR)lib
rm -f $(TOPDIR)lib/$(SHARED_FULLNAME)