summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-05-24 21:23:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2007-05-24 21:23:19 +0000
commit002ad94857e26d983f6937446e7fa5a81a19a3ac (patch)
tree08d998e1ee195b4108e4b52ea8610ffd80e4db88
parentca837b638ee3658948d8c2849153d974326eb772 (diff)
Fixed silly typo. Thanks to Petur Thors for reporting
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index 1d20af810..e95e49ee2 100644
--- 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/libstdc++.so*
endif
ifeq ($(BR2_INSTALL_LIBGCJ),y)
-cp -dpf $(STAGING_DIR)/lib/libgcj.so* $(TARGET_DIR)/lib/