From: Andreas Tobler Date: Mon, 21 Dec 2009 16:31:31 +0000 (+0000) Subject: configure.ac: Make i?86 build on FreeBSD and OpenBSD. X-Git-Tag: releases/gcc-4.5.0~1564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938a483f0d2d55bdb68b5f435750c22e5f6d0b95;p=thirdparty%2Fgcc.git configure.ac: Make i?86 build on FreeBSD and OpenBSD. 2009-12-21 Andreas Tobler * configure.ac: Make i?86 build on FreeBSD and OpenBSD. * configure: Regenerate. From-SVN: r155373 --- diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 0d14813f74ff..276d738caa46 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2009-12-21 Andreas Tobler + + * configure.ac: Make i?86 build on FreeBSD and OpenBSD. + * configure: Regenerate. + 2009-12-15 John David Anglin * testsuite/libffi.call/ffitest.h: Define PRIuPTR on PA HP-UX. diff --git a/libffi/configure b/libffi/configure index 6a02c079a216..cdefd57f2151 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*) diff --git a/libffi/configure.ac b/libffi/configure.ac index 917f3f1cbc03..3c1b1bcee439 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*)