toolchain: Use GCC 8 by default for mips target

This commit is contained in:
lean 2022-09-11 13:08:49 +08:00
parent d7b9bb3d95
commit e101ec4903
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_USE_VERSION_8 if mips || mipsel || mips64 || mips64el
default GCC_USE_VERSION_11
help
Select the version of gcc you wish to use.

View File

@ -4,6 +4,7 @@ config GCC_VERSION_7
config GCC_VERSION_8
default y if GCC_USE_VERSION_8
default y if mips || mipsel || mips64 || mips64el
bool
config GCC_VERSION_9