2018-01-25 01:26:03 +08:00
|
|
|
config GCC_VERSION_7_1_ARC
|
2015-11-10 20:03:59 +08:00
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
2013-05-04 21:37:41 +08:00
|
|
|
bool
|
|
|
|
|
2018-03-12 17:31:19 +08:00
|
|
|
config GCC_VERSION_5
|
|
|
|
default y if GCC_USE_VERSION_5
|
2018-02-22 03:31:05 +08:00
|
|
|
bool
|
|
|
|
|
2006-06-16 00:40:06 +08:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2018-03-12 17:31:19 +08:00
|
|
|
default "5.5.0" if GCC_VERSION_5
|
2018-01-25 01:26:03 +08:00
|
|
|
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
|
2018-03-12 17:31:19 +08:00
|
|
|
default "7.3.0"
|