aboutsummaryrefslogtreecommitdiffstats
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
commita77e76ae66d3acf623b21a812073fc61d21fceb6 (patch)
tree69bae3ead1b8d819e2fddebbdfbd1b19f50aa56d /toolchain/eglibc
parentb0ee5554e3dcffbf514a2526bc61a8c0102cf710 (diff)
downloadupstream-a77e76ae66d3acf623b21a812073fc61d21fceb6.tar.gz
upstream-a77e76ae66d3acf623b21a812073fc61d21fceb6.tar.bz2
upstream-a77e76ae66d3acf623b21a812073fc61d21fceb6.zip
eglibc: disable ssp, it breaks the build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f333f9d8cb..f949f185aa 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