summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2003-02-15 11:42:54 +0100
committerEric Andersen2003-02-15 11:42:54 +0100
commit039a17c4896759aa94c1e0eb037b99320c4c3b33 (patch)
treeca28e41342d5e43b33a8fe672d93bc632ca808dc /make
parentFix a few problems noticed by Peter S. Mazinger (diff)
downloadbuildroot-039a17c4896759aa94c1e0eb037b99320c4c3b33.tar.gz
buildroot-039a17c4896759aa94c1e0eb037b99320c4c3b33.tar.xz
buildroot-039a17c4896759aa94c1e0eb037b99320c4c3b33.zip
oops
Diffstat (limited to 'make')
-rw-r--r--make/gcc_target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gcc_target.mk b/make/gcc_target.mk
index 98592e0bc..bbd71b423 100644
--- a/make/gcc_target.mk
+++ b/make/gcc_target.mk
@@ -285,7 +285,7 @@ $(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
-mv $(TARGET_DIR)/lib/*.a $(TARGET_DIR)/usr/lib/
-mv $(TARGET_DIR)/lib/*.la $(TARGET_DIR)/usr/lib/
rm -f $(TARGET_DIR)/lib/libstdc++.so
- (cd $(TARGET_DIR)/usr/lib; ln -fs /lib//lib/libstdc++.so.5* libstdc++.so)
+ (cd $(TARGET_DIR)/usr/lib; ln -fs /lib//lib/libstdc++.so.5.* libstdc++.so)
-$(STRIP) $(TARGET_DIR)/bin/*
-$(STRIP) $(TARGET_DIR)/usr/bin/*
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \