eglibc: disable ssp, it breaks the build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
b0ee5554e3
commit
a77e76ae66
|
@ -82,6 +82,7 @@ endif
|
||||||
EGLIBC_MAKE:= \
|
EGLIBC_MAKE:= \
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
|
|
||||||
|
export libc_cv_ssp=no
|
||||||
|
|
||||||
define Host/SetToolchainInfo
|
define Host/SetToolchainInfo
|
||||||
$(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk
|
$(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk
|
||||||
|
|
Loading…
Reference in New Issue