toolchain: Use GCC 8.3.0 by default for ARC
authorDaniel Engberg <daniel.engberg.lists@pyret.net>
Wed, 27 Feb 2019 10:21:03 +0000 (10:21 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 20 Mar 2019 17:23:39 +0000 (18:23 +0100)
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>
toolchain/gcc/Config.in
toolchain/gcc/Config.version

index d85e8cd402d48b9fd5b79b4c49490b73276bbc09..28054f7692bc037b0b2457dd69f1103947327162 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
 
 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.
        default GCC_USE_VERSION_7
        help
          Select the version of gcc you wish to use.
index ff574fffcd78a674a604c848b50e141f65612a51..e2ef20552d3e0547cc340771a584870c5cd564cf 100644 (file)
@@ -8,6 +8,7 @@ config GCC_VERSION_5
 
 config GCC_VERSION_8
        default y if GCC_USE_VERSION_8
 
 config GCC_VERSION_8
        default y if GCC_USE_VERSION_8
+       default y if arc
        bool
 
 config GCC_USE_EMBEDDED_PATH_REMAP
        bool
 
 config GCC_USE_EMBEDDED_PATH_REMAP