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:
Daniel Engberg 2019-02-27 10:21:03 +00:00 committed by Hauke Mehrtens
parent 6c7b49c8b9
commit 343b36ffc7
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
choice
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
help
Select the version of gcc you wish to use.

View File

@ -8,6 +8,7 @@ config GCC_VERSION_5
config GCC_VERSION_8
default y if GCC_USE_VERSION_8
default y if arc
bool
config GCC_USE_EMBEDDED_PATH_REMAP