diff options
author | Thomas Heller <theller@ctypes.org> | 2008-03-04 20:21:42 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-03-04 20:21:42 (GMT) |
commit | a23aede562dff30b300cbc2beeb5f5ca9812d519 (patch) | |
tree | 45e6645542651de3e62ea2333a887fe6ef28921f /Modules | |
parent | 8bdf81d2df388ce06088193f95c992a7ee1eb553 (diff) | |
download | cpython-a23aede562dff30b300cbc2beeb5f5ca9812d519.zip cpython-a23aede562dff30b300cbc2beeb5f5ca9812d519.tar.gz cpython-a23aede562dff30b300cbc2beeb5f5ca9812d519.tar.bz2 |
Try to fix the build for PY_LINUX.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_ctypes/libffi/fficonfig.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_ctypes/libffi/fficonfig.py.in b/Modules/_ctypes/libffi/fficonfig.py.in index 4fc6d9d..09c13db 100644 --- a/Modules/_ctypes/libffi/fficonfig.py.in +++ b/Modules/_ctypes/libffi/fficonfig.py.in @@ -24,6 +24,7 @@ ffi_platforms = { 'SH': ['src/sh/sysv.S', 'src/sh/ffi.c'], 'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'], 'PA': ['src/pa/linux.S', 'src/pa/ffi.c'], + 'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'], } ffi_srcdir = '@srcdir@' |