gcc 3.4.6 should be safe on brcm-2.4 now

SVN-Revision: 4729
This commit is contained in:
Felix Fietkau 2006-09-02 19:24:06 +00:00
parent db4043268a
commit c92e6f514c
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@
choice choice
prompt "GCC compiler Version" if TOOLCHAINOPTS prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA 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 default GCC_VERSION_3_4_6
help help
Select the version of gcc you wish to use. Select the version of gcc you wish to use.

View file

@ -11,8 +11,6 @@ config GCC_VERSION
default "3.4.6" default "3.4.6"
if !TOOLCHAINOPTS if !TOOLCHAINOPTS
config GCC_VERSION_3_4_4
default y if LINUX_2_4_BRCM
config GCC_VERSION_4_1_1 config GCC_VERSION_4_1_1
default y if LINUX_2_6_ARUBA default y if LINUX_2_6_ARUBA
config GCC_VERSION_4_0_3 config GCC_VERSION_4_0_3