diff options
-rw-r--r-- | toolchain/gcc/Config.in | 1 | ||||
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index dd3184e86d..f5f27c6907 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -3,7 +3,6 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA - default GCC_VERSION_3_4_4 if LINUX_2_4_BRCM default GCC_VERSION_3_4_6 help Select the version of gcc you wish to use. diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 41aa2fb050..65f29b9bda 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -11,8 +11,6 @@ config GCC_VERSION default "3.4.6" if !TOOLCHAINOPTS - config GCC_VERSION_3_4_4 - default y if LINUX_2_4_BRCM config GCC_VERSION_4_1_1 default y if LINUX_2_6_ARUBA config GCC_VERSION_4_0_3 |