diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-21 05:55:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-21 05:56:56 +0200 |
commit | 68769b1a66f9df3387811c9de7aa146c2e17ff92 (patch) | |
tree | 1146e9ad876978eff1fb3b6021b8302011e9570e /target | |
parent | f7fe2bd953c3b6fdbdd0c83abe3be1576cc6fe43 (diff) |
gcc: update to 7.2.0
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 908440ecd..21bc95839 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -38,7 +38,7 @@ config ADK_TOOLCHAIN_GCC_GIT select ADK_DISABLE_HONOUR_CFLAGS config ADK_TOOLCHAIN_GCC_7 - bool "7.1.0" + bool "7.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_METAG |