mend
authorAnthony Green <green@moxielogic.com>
Mon, 23 Jan 2012 19:17:13 +0000 (14:17 -0500)
committerAnthony Green <green@moxielogic.com>
Mon, 23 Jan 2012 19:17:13 +0000 (14:17 -0500)
README
patches/amiga

diff --git a/README b/README
index 46969cc..8e3d79e 100644 (file)
--- 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.
index 061ceaa..2f727ef 100644 (file)
@@ -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.