mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
toolchain: Use GCC 8 by default for mips target
This commit is contained in:
parent
d7b9bb3d95
commit
e101ec4903
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
||||||
|
default GCC_USE_VERSION_8 if mips || mipsel || mips64 || mips64el
|
||||||
default GCC_USE_VERSION_11
|
default GCC_USE_VERSION_11
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gcc you wish to use.
|
||||||
|
@ -4,6 +4,7 @@ config GCC_VERSION_7
|
|||||||
|
|
||||||
config GCC_VERSION_8
|
config GCC_VERSION_8
|
||||||
default y if GCC_USE_VERSION_8
|
default y if GCC_USE_VERSION_8
|
||||||
|
default y if mips || mipsel || mips64 || mips64el
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config GCC_VERSION_9
|
config GCC_VERSION_9
|
||||||
|
Loading…
Reference in New Issue
Block a user