]> gcc.gnu.org Git - gcc.git/commitdiff
configure.ac: Make need_64_bit_hwint case for x86-darwin match exactly the glob in...
authorGeoffrey Keating <geoffk@apple.com>
Fri, 22 Sep 2006 23:26:20 +0000 (23:26 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 22 Sep 2006 23:26:20 +0000 (23:26 +0000)
* configure.ac: Make need_64_bit_hwint case for x86-darwin
match exactly the glob in gcc/config.gcc.
* configure: Regenerate.

From-SVN: r117156

libcpp/ChangeLog
libcpp/configure
libcpp/configure.ac

index 16cf1fc6c048313c6cc18ed71b82e55743348c09..a8f81c181950bf63b4fb11dbffad2f236c3dc374 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-22  Geoffrey Keating  <geoffk@apple.com>
+
+       * 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  <joseph@codesourcery.com>
 
        PR c/28768
index 71cd0e8978e6289539af202b0b60e5f2151f7ff1..2b944b37f7c720af946cea2ca3a2f699380620a1 100755 (executable)
@@ -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-*-* | \
index 71b6ff61f9baab6f26165368f596925dbd1d344d..e32d8233e44fbbec440dbe18f3fda6574e10b3f3 100644 (file)
@@ -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-*-* | \
This page took 0.070755 seconds and 5 git commands to generate.