From: Anthony Green Date: Mon, 23 Jan 2012 19:17:13 +0000 (-0500) Subject: mend X-Git-Tag: v3.0.11~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afaf3381604bd81803d8a5f3bf4d462299f1aac3;p=platform%2Fupstream%2Flibffi.git 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.