diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 23:30:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-15 23:30:42 +0000 |
commit | 3d0dbdc46710c262bf4fc4786b32d61bd777b33b (patch) | |
tree | 093cd3d954e01ae1b47de676f905348543b8b50c /configure.ac | |
parent | 56ab386964d99ab9b28957330af09e5ca33482f6 (diff) | |
download | glibc-3d0dbdc46710c262bf4fc4786b32d61bd777b33b.tar glibc-3d0dbdc46710c262bf4fc4786b32d61bd777b33b.tar.gz glibc-3d0dbdc46710c262bf4fc4786b32d61bd777b33b.tar.bz2 glibc-3d0dbdc46710c262bf4fc4786b32d61bd777b33b.zip |
Remove sizeof (long double) configure test.
There is a configure test for sizeof (long double) whose results
aren't used anywhere. This patch removes that test.
Tested for x86_64 (testsuite, and that installed shared libraries are
unchanged by the patch).
* configure.ac (sizeof_long_double): Remove configure test.
* configure: Regenerated.
* config.make.in (sizeof-long-double): Remove variable.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index d74bef4330..7d94d9f35a 100644 --- a/configure.ac +++ b/configure.ac @@ -1793,11 +1793,6 @@ if test "x$have_selinux" = xyes; then fi AC_SUBST(have_selinux) -dnl check for the size of 'long double'. -AC_CHECK_SIZEOF(long double, 0) -sizeof_long_double=$ac_cv_sizeof_long_double -AC_SUBST(sizeof_long_double) - CPPUNDEFS= dnl Check for silly hacked compilers predefining _FORTIFY_SOURCE. dnl Since we are building the implementations of the fortified functions here, |