2006-06-15 16:40:06 +00:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
|
|
|
default "3.4.6" if GCC_VERSION_3_4_6
|
2007-02-22 10:28:46 +00:00
|
|
|
default "4.1.2" if GCC_VERSION_4_1_2
|
2008-05-31 18:45:07 +00:00
|
|
|
default "4.2.4" if GCC_VERSION_4_2_4
|
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
|
2007-08-08 12:03:24 +00:00
|
|
|
default y if LINUX_2_4
|
2007-06-28 20:42:21 +00:00
|
|
|
|
2008-11-25 18:35:48 +00:00
|
|
|
config GCC_VERSION_4_2_4
|
2008-02-07 20:21:18 +00:00
|
|
|
default y if TARGET_avr32
|
2008-11-26 10:07:18 +00:00
|
|
|
default y if TARGET_ppc40x
|
|
|
|
default y if TARGET_ppc44x
|
2006-06-15 16:40:06 +00:00
|
|
|
endif
|