2017-07-12 23:00:31 +08:00
|
|
|
config GCC_VERSION_6_3_ARC
|
2015-11-10 20:03:59 +08:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
2013-05-04 21:37:41 +08:00
|
|
|
bool
|
|
|
|
|
|
2006-06-16 00:40:06 +08:00
|
|
|
config GCC_VERSION
|
|
|
|
|
string
|
2017-07-12 23:00:31 +08:00
|
|
|
default "arc-2017.03-release" if GCC_VERSION_6_3_ARC
|
2016-12-24 17:09:35 +08:00
|
|
|
default "6.3.0" if GCC_USE_VERSION_6
|
2017-08-22 18:01:07 +08:00
|
|
|
default "7.2.0" if GCC_USE_VERSION_7
|
2016-07-13 18:19:42 +08:00
|
|
|
default "5.4.0"
|
2011-07-01 19:43:15 +08:00
|
|
|
|
2017-07-12 23:00:31 +08:00
|
|
|
config GCC_VERSION_6_3
|
2013-04-03 00:00:35 +08:00
|
|
|
bool
|
2017-07-12 23:00:31 +08:00
|
|
|
default y if GCC_VERSION_6_3_ARC
|