diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-22 23:26:20 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-22 23:26:20 +0000 |
commit | 32bca58b5eda518bc1742ea7498b4482d762c100 (patch) | |
tree | 0495c380f39b50066ac43c513e49f408f756d64c /libcpp/configure | |
parent | dda4bff3007dedd8af8b4062fc7a29984b5a2712 (diff) | |
download | gcc-32bca58b5eda518bc1742ea7498b4482d762c100.tar.gz |
* configure.ac: Make need_64_bit_hwint case for x86-darwin
match exactly the glob in gcc/config.gcc.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117156 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-x | libcpp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure index 71cd0e8978e..2b944b37f7c 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-*-* | \ |