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 | 30c29914c4f7f0b043140f42846ba0cf1cbb0017 (patch) | |
| tree | faa09b57ff92f077aa3fbcc8d11a47862b5d6f39 | |
| parent | e6540143528fdb573163f1be9b99be1a99027bd0 (diff) | |
| download | upstream-30c29914c4f7f0b043140f42846ba0cf1cbb0017.tar.gz upstream-30c29914c4f7f0b043140f42846ba0cf1cbb0017.tar.bz2 upstream-30c29914c4f7f0b043140f42846ba0cf1cbb0017.zip | |
eglibc: work around a broken configure test to fix compile errors on x86
SVN-Revision: 32527
| -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 eade1c1b5cc..e37e16d1537 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 |
