1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 20:55:19 +02:00

eglibc: disable ssp, it breaks the build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-02-01 16:21:49 +00:00
parent c662e1c405
commit e71556383a

View File

@ -82,6 +82,7 @@ endif
EGLIBC_MAKE:= \
$(MAKE) \
export libc_cv_ssp=no
define Host/SetToolchainInfo
$(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk