2013-04-18 12:04:40 +00:00
|
|
|
config GCC_VERSION_4_4_7
|
|
|
|
default y if (!TOOLCHAINOPTS && avr32)
|
2011-02-20 22:09:51 +00:00
|
|
|
bool
|
|
|
|
|
2013-04-18 12:04:40 +00:00
|
|
|
config GCC_VERSION_4_6_LINARO
|
|
|
|
default y if (!TOOLCHAINOPTS && !avr32)
|
|
|
|
bool
|
|
|
|
|
2013-05-04 13:37:41 +00:00
|
|
|
config GCC_VERSION_4_8_LINARO
|
|
|
|
bool
|
|
|
|
|
2013-04-18 12:04:40 +00:00
|
|
|
config GCC_VERSION_4_8_0
|
|
|
|
bool
|
2011-02-20 22:09:51 +00:00
|
|
|
|
2006-06-15 16:40:06 +00:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2012-04-09 17:00:03 +00:00
|
|
|
default "4.4.7" if GCC_VERSION_4_4_7
|
2012-10-14 13:35:13 +00:00
|
|
|
default "4.6.3" if GCC_VERSION_4_6_3
|
2013-05-04 13:37:41 +00:00
|
|
|
default "4.8.0" if GCC_VERSION_4_8_0
|
2011-08-18 12:13:54 +00:00
|
|
|
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
|
2013-05-04 13:37:41 +00:00
|
|
|
default "4.8-linaro" if GCC_VERSION_4_8_LINARO
|
2012-02-12 09:14:18 +00:00
|
|
|
default "4.6-linaro"
|
2006-06-15 16:40:06 +00:00
|
|
|
|
2009-04-23 09:44:57 +00:00
|
|
|
config GCC_VERSION_4_4
|
|
|
|
bool
|
2012-04-09 17:00:03 +00:00
|
|
|
default y if GCC_VERSION_4_4_7
|
2009-04-23 09:44:57 +00:00
|
|
|
|
2011-07-01 11:43:15 +00:00
|
|
|
config GCC_VERSION_4_6
|
|
|
|
bool
|
2013-09-10 10:30:41 +00:00
|
|
|
default y if GCC_VERSION_4_6_LINARO
|
2011-07-01 11:43:15 +00:00
|
|
|
|
2013-04-02 16:00:35 +00:00
|
|
|
config GCC_VERSION_4_8
|
|
|
|
bool
|
2013-05-04 13:37:41 +00:00
|
|
|
default y if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)
|
2013-04-02 16:00:35 +00:00
|
|
|
|