diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-13 13:08:20 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-13 13:08:20 +0000 |
commit | a4f7c8f77479aa46ba7962e91b975c0492386a6d (patch) | |
tree | b092e861684c7a2c4efa5dd7865461785ae60231 /libcpp/ChangeLog | |
parent | 888bd5c2dee816d01c760fa49d2a615507e3d606 (diff) | |
download | gcc-a4f7c8f77479aa46ba7962e91b975c0492386a6d.tar.gz |
Changlog libcpp
2009-09-13 Kai Tietz <kai.tietz@onevision.com>
* configure.ac: Set for i?86-w64-mingw*
need_64bit_hwint to yes.
* configure: Regenerated.
ChangeLog gcc
2009-09-13 Kai Tietz <kai.tietz@onevision.com>
* config.gcc (tm_file): Remove i386/biarch32.h
for i?86-w64-mingw* case.
(i?86-*-mingw* andx86_64-*-mingw*): Add multilib
support.
* config.host: Set for cygwin and x86/x64 mingw the
option use_long_long_for_widest_fast_int to yes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151672 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 033106322a4..5d278223113 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2009-09-13 Kai Tietz <kai.tietz@onevision.com> + + * configure.ac: Set for i?86-w64-mingw* + need_64bit_hwint to yes. + * configure: Regenerated. + 2009-09-10 Jason Merrill <jason@redhat.com> * directives.c (cpp_define): constify. |