af1aa07b07
This updates the GCC to the next minor release which fixes 178 bugs. The two removed patches are included in gcc 7.4.0 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
24 lines
443 B
Plaintext
24 lines
443 B
Plaintext
config GCC_VERSION_7_1_ARC
|
|
default y if (!TOOLCHAINOPTS && arc)
|
|
bool
|
|
|
|
config GCC_VERSION_5
|
|
default y if GCC_USE_VERSION_5
|
|
bool
|
|
|
|
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
|
|
|
|
config GCC_VERSION
|
|
string
|
|
default "5.5.0" if GCC_VERSION_5
|
|
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
|
|
default "8.2.0" if GCC_VERSION_8
|
|
default "7.4.0"
|