aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/configure.ac
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-10-29 14:43:46 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-10-29 14:43:46 +0000
commit91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6 (patch)
tree51af7842f6dee5d566bb96b7c627831c6cf06b87 /sysdeps/i386/configure.ac
parent2a723ff6ff8ebbcb6759bfaf28fd25b390ce9390 (diff)
downloadglibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.zip
glibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.tar.gz
glibc-91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6.tar.bz2
Remove cpuid.h configure tests.
There are configure tests for the cpuid.h header for x86 / x86_64. GCC 4.3 and later install this header, so those tests are obsolete. This patch removes them. Tested for x86_64 and x86 (testsuite, and that installed shared libraries are unchanged by the patch). * sysdeps/i386/configure.ac (cpuid.h): Do not test for header. * sysdeps/i386/configure: Regenerated. * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header. * sysdeps/x86_64/configure: Regenerated.
Diffstat (limited to 'sysdeps/i386/configure.ac')
-rw-r--r--sysdeps/i386/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/i386/configure.ac b/sysdeps/i386/configure.ac
index 609f147..f8f9e44 100644
--- a/sysdeps/i386/configure.ac
+++ b/sysdeps/i386/configure.ac
@@ -30,10 +30,6 @@ LIBC_COMPILER_BUILTIN_INLINED(
*** Please use host i786, i686, i586, or i486.
*** For example: /source/glibc/configure CFLAGS='-O2 -march=i686' ...])])
-AC_CHECK_HEADER([cpuid.h], ,
- [AC_MSG_ERROR([gcc must provide the <cpuid.h> header])],
- [/* No default includes. */])
-
dnl Check whether asm supports Intel MPX
AC_CACHE_CHECK(for Intel MPX support, libc_cv_asm_mpx, [dnl
cat > conftest.s <<\EOF