mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 15:54:04 +02:00
Fix ssp enabling/disabling (#4388)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13856 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
603c403f5e
commit
421612f234
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user