blob: f898f6761fcfa8c571f36cae78ad78103c69c45e [file] [log] [blame]
Anthony Green049d8382011-08-22 14:50:10 -04001Index: libffi/ChangeLog
2===================================================================
3--- libffi.orig/ChangeLog
4+++ libffi/ChangeLog
Anthony Greenc411f142011-11-12 07:32:36 -05005@@ -794,6 +794,11 @@
Anthony Green3d561062011-11-12 07:20:24 -05006 * man/Makefile.in: Regenerate.
7 * testsuite/Makefile.in: Regenerate.
8
Anthony Green049d8382011-08-22 14:50:10 -04009+2011-08-22 Jasper Lievisse Adriaanse <jasper@openbsd.org>
10+
11+ * configure.ac: Add OpenBSD/hppa and OpenBSD/powerpc support.
12+ * configure: Rebuilt.
13+
Anthony Green3d561062011-11-12 07:20:24 -050014 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Anthony Green049d8382011-08-22 14:50:10 -040015
Anthony Green3d561062011-11-12 07:20:24 -050016 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
Anthony Green049d8382011-08-22 14:50:10 -040017Index: libffi/configure.ac
18===================================================================
19--- libffi.orig/configure.ac
20+++ libffi/configure.ac
21@@ -83,7 +83,7 @@ case "$host" in
22 TARGET=FRV; TARGETDIR=frv
23 ;;
24
25- hppa*-*-linux* | parisc*-*-linux*)
26+ hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
27 TARGET=PA_LINUX; TARGETDIR=pa
28 ;;
29 hppa*64-*-hpux*)
Anthony Green3d561062011-11-12 07:20:24 -050030@@ -155,7 +155,7 @@ case "$host" in
Anthony Green049d8382011-08-22 14:50:10 -040031 powerpc-*-aix* | rs6000-*-aix*)
32 TARGET=POWERPC_AIX; TARGETDIR=powerpc
33 ;;
34- powerpc-*-freebsd*)
35+ powerpc-*-freebsd* | powerpc-*-openbsd*)
36 TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
37 ;;
38 powerpc64-*-freebsd*)