gcc/musl: rework SSP-support
[openwrt/openwrt.git] / toolchain / gcc / Config.in
index 5cb4d23e169f4265541561364fe034c6e41297c9..025ea2453d741e3eab4bc75d07d868b00b4bb5dc 100644 (file)
@@ -42,7 +42,8 @@ config EXTRA_GCC_CONFIG_OPTIONS
 config SSP_SUPPORT
        bool
        prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
 config SSP_SUPPORT
        bool
        prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
-       default y
+       depends on !USE_MUSL
+       default y if !USE_MUSL
        help
            Enable Stack-Smashing Protection support
 
        help
            Enable Stack-Smashing Protection support