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
|
2016-05-19 05:20:33 +00:00
|
|
|
default "arc-2016.03" if GCC_VERSION_4_8_ARC
|
2016-12-24 09:09:35 +00:00
|
|
|
default "6.3.0" if GCC_USE_VERSION_6
|
2016-07-13 10:19:42 +00:00
|
|
|
default "5.4.0"
|
2011-07-01 11:43:15 +00:00
|
|
|
|
2013-04-02 16:00:35 +00:00
|
|
|
config GCC_VERSION_4_8
|
|
|
|
bool
|
2016-07-14 10:06:39 +00:00
|
|
|
default y if GCC_VERSION_4_8_ARC
|