ucode: update to Git HEAD (2024-02-21)
[openwrt/staging/jow.git] / toolchain / Config.in
index fb14006055582e051840c21ed0c07d1d4aa0ca86..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
@@ -169,6 +177,7 @@ menuconfig EXTERNAL_TOOLCHAIN
                string
                prompt "Toolchain include path"  if DEVEL
                depends on EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
+               default "./usr/include ./include/fortify ./include" if EXTERNAL_TOOLCHAIN_LIBC_USE_MUSL
                default "./usr/include ./include"
                help
                  Specify additional directories searched for header files (override
@@ -196,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.
@@ -251,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.