projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca837b6
)
Fixed silly typo. Thanks to Petur Thors for reporting
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 24 May 2007 21:23:19 +0000
(21:23 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 24 May 2007 21:23:19 +0000
(21:23 -0000)
toolchain/gcc/gcc-uclibc-3.x.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/gcc-uclibc-3.x.mk
b/toolchain/gcc/gcc-uclibc-3.x.mk
index 1d20af8105bb1026b27e72a8ac5e39da92321019..e95e49ee297d595e5e0fbe6abbf51dc60a8714c9 100644
(file)
--- a/
toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/
toolchain/gcc/gcc-uclibc-3.x.mk
@@
-296,7
+296,7
@@
ifeq ($(BR2_GCC_SHARED_LIBGCC),y)
endif
ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
-cp -dpf $(STAGING_DIR)/lib/libstdc++.so* $(TARGET_DIR)/lib/
- $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libstc++.so*
+ $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libst
d
c++.so*
endif
ifeq ($(BR2_INSTALL_LIBGCJ),y)
-cp -dpf $(STAGING_DIR)/lib/libgcj.so* $(TARGET_DIR)/lib/