build: cleanup SSP_SUPPORT configure option
[openwrt/staging/lynxis.git] / toolchain / gcc / common.mk
index ece71ef0289c2824f63a3503849219fc87bef858..fafc0c167192ce3926346822e57d38da01e1e618 100644 (file)
@@ -143,7 +143,7 @@ ifneq ($(CONFIG_GCC_DEFAULT_SSP),)
                --enable-default-ssp
 endif
 
-ifneq ($(CONFIG_SSP_SUPPORT),)
+ifneq ($(CONFIG_GCC_LIBSSP),)
   GCC_CONFIGURE+= \
                --enable-libssp
 else