From: Bruno Haible Date: Wed, 13 Jun 2007 01:28:35 +0000 (+0000) Subject: x86_64 has the same 'long double' format as i386. X-Git-Tag: cvs-readonly~241 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=c35e40ee80b23eb4c8ae88215297fb00633469c9;p=gnulib.git x86_64 has the same 'long double' format as i386. --- diff --git a/ChangeLog b/ChangeLog index e1a54bd14..458f3a5b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-12 Bruno Haible + + * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when + cross-compiling to x86_64. + 2007-06-12 Paul Eggert * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability diff --git a/m4/printf.m4 b/m4/printf.m4 index 903f2e1a5..70ac3a38d 100644 --- a/m4/printf.m4 +++ b/m4/printf.m4 @@ -1,4 +1,4 @@ -# printf.m4 serial 14 +# printf.m4 serial 15 dnl Copyright (C) 2003, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -405,8 +405,8 @@ int main () [ changequote(,)dnl case "$host_cpu" in - # Guess no on ia64, i386. - ia64 | i*86) gl_cv_func_printf_infinite_long_double="guessing no";; + # Guess no on ia64, x86_64, i386. + ia64 | x86_64 | i*86) gl_cv_func_printf_infinite_long_double="guessing no";; *) case "$host_os" in # Guess yes on glibc systems.