]> Git Repo - uclibc-ng.git/commitdiff
Make libc depend on ldso
authorEric Andersen <[email protected]>
Sat, 12 Jan 2002 04:20:52 +0000 (04:20 -0000)
committerEric Andersen <[email protected]>
Sat, 12 Jan 2002 04:20:52 +0000 (04:20 -0000)
libc/Makefile

index 7805f97b26519b587da3648300a59f3277df8786..83a53bf6a26a0a024571ccd50d4a8c356947ca7b 100644 (file)
@@ -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)
This page took 0.032755 seconds and 4 git commands to generate.