blob: 7f8e8b5c286b229c6d49b8c29e2da836130034cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- python31ppc.diff begins here ---
Index: files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h
===================================================================
RCS file: files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h
diff -N files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h 17 Nov 2011 05:09:15 -0000
@@ -0,0 +1,11 @@
+--- Modules/_ctypes/libffi/src/powerpc/ffitarget.h.orig 2011-11-16 20:32:42.000000000 -0800
++++ Modules/_ctypes/libffi/src/powerpc/ffitarget.h 2011-11-16 20:33:23.000000000 -0800
+@@ -78,6 +78,8 @@
+ FFI_SYSV,
+ FFI_GCC_SYSV,
+ FFI_LINUX64,
++ FFI_LINUX,
++ FFI_LINUX_SOFT_FLOAT,
+ FFI_DEFAULT_ABI = FFI_SYSV,
+ #endif
+
--- python31ppc.diff ends here ---
|