1 # GCC host-specific configuration file.
2 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
4 #This file is part of GCC.
6 #GCC is free software; you can redistribute it and/or modify it under
7 #the terms of the GNU General Public License as published by the Free
8 #Software Foundation; either version 3, or (at your option) any later
11 #GCC is distributed in the hope that it will be useful, but WITHOUT
12 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 #FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 #You should have received a copy of the GNU General Public License
17 #along with GCC; see the file COPYING3. If not see
18 #<http://www.gnu.org/licenses/>.
20 # This is the GCC host-specific configuration file
21 # where a configuration type is mapped to different system-specific
22 # definitions and files. This is invoked by the autoconf-generated
23 # configure script. Putting it in a separate shell file lets us skip
24 # running autoconf when modifying host-specific information.
26 # This file switches on the shell variable ${host}. As much of this as
27 # is reasonable should be replaced with autoconf tests in the future.
29 # This file sets the following shell variables for use by the
30 # autoconf-generated configure script:
32 # host_xm_file List of files to include when compiling for the
35 # host_xm_defines List of macros to define when compiling for the
38 # host_xmake_file List of host-specific makefile-fragments.
40 # host_exeext Set to the suffix, if the host machine requires
41 # executables to have a file name suffix.
43 # host_extra_objs List of extra host-dependent objects that should
44 # be linked into the compiler proper.
46 # host_extra_gcc_objs List of extra host-dependent objects that should
47 # be linked into the gcc driver.
49 # out_host_hook_obj An object file that provides the host hooks.
51 # host_can_use_collect2 Set to yes normally; to no if the host cannot
52 # link or otherwise use collect2
54 # use_long_long_for_widest_fast_int Set this to 'yes' if 'long long'
55 # (or '__int64') is wider than 'long' but still
56 # efficeiently supported by the host hardware.
57 # Only affects compile speed. Default is 'no'.
59 # host_lto_plugin_soname Set this to the name to which the LTO linker
60 # plugin gets compiled on this host, if it is
61 # different from the default "liblto_plugin.so".
63 # When setting any of these variables, check to see if a corresponding
64 # variable is present in config.build; if so, you will likely want to
65 # set it in both places.
74 out_host_hook_obj=host-default.o
75 host_can_use_collect2=yes
76 use_long_long_for_widest_fast_int=no
77 host_lto_plugin_soname=liblto_plugin.so
78 host_function_reordering_plugin_soname=libfunction_reordering_plugin.so
80 # Unsupported hosts list. Generally, only include hosts known to fail here,
81 # since we allow hosts not listed to be supported generically.
83 i[34567]86-sequent-sysv \
84 | i[34567]86-sequent-sysv[123]* \
86 | i[34567]86-*-go32* \
88 echo "*** Configuration for host ${host} not supported" 1>&2
93 # Common parts for widely ported systems.
96 # Generic darwin host support.
97 out_host_hook_obj=host-darwin.o
98 host_xmake_file="${host_xmake_file} x-darwin"
106 host_extra_gcc_objs="driver-arm.o"
107 host_xmake_file="${host_xmake_file} arm/x-arm"
114 host_extra_gcc_objs="driver-alpha.o"
115 host_xmake_file="${host_xmake_file} alpha/x-alpha"
124 host_extra_gcc_objs="driver-i386.o"
125 host_xmake_file="${host_xmake_file} i386/x-i386"
132 host_extra_gcc_objs="driver-native.o"
133 host_xmake_file="${host_xmake_file} mips/x-native"
142 host_extra_gcc_objs="driver-rs6000.o"
143 host_xmake_file="${host_xmake_file} rs6000/x-rs6000"
147 *-*-linux* | *-*-freebsd*)
148 if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then
149 # On powerpc*-*-linux* use -Wl,--relax to link cc1,
150 # if ld is new enough, otherwise force -O1 in CFLAGS.
151 host_ppc_relax_xmake_file=
152 host_ld_ver=`${CC} -Wl,--version 2>/dev/null | sed 1q`
153 if echo "$host_ld_ver" | grep GNU > /dev/null; then
154 host_ld_date=`echo $host_ld_ver \
155 | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
156 if test 0"$host_ld_date" -gt 20080806; then
157 host_ppc_relax_xmake_file=rs6000/x-linux-relax
160 if test -z "${host_ppc_relax_xmake_file}"; then
161 host_ppc_relax_xmake_file=x-cflags-O1
163 host_xmake_file="${host_xmake_file} ${host_ppc_relax_xmake_file}"
171 host_extra_gcc_objs="driver-sparc.o"
172 host_xmake_file="${host_xmake_file} sparc/x-sparc"
179 host_extra_gcc_objs="driver-sparc.o"
180 host_xmake_file="${host_xmake_file} sparc/x-sparc"
186 # Machine-specific settings.
188 hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
189 out_host_hook_obj=host-hpux.o
190 host_xmake_file="${host_xmake_file} x-hpux"
192 hppa1.0-*-hpux11* | hppa1.1-*-hpux11* | hppa2*-*-hpux11* | \
194 out_host_hook_obj=host-hpux.o
195 host_xmake_file="${host_xmake_file} x-hpux"
198 out_host_hook_obj=host-hpux.o
199 host_xmake_file="${host_xmake_file} x-hpux"
201 i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture
202 host_xm_defines='FATAL_EXIT_CODE=12'
204 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
205 out_host_hook_obj=host-solaris.o
206 host_xmake_file="${host_xmake_file} x-solaris"
208 i[34567]86-pc-msdosdjgpp*)
209 host_xm_file=i386/xm-djgpp.h
211 # Shorten $target_noncanonical for 8.3 filename conventions.
214 target_noncanonical=djgpp
218 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
219 host_xm_file=i386/xm-cygwin.h
220 out_host_hook_obj=host-cygwin.o
221 host_xmake_file="${host_xmake_file} i386/x-cygwin"
223 host_lto_plugin_soname=cyglto_plugin-0.dll
225 i[34567]86-*-mingw32*)
226 host_xm_file=i386/xm-mingw32.h
227 host_xmake_file="${host_xmake_file} i386/x-mingw32"
229 out_host_hook_obj=host-mingw32.o
230 host_lto_plugin_soname=liblto_plugin-0.dll
233 use_long_long_for_widest_fast_int=yes
234 host_xm_file=i386/xm-mingw32.h
235 host_xmake_file="${host_xmake_file} i386/x-mingw32"
237 out_host_hook_obj=host-mingw32.o
238 host_lto_plugin_soname=liblto_plugin-0.dll
241 echo "*** UWIN may not be used as a host platform because"
242 echo "*** linking with posix.dll is not allowed by the GNU GPL."
245 i[34567]86-*-darwin* | x86_64-*-darwin*)
246 out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
247 host_xmake_file="${host_xmake_file} i386/x-darwin"
250 host_can_use_collect2=no
253 out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o"
254 host_xmake_file="${host_xmake_file} rs6000/x-darwin"
257 out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o"
258 host_xmake_file="${host_xmake_file} rs6000/x-darwin64"
260 rs6000-ibm-aix* | powerpc-ibm-aix*)
261 host_xmake_file="${host_xmake_file} rs6000/x-aix"
264 out_host_hook_obj=host-solaris.o
265 host_xmake_file="${host_xmake_file} x-solaris"
268 out_host_hook_obj=host-linux.o
269 host_xmake_file="${host_xmake_file} x-linux"
272 out_host_hook_obj=host-openbsd.o
273 host_xmake_file="${host_xmake_file} x-openbsd"
276 use_long_long_for_widest_fast_int=yes
277 out_host_hook_obj=host-hpux.o
278 host_xmake_file="${host_xmake_file} x-hpux"
281 host_xm_file="vms/xm-vms.h"
282 host_xmake_file=vms/x-vms
284 host_can_use_collect2=no