2019-01-02 21:02: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
|
|
|
|
|
2019-01-02 21:02:03 +08:00
|
|
|
config GCC_VERSION_5
|
|
|
|
default y if GCC_USE_VERSION_5
|
|
|
|
bool
|
|
|
|
|
2019-10-28 16:56:09 +08:00
|
|
|
config GCC_VERSION_8
|
|
|
|
default y if GCC_USE_VERSION_8
|
|
|
|
bool
|
|
|
|
|
|
|
|
config GCC_USE_EMBEDDED_PATH_REMAP
|
|
|
|
default y if GCC_VERSION_8
|
|
|
|
default n
|
|
|
|
bool
|
|
|
|
|
2006-06-16 00:40:06 +08:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2019-01-02 21:02:03 +08:00
|
|
|
default "5.5.0" if GCC_VERSION_5
|
|
|
|
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
|
2019-10-28 16:56:09 +08:00
|
|
|
default "8.2.0" if GCC_VERSION_8
|
|
|
|
default "7.4.0"
|