iperf: bump to 2.0.12
[openwrt/openwrt.git] / toolchain / Config.in
index bf7b9c33d02c277b985d55c9a97b45c3652897db..96acf1e5c42e5b46cf04ed17d3456e09232d8fac 100644 (file)
@@ -268,7 +268,6 @@ comment "Debuggers"
 
 config GDB
        bool
-       depends on !(aarch64 || aarch64_be)
        prompt "Build gdb" if TOOLCHAINOPTS
        default y if !EXTERNAL_TOOLCHAIN
        help
@@ -286,6 +285,10 @@ config USE_MUSL
        default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && !(arc || powerpc64)
        bool
 
+config SSP_SUPPORT
+       default y if USE_MUSL || GCC_LIBSSP
+       bool
+
 config USE_EXTERNAL_LIBC
        bool
        default y if EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN