summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-01 16:21:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-01 16:21:49 +0000
commit14840f6854fe10c1249dad869ab80ee3d8796148 (patch)
tree04766b05f17ffd29ba9f6dbee4e180debcbcc511 /toolchain/eglibc
parent083e9fddffdcac01cd9378641edc97508f3def73 (diff)
downloadmtk-20170518-14840f6854fe10c1249dad869ab80ee3d8796148.zip
mtk-20170518-14840f6854fe10c1249dad869ab80ee3d8796148.tar.gz
mtk-20170518-14840f6854fe10c1249dad869ab80ee3d8796148.tar.bz2
eglibc: disable ssp, it breaks the build
SVN-Revision: 25280
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index f333f9d..f949f18 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -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