Fix #1563807: _ctypes built on AIX fails with ld ffi error.
authorThomas Heller <theller@ctypes.org>
Tue, 28 Nov 2006 20:43:11 +0000 (20:43 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 28 Nov 2006 20:43:11 +0000 (20:43 +0000)
commit84a90cade58461822e7ee5bbb5e52aa6a415bd6f
treec71b677141cf50d87a72d68483f313c14fd9e49f
parent425e2d15c5b50e49e669a7a8a7316c4de21bccd9
Fix #1563807: _ctypes built on AIX fails with ld ffi error.

The contents of ffi_darwin.c must be compiled unless __APPLE__ is
defined and __ppc__ is not.

Backport from trunk.
Misc/NEWS
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c