build: cleanup SSP_SUPPORT configure option
[openwrt/openwrt.git] / package / libs / toolchain / Makefile
index ce0acd19b2d224718b84a389e712fe3c8342772c..febc7c2dbcae69c9842ffb3c2546786c1ba125d4 100644 (file)
@@ -83,7 +83,7 @@ endef
 
 define Package/libssp
 $(call Package/gcc/Default)
-  DEPENDS+=@SSP_SUPPORT
+  DEPENDS+=@GCC_LIBSSP
   TITLE:=GCC support library
 endef