Remove cpuid.h configure tests.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 29 Oct 2015 14:43:46 +0000 (14:43 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 29 Oct 2015 14:43:46 +0000 (14:43 +0000)
commit91bcb95ad4454ea878e7a2eac5c4a0eeb6fb4de6
tree51af7842f6dee5d566bb96b7c627831c6cf06b87
parent2a723ff6ff8ebbcb6759bfaf28fd25b390ce9390
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.
ChangeLog
sysdeps/i386/configure
sysdeps/i386/configure.ac
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac