diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-18 11:58:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-18 11:58:10 +0200 |
commit | b23e1d1c9093237e74b20b71036cbda7e9a755d9 (patch) | |
tree | fc6f71bc5b3c22e37161ff2d182d58e3fa593cda /toolchain | |
parent | bd05145b6d1d09ffc8aae586a9d50b33dfaf3e0a (diff) | |
parent | d8cfe503249af76a3a029bcda1c20655d8b7dc20 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index baf60775f..210c0f68a 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -130,7 +130,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled PATH=$(TARGET_PATH) \ $(MAKE) -C $(GCC_BUILD_DIR_FINAL) install # workaround if you cross-compile binutils - rm $(STAGING_DIR)/lib/libiberty.a + @-rm $(STAGING_DIR)/lib/libiberty.a # Set up the symlinks to enable lying about target name. set -e; \ (cd $(STAGING_TOOLS); \ |