mend
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
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.