diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 16:21:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 16:21:49 +0000 |
commit | 14840f6854fe10c1249dad869ab80ee3d8796148 (patch) | |
tree | 04766b05f17ffd29ba9f6dbee4e180debcbcc511 /toolchain/eglibc/Makefile | |
parent | 083e9fddffdcac01cd9378641edc97508f3def73 (diff) | |
download | upstream-14840f6854fe10c1249dad869ab80ee3d8796148.tar.gz upstream-14840f6854fe10c1249dad869ab80ee3d8796148.tar.bz2 upstream-14840f6854fe10c1249dad869ab80ee3d8796148.zip |
eglibc: disable ssp, it breaks the build
SVN-Revision: 25280
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 1 |
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 |