From: Felix Fietkau 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: reboot~13497 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30c29914c4f7f0b043140f42846ba0cf1cbb0017;p=oweals%2Fopenwrt.git eglibc: work around a broken configure test to fix compile errors on x86 SVN-Revision: 32527 --- 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