60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
Index: libffi/ChangeLog
|
|
===================================================================
|
|
--- libffi.orig/ChangeLog
|
|
+++ libffi/ChangeLog
|
|
@@ -69,6 +69,10 @@
|
|
|
|
* configure: Regenerate.
|
|
|
|
+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
|
|
@@ -12133,7 +12133,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*)
|
|
@@ -12142,7 +12142,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
|
|
@@ -141,7 +141,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*)
|
|
@@ -150,7 +150,7 @@ case "$host" in
|
|
powerpc-*-freebsd*)
|
|
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
|
|
;;
|
|
- powerpc64-*-freebsd*)
|
|
+ powerpc64-*-freebsd*)
|
|
TARGET=POWERPC; TARGETDIR=powerpc
|
|
;;
|
|
powerpc*-*-rtems*)
|