Commit 22f34504 by Kai Tietz Committed by Kai Tietz

config.host: Set for x64 mingw the option use_long_long_for_widest_fast_int to yes.

2009-09-13  Kai Tietz  <kai.tietz@onevision.com>

        * config.host: Set for x64 mingw the option
        use_long_long_for_widest_fast_int to yes.

From-SVN: r151674
parent 68e0e461
......@@ -4,8 +4,8 @@
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.
* config.host: Set for x64 mingw the option
use_long_long_for_widest_fast_int to yes.
2009-09-13 Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -202,13 +202,18 @@ 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*)
i[34567]86-*-mingw32*)
host_xm_file=i386/xm-mingw32.h
host_xmake_file="${host_xmake_file} i386/x-mingw32"
host_exeext=.exe
out_host_hook_obj=host-mingw32.o
;;
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment