mirror of git://gcc.gnu.org/git/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
This commit is contained in:
parent
f8e0488413
commit
aaf50ff29c
|
@ -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>
|
2006-09-13 Joseph S. Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
PR c/28768
|
PR c/28768
|
||||||
|
|
|
@ -8234,7 +8234,7 @@ case $target in
|
||||||
x86_64-*-* | \
|
x86_64-*-* | \
|
||||||
ia64-*-* | \
|
ia64-*-* | \
|
||||||
hppa*64*-*-* | parisc*64*-*-* | \
|
hppa*64*-*-* | parisc*64*-*-* | \
|
||||||
i[34567]86-*-darwin[0-9]* | \
|
i[34567]86-*-darwin* | \
|
||||||
i[34567]86-*-solaris2.1[0-9]* | \
|
i[34567]86-*-solaris2.1[0-9]* | \
|
||||||
mips*-*-* | \
|
mips*-*-* | \
|
||||||
mmix-*-* | \
|
mmix-*-* | \
|
||||||
|
|
|
@ -118,7 +118,7 @@ case $target in
|
||||||
x86_64-*-* | \
|
x86_64-*-* | \
|
||||||
ia64-*-* | \
|
ia64-*-* | \
|
||||||
hppa*64*-*-* | parisc*64*-*-* | \
|
hppa*64*-*-* | parisc*64*-*-* | \
|
||||||
i[34567]86-*-darwin[0-9]* | \
|
i[34567]86-*-darwin* | \
|
||||||
i[34567]86-*-solaris2.1[0-9]* | \
|
i[34567]86-*-solaris2.1[0-9]* | \
|
||||||
mips*-*-* | \
|
mips*-*-* | \
|
||||||
mmix-*-* | \
|
mmix-*-* | \
|
||||||
|
|
Loading…
Reference in New Issue