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>
v19.07.3_mercusys_ac12_duma
Daniel Engberg 5 years ago committed by Hauke Mehrtens
parent 6c7b49c8b9
commit 343b36ffc7

@ -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.

@ -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

Loading…
Cancel
Save