diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-26 16:21:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-26 16:21:29 +0000 |
commit | 675a560f87fe59411a01a68a84706ff2edccddce (patch) | |
tree | 810f4df9aa099ed97380bce95cc76c44915d8095 | |
parent | 9b387a1220d4b919755160b2fdd8fc17f7fdc2e5 (diff) |
Ok, this should finish things up
-Erik
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ $(LIBNAME): halfclean headers uClibc_config.h subdirs shared: $(LIBNAME) @rm -rf tmp @mkdir tmp + @make -C ld.so-1/d-link @(cd tmp; CC=$(CC) /bin/sh ../extra/scripts/get-needed-libgcc-objects.sh) if [ -s ./tmp/libgcc-need.a ] ; then \ $(CC) -g $(LDFLAGS) -shared -o $(SHARED_FULLNAME) \ |