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 | |
| parent | 083e9fddffdcac01cd9378641edc97508f3def73 (diff) | |
| download | mtk-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')
| -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 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 |
