From 0c86647fe03297fbfa494533ea1fce336bd4bb74 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 6 Feb 2006 11:26:51 +0000 Subject: make gcc4 depend on libgcc, and disable the libgcc hack for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3161 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/gcc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openwrt/toolchain/gcc/Makefile') diff --git a/openwrt/toolchain/gcc/Makefile b/openwrt/toolchain/gcc/Makefile index 2d24cdd13..26e17ad61 100644 --- a/openwrt/toolchain/gcc/Makefile +++ b/openwrt/toolchain/gcc/Makefile @@ -193,11 +193,7 @@ endif # We do another ugly hack here because the standard behaviour is # to include a reference to libgcc.so.1 in all binaries. For flash space # saving, we change the specs file to link in a static libgcc here. - if [ ! -f $(STAGING_DIR)/lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs ] ; then \ - echo staging dir specs file is missing, assuming GCC 4.x ; \ - $(STAGING_DIR)/bin/$(REAL_GNU_TARGET_NAME)-gcc -dumpspecs > $(STAGING_DIR)/lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs; \ - fi; - if grep -q as-needed $(STAGING_DIR)/lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs; then \ + if [ -f $(STAGING_DIR)/lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs ] ; then \ patch -d $(STAGING_DIR)/lib/gcc/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/ -p0 < ./$(GCC_VERSION)/static-libgcc.patch.conditional ; \ fi; -- cgit v1.2.3