Commit afaf3381604bd81803d8a5f3bf4d462299f1aac3

Anthony Green 2012-01-23T14:17:13

mend

diff --git a/README b/README
index 46969cc..8e3d79e 100644
--- a/README
+++ b/README
@@ -63,6 +63,7 @@ tested:
 | MIPS         | Linux            |
 | MIPS         | RTEMS            |
 | MIPS64       | Linux            |
+| PowerPC      | AMIGA            |
 | PowerPC      | Linux            |
 | PowerPC      | Mac OSX          |
 | PowerPC      | FreeBSD          |
@@ -145,7 +146,10 @@ History
 See the ChangeLog files for details.
 
 3.0.11 MMM-DD-YY
-        ??????????
+        Lots of build fixes.
+        Add Amiga newer MacOS support.
+	Fix Octeon and MC68881 support.
+	Fix code pessimizations.
 
 3.0.10 Aug-23-11
         Add support for Apple's iOS.
diff --git a/patches/amiga b/patches/amiga
index 061ceaa..2f727ef 100644
--- a/patches/amiga
+++ b/patches/amiga
@@ -42,3 +42,27 @@ Index: libffi/configure.ac
    powerpc-*-beos*)
  	TARGET=POWERPC; TARGETDIR=powerpc
  	;;
+Index: libffi/README
+===================================================================
+--- libffi.orig/README
++++ libffi/README
+@@ -63,6 +63,7 @@ tested:
+ | MIPS         | Linux            |
+ | MIPS         | RTEMS            |
+ | MIPS64       | Linux            |
++| PowerPC      | AMIGA            |
+ | PowerPC      | Linux            |
+ | PowerPC      | Mac OSX          |
+ | PowerPC      | FreeBSD          |
+@@ -145,7 +146,10 @@ History
+ See the ChangeLog files for details.
+ 
+ 3.0.11 MMM-DD-YY
+-        ??????????
++        Lots of build fixes.
++        Add Amiga newer MacOS support.
++	Fix Octeon and MC68881 support.
++	Fix code pessimizations.
+ 
+ 3.0.10 Aug-23-11
+         Add support for Apple's iOS.