From: Peter Korsgaard Date: Thu, 24 May 2007 21:23:19 +0000 (-0000) Subject: Fixed silly typo. Thanks to Petur Thors for reporting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=002ad94857e26d983f6937446e7fa5a81a19a3ac;p=buildroot.git Fixed silly typo. Thanks to Petur Thors for reporting --- diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index 1d20af8105..e95e49ee29 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/