From 30c29914c4f7f0b043140f42846ba0cf1cbb0017 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 29 Jun 2012 16:19:48 +0000
Subject: [PATCH] eglibc: work around a broken configure test to fix compile
 errors on x86

SVN-Revision: 32527
---
 toolchain/eglibc/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab