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>
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.
config GCC_VERSION_8
default y if GCC_USE_VERSION_8
+ default y if arc
bool
config GCC_USE_EMBEDDED_PATH_REMAP