mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
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,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…
Reference in New Issue
Block a user