diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2009-09-13 13:08:20 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2009-09-13 15:08:20 +0200 |
commit | 933608b7607a84e6d7cce601d9cf2d7666c53682 (patch) | |
tree | b092e861684c7a2c4efa5dd7865461785ae60231 /libcpp | |
parent | 725730f272e7ef4d05a6af48313c3cbdac636a5d (diff) | |
download | gcc-933608b7607a84e6d7cce601d9cf2d7666c53682.zip gcc-933608b7607a84e6d7cce601d9cf2d7666c53682.tar.gz gcc-933608b7607a84e6d7cce601d9cf2d7666c53682.tar.bz2 |
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.
From-SVN: r151672
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 0331063..5d27822 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 80249e7..eaf99dd 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 3af4e16..5246546 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*-*-* | \ |