X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2Fgcc%2FMakefile;h=9b3a34a0b5037de480b1518b9c113f5066624b42;hp=f11bd8c30b97ce2e4f1e50a4a603d60958b95434;hb=421612f2340b59d0ae92737488aa9b58cd1cebf0;hpb=603c403f5e6a7941ff5959d0a74b39150206e8bc diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index f11bd8c30..9b3a34a0b 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -52,9 +52,9 @@ SEP:=, TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)" ifeq ($(CONFIG_SSP_SUPPORT),y) - SSP:=--enable-ssp + SSP:=--enable-libssp else - SSP:=--disable-ssp + SSP:=--disable-libssp endif EXTRA_TARGET=$(if $(CONFIG_EXTRA_TARGET_ARCH),--enable-biarch --enable-targets=$(call qstrip,$(CONFIG_EXTRA_TARGET_ARCH_NAME))-linux-uclibc)