2008-02-22 Thomas Heller <theller@ctypes.org>
authorgreen <green>
Fri, 22 Feb 2008 21:15:44 +0000 (21:15 +0000)
committergreen <green>
Fri, 22 Feb 2008 21:15:44 +0000 (21:15 +0000)
        * configure.ac: Add x86 OpenBSD support.
        * configure: Rebuilt.

libffi/ChangeLog.libffi
libffi/configure
libffi/configure.ac

index efcfc81..72b2781 100644 (file)
@@ -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".
index 855d813..2c6ece1 100755 (executable)
@@ -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*)
index 2e9f514..01572e2 100644 (file)
@@ -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*)