summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-29 16:19:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-29 16:19:48 +0000
commit30c29914c4f7f0b043140f42846ba0cf1cbb0017 (patch)
treefaa09b57ff92f077aa3fbcc8d11a47862b5d6f39 /toolchain/eglibc
parente6540143528fdb573163f1be9b99be1a99027bd0 (diff)
downloadmtk-20170518-30c29914c4f7f0b043140f42846ba0cf1cbb0017.zip
mtk-20170518-30c29914c4f7f0b043140f42846ba0cf1cbb0017.tar.gz
mtk-20170518-30c29914c4f7f0b043140f42846ba0cf1cbb0017.tar.bz2
eglibc: work around a broken configure test to fix compile errors on x86
SVN-Revision: 32527
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index eade1c1..e37e16d 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