From: Geoffrey Keating Date: Fri, 22 Sep 2006 23:26:20 +0000 (+0000) Subject: configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in... X-Git-Tag: releases/gcc-4.2.0~1273 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=aaf50ff29c2ab02f8224737c56b43470b801f3f3;p=gcc.git configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in gcc/config.gcc. * configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in gcc/config.gcc. * configure: Regenerate. From-SVN: r117156 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 16cf1fc6c048..a8f81c181950 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2006-09-22 Geoffrey Keating + + * configure.ac: Make need_64_bit_hwint case for x86-darwin + match exactly the glob in gcc/config.gcc. + * configure: Regenerate. + 2006-09-13 Joseph S. Myers PR c/28768 diff --git a/libcpp/configure b/libcpp/configure index 71cd0e8978e6..2b944b37f7c7 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -8234,7 +8234,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ - i[34567]86-*-darwin[0-9]* | \ + i[34567]86-*-darwin* | \ i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 71b6ff61f9ba..e32d8233e44f 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -118,7 +118,7 @@ case $target in x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | parisc*64*-*-* | \ - i[34567]86-*-darwin[0-9]* | \ + i[34567]86-*-darwin* | \ i[34567]86-*-solaris2.1[0-9]* | \ mips*-*-* | \ mmix-*-* | \