cpython: fbbf9c187662 (original) (raw)

Mercurial > cpython

changeset 75704:fbbf9c187662

- Issue #14324: Fix configure tests for cross builds. when using gcc, use a compilation test for the cross build check for long long format. [#14324]

Matthias Klose doko@ubuntu.com
date Thu, 15 Mar 2012 19:31:06 +0100
parents 52597f888e7a
children 29ee48f843ec
files Misc/NEWS configure configure.ac
diffstat 3 files changed, 49 insertions(+), 2 deletions(-)[+] [-] Misc/NEWS 2 configure 31 configure.ac 18

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -111,6 +111,8 @@ Build

--- a/configure +++ b/configure @@ -13805,7 +13805,36 @@ then $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then :

+/* end confdefs.h. */ +

+ +int +main () +{ +

+

--- a/configure.ac +++ b/configure.ac @@ -4128,7 +4128,23 @@ then ]]])], [ac_cv_have_long_long_format=yes], [ac_cv_have_long_long_format=no],