summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-13 15:43:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-13 17:25:40 +0100
commit6d7f991afbe53f041f03123092cfe410b3f200a8 (patch)
tree1faf394874271b4457b0b121797a4f7a8733b3c2 /target
parenta94d74d9c875b4a1c07945bf9af282221d0178b3 (diff)
update to gcc 5.3.0, use as default compiler
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.gcc7
1 files changed, 3 insertions, 4 deletions
diff --git a/target/config/Config.in.gcc b/target/config/Config.in.gcc
index a16ddd242..1cc4332a7 100644
--- a/target/config/Config.in.gcc
+++ b/target/config/Config.in.gcc
@@ -10,8 +10,7 @@ default ADK_TOOLCHAIN_GCC_4_8_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_4_9_OR1K_UCLIBC_NG if ADK_TARGET_ARCH_OR1K && ADK_TARGET_LIB_UCLIBC_NG
default ADK_TOOLCHAIN_GCC_5_2_OR1K_MUSL if ADK_TARGET_ARCH_OR1K && ADK_TARGET_LIB_MUSL
default ADK_TOOLCHAIN_GCC_5_2_OR1K_MUSL if ADK_TARGET_ARCH_OR1K && ADK_TARGET_LIB_NEWLIB
-default ADK_TOOLCHAIN_GCC_5_2_0 if ADK_TARGET_ARCH_TILE
-default ADK_TOOLCHAIN_GCC_4_9_3
+default ADK_TOOLCHAIN_GCC_5_3_0
config ADK_TOOLCHAIN_GCC_GIT
bool "git"
@@ -21,8 +20,8 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_OR1K
select ADK_DISABLE_HONOUR_CFLAGS
-config ADK_TOOLCHAIN_GCC_5_2_0
- bool "5.2.0"
+config ADK_TOOLCHAIN_GCC_5_3_0
+ bool "5.3.0"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_BFIN