diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 18:31:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 18:31:37 +0200 |
commit | 9ddfc548bcaa4e8751915902221cedfbc4813741 (patch) | |
tree | 9ba8a2963828b52eab87f0cc422be53eb5ccafef /target/config | |
parent | 23ed5797ca7fd6707532cdfce06e047503697fad (diff) |
gcc: update to 8.2.0
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index f2251e3a0..5f692f228 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -40,13 +40,12 @@ default ADK_TOOLCHAIN_GCC_7 config ADK_TOOLCHAIN_GCC_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K config ADK_TOOLCHAIN_GCC_8 - bool "8.1.0" + bool "8.2.0" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CSKY |