57 lines
1.5 KiB
Plaintext
57 lines
1.5 KiB
Plaintext
Index: libffi/ChangeLog
|
|
===================================================================
|
|
--- libffi.orig/ChangeLog
|
|
+++ libffi/ChangeLog
|
|
@@ -1,3 +1,7 @@
|
|
+2011-02-09 Anthony Green <green@moxielogic.com>
|
|
+
|
|
+ * configure.ac: Add powerpc64-*-darwin* support.
|
|
+
|
|
2011-02-09 Anthony Green <green@moxielogic.com>
|
|
|
|
* README: Mention Interix.
|
|
Index: libffi/configure
|
|
===================================================================
|
|
--- libffi.orig/configure
|
|
+++ libffi/configure
|
|
@@ -12245,7 +12245,7 @@ case "$host" in
|
|
powerpc-*-beos*)
|
|
TARGET=POWERPC; TARGETDIR=powerpc
|
|
;;
|
|
- powerpc-*-darwin*)
|
|
+ powerpc-*-darwin* | powerpc64-*-darwin*)
|
|
TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
|
|
;;
|
|
powerpc-*-aix* | rs6000-*-aix*)
|
|
@@ -12254,7 +12254,7 @@ case "$host" in
|
|
powerpc-*-freebsd*)
|
|
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
|
|
;;
|
|
- powerpc64-*-freebsd*)
|
|
+ powerpc64-*-freebsd*)
|
|
TARGET=POWERPC; TARGETDIR=powerpc
|
|
;;
|
|
powerpc*-*-rtems*)
|
|
Index: libffi/configure.ac
|
|
===================================================================
|
|
--- libffi.orig/configure.ac
|
|
+++ libffi/configure.ac
|
|
@@ -137,7 +137,7 @@ case "$host" in
|
|
powerpc-*-beos*)
|
|
TARGET=POWERPC; TARGETDIR=powerpc
|
|
;;
|
|
- powerpc-*-darwin*)
|
|
+ powerpc-*-darwin* | powerpc64-*-darwin*)
|
|
TARGET=POWERPC_DARWIN; TARGETDIR=powerpc
|
|
;;
|
|
powerpc-*-aix* | rs6000-*-aix*)
|
|
@@ -146,7 +146,7 @@ case "$host" in
|
|
powerpc-*-freebsd*)
|
|
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
|
|
;;
|
|
- powerpc64-*-freebsd*)
|
|
+ powerpc64-*-freebsd*)
|
|
TARGET=POWERPC; TARGETDIR=powerpc
|
|
;;
|
|
powerpc*-*-rtems*)
|