Commit 0208f68fe5de30c33e7f70ebc281635917013f5a

green 2008-02-22T21:15:44

2008-02-22 Thomas Heller <theller@ctypes.org> * configure.ac: Add x86 OpenBSD support. * configure: Rebuilt.

diff --git a/libffi/ChangeLog.libffi b/libffi/ChangeLog.libffi
index efcfc81..72b2781 100644
--- a/libffi/ChangeLog.libffi
+++ b/libffi/ChangeLog.libffi
@@ -1,3 +1,8 @@
+2008-02-22  Thomas Heller <theller@ctypes.org>
+
+	* configure.ac: Add x86 OpenBSD support.
+	* configure: Rebuilt.
+
 2008-02-21  Thomas Heller <theller@ctypes.org>
 
 	* README: Change "make test" to "make check".
diff --git a/libffi/configure b/libffi/configure
index 855d813..2c6ece1 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -20390,7 +20390,7 @@ case "$host" in
 	TARGET=PA_HPUX; TARGETDIR=pa
 	;;
 
-  i386-*-freebsd*)
+  i386-*-freebsd* | i386-*-openbsd)
 	TARGET=X86_FREEBSD; TARGETDIR=x86
 	;;
   i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
diff --git a/libffi/configure.ac b/libffi/configure.ac
index 2e9f514..01572e2 100644
--- a/libffi/configure.ac
+++ b/libffi/configure.ac
@@ -67,7 +67,7 @@ case "$host" in
 	TARGET=PA_HPUX; TARGETDIR=pa
 	;;
 
-  i386-*-freebsd*)
+  i386-*-freebsd* | i386-*-openbsd)
 	TARGET=X86_FREEBSD; TARGETDIR=x86
 	;;
   i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)