diff options
author | Geoffrey Keating <geoffk@apple.com> | 2006-09-22 23:26:20 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2006-09-22 23:26:20 +0000 |
commit | aaf50ff29c2ab02f8224737c56b43470b801f3f3 (patch) | |
tree | 0495c380f39b50066ac43c513e49f408f756d64c /libcpp/configure.ac | |
parent | f8e0488413a1b525b22de8c6a6c1bc8af0b8bcca (diff) | |
download | gcc-aaf50ff29c2ab02f8224737c56b43470b801f3f3.zip gcc-aaf50ff29c2ab02f8224737c56b43470b801f3f3.tar.gz gcc-aaf50ff29c2ab02f8224737c56b43470b801f3f3.tar.bz2 |
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
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 71b6ff6..e32d823 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-*-* | \ |