toolchain/gcc: switch to version 7

This commit is contained in:
Lienol 2021-11-29 16:43:29 +08:00
parent c33df5a71d
commit 6b66130ccc

View File

@ -1,5 +1,5 @@
config GCC_VERSION_7
default y if GCC_USE_VERSION_7
config GCC_VERSION_8
default y if GCC_USE_VERSION_8
bool
config GCC_VERSION_10
@ -12,12 +12,11 @@ config GCC_VERSION_11
config GCC_VERSION
string
default "7.5.0" if GCC_VERSION_7
default "8.4.0" if GCC_VERSION_8
default "10.3.0" if GCC_VERSION_10
default "11.2.0" if GCC_VERSION_11
default "8.4.0"
default "7.5.0"
config GCC_USE_IREMAP
bool
default y if GCC_USE_VERSION_7
default n
default y