toolchain: gdb: enable TUI
[openwrt/staging/chunkeey.git] / toolchain / gcc / Config.in
index 1456985cc2c099148026f8782d80dde9372bd801..37437900b1273725b46634536b44f7d435ef1dbd 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,10 +16,6 @@ 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