diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-09 21:54:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-09 21:55:05 +0200 |
commit | 984b923118ee4ac2b7588557a1c9ba75d314ec5d (patch) | |
tree | dc6e73211a8777703ab4e21455ffd0529d8f7fae /target/config/Config.in.compiler | |
parent | a1a80f82a4afe121a124d70b2c44c737950db606 (diff) |
lm32: try with gcc 4.6.4
Diffstat (limited to 'target/config/Config.in.compiler')
-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 316af4cc5..4d5f7c17c 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -71,7 +71,7 @@ config ADK_TOOLCHAIN_GCC_METAG depends on ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_LM32 - bool "4.5.2" + bool "4.6.4-lm32" depends on ADK_TARGET_ARCH_LM32 config ADK_TOOLCHAIN_GCC_NDS32 |