mirror of
https://github.com/Lienol/openwrt
synced 2025-01-08 11:37:34 +08:00
toolchain/gcc: switch to version 7
This commit is contained in:
parent
c33df5a71d
commit
6b66130ccc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user