2019-10-28 01:19:41 -07:00
|
|
|
config GCC_VERSION_7_1_ARC
|
|
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
|
|
bool
|
|
|
|
|
2018-04-23 18:50:49 +08:00
|
|
|
config GCC_VERSION_5
|
|
|
|
default y if GCC_USE_VERSION_5
|
|
|
|
bool
|
|
|
|
|
2019-10-28 01:19:41 -07:00
|
|
|
config GCC_VERSION_8
|
|
|
|
default y if GCC_USE_VERSION_8
|
2018-09-07 13:43:55 +08:00
|
|
|
bool
|
|
|
|
|
2019-10-28 01:19:41 -07:00
|
|
|
config GCC_USE_EMBEDDED_PATH_REMAP
|
|
|
|
default y if GCC_VERSION_8
|
|
|
|
default n
|
2018-09-07 13:43:55 +08:00
|
|
|
bool
|
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2018-04-23 18:50:49 +08:00
|
|
|
default "5.5.0" if GCC_VERSION_5
|
2019-10-28 01:19:41 -07:00
|
|
|
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
|
|
|
|
default "8.2.0" if GCC_VERSION_8
|
|
|
|
default "7.4.0"
|