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 | |
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')
-rw-r--r-- | libcpp/ChangeLog | 6 | ||||
-rwxr-xr-x | libcpp/configure | 1 | ||||
-rw-r--r-- | libcpp/configure.ac | 1 |
3 files changed, 8 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. diff --git a/libcpp/configure b/libcpp/configure index 80249e76925..eaf99dd28d6 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -6876,6 +6876,7 @@ case $target in hppa*64*-*-* | \ i[34567]86-*-darwin* | \ i[34567]86-*-solaris2.1[0-9]* | \ + i[34567]86-w64-mingw* | \ mips*-*-* | \ mmix-*-* | \ powerpc*-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 3af4e166e71..52465462165 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -146,6 +146,7 @@ case $target in hppa*64*-*-* | \ i[34567]86-*-darwin* | \ i[34567]86-*-solaris2.1[0-9]* | \ + i[34567]86-w64-mingw* | \ mips*-*-* | \ mmix-*-* | \ powerpc*-*-* | \ |