diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-07 13:44:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-07 18:11:38 +0200 |
commit | 3da4aad44388cc94da304e1b4a0fe04cb1d03e46 (patch) | |
tree | bc8b479d8fcb11ba56df8d08d3b8b0ffe8bd28a8 /target/config | |
parent | d8dfcf0ed203881ba6835f8c593b301d01b34637 (diff) |
armv6: unbreak compile errors, we need to stick with gcc 7.4.0 and Linux 4.9.x
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 9299957e8..b4e5ebc2f 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -33,6 +33,7 @@ default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 +default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_ARM11MPCORE default ADK_TOOLCHAIN_GCC_8 config ADK_TOOLCHAIN_GCC_GIT @@ -47,6 +48,7 @@ config ADK_TOOLCHAIN_GCC_9 depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE config ADK_TOOLCHAIN_GCC_8 bool "8.3.0" @@ -56,6 +58,7 @@ config ADK_TOOLCHAIN_GCC_8 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE config ADK_TOOLCHAIN_GCC_7 bool "7.4.0" |