[Python-checkins] r61235 - python/trunk/Modules/_ctypes/libffi/fficonfig.py.in

thomas.heller python-checkins at python.org
Tue Mar 4 21:21:42 CET 2008


Author: thomas.heller
Date: Tue Mar  4 21:21:42 2008
New Revision: 61235

Modified:
   python/trunk/Modules/_ctypes/libffi/fficonfig.py.in
Log:
Try to fix the build for PY_LINUX.

Modified: python/trunk/Modules/_ctypes/libffi/fficonfig.py.in
==============================================================================
--- python/trunk/Modules/_ctypes/libffi/fficonfig.py.in	(original)
+++ python/trunk/Modules/_ctypes/libffi/fficonfig.py.in	Tue Mar  4 21:21:42 2008
@@ -24,6 +24,7 @@
     '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@'


More information about the Python-checkins mailing list