projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe35d4
)
Sigh
author
Eric Andersen
<andersen@codepoet.org>
Sat, 15 Feb 2003 22:58:44 +0000
(22:58 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 15 Feb 2003 22:58:44 +0000
(22:58 -0000)
make/gcc_target.mk
patch
|
blob
|
history
diff --git
a/make/gcc_target.mk
b/make/gcc_target.mk
index bbd71b423f9315a2d4e1e5ea26331a2bbe1c3b21..c0362f196485c464db3907dc896be01f0b54e830 100644
(file)
--- 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/
libstdc++.so.5.0.2
libstdc++.so)
-$(STRIP) $(TARGET_DIR)/bin/*
-$(STRIP) $(TARGET_DIR)/usr/bin/*
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \