diff options
-rw-r--r-- | lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h b/lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h new file mode 100644 index 000000000000..22a61b67f491 --- /dev/null +++ b/lang/smalltalk/files/patch-libffi-src-powerpc-ffitarget.h @@ -0,0 +1,14 @@ + +--- libffi/src/powerpc/ffitarget.h.orig 2010-10-08 21:22:55.000000000 +0200 ++++ libffi/src/powerpc/ffitarget.h 2010-10-08 21:23:39.000000000 +0200 +@@ -78,6 +78,8 @@ + FFI_SYSV, + FFI_GCC_SYSV, + FFI_LINUX64, ++ FFI_LINUX, ++ FFI_LINUX_SOFT_FLOAT, + FFI_DEFAULT_ABI = FFI_SYSV, + #endif + + + |