diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-21 16:31:31 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-21 16:31:31 +0000 |
commit | cc6aa710927abd17bf13fabc9cbabdc709ce0434 (patch) | |
tree | 264caa9ef47c3c609e73e68e9471617e1e214b3f /libffi/configure | |
parent | efa225977af9e239f0235dc1db78444f71ca7ff2 (diff) | |
download | gcc-cc6aa710927abd17bf13fabc9cbabdc709ce0434.tar.gz |
2009-12-21 Andreas Tobler <a.tobler@schweiz.org>
* configure.ac: Make i?86 build on FreeBSD and OpenBSD.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure')
-rwxr-xr-x | libffi/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure b/libffi/configure index 6a02c079a21..cdefd57f215 100755 --- a/libffi/configure +++ b/libffi/configure @@ -11347,7 +11347,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*) |