summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-10 23:23:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-10 23:23:05 +0200
commit49378c9d2de522a15cefc05cfda8df251a3f5595 (patch)
tree00637157a2837acf0ff299bdbafb40ececa2a819 /toolchain
parent8170212f5160796e8cfd9418ebb993e9aa28ea36 (diff)
parent0f9c47bc33e6f34dfd5df57f6104397aba74fc0d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 436973df6..baf60775f 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -129,6 +129,8 @@ $(WRKBUILD)/.compiled: $(GCC_BUILD_DIR_FINAL)/.configured
$(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
# Set up the symlinks to enable lying about target name.
set -e; \
(cd $(STAGING_TOOLS); \