commit | 486b1b0268eb7fc34b3fb457ac503ea4de4d76a9 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Nov 02 19:10:24 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Nov 02 19:10:24 2007 +0000 |
tree | 03c67e31e0b59660fc1831973e1aff4dd2eeb79d | |
parent | 3814a911aa6953a5aefbe8150d280d3a20747d6d [diff] [blame] |
Issue #1292: On alpha, arm, ppc, and s390 linux systems the --with-system-ffi configure option defaults to "yes" because the bundled libffi sources are too old.
diff --git a/Misc/NEWS b/Misc/NEWS index 0538d94..ff20956 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -274,6 +274,9 @@ Library ------- +- Issue #1292: On alpha, arm, ppc, and s390 linux systems the + --with-system-ffi configure option defaults to "yes". + - IN module for FreeBSD 8 is added and preexisting FreeBSD 6 and 7 files are updated.