diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-13 00:42:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-13 00:42:03 +0100 |
commit | 24458376fac338418296439e296064403f479001 (patch) | |
tree | fb0c570cc1bc9747ed87c52525a1ce9c97adb2e5 /target | |
parent | fca416596e51e2516bfea297bec145d90a4f3caa (diff) |
lm32: use gcc 11.2 for toolchain building
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.compiler | 5 | ||||
-rw-r--r-- | target/config/Config.in.cpu | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 525161309..ec558b52c 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -15,7 +15,6 @@ depends on ADK_BUILD_COMPILER_GCC default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_GCC_KVX if ADK_TARGET_ARCH_KVX -default ADK_TOOLCHAIN_GCC_LM32 if ADK_TARGET_ARCH_LM32 default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_BFIN && ADK_TARGET_BINFMT_FDPIC default ADK_TOOLCHAIN_GCC_10 if ADK_TARGET_ARCH_CRIS # no longer supported @@ -83,8 +82,4 @@ config ADK_TOOLCHAIN_GCC_KVX bool "coolidge" depends on ADK_TARGET_ARCH_KVX -config ADK_TOOLCHAIN_GCC_LM32 - bool "4.5.4-lm32" - depends on ADK_TARGET_ARCH_LM32 - endchoice diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 8ca3034b8..30e35ca93 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -530,6 +530,7 @@ config ADK_TARGET_CPU_KVX # lm32 config ADK_TARGET_CPU_LM32 bool "lm32" + select ADK_TARGET_UCLINUX depends on ADK_TARGET_ARCH_LM32 # coldfire |