diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-06 07:32:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-06 07:32:38 +0200 |
commit | 07890ba3738d662dcca127cbef2a096e0e53ed15 (patch) | |
tree | 8ce140756add39f87a87740a8e4e5ce91c0f18ff /toolchain/gcc | |
parent | 888a0d2203b1d5e4865b5e30685293774cb5f001 (diff) | |
parent | 380670eb62442f965d2225f5521859c62ee2ea9e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 39fc3efc9..dc59bfd35 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -282,9 +282,11 @@ ifeq ($(ADK_TARGET_USE_GOLD),y) (cd $(TOOLCHAIN_DIR)/usr/bin && \ ln -sf $(GNU_TARGET_NAME)-ld.gold $(GNU_TARGET_NAME)-ld) else +ifeq (ADK_TOOLCHAIN_BINUTILS_2_20_1),) (cd $(TOOLCHAIN_DIR)/usr/bin && \ ln -sf $(GNU_TARGET_NAME)-ld.bfd $(GNU_TARGET_NAME)-ld) endif +endif cd $(STAGING_TARGET_DIR)/lib && \ ln -sf libstdc++.so.6.0.$(LIBSTDCXXVER) libstdc++.so && \ ln -sf libstdc++.so.6.0.$(LIBSTDCXXVER) libstdc++.so.6 |