]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.host
libgo: update to Go 1.12.2
[thirdparty/gcc.git] / gcc / config.host
CommitLineData
973f8bf3 1# GCC host-specific configuration file.
fbd26352 2# Copyright (C) 1997-2019 Free Software Foundation, Inc.
973f8bf3 3
4#This file is part of GCC.
5
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
8c4c00c1 8#Software Foundation; either version 3, or (at your option) any later
973f8bf3 9#version.
10
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
14#for more details.
15
16#You should have received a copy of the GNU General Public License
8c4c00c1 17#along with GCC; see the file COPYING3. If not see
18#<http://www.gnu.org/licenses/>.
973f8bf3 19
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.
25
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.
28
29# This file sets the following shell variables for use by the
30# autoconf-generated configure script:
31#
32# host_xm_file List of files to include when compiling for the
33# host machine.
34#
35# host_xm_defines List of macros to define when compiling for the
36# host machine.
37#
38# host_xmake_file List of host-specific makefile-fragments.
39#
40# host_exeext Set to the suffix, if the host machine requires
41# executables to have a file name suffix.
42#
43# host_extra_objs List of extra host-dependent objects that should
44# be linked into the compiler proper.
45#
46# host_extra_gcc_objs List of extra host-dependent objects that should
47# be linked into the gcc driver.
48#
49# out_host_hook_obj An object file that provides the host hooks.
e08c7853 50#
51# host_can_use_collect2 Set to yes normally; to no if the host cannot
52# link or otherwise use collect2
ca42e774 53#
3f28a032 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'.
ca42e774 58#
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".
973f8bf3 62
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.
66
67# Default settings.
68host_xm_file=
69host_xm_defines=
70host_xmake_file=
71host_exeext=
72host_extra_objs=
73host_extra_gcc_objs=
74out_host_hook_obj=host-default.o
e08c7853 75host_can_use_collect2=yes
3f28a032 76use_long_long_for_widest_fast_int=no
ca42e774 77host_lto_plugin_soname=liblto_plugin.so
973f8bf3 78
5eda1d2e 79# Unsupported hosts list. Generally, only include hosts known to fail here,
80# since we allow hosts not listed to be supported generically.
973f8bf3 81case ${host} in
5eda1d2e 82 i[34567]86-sequent-sysv \
973f8bf3 83 | i[34567]86-sequent-sysv[123]* \
84 | i[34567]86-go32-* \
85 | i[34567]86-*-go32* \
468f2535 86 | vax-*-vms*)
973f8bf3 87 echo "*** Configuration for host ${host} not supported" 1>&2
88 exit 1
89 ;;
90esac
91
388807ab 92# Common parts for widely ported systems.
96034e28 93case ${host} in
388807ab 94 *-darwin*)
95 # Generic darwin host support.
96 out_host_hook_obj=host-darwin.o
96034e28 97 host_xmake_file="${host_xmake_file} x-darwin"
388807ab 98 ;;
99esac
100
4009b53f 101case ${host} in
90369c4f 102 aarch64*-*-freebsd* | aarch64*-*-linux* | aarch64*-*-fuchsia*)
8b81ce60 103 case ${target} in
104 aarch64*-*-*)
105 host_extra_gcc_objs="driver-aarch64.o"
106 host_xmake_file="${host_xmake_file} aarch64/x-aarch64"
107 ;;
108 esac
109 ;;
90369c4f 110 arm*-*-freebsd* | arm*-*-linux* | arm*-*-fuchsia*)
2ae1f0cc 111 case ${target} in
112 arm*-*-*)
113 host_extra_gcc_objs="driver-arm.o"
114 host_xmake_file="${host_xmake_file} arm/x-arm"
115 ;;
116 esac
117 ;;
126b6848 118 alpha*-*-linux*)
68ecbaec 119 case ${target} in
126b6848 120 alpha*-*-linux*)
68ecbaec 121 host_extra_gcc_objs="driver-alpha.o"
122 host_xmake_file="${host_xmake_file} alpha/x-alpha"
123 ;;
124 esac
125 ;;
4009b53f 126 i[34567]86-*-* \
127 | x86_64-*-* )
f097fe9c 128 case ${target} in
129 i[34567]86-*-* \
130 | x86_64-*-* )
fc297ba4 131 host_extra_gcc_objs="driver-i386.o"
132 host_xmake_file="${host_xmake_file} i386/x-i386"
f097fe9c 133 ;;
134 esac
4009b53f 135 ;;
5641963c 136 mips*-*-linux*)
69f36814 137 case ${target} in
5641963c 138 mips*-*-linux*)
69f36814 139 host_extra_gcc_objs="driver-native.o"
140 host_xmake_file="${host_xmake_file} mips/x-native"
141 ;;
142 esac
143 ;;
7cfb6ab6 144 rs6000-*-* \
145 | powerpc*-*-* )
146 case ${target} in
147 rs6000-*-* \
148 | powerpc*-*-* )
149 host_extra_gcc_objs="driver-rs6000.o"
150 host_xmake_file="${host_xmake_file} rs6000/x-rs6000"
151 ;;
152 esac
b2e8a46e 153 case ${host} in
b17587b6 154 *-*-linux* | *-*-freebsd*)
b2e8a46e 155 if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then
156 # On powerpc*-*-linux* use -Wl,--relax to link cc1,
157 # if ld is new enough, otherwise force -O1 in CFLAGS.
158 host_ppc_relax_xmake_file=
159 host_ld_ver=`${CC} -Wl,--version 2>/dev/null | sed 1q`
160 if echo "$host_ld_ver" | grep GNU > /dev/null; then
161 host_ld_date=`echo $host_ld_ver \
162 | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
163 if test 0"$host_ld_date" -gt 20080806; then
164 host_ppc_relax_xmake_file=rs6000/x-linux-relax
165 fi
166 fi
167 if test -z "${host_ppc_relax_xmake_file}"; then
168 host_ppc_relax_xmake_file=x-cflags-O1
169 fi
170 host_xmake_file="${host_xmake_file} ${host_ppc_relax_xmake_file}"
171 fi
172 ;;
173 esac
7cfb6ab6 174 ;;
db249f37 175 s390-*-* | s390x-*-*)
cce06264 176 case ${target} in
177 s390-*-* | s390x-*-*)
178 host_extra_gcc_objs="driver-native.o"
179 host_xmake_file="${host_xmake_file} s390/x-native"
180 ;;
181 esac
db249f37 182 ;;
76fd9e61 183 sparc*-*-solaris2*)
184 case ${target} in
185 sparc*-*-solaris2*)
186 host_extra_gcc_objs="driver-sparc.o"
187 host_xmake_file="${host_xmake_file} sparc/x-sparc"
188 ;;
189 esac
190 ;;
c708d31a 191 sparc*-*-linux*)
192 case ${target} in
193 sparc*-*-linux*)
194 host_extra_gcc_objs="driver-sparc.o"
195 host_xmake_file="${host_xmake_file} sparc/x-sparc"
196 ;;
197 esac
198 ;;
7cfb6ab6 199esac
200
973f8bf3 201# Machine-specific settings.
202case ${host} in
0119c7f2 203 hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
204 out_host_hook_obj=host-hpux.o
3bed0958 205 host_xmake_file="${host_xmake_file} x-hpux"
0119c7f2 206 ;;
5eda1d2e 207 hppa1.0-*-hpux11* | hppa1.1-*-hpux11* | hppa2*-*-hpux11* | \
973f8bf3 208 hppa*64*-*-hpux11*)
b7e30985 209 out_host_hook_obj=host-hpux.o
3bed0958 210 host_xmake_file="${host_xmake_file} x-hpux"
00e15166 211 ;;
212 hppa*-*-linux*)
b7e30985 213 out_host_hook_obj=host-hpux.o
96034e28 214 host_xmake_file="${host_xmake_file} x-hpux"
973f8bf3 215 ;;
14f27bc6 216 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
53ee4dac 217 out_host_hook_obj=host-solaris.o
96034e28 218 host_xmake_file="${host_xmake_file} x-solaris"
973f8bf3 219 ;;
973f8bf3 220 i[34567]86-pc-msdosdjgpp*)
221 host_xm_file=i386/xm-djgpp.h
222 host_exeext=.exe
d58156a1 223 # Shorten $target_noncanonical for 8.3 filename conventions.
973f8bf3 224 case ${target} in
225 *pc-msdosdjgpp*)
d58156a1 226 target_noncanonical=djgpp
973f8bf3 227 ;;
228 esac
229 ;;
8f3115a2 230 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
973f8bf3 231 host_xm_file=i386/xm-cygwin.h
c90973a7 232 out_host_hook_obj=host-cygwin.o
071ed2eb 233 host_xmake_file="${host_xmake_file} i386/x-cygwin"
973f8bf3 234 host_exeext=.exe
ca42e774 235 host_lto_plugin_soname=cyglto_plugin-0.dll
973f8bf3 236 ;;
9c837e05 237 i[34567]86-*-mingw32*)
238 host_xm_file=i386/xm-mingw32.h
239 host_xmake_file="${host_xmake_file} i386/x-mingw32"
240 host_exeext=.exe
241 out_host_hook_obj=host-mingw32.o
15296a7b 242 host_extra_gcc_objs="${host_extra_gcc_objs} driver-mingw32.o"
ca42e774 243 host_lto_plugin_soname=liblto_plugin-0.dll
9c837e05 244 ;;
245 x86_64-*-mingw*)
a4f7c8f7 246 use_long_long_for_widest_fast_int=yes
973f8bf3 247 host_xm_file=i386/xm-mingw32.h
c0af1519 248 host_xmake_file="${host_xmake_file} i386/x-mingw32"
973f8bf3 249 host_exeext=.exe
62b4d90e 250 out_host_hook_obj=host-mingw32.o
15296a7b 251 host_extra_gcc_objs="${host_extra_gcc_objs} driver-mingw32.o"
ca42e774 252 host_lto_plugin_soname=liblto_plugin-0.dll
973f8bf3 253 ;;
4a839b30 254 i[34567]86-*-darwin* | x86_64-*-darwin*)
388807ab 255 out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
256 host_xmake_file="${host_xmake_file} i386/x-darwin"
257 ;;
973f8bf3 258 powerpc-*-darwin*)
388807ab 259 out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o"
260 host_xmake_file="${host_xmake_file} rs6000/x-darwin"
973f8bf3 261 ;;
84eba009 262 powerpc64-*-darwin*)
263 out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o"
264 host_xmake_file="${host_xmake_file} rs6000/x-darwin64"
265 ;;
42671489 266 rs6000-ibm-aix* | powerpc-ibm-aix*)
267 host_xmake_file="${host_xmake_file} rs6000/x-aix"
268 ;;
53ee4dac 269 *-*-solaris2*)
270 out_host_hook_obj=host-solaris.o
96034e28 271 host_xmake_file="${host_xmake_file} x-solaris"
53ee4dac 272 ;;
273 *-*-linux*)
274 out_host_hook_obj=host-linux.o
4009b53f 275 host_xmake_file="${host_xmake_file} x-linux"
53ee4dac 276 ;;
51796b3a 277 *-*-openbsd*)
278 out_host_hook_obj=host-openbsd.o
279 host_xmake_file="${host_xmake_file} x-openbsd"
280 ;;
f6245fb8 281 *-*-netbsd*)
282 out_host_hook_obj=host-netbsd.o
283 host_xmake_file="${host_xmake_file} x-netbsd"
284 ;;
3f28a032 285 ia64-*-hpux*)
286 use_long_long_for_widest_fast_int=yes
b7e30985 287 out_host_hook_obj=host-hpux.o
96034e28 288 host_xmake_file="${host_xmake_file} x-hpux"
3f28a032 289 ;;
240f6bb5 290 *-*-*vms*)
291 host_xm_file="vms/xm-vms.h"
292 host_xmake_file=vms/x-vms
293 host_exeext=.exe
294 host_can_use_collect2=no
295 ;;
973f8bf3 296esac