diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-09 13:19:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-09 13:19:51 +0200 |
commit | b54fa14496bf821e3eb393710a9a94d2a9456dc2 (patch) | |
tree | e4762fd0e8876ec77def672307575a9a765924fb /target | |
parent | 31bdc569aece7ae813caeaadada207e25ccda789 (diff) |
arc: toolchain update
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 6f7b49a44..b4b7b629d 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -57,7 +57,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_24 depends on ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_BINUTILS_ARC - bool "arc-2016.09-eng014" + bool "arc-2016.09-eng015" depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_BINUTILS_2_20_1 diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 923d87530..513aa74e6 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -88,7 +88,7 @@ config ADK_TOOLCHAIN_GCC_OR1K depends on ADK_TARGET_ARCH_OR1K config ADK_TOOLCHAIN_GCC_ARC - bool "arc-2016.09-eng014" + bool "arc-2016.09-eng015" select ADK_DISABLE_HONOUR_CFLAGS depends on ADK_TARGET_ARCH_ARC |