mediatek: update driver for MT7988 built-in 2.5G Ethernet PHY
[openwrt/staging/jow.git] / toolchain / Config.in
index 6d3cc0a200cb7059b09a62135566b7d461266c57..24caecccb3ee7337090e98a7480e0af0cea58289 100644 (file)
@@ -150,6 +150,14 @@ menuconfig EXTERNAL_TOOLCHAIN
 
        endchoice
 
+       config EXTERNAL_GCC_VERSION
+               string
+               prompt "External Toolchain GCC Version" if DEVEL
+               depends on EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
+               help
+                 Manually specify the GCC version used by the selected
+                 external toolchain.
+
        config TOOLCHAIN_LIBC
                string
                depends on EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
@@ -197,7 +205,6 @@ menuconfig EXTRA_TARGET_ARCH
        bool
        prompt "Enable an extra toolchain target architecture" if TOOLCHAINOPTS
        depends on !sparc
-       default n
        help
          Some builds may require a 'biarch' toolchain. This option
          allows you to specify an additional target arch.
@@ -252,7 +259,6 @@ config DWARVES
        bool
        prompt "Build pahole" if TOOLCHAINOPTS
        depends on !HOST_OS_MACOS
-       default n
        help
          Enable if you want to build pahole and the dwarves tools.