061ceaaaa4f89ed72450a7ada868d20dba97bbe7
[platform/upstream/libffi.git] / patches / amiga
1 Index: libffi/ChangeLog
2 ===================================================================
3 --- libffi.orig/ChangeLog
4 +++ libffi/ChangeLog
5 @@ -1,5 +1,10 @@
6  2012-01-23  Anthony Green  <green@moxielogic.com>
7 -           Dmitry Nadezhin  <dmitry.nadezhin@gmail.com>
8 +           Chris Young  <cdyoung@ntlworld.com>
9 +
10 +       * configure.ac: Add Amiga support.
11 +       * configure: Rebuilt.
12 +
13 +2012-01-23  Dmitry Nadezhin  <dmitry.nadezhin@gmail.com>
14  
15         * include/ffi_common.h (LIKELY, UNLIKELY): Fix definitions.
16  
17 Index: libffi/configure
18 ===================================================================
19 --- libffi.orig/configure
20 +++ libffi/configure
21 @@ -13128,6 +13128,9 @@ case "$host" in
22    powerpc*-*-linux* | powerpc-*-sysv*)
23         TARGET=POWERPC; TARGETDIR=powerpc
24         ;;
25 +  powerpc-*-amigaos*)
26 +       TARGET=POWERPC; TARGETDIR=powerpc
27 +       ;;
28    powerpc-*-beos*)
29         TARGET=POWERPC; TARGETDIR=powerpc
30         ;;
31 Index: libffi/configure.ac
32 ===================================================================
33 --- libffi.orig/configure.ac
34 +++ libffi/configure.ac
35 @@ -146,6 +146,9 @@ case "$host" in
36    powerpc*-*-linux* | powerpc-*-sysv*)
37         TARGET=POWERPC; TARGETDIR=powerpc
38         ;;
39 +  powerpc-*-amigaos*)
40 +       TARGET=POWERPC; TARGETDIR=powerpc
41 +       ;;
42    powerpc-*-beos*)
43         TARGET=POWERPC; TARGETDIR=powerpc
44         ;;