summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-25 14:53:37 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-25 14:53:37 +0000
commitdd91422c648ed7df631c79789a8bd1665a7edb76 (patch)
tree689c123d8011b49bc67597863de3075abdf38e53 /libc/Makefile
parent8cd7c61d649de736386c306750bafe8877be7d2e (diff)
Put it back the way it was. Sigh.
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/Makefile b/libc/Makefile
index de647fb4c..1809779d6 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -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