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 /gcc/config.host | |
parent | 725730f272e7ef4d05a6af48313c3cbdac636a5d (diff) | |
download | gcc-933608b7607a84e6d7cce601d9cf2d7666c53682.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.
From-SVN: r151672
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host index a8ec32455aa..83c65093743 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -202,12 +202,14 @@ case ${host} in esac ;; i[34567]86-*-pe | i[34567]86-*-cygwin*) + use_long_long_for_widest_fast_int=yes host_xm_file=i386/xm-cygwin.h out_host_hook_obj=host-cygwin.o host_xmake_file="${host_xmake_file} i386/x-cygwin" host_exeext=.exe ;; i[34567]86-*-mingw32* | x86_64-*-mingw*) + use_long_long_for_widest_fast_int=yes host_xm_file=i386/xm-mingw32.h host_xmake_file="${host_xmake_file} i386/x-mingw32" host_exeext=.exe |