| commit | 3b739b149b4bdb85ed593b0d0a0c9d2790dbd988 | [log] [tgz] |
|---|---|---|
| author | Matthias Klose <doko@ubuntu.com> | Thu Mar 15 19:31:06 2012 +0100 |
| committer | Matthias Klose <doko@ubuntu.com> | Thu Mar 15 19:31:06 2012 +0100 |
| tree | ba7edeb1738a7b634e5f1c54a2968d29400566ee | |
| parent | 93a0ef16c939581fb366897d2f07c395601f8ddf [diff] [blame] |
- Issue #14324: Fix configure tests for cross builds. when using gcc, use a compilation test for the cross build check for long long format.
diff --git a/Misc/NEWS b/Misc/NEWS index d41a2b4..9bc74d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -111,6 +111,8 @@ - Issue #14321: Do not run pgen during the build if files are up to date. +- Issue #14324: Fix configure tests for cross builds. + Extension Modules -----------------