diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-17 15:28:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-17 15:28:23 +0200 |
commit | 1a2a22729ff0256725a3561e46f465efc18801f7 (patch) | |
tree | e059a73fac65098dc26eeecd59cd413845c497ec /toolchain/gcc | |
parent | f28ff548b82683c395c3e7938a25720070da2b7a (diff) |
update some targets to 2.6.35.4
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index eb86166ff..6c543298e 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -127,6 +127,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled $(MAKE) -C $(GCC_BUILD_DIR_FINAL) install # workaround if you cross-compile binutils @-rm $(STAGING_DIR)/lib/libiberty.a + @-rm $(STAGING_DIR)/usr/lib/libiberty.a # Set up the symlinks to enable lying about target name. set -e; \ (cd $(STAGING_TOOLS); \ |