From: Thomas Heller Date: Tue, 4 Mar 2008 20:21:42 +0000 (+0000) Subject: Try to fix the build for PY_LINUX. X-Git-Tag: v2.6a2~396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a23aede562dff30b300cbc2beeb5f5ca9812d519;p=python Try to fix the build for PY_LINUX. --- diff --git a/Modules/_ctypes/libffi/fficonfig.py.in b/Modules/_ctypes/libffi/fficonfig.py.in index 4fc6d9dc35..09c13db38d 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@'