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