projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54c228
)
Fix c++ header installation
author
Eric Andersen
<andersen@codepoet.org>
Tue, 28 Jan 2003 11:33:24 +0000
(11:33 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 28 Jan 2003 11:33:24 +0000
(11:33 -0000)
make/gcc_target.mk
patch
|
blob
|
history
diff --git
a/make/gcc_target.mk
b/make/gcc_target.mk
index 94ead9966b82f605f20128c8964500c513bef99e..7bef9ff61d66f95a104b772bb4e703d3d2ca08f9 100644
(file)
--- a/
make/gcc_target.mk
+++ b/
make/gcc_target.mk
@@
-270,7
+270,7
@@
$(TARGET_DIR)/usr/bin/gcc: $(GCC_BUILD_DIR3)/.compiled
-mv $(TARGET_DIR)/usr/bin/$(GNU_TARGET_NAME)-c++filt $(TARGET_DIR)/usr/bin/c++filt
-cp -dpf $(STAGING_DIR)/lib/libgcc* $(TARGET_DIR)/lib/
cp -a $(STAGING_DIR)/lib/*++* $(TARGET_DIR)/lib/
- cp -a $(STAGING_DIR)/include/c++ $(TARGET_DIR)/include/
+ cp -a $(STAGING_DIR)/include/c++ $(TARGET_DIR)/
usr/
include/
-$(STRIP) $(TARGET_DIR)/bin/*
-$(STRIP) $(TARGET_DIR)/usr/bin/*
rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \