toolchain: Use GCC 8.3.0 by default for ARC
Use GCC 8.3.0 by default for ARC targets Includes a fix by Evgeniy Didin which fixes GCC version selection if DEVEL isn't set Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
6c7b49c8b9
commit
343b36ffc7
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
||||||
default GCC_USE_VERSION_7_1_ARC if arc
|
default GCC_USE_VERSION_8 if arc
|
||||||
default GCC_USE_VERSION_7
|
default GCC_USE_VERSION_7
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gcc you wish to use.
|
||||||
|
|
|
@ -8,6 +8,7 @@ config GCC_VERSION_5
|
||||||
|
|
||||||
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 arc
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config GCC_USE_EMBEDDED_PATH_REMAP
|
config GCC_USE_EMBEDDED_PATH_REMAP
|
||||||
|
|
Loading…
Reference in a new issue