summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-09 05:19:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-09 05:19:55 +0100
commit2f5000670a056361831ae4500b8f66a921afcf19 (patch)
tree072c31117463fb2d5b37563b1b7b3ef1978f9802 /target
parent958b58e87bdd5c6cc55ff9ad00ddca65cf7de31b (diff)
add different patches to gcc/binutils to fix issues with cris/microblaze/ia64/tile
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.binutils1
-rw-r--r--target/config/Config.in.compiler1
2 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index e49a88e3d..4e45af1df 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -6,6 +6,7 @@ prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
+default ADK_TOOLCHAIN_BINUTILS_2_26_1 if ADK_TARGET_ARCH_MICROBLAZE
default ADK_TOOLCHAIN_BINUTILS_2_28
config ADK_TOOLCHAIN_BINUTILS_GIT
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 9fb323981..bc0928b20 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -24,6 +24,7 @@ default ADK_TOOLCHAIN_GCC_4_4 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_4_9 if ADK_TARGET_ARCH_LM32 && !ADK_TARGET_LIB_NEWLIB
default ADK_TOOLCHAIN_GCC_4_9 if ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_SH
default ADK_TOOLCHAIN_GCC_4_9 if ADK_TARGET_SYSTEM_KINETIS_K70
+default ADK_TOOLCHAIN_GCC_5 if ADK_TARGET_ARCH_MICROBLAZE
default ADK_TOOLCHAIN_GCC_6
config ADK_TOOLCHAIN_GCC_GIT