comparison gcc/config.host @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents 855418dad1a3
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 # GCC host-specific configuration file. 1 # GCC host-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008 2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009
3 # Free Software Foundation, Inc. 3 # Free Software Foundation, Inc.
4 4
5 #This file is part of GCC. 5 #This file is part of GCC.
6 6
7 #GCC is free software; you can redistribute it and/or modify it under 7 #GCC is free software; you can redistribute it and/or modify it under
128 host_extra_gcc_objs="driver-rs6000.o" 128 host_extra_gcc_objs="driver-rs6000.o"
129 host_xmake_file="${host_xmake_file} rs6000/x-rs6000" 129 host_xmake_file="${host_xmake_file} rs6000/x-rs6000"
130 ;; 130 ;;
131 esac 131 esac
132 case ${host} in 132 case ${host} in
133 *-*-linux* ) 133 *-*-linux* | *-*-freebsd*)
134 if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then 134 if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then
135 # On powerpc*-*-linux* use -Wl,--relax to link cc1, 135 # On powerpc*-*-linux* use -Wl,--relax to link cc1,
136 # if ld is new enough, otherwise force -O1 in CFLAGS. 136 # if ld is new enough, otherwise force -O1 in CFLAGS.
137 host_ppc_relax_xmake_file= 137 host_ppc_relax_xmake_file=
138 host_ld_ver=`${CC} -Wl,--version 2>/dev/null | sed 1q` 138 host_ld_ver=`${CC} -Wl,--version 2>/dev/null | sed 1q`
153 ;; 153 ;;
154 esac 154 esac
155 155
156 # Machine-specific settings. 156 # Machine-specific settings.
157 case ${host} in 157 case ${host} in
158 alpha64-dec-*vms*)
159 host_xm_file="vms/xm-vms.h vms/xm-vms64.h"
160 host_xmake_file=vms/x-vms
161 host_exeext=.exe
162 host_can_use_collect2=no
163 prefix=/gnu
164 local_prefix=/gnu/local
165 ;;
158 alpha*-dec-*vms*) 166 alpha*-dec-*vms*)
159 host_xm_file=alpha/xm-vms.h 167 host_xm_file="vms/xm-vms.h"
160 host_xmake_file="${host_xmake_file} alpha/x-vms" 168 host_xmake_file=vms/x-vms
161 extra_programs="ld.exe decc.exe" 169 host_exeext=.exe
162 host_exeext=.exe 170 host_can_use_collect2=no
163 host_can_use_collect2=no
164 # This removes the cpu type and manufacturer components and
165 # replaces "." with "_" in the operating system version.
166 target_noncanonical=`echo $host | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
167 prefix=/gnu 171 prefix=/gnu
168 local_prefix=/gnu 172 local_prefix=/gnu/local
169 ;; 173 ;;
170 hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*) 174 hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
171 out_host_hook_obj=host-hpux.o 175 out_host_hook_obj=host-hpux.o
172 host_xmake_file="${host_xmake_file} x-hpux" 176 host_xmake_file="${host_xmake_file} x-hpux"
173 ;; 177 ;;
223 ;; 227 ;;
224 i[34567]86-*-darwin* | x86_64-*-darwin*) 228 i[34567]86-*-darwin* | x86_64-*-darwin*)
225 out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" 229 out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
226 host_xmake_file="${host_xmake_file} i386/x-darwin" 230 host_xmake_file="${host_xmake_file} i386/x-darwin"
227 ;; 231 ;;
232 ia64-hp-*vms*)
233 host_xm_file="vms/xm-vms.h vms/xm-vms64.h"
234 host_xmake_file=vms/x-vms
235 host_exeext=.exe
236 host_can_use_collect2=no
237 prefix=/gnu
238 local_prefix=/gnu/local
239 ;;
228 powerpc-*-beos*) 240 powerpc-*-beos*)
229 host_can_use_collect2=no 241 host_can_use_collect2=no
230 ;; 242 ;;
231 powerpc-*-darwin*) 243 powerpc-*-darwin*)
232 out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o" 244 out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o"