2008-02-22 Thomas Heller <theller@ctypes.org>
* configure.ac: Add x86 OpenBSD support.
* configure: Rebuilt.
This commit is contained in:
@@ -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>
|
2008-02-21 Thomas Heller <theller@ctypes.org>
|
||||||
|
|
||||||
* README: Change "make test" to "make check".
|
* README: Change "make test" to "make check".
|
||||||
|
|||||||
2
libffi/configure
vendored
2
libffi/configure
vendored
@@ -20390,7 +20390,7 @@ case "$host" in
|
|||||||
TARGET=PA_HPUX; TARGETDIR=pa
|
TARGET=PA_HPUX; TARGETDIR=pa
|
||||||
;;
|
;;
|
||||||
|
|
||||||
i386-*-freebsd*)
|
i386-*-freebsd* | i386-*-openbsd)
|
||||||
TARGET=X86_FREEBSD; TARGETDIR=x86
|
TARGET=X86_FREEBSD; TARGETDIR=x86
|
||||||
;;
|
;;
|
||||||
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
|
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ case "$host" in
|
|||||||
TARGET=PA_HPUX; TARGETDIR=pa
|
TARGET=PA_HPUX; TARGETDIR=pa
|
||||||
;;
|
;;
|
||||||
|
|
||||||
i386-*-freebsd*)
|
i386-*-freebsd* | i386-*-openbsd)
|
||||||
TARGET=X86_FREEBSD; TARGETDIR=x86
|
TARGET=X86_FREEBSD; TARGETDIR=x86
|
||||||
;;
|
;;
|
||||||
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
|
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)
|
||||||
|
|||||||
Reference in New Issue
Block a user