From: nbd Date: Fri, 29 Jun 2012 16:19:48 +0000 (+0000) Subject: eglibc: work around a broken configure test to fix compile errors on x86 X-Git-Tag: fast2504n-3.10.28-merged~5632 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f0ebad0e260ce3775ce17b600aa34060bf78bdb1;p=openwrt.git 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 --- diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index eade1c1b5c..e37e16d153 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