aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure.ac
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2009-12-21 16:31:31 +0000
committerAndreas Tobler <andreast@gcc.gnu.org>2009-12-21 17:31:31 +0100
commit938a483f0d2d55bdb68b5f435750c22e5f6d0b95 (patch)
tree264caa9ef47c3c609e73e68e9471617e1e214b3f /libffi/configure.ac
parente0b0fd74916237123b57de286d122e9a648e3607 (diff)
downloadgcc-938a483f0d2d55bdb68b5f435750c22e5f6d0b95.zip
gcc-938a483f0d2d55bdb68b5f435750c22e5f6d0b95.tar.gz
gcc-938a483f0d2d55bdb68b5f435750c22e5f6d0b95.tar.bz2
configure.ac: Make i?86 build on FreeBSD and OpenBSD.
2009-12-21 Andreas Tobler <a.tobler@schweiz.org> * configure.ac: Make i?86 build on FreeBSD and OpenBSD. * configure: Regenerate. From-SVN: r155373
Diffstat (limited to 'libffi/configure.ac')
-rw-r--r--libffi/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure.ac b/libffi/configure.ac
index 917f3f1..3c1b1bc 100644
--- a/libffi/configure.ac
+++ b/libffi/configure.ac
@@ -73,7 +73,7 @@ case "$host" in
TARGET=PA_HPUX; TARGETDIR=pa
;;
- i386-*-freebsd* | i386-*-openbsd*)
+ i?86-*-freebsd* | i?86-*-openbsd*)
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)