diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-29 16:19:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-29 16:19:48 +0000 |
commit | 258731283965ca693389b403165e4c5e816c2551 (patch) | |
tree | 2f90a12cf814323f4ea546a89791e9058e7444a9 /toolchain | |
parent | 1d62b57940afc3ebac2c1baa9341891e6646c6ad (diff) | |
download | upstream-258731283965ca693389b403165e4c5e816c2551.tar.gz upstream-258731283965ca693389b403165e4c5e816c2551.tar.bz2 upstream-258731283965ca693389b403165e4c5e816c2551.zip |
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')
-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 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 |