diff options
author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-11 04:21:18 +0000 |
---|---|---|
committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-11 04:21:18 +0000 |
commit | fc7383ad634514fdbf61c9aac5d8f63c5e0266fb (patch) | |
tree | 5893be2adc9a1209f773287fcbc729d224c8d62c /libcpp/ChangeLog | |
parent | 4df1cf4ee59dbfd9e34825412ea5a8d13236d22b (diff) | |
download | gcc-fc7383ad634514fdbf61c9aac5d8f63c5e0266fb.tar.gz |
* config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
[libcpp]
* configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
and shbe-*-*.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134190 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 f5c623db910..02de9d0c515 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2008-04-11 Kaz Kojima <kkojima@gcc.gnu.org> + + * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-* + and shbe-*-*. + * configure: Rebuilt. + 2008-04-02 Joseph Myers <joseph@codesourcery.com> * include/cpplib.h (struct cpp_callbacks): Add used_define, |