toolchain/gdb: update to 13.2
[openwrt/staging/hauke.git] / toolchain / Config.in
index 366f5c8b486c462372ae3f1f187a363c249c531e..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.
@@ -247,6 +255,13 @@ comment "Binary tools"
 
 source "toolchain/binutils/Config.in"
 
+config DWARVES
+       bool
+       prompt "Build pahole" if TOOLCHAINOPTS
+       depends on !HOST_OS_MACOS
+       help
+         Enable if you want to build pahole and the dwarves tools.
+
 comment "Compiler"
        depends on TOOLCHAINOPTS