comparison gcc/config.host @ 36:855418dad1a3

gcc-4.4-20091020
author e075725
date Tue, 22 Dec 2009 21:19:31 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
19:58ad6c70ea60 36:855418dad1a3
201 host_xm_file=i386/xm-cygwin.h 201 host_xm_file=i386/xm-cygwin.h
202 out_host_hook_obj=host-cygwin.o 202 out_host_hook_obj=host-cygwin.o
203 host_xmake_file="${host_xmake_file} i386/x-cygwin" 203 host_xmake_file="${host_xmake_file} i386/x-cygwin"
204 host_exeext=.exe 204 host_exeext=.exe
205 ;; 205 ;;
206 i[34567]86-*-mingw32* | x86_64-*-mingw*) 206 i[34567]86-*-mingw32*)
207 host_xm_file=i386/xm-mingw32.h
208 host_xmake_file="${host_xmake_file} i386/x-mingw32"
209 host_exeext=.exe
210 out_host_hook_obj=host-mingw32.o
211 ;;
212 x86_64-*-mingw*)
213 use_long_long_for_widest_fast_int=yes
207 host_xm_file=i386/xm-mingw32.h 214 host_xm_file=i386/xm-mingw32.h
208 host_xmake_file="${host_xmake_file} i386/x-mingw32" 215 host_xmake_file="${host_xmake_file} i386/x-mingw32"
209 host_exeext=.exe 216 host_exeext=.exe
210 out_host_hook_obj=host-mingw32.o 217 out_host_hook_obj=host-mingw32.o
211 ;; 218 ;;