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
|
2007-07-30 12:26:28 +00:00
|
|
|
default "4.2.0" if GCC_VERSION_4_2_0
|
|
|
|
default "4.2.1" if GCC_VERSION_4_2_1
|
2007-10-25 09:16:31 +00:00
|
|
|
default "4.2.2" if GCC_VERSION_4_2_2
|
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
|
|
|
|
|
|
|
config GCC_VERSION_4_2_0
|
2008-02-01 16:44:52 +00:00
|
|
|
default y if TARGET_magicbox
|
2006-06-15 16:40:06 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|