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 /gcc/config.host | |
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 '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 |