diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 01:44:05 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-07 01:44:05 -0500 |
commit | 9b00563b8de642db2e981faff09121ef77188deb (patch) | |
tree | 3ad71eb842bba1e8152933869fea513499b49762 /target/config | |
parent | eea82ce0b88acf25dc777c2a844d0e9f781bb0f0 (diff) |
gcc 4.5.4 is the only working compiler for bfin at the moment
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.gcc.choice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index 1d4d05c11..09ef3b86e 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -47,8 +47,8 @@ config ADK_TOOLCHAIN_GCC_4_7_4 depends on ADK_TARGET_ARCH_C6X \ || ADK_TARGET_ARCH_SPARC -config ADK_TOOLCHAIN_GCC_4_6_3 - bool "4.6.3" +config ADK_TOOLCHAIN_GCC_4_5_4 + bool "4.5.4" depends on ADK_TARGET_ARCH_BFIN config ADK_TOOLCHAIN_GCC_4_4_7 |