2008-02-22 Thomas Heller <theller@ctypes.org>

* configure.ac: Add x86 OpenBSD support.
        * configure: Rebuilt.
This commit is contained in:
green
2008-02-22 21:15:44 +00:00
parent 01adb0e638
commit 0208f68fe5
3 changed files with 7 additions and 2 deletions

View 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".

2
libffi/configure vendored
View File

@@ -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*)

View 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*)