toolchain: remove gcc libssp and use libc variant
[openwrt/staging/noltari.git] / toolchain / gcc / Config.in
index 7d7f34210a6d4ee8f5a9f192525cbdc3deb8fed1..4b2ba7aaaeae39766c9df24947890c5852299efd 100644 (file)
@@ -47,14 +47,6 @@ config GCC_DEFAULT_SSP
        help
            Use gcc configure option --enable-default-ssp to turn on -fstack-protector-strong by default.
 
-config GCC_LIBSSP
-       bool
-       prompt "Build gcc libssp" if TOOLCHAINOPTS
-       depends on !USE_MUSL
-       default y if !USE_MUSL
-       help
-           Enable Stack-Smashing Protection support
-
 config SJLJ_EXCEPTIONS
        bool
        prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS