2006-06-15 16:40:06 +00:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2006-07-21 11:01:36 +00:00
|
|
|
default "3.4.4" if GCC_VERSION_3_4_4
|
2006-06-15 16:40:06 +00:00
|
|
|
default "3.4.5" if GCC_VERSION_3_4_5
|
|
|
|
default "3.4.6" if GCC_VERSION_3_4_6
|
|
|
|
default "4.0.2" if GCC_VERSION_4_0_2
|
2006-07-21 11:01:36 +00:00
|
|
|
default "4.0.3" if GCC_VERSION_4_0_3
|
2006-06-15 16:40:06 +00:00
|
|
|
default "4.1.0" if GCC_VERSION_4_1_0
|
|
|
|
default "4.1.1" if GCC_VERSION_4_1_1
|
2007-02-22 10:28:46 +00:00
|
|
|
default "4.1.2" if GCC_VERSION_4_1_2
|
2006-11-23 04:08:52 +00:00
|
|
|
default "4.2" if GCC_VERSION_4_2
|
2006-08-04 18:52:03 +00:00
|
|
|
default "3.4.6-nonmips" if GCC_VERSION_3_4_6_nonmips
|
2007-03-11 19:26:39 +00:00
|
|
|
default "4.1.2"
|
2006-06-15 16:40:06 +00:00
|
|
|
|
|
|
|
if !TOOLCHAINOPTS
|
2007-01-26 10:55:06 +00:00
|
|
|
config GCC_VERSION_3_4_6
|
|
|
|
default y if LINUX_2_4
|
2007-01-26 11:02:59 +00:00
|
|
|
default y if LINUX_2_6_BRCM
|
2006-06-15 16:40:06 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|