]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.host
re PR libstdc++/52562 ([C++11] Most type_info functions not noexcept)
[thirdparty/gcc.git] / gcc / config.host
CommitLineData
a89ea0df 1# GCC host-specific configuration file.
39604ffe 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009,
13aed611 3# 2010, 2011 Free Software Foundation, Inc.
a89ea0df
NN
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify it under
8#the terms of the GNU General Public License as published by the Free
9dcd6f09 9#Software Foundation; either version 3, or (at your option) any later
a89ea0df
NN
10#version.
11
12#GCC is distributed in the hope that it will be useful, but WITHOUT
13#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15#for more details.
16
17#You should have received a copy of the GNU General Public License
9dcd6f09
NC
18#along with GCC; see the file COPYING3. If not see
19#<http://www.gnu.org/licenses/>.
a89ea0df
NN
20
21# This is the GCC host-specific configuration file
22# where a configuration type is mapped to different system-specific
23# definitions and files. This is invoked by the autoconf-generated
24# configure script. Putting it in a separate shell file lets us skip
25# running autoconf when modifying host-specific information.
26
27# This file switches on the shell variable ${host}. As much of this as
28# is reasonable should be replaced with autoconf tests in the future.
29
30# This file sets the following shell variables for use by the
31# autoconf-generated configure script:
32#
33# host_xm_file List of files to include when compiling for the
34# host machine.
35#
36# host_xm_defines List of macros to define when compiling for the
37# host machine.
38#
39# host_xmake_file List of host-specific makefile-fragments.
40#
41# host_exeext Set to the suffix, if the host machine requires
42# executables to have a file name suffix.
43#
44# host_extra_objs List of extra host-dependent objects that should
45# be linked into the compiler proper.
46#
47# host_extra_gcc_objs List of extra host-dependent objects that should
48# be linked into the gcc driver.
49#
50# out_host_hook_obj An object file that provides the host hooks.
c38f02df
ILT
51#
52# host_can_use_collect2 Set to yes normally; to no if the host cannot
53# link or otherwise use collect2
1cd0b716 54#
99fa8911
AP
55# use_long_long_for_widest_fast_int Set this to 'yes' if 'long long'
56# (or '__int64') is wider than 'long' but still
57# efficeiently supported by the host hardware.
58# Only affects compile speed. Default is 'no'.
1cd0b716
DK
59#
60# host_lto_plugin_soname Set this to the name to which the LTO linker
61# plugin gets compiled on this host, if it is
62# different from the default "liblto_plugin.so".
a89ea0df
NN
63
64# When setting any of these variables, check to see if a corresponding
65# variable is present in config.build; if so, you will likely want to
66# set it in both places.
67
68# Default settings.
69host_xm_file=
70host_xm_defines=
71host_xmake_file=
72host_exeext=
73host_extra_objs=
74host_extra_gcc_objs=
75out_host_hook_obj=host-default.o
c38f02df 76host_can_use_collect2=yes
99fa8911 77use_long_long_for_widest_fast_int=no
1cd0b716 78host_lto_plugin_soname=liblto_plugin.so
a89ea0df 79
d064c269
NN
80# Unsupported hosts list. Generally, only include hosts known to fail here,
81# since we allow hosts not listed to be supported generically.
a89ea0df 82case ${host} in
d064c269 83 i[34567]86-sequent-sysv \
a89ea0df
NN
84 | i[34567]86-sequent-sysv[123]* \
85 | i[34567]86-go32-* \
86 | i[34567]86-*-go32* \
92b836fa 87 | vax-*-vms*)
a89ea0df
NN
88 echo "*** Configuration for host ${host} not supported" 1>&2
89 exit 1
90 ;;
91esac
92
ed23bd30 93# Common parts for widely ported systems.
eaec4980 94case ${host} in
ed23bd30
GK
95 *-darwin*)
96 # Generic darwin host support.
97 out_host_hook_obj=host-darwin.o
eaec4980 98 host_xmake_file="${host_xmake_file} x-darwin"
ed23bd30
GK
99 ;;
100esac
101
fa959ce4 102case ${host} in
33aa08b3
AS
103 arm*-*-linux*)
104 case ${target} in
105 arm*-*-*)
106 host_extra_gcc_objs="driver-arm.o"
107 host_xmake_file="${host_xmake_file} arm/x-arm"
108 ;;
109 esac
110 ;;
d2da41f5 111 alpha*-*-linux* | alpha*-dec-osf*)
d94a427e 112 case ${target} in
d2da41f5 113 alpha*-*-linux* | alpha*-dec-osf*)
d94a427e
AL
114 host_extra_gcc_objs="driver-alpha.o"
115 host_xmake_file="${host_xmake_file} alpha/x-alpha"
116 ;;
117 esac
118 ;;
fa959ce4
MM
119 i[34567]86-*-* \
120 | x86_64-*-* )
08bac9d8
BS
121 case ${target} in
122 i[34567]86-*-* \
123 | x86_64-*-* )
3b8aab76
L
124 host_extra_gcc_objs="driver-i386.o"
125 host_xmake_file="${host_xmake_file} i386/x-i386"
08bac9d8
BS
126 ;;
127 esac
fa959ce4 128 ;;
cc822cc1 129 mips*-*-linux* | mips-sgi-irix*)
900e3ae5 130 case ${target} in
cc822cc1 131 mips*-*-linux* | mips-sgi-irix*)
900e3ae5
DJ
132 host_extra_gcc_objs="driver-native.o"
133 host_xmake_file="${host_xmake_file} mips/x-native"
134 ;;
135 esac
136 ;;
0eab6840
DE
137 rs6000-*-* \
138 | powerpc*-*-* )
139 case ${target} in
140 rs6000-*-* \
141 | powerpc*-*-* )
142 host_extra_gcc_objs="driver-rs6000.o"
143 host_xmake_file="${host_xmake_file} rs6000/x-rs6000"
144 ;;
145 esac
acd08fa8 146 case ${host} in
4c93ed23 147 *-*-linux* | *-*-freebsd*)
acd08fa8
JJ
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
158 fi
159 fi
160 if test -z "${host_ppc_relax_xmake_file}"; then
161 host_ppc_relax_xmake_file=x-cflags-O1
162 fi
163 host_xmake_file="${host_xmake_file} ${host_ppc_relax_xmake_file}"
164 fi
165 ;;
166 esac
0eab6840 167 ;;
e3b3fa45
RO
168 sparc*-*-solaris2*)
169 case ${target} in
170 sparc*-*-solaris2*)
171 host_extra_gcc_objs="driver-sparc.o"
172 host_xmake_file="${host_xmake_file} sparc/x-sparc"
173 ;;
174 esac
175 ;;
0913b2d6
DM
176 sparc*-*-linux*)
177 case ${target} in
178 sparc*-*-linux*)
179 host_extra_gcc_objs="driver-sparc.o"
180 host_xmake_file="${host_xmake_file} sparc/x-sparc"
181 ;;
182 esac
183 ;;
0eab6840
DE
184esac
185
a89ea0df
NN
186# Machine-specific settings.
187case ${host} in
a9a25daa
DR
188 alpha64-dec-*vms*)
189 host_xm_file="vms/xm-vms.h vms/xm-vms64.h"
190 host_xmake_file=vms/x-vms
191 host_exeext=.exe
192 host_can_use_collect2=no
193 prefix=/gnu
194 local_prefix=/gnu/local
195 ;;
13aed611
RO
196 alpha*-dec-osf*)
197 out_host_hook_obj=host-osf.o
198 host_xmake_file="${host_xmake_file} alpha/x-osf"
199 ;;
a89ea0df 200 alpha*-dec-*vms*)
a9a25daa
DR
201 host_xm_file="vms/xm-vms.h"
202 host_xmake_file=vms/x-vms
a89ea0df 203 host_exeext=.exe
c38f02df 204 host_can_use_collect2=no
a89ea0df 205 prefix=/gnu
a9a25daa 206 local_prefix=/gnu/local
a89ea0df 207 ;;
5a1a4450
JDA
208 hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
209 out_host_hook_obj=host-hpux.o
00afcaa0 210 host_xmake_file="${host_xmake_file} x-hpux"
5a1a4450 211 ;;
d064c269 212 hppa1.0-*-hpux11* | hppa1.1-*-hpux11* | hppa2*-*-hpux11* | \
a89ea0df 213 hppa*64*-*-hpux11*)
9bff16b8 214 out_host_hook_obj=host-hpux.o
00afcaa0 215 host_xmake_file="${host_xmake_file} x-hpux"
c621016b
JDA
216 ;;
217 hppa*-*-linux*)
9bff16b8 218 out_host_hook_obj=host-hpux.o
eaec4980 219 host_xmake_file="${host_xmake_file} x-hpux"
a89ea0df 220 ;;
d064c269 221 i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture
a89ea0df
NN
222 host_xm_defines='FATAL_EXIT_CODE=12'
223 ;;
fbdd5d87 224 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
4d0c31e6 225 out_host_hook_obj=host-solaris.o
eaec4980 226 host_xmake_file="${host_xmake_file} x-solaris"
a89ea0df 227 ;;
a89ea0df
NN
228 i[34567]86-pc-msdosdjgpp*)
229 host_xm_file=i386/xm-djgpp.h
230 host_exeext=.exe
caa55b1e 231 # Shorten $target_noncanonical for 8.3 filename conventions.
a89ea0df
NN
232 case ${target} in
233 *pc-msdosdjgpp*)
caa55b1e 234 target_noncanonical=djgpp
a89ea0df
NN
235 ;;
236 esac
237 ;;
ebb9f8b0 238 i[34567]86-*-cygwin*)
a89ea0df 239 host_xm_file=i386/xm-cygwin.h
5fa09df4 240 out_host_hook_obj=host-cygwin.o
75c3fb73 241 host_xmake_file="${host_xmake_file} i386/x-cygwin"
a89ea0df 242 host_exeext=.exe
1cd0b716 243 host_lto_plugin_soname=cyglto_plugin-0.dll
a89ea0df 244 ;;
22f34504
KT
245 i[34567]86-*-mingw32*)
246 host_xm_file=i386/xm-mingw32.h
247 host_xmake_file="${host_xmake_file} i386/x-mingw32"
248 host_exeext=.exe
249 out_host_hook_obj=host-mingw32.o
1cd0b716 250 host_lto_plugin_soname=liblto_plugin-0.dll
22f34504
KT
251 ;;
252 x86_64-*-mingw*)
933608b7 253 use_long_long_for_widest_fast_int=yes
a89ea0df 254 host_xm_file=i386/xm-mingw32.h
21028020 255 host_xmake_file="${host_xmake_file} i386/x-mingw32"
a89ea0df 256 host_exeext=.exe
90aa6719 257 out_host_hook_obj=host-mingw32.o
1cd0b716 258 host_lto_plugin_soname=liblto_plugin-0.dll
a89ea0df
NN
259 ;;
260 i[34567]86-*-uwin*)
2c55543b
NN
261 echo "*** UWIN may not be used as a host platform because"
262 echo "*** linking with posix.dll is not allowed by the GNU GPL."
263 exit 1
a89ea0df 264 ;;
9519e677 265 i[34567]86-*-darwin* | x86_64-*-darwin*)
ed23bd30
GK
266 out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
267 host_xmake_file="${host_xmake_file} i386/x-darwin"
268 ;;
a9a25daa
DR
269 ia64-hp-*vms*)
270 host_xm_file="vms/xm-vms.h vms/xm-vms64.h"
271 host_xmake_file=vms/x-vms
272 host_exeext=.exe
273 host_can_use_collect2=no
274 prefix=/gnu
275 local_prefix=/gnu/local
276 ;;
c38f02df
ILT
277 powerpc-*-beos*)
278 host_can_use_collect2=no
279 ;;
a89ea0df 280 powerpc-*-darwin*)
ed23bd30
GK
281 out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o"
282 host_xmake_file="${host_xmake_file} rs6000/x-darwin"
a89ea0df 283 ;;
b8ec3cc8
EC
284 powerpc64-*-darwin*)
285 out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o"
286 host_xmake_file="${host_xmake_file} rs6000/x-darwin64"
287 ;;
138b9ed9
DE
288 rs6000-ibm-aix* | powerpc-ibm-aix*)
289 host_xmake_file="${host_xmake_file} rs6000/x-aix"
290 ;;
4d0c31e6
RH
291 *-*-solaris2*)
292 out_host_hook_obj=host-solaris.o
eaec4980 293 host_xmake_file="${host_xmake_file} x-solaris"
4d0c31e6
RH
294 ;;
295 *-*-linux*)
296 out_host_hook_obj=host-linux.o
fa959ce4 297 host_xmake_file="${host_xmake_file} x-linux"
4d0c31e6 298 ;;
99fa8911
AP
299 ia64-*-hpux*)
300 use_long_long_for_widest_fast_int=yes
9bff16b8 301 out_host_hook_obj=host-hpux.o
eaec4980 302 host_xmake_file="${host_xmake_file} x-hpux"
99fa8911 303 ;;
a89ea0df 304esac