diff options
Diffstat (limited to 'target/config/Config.in.gcc.choice')
-rw-r--r-- | target/config/Config.in.gcc.choice | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice index 39d4e75b5..1d4d05c11 100644 --- a/target/config/Config.in.gcc.choice +++ b/target/config/Config.in.gcc.choice @@ -11,7 +11,6 @@ default ADK_TOOLCHAIN_GCC_4_9_2 config ADK_TOOLCHAIN_GCC_GIT bool "git" - depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 @@ -48,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_5_4 - bool "4.5.4" +config ADK_TOOLCHAIN_GCC_4_6_3 + bool "4.6.3" depends on ADK_TARGET_ARCH_BFIN config ADK_TOOLCHAIN_GCC_4_4_7 |