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/ChangeLog | |
parent | dda4bff3007dedd8af8b4062fc7a29984b5a2712 (diff) | |
download | ppe42-gcc-32bca58b5eda518bc1742ea7498b4482d762c100.tar.gz ppe42-gcc-32bca58b5eda518bc1742ea7498b4482d762c100.zip |
* 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/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 16cf1fc6c04..a8f81c18195 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -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 |