2015-11-10 12:03:59 +00:00
|
|
|
config GCC_VERSION_4_8_ARC
|
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
2013-05-04 13:37:41 +00:00
|
|
|
bool
|
|
|
|
|
2006-06-15 16:40:06 +00:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2013-05-04 13:37:41 +00:00
|
|
|
default "4.8-linaro" if GCC_VERSION_4_8_LINARO
|
2015-11-10 12:03:59 +00:00
|
|
|
default "arc-2015.06" if GCC_VERSION_4_8_ARC
|
2016-02-29 20:09:45 +00:00
|
|
|
default "5.3.0"
|
2011-07-01 11:43:15 +00:00
|
|
|
|
2013-04-02 16:00:35 +00:00
|
|
|
config GCC_VERSION_4_8
|
|
|
|
bool
|
2015-11-10 12:03:59 +00:00
|
|
|
default y if (GCC_VERSION_4_8_LINARO || GCC_VERSION_4_8_ARC)
|
2013-04-02 16:00:35 +00:00
|
|
|
|
2015-08-16 20:20:36 +00:00
|
|
|
config GCC_VERSION_5
|
2015-11-17 12:38:41 +00:00
|
|
|
default y if (!TOOLCHAINOPTS && !arc)
|
2015-08-16 20:20:36 +00:00
|
|
|
bool
|