summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorPeter Korsgaard2007-05-24 23:23:19 +0200
committerPeter Korsgaard2007-05-24 23:23:19 +0200
commit002ad94857e26d983f6937446e7fa5a81a19a3ac (patch)
tree08d998e1ee195b4108e4b52ea8610ffd80e4db88 /toolchain
parentfontconfig requires expat (diff)
downloadbuildroot-002ad94857e26d983f6937446e7fa5a81a19a3ac.tar.gz
buildroot-002ad94857e26d983f6937446e7fa5a81a19a3ac.tar.xz
buildroot-002ad94857e26d983f6937446e7fa5a81a19a3ac.zip
Fixed silly typo. Thanks to Petur Thors for reporting
Diffstat (limited to 'toolchain')
-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/