aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2009-09-13 16:59:47 +0000
committerKai Tietz <ktietz@gcc.gnu.org>2009-09-13 18:59:47 +0200
commit22f3450401afc7a025eec24ede6a947ffd7ad0f7 (patch)
treeedcc2769135a3a0c0506e1a8d42078885f38a18f /gcc/config.host
parent68e0e4616d82fcbd39c5e030ba252e5454820254 (diff)
downloadgcc-22f3450401afc7a025eec24ede6a947ffd7ad0f7.zip
gcc-22f3450401afc7a025eec24ede6a947ffd7ad0f7.tar.gz
gcc-22f3450401afc7a025eec24ede6a947ffd7ad0f7.tar.bz2
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
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host9
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 83c6509..4affcb0 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -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"