OSDN Git Service

Put it back the way it was. Sigh.
authorEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 14:53:37 +0000 (14:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 14:53:37 +0000 (14:53 -0000)
libc/Makefile

index de647fb..1809779 100644 (file)
@@ -51,9 +51,9 @@ shared: $(TOPDIR)lib/$(LIBNAME)
        $(AR) rv ./tmp/libgcc-need.a
        @(cd tmp && CC=$(CC) LD=$(LD) NM=$(NM) AR=$(AR) \
                /bin/sh $(TOPDIR)../extra/scripts/get-needed-libgcc-objects.sh)
-       $(CC) $(LDFLAGS) $(VERSION_SCRIPT) -Wl,-soname=$(SHARED_MAJORNAME) -o $(SHARED_FULLNAME) \
-               -Wl,--whole-archive ./tmp/libgcc-need.a $(LIBNAME) -Wl,--no-whole-archive \
-               -Wl,-init,__uClibc_init $(TOPDIR)/libc/misc/internals/interp.o \
+       $(LD) $(LDFLAGS) $(VERSION_SCRIPT) -soname=$(SHARED_MAJORNAME) -o $(SHARED_FULLNAME) \
+               --whole-archive ./tmp/libgcc-need.a $(LIBNAME) --no-whole-archive \
+               -init __uClibc_init $(TOPDIR)/libc/misc/internals/interp.o \
                $(LIBGCC)
        @true #rm -rf tmp
        install -d $(TOPDIR)lib