toolchain/gcc: add GCC 8.1.0
[openwrt/staging/mkresin.git] / toolchain / gcc / Config.in
index 1456985cc2c099148026f8782d80dde9372bd801..c3208d372cf938f6c66f4784057907b5115a6506 100644 (file)
@@ -3,8 +3,7 @@
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
        default GCC_USE_VERSION_7_1_ARC if arc
-       default GCC_USE_VERSION_7 if x86_64 || i386
-       default GCC_USE_VERSION_5
+       default GCC_USE_VERSION_7
        help
          Select the version of gcc you wish to use.
 
@@ -17,14 +16,13 @@ choice
                bool "gcc 5.x"
                depends on !arc
 
-       config GCC_USE_VERSION_6
-               bool "gcc 6.x"
-               depends on !arc
-
        config GCC_USE_VERSION_7
                bool "gcc 7.x"
                depends on !arc
 
+       config GCC_USE_VERSION_8
+               bool "gcc 8.x"
+               depends on !arc
 endchoice
 
 config GCC_USE_GRAPHITE