2018-01-24 17:26:03 +00:00
|
|
|
config GCC_VERSION_7_1_ARC
|
2015-11-10 12:03:59 +00:00
|
|
|
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
|
2018-01-24 17:26:03 +00:00
|
|
|
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
|
2016-12-24 09:09:35 +00:00
|
|
|
default "6.3.0" if GCC_USE_VERSION_6
|
2017-08-22 10:01:07 +00:00
|
|
|
default "7.2.0" if GCC_USE_VERSION_7
|
2017-10-12 01:21:36 +00:00
|
|
|
default "5.5.0"
|
2011-07-01 11:43:15 +00:00
|
|
|
|
2018-01-24 17:26:03 +00:00
|
|
|
config GCC_VERSION_7_1
|
2013-04-02 16:00:35 +00:00
|
|
|
bool
|
2018-01-24 17:26:03 +00:00
|
|
|
default y if GCC_VERSION_7_1_ARC
|