summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 13:55:12 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 13:55:12 +0000
commit690878dd45f0b2fd678612285147663fd7e338b9 (patch)
treec1441ee8ae9fc21bdef9424faa3aa70bb380c36e /openwrt/toolchain
parentcbd1a66cecee1c7e6f433ef64a66b2a72b52eea9 (diff)
downloadmtk-20170518-690878dd45f0b2fd678612285147663fd7e338b9.zip
mtk-20170518-690878dd45f0b2fd678612285147663fd7e338b9.tar.gz
mtk-20170518-690878dd45f0b2fd678612285147663fd7e338b9.tar.bz2
Don't install libgcc to root_dir
SVN-Revision: 601
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r--openwrt/toolchain/gcc/gcc-uclibc-3.x.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/toolchain/gcc/gcc-uclibc-3.x.mk b/openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
index 09829db..e719b87 100644
--- a/openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -203,10 +203,6 @@ ifeq ($(findstring 3.3.,$(GCC_VERSION)),3.3.)
cp ./$(GCC_VERSION)/specs-$(ARCH)-soft-float $(STAGING_DIR)/lib/gcc-lib/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs
endif
endif
- # These are in /lib, so...
- rm -rf $(TARGET_DIR)/usr/lib/libgcc_s.so*
- -$(STRIP) $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib/libgcc_s.so.1
- -cp -a $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib/libgcc_s* $(TARGET_DIR)/lib/
gcc: gcc_initial $(LIBFLOAT_TARGET) \
gcc-install $(GCC_TARGETS)