x86: Add kmod-dwmac-intel
[openwrt/staging/hauke.git] / toolchain / gcc / Config.in
index 4b25c85016805a53a19fe12c8955e7c70a6ed563..9156f9c26356848f598e423429f1af6fe1930dc1 100644 (file)
@@ -2,25 +2,18 @@
 
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
-       default GCC_USE_VERSION_10
+       default GCC_USE_VERSION_12
        help
          Select the version of gcc you wish to use.
 
-       config GCC_USE_VERSION_7
-               bool "gcc 7.x"
-               depends on !arc
-
-       config GCC_USE_VERSION_8
-               bool "gcc 8.x"
-
-       config GCC_USE_VERSION_9
-               bool "gcc 9.x"
-
-       config GCC_USE_VERSION_10
-               bool "gcc 10.x"
-
        config GCC_USE_VERSION_11
                bool "gcc 11.x"
+
+       config GCC_USE_VERSION_12
+               bool "gcc 12.x"
+
+       config GCC_USE_VERSION_13
+               bool "gcc 13.x"
 endchoice
 
 config GCC_USE_GRAPHITE
@@ -37,21 +30,18 @@ config EXTRA_GCC_CONFIG_OPTIONS
 config GCC_DEFAULT_PIE
        bool
        prompt "Build executable with PIE enabled by default" if TOOLCHAINOPTS
-       default n
        help
            Use gcc configure option --enable-default-pie to turn on -fPIE and -pie by default.
 
 config GCC_DEFAULT_SSP
        bool
        prompt "Build executable with Stack-Smashing Protection enabled by default" if TOOLCHAINOPTS
-       default n
        help
            Use gcc configure option --enable-default-ssp to turn on -fstack-protector-strong by default.
 
 config SJLJ_EXCEPTIONS
        bool
        prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
-       default n
        help
            Use old setjump()/longjump() exceptions instead of the newer
            frame unwinding exceptions handling routines.  Warning: increases
@@ -60,7 +50,6 @@ config SJLJ_EXCEPTIONS
 config INSTALL_GFORTRAN
        bool
        prompt "Build/install fortran compiler?" if TOOLCHAINOPTS
-       default n
        help
            Build/install GNU fortran compiler ?
 
@@ -68,6 +57,5 @@ config INSTALL_GCCGO
        bool
        prompt "Build/install Go compiler?" if TOOLCHAINOPTS
        depends on USE_GLIBC || BROKEN
-       default n
        help
            Build/install GNU gccgo compiler ?