]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Make i?86 build on FreeBSD and OpenBSD.
authorAndreas Tobler <a.tobler@schweiz.org>
Mon, 21 Dec 2009 16:31:31 +0000 (16:31 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 21 Dec 2009 16:31:31 +0000 (17:31 +0100)
2009-12-21  Andreas Tobler  <a.tobler@schweiz.org>

* configure.ac: Make i?86 build on FreeBSD and OpenBSD.
* configure: Regenerate.

From-SVN: r155373

libffi/ChangeLog
libffi/configure
libffi/configure.ac

index 0d14813f74ffcd4d9893679249f9780b6adc26c7..276d738caa4617c961f703a51ae6f9d9331a903d 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-21  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * configure.ac: Make i?86 build on FreeBSD and OpenBSD.
+       * configure: Regenerate.
+
 2009-12-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * testsuite/libffi.call/ffitest.h: Define PRIuPTR on PA HP-UX.
index 6a02c079a2165e288a4d0a5aeb5715d6c21a98ec..cdefd57f2151cff9758f84fe3aa20af44145575a 100755 (executable)
@@ -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*)
index 917f3f1cbc03051164bfa01910e62374fe91bdd1..3c1b1bcee439ee635567f61065f97c9cacbbf72a 100644 (file)
@@ -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*)