diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-22 11:19:56 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-22 11:20:17 -0500 |
commit | d41413fd8fca00d1056d7aa3748d3d6517c210d9 (patch) | |
tree | 17b260bf29d0c2fbe3637ec6555892a041220b1f /target | |
parent | b5827142169dd759bdea5a9858ac1c6bef744b58 (diff) |
update to gcc 5.2.0
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gcc.choice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index d310eac7b..b4f3d63a2 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -19,8 +19,8 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_OR1K select ADK_DISABLE_HONOUR_CFLAGS -config ADK_TOOLCHAIN_GCC_5_1_0 - bool "5.1.0" +config ADK_TOOLCHAIN_GCC_5_2_0 + bool "5.2.0" depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 |