diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-29 16:19:48 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-29 16:19:48 +0000 |
commit | f0ebad0e260ce3775ce17b600aa34060bf78bdb1 (patch) | |
tree | 2f90a12cf814323f4ea546a89791e9058e7444a9 /toolchain/eglibc | |
parent | 79cdadea60cd27e9c68b907bcf83a13541fb6f04 (diff) |
eglibc: work around a broken configure test to fix compile errors on x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc')
-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 eade1c1b5..e37e16d15 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -68,6 +68,7 @@ EGLIBC_MAKE:= \ $(MAKE) \ export libc_cv_ssp=no +export ac_cv_header_cpuid_h=yes define Host/SetToolchainInfo $(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk |