]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config.host
PR c++/53602
[thirdparty/gcc.git] / libgcc / config.host
CommitLineData
894a47b4 1# libgcc host-specific configuration file.
99c77e32 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
af8e12d0 3# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
894a47b4 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
6bc9506f 9#Software Foundation; either version 3, or (at your option) any later
894a47b4 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
6bc9506f 18#along with GCC; see the file COPYING3. If not see
19#<http://www.gnu.org/licenses/>.
894a47b4 20
21# This is the libgcc 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 bears an obvious resemblance to gcc/config.gcc. The cases
28# should be kept similar, to ease moving library-specific settings
29# from config.gcc to this file. That is also why tmake_file is
30# left as tmake_file, rather than hmake_file, even though this library
31# switches on ${host}.
32
33# This file switches on the shell variable ${host}, and also uses the
34# following shell variables:
35#
36# with_* Various variables as set by configure.
37
38# This file sets the following shell variables for use by the
39# autoconf-generated configure script:
40#
41# asm_hidden_op The assembler pseudo-op to use for hide
42# lists for object files implemented in
43# assembly (with -fvisibility=hidden for C).
44# The default is ".hidden".
45# cpu_type The name of the cpu, if different from the first
46# chunk of the canonical host name.
a6f06169 47# enable_execute_stack The name of a source file implementing
48# __enable_execute_stack.
894a47b4 49# extra_parts List of extra object files that should be compiled
50# for this target machine. This may be overridden
51# by setting EXTRA_PARTS in a tmake_file fragment.
52# If either is set, EXTRA_PARTS and
53# EXTRA_MULTILIB_PARTS inherited from the GCC
54# subdirectory will be ignored.
1e53920f 55# md_unwind_header The name of a header file defining
56# MD_FALLBACK_FRAME_STATE_FOR.
84600db5 57# sfp_machine_header The name of a sfp-machine.h header file for soft-fp.
58# Defaults to "$cpu_type/sfp-machine.h" if it exists,
59# no-sfp-machine.h otherwise.
894a47b4 60# tmake_file A list of machine-description-specific
2219274c 61# makefile fragments.
022a2799 62# tm_defines List of target macros to define for all compilations.
63# tm_file A list of target macro files used only for code
64# built for the target, not the host. These files
65# are relative to $srcdir/config and must not have
66# the same names as files in $srcdir/../gcc/config.
e59be7e3 67# unwind_header The name of the header file declaring the unwind
68# runtime interface routines.
894a47b4 69
70asm_hidden_op=.hidden
a6f06169 71enable_execute_stack=
894a47b4 72extra_parts=
73tmake_file=
022a2799 74tm_file=
75tm_define=
1e53920f 76md_unwind_header=no-unwind.h
e59be7e3 77unwind_header=unwind-generic.h
894a47b4 78
79# Set default cpu_type so it can be updated in each machine entry.
80cpu_type=`echo ${host} | sed 's/-.*$//'`
81case ${host} in
82m32c*-*-*)
83 cpu_type=m32c
a23b9c51 84 tmake_file=t-fdpbit
894a47b4 85 ;;
86alpha*-*-*)
87 cpu_type=alpha
88 ;;
89am33_2.0-*-linux*)
90 cpu_type=mn10300
91 ;;
894a47b4 92arm*-*-*)
93 cpu_type=arm
94 ;;
38dd5584 95avr-*-*)
96 cpu_type=avr
97 ;;
894a47b4 98bfin*-*)
99 cpu_type=bfin
100 ;;
b9fdd12b 101cr16-*-*)
102 ;;
278e2fd1 103fido-*-*)
104 cpu_type=m68k
105 ;;
894a47b4 106frv*) cpu_type=frv
107 ;;
be52b6d8 108moxie*) cpu_type=moxie
109 ;;
894a47b4 110i[34567]86-*-*)
111 cpu_type=i386
112 ;;
113x86_64-*-*)
114 cpu_type=i386
115 ;;
116ia64-*-*)
117 ;;
6af9f7ea 118hppa*-*-*)
894a47b4 119 cpu_type=pa
120 ;;
f6fe91e8 121lm32*-*-*)
122 cpu_type=lm32
123 ;;
894a47b4 124m32r*-*-*)
125 cpu_type=m32r
126 ;;
894a47b4 127m68k-*-*)
128 ;;
46222c18 129mep*-*-*)
130 ;;
d34b0d1e 131microblaze*-*-*)
132 cpu_type=microblaze
133 ;;
894a47b4 134mips*-*-*)
135 cpu_type=mips
a23b9c51 136 tmake_file=mips/t-mips
894a47b4 137 ;;
138powerpc*-*-*)
139 cpu_type=rs6000
140 ;;
141rs6000*-*-*)
142 ;;
143score*-*-*)
144 cpu_type=score
145 ;;
146sparc64*-*-*)
147 cpu_type=sparc
148 ;;
149sparc*-*-*)
150 cpu_type=sparc
151 ;;
152spu*-*-*)
153 cpu_type=spu
154 ;;
155s390*-*-*)
156 cpu_type=s390
157 ;;
158# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
159sh[123456789lbe]*-*-*)
160 cpu_type=sh
161 ;;
707238af 162v850*-*-*)
163 cpu_type=v850
164 ;;
5aa04b01 165tic6x-*-*)
166 cpu_type=c6x
167 ;;
894a47b4 168esac
169
170# Common parts for widely ported systems.
171case ${host} in
172*-*-darwin*)
173 asm_hidden_op=.private_extern
4dc4ff49 174 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
8f8ba4fc 175 extra_parts="crt3.o crttms.o crttme.o"
894a47b4 176 ;;
894a47b4 177*-*-freebsd*)
178 # This is the generic ELF configuration of FreeBSD. Later
179 # machine-specific sections may refine and add to this
180 # configuration.
4dc4ff49 181 tmake_file="$tmake_file t-freebsd t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
237490bf 182 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
a997b0d8 183 case ${target_thread_file} in
184 posix)
4dc4ff49 185 tmake_file="${tmake_file} t-freebsd-thread"
a997b0d8 186 # Before 5.0, FreeBSD can't bind shared libraries to -lc
187 # when "optionally" threaded via weak pthread_* checks.
188 case ${host} in
189 *-*-freebsd[34] | *-*-freebsd[34].*)
190 tmake_file="${tmake_file} t-slibgcc-nolc-override"
191 ;;
192 esac
193 ;;
194 esac
894a47b4 195 ;;
e59be7e3 196*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
4dc4ff49 197 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-linux"
894a47b4 198 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
199 ;;
237490bf 200*-*-lynxos*)
4dc4ff49 201 tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
237490bf 202 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
203 ;;
894a47b4 204*-*-netbsd*)
4dc4ff49 205 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
237490bf 206 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
207 # ELF configurations. We will clear extra_parts in the
208 # a.out configurations.
209 case ${host} in
210 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
211 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
212 ;;
213 esac
894a47b4 214 ;;
215*-*-openbsd*)
4dc4ff49 216 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic"
217 case ${target_thread_file} in
218 posix)
219 tmake_file="$tmake_file t-openbsd-thread"
220 ;;
221 esac
894a47b4 222 ;;
223*-*-rtems*)
fbb6f195 224 tmake_file="$tmake_file t-rtems"
237490bf 225 extra_parts="crtbegin.o crtend.o"
894a47b4 226 ;;
63abf89e 227*-*-solaris2*)
e59be7e3 228 # Unless linker support and dl_iterate_phdr are present,
229 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
4dc4ff49 230 tmake_file="$tmake_file t-sol2 t-eh-dw2-dip t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
63abf89e 231 if test $with_gnu_ld = yes; then
232 tmake_file="$tmake_file t-slibgcc-gld"
233 else
234 tmake_file="$tmake_file t-slibgcc-sld"
235 fi
236 # Add cpu-specific t-sol2 after t-slibgcc-* so it can augment SHLIB_MAPFILES.
237 tmake_file="$tmake_file $cpu_type/t-sol2"
238 extra_parts="gmon.o crtbegin.o crtend.o"
239 case ${host} in
14f27bc6 240 i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
63abf89e 241 # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
242 # part of the base system.
243 ;;
244 sparc*-*-solaris2.1[0-9]*)
245 # Solaris 10+/SPARC lacks crt1.o and gcrt1.o.
246 extra_parts="$extra_parts crt1.o gcrt1.o"
247 ;;
248 *)
63abf89e 249 extra_parts="$extra_parts crt1.o crti.o crtn.o gcrt1.o"
250 ;;
251 esac
252 ;;
237490bf 253*-*-uclinux*)
254 extra_parts="crtbegin.o crtend.o"
255 ;;
256*-*-*vms*)
257 tmake_file="vms/t-vms"
784576c7 258 extra_parts="crt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
237490bf 259 ;;
894a47b4 260*-*-vxworks*)
4dc4ff49 261 tmake_file=t-vxworks
894a47b4 262 ;;
263*-*-elf)
237490bf 264 extra_parts="crtbegin.o crtend.o"
894a47b4 265 ;;
266esac
267
a6f06169 268case ${host} in
126b6848 269*-*-darwin* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | *-*-solaris2*)
a6f06169 270 enable_execute_stack=enable-execute-stack-mprotect.c
271 ;;
272i[34567]86-*-mingw* | x86_64-*-mingw*)
273 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
274 ;;
275*)
276 enable_execute_stack=enable-execute-stack-empty.c;
277 ;;
278esac
279
894a47b4 280case ${host} in
17b3d2a8 281alpha*-*-linux*)
4dc4ff49 282 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
cdca0ab7 283 extra_parts="$extra_parts crtfastmath.o"
1e53920f 284 md_unwind_header=alpha/linux-unwind.h
894a47b4 285 ;;
894a47b4 286alpha*-*-freebsd*)
4dc4ff49 287 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
237490bf 288 extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
894a47b4 289 ;;
290alpha*-*-netbsd*)
4dc4ff49 291 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
894a47b4 292 ;;
293alpha*-*-openbsd*)
4dc4ff49 294 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
894a47b4 295 ;;
894a47b4 296alpha64-dec-*vms*)
4dc4ff49 297 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
237490bf 298 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
1e53920f 299 md_unwind_header=alpha/vms-unwind.h
894a47b4 300 ;;
301alpha*-dec-*vms*)
4dc4ff49 302 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
237490bf 303 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
1e53920f 304 md_unwind_header=alpha/vms-unwind.h
894a47b4 305 ;;
894a47b4 306arm-wrs-vxworks)
9213d2eb 307 tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-fdpbit"
237490bf 308 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 309 ;;
6af9f7ea 310arm*-*-freebsd*)
9213d2eb 311 tmake_file="$tmake_file arm/t-arm arm/t-strongarm-elf t-fdpbit"
894a47b4 312 ;;
313arm*-*-netbsdelf*)
4dc4ff49 314 tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover"
894a47b4 315 ;;
894a47b4 316arm*-*-linux*) # ARM GNU/Linux with ELF
9213d2eb 317 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix"
e59be7e3 318 case ${host} in
319 arm*-*-linux-*eabi)
9213d2eb 320 tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
022a2799 321 tm_file="$tm_file arm/bpabi-lib.h"
e59be7e3 322 unwind_header=config/arm/unwind-arm.h
323 ;;
9213d2eb 324 *)
325 tmake_file="$tmake_file arm/t-linux"
326 ;;
e59be7e3 327 esac
84600db5 328 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
894a47b4 329 ;;
330arm*-*-uclinux*) # ARM ucLinux
bbbe4599 331 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
e59be7e3 332 case ${host} in
333 arm*-*-uclinux*eabi)
334 tmake_file="${tmake_file} arm/t-bpabi"
022a2799 335 tm_file="$tm_file arm/bpabi-lib.h"
e59be7e3 336 unwind_header=config/arm/unwind-arm.h
337 ;;
338 esac
9213d2eb 339 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 340 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 341 ;;
342arm*-*-ecos-elf)
9213d2eb 343 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 344 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 345 ;;
6c10eb68 346arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
9213d2eb 347 tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
022a2799 348 tm_file="$tm_file arm/bpabi-lib.h"
e59be7e3 349 case ${host} in
6c10eb68 350 arm*-*-eabi* | arm*-*-rtemseabi*)
e59be7e3 351 tmake_file="${tmake_file} arm/t-bpabi"
237490bf 352 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
e59be7e3 353 ;;
354 arm*-*-symbianelf*)
a997b0d8 355 tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
022a2799 356 tm_file="$tm_file arm/symbian-lib.h"
237490bf 357 # Symbian OS provides its own startup code.
e59be7e3 358 ;;
359 esac
84600db5 360 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
e59be7e3 361 unwind_header=config/arm/unwind-arm.h
894a47b4 362 ;;
363arm*-*-rtems*)
9213d2eb 364 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 365 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 366 ;;
6af9f7ea 367arm*-*-elf)
9213d2eb 368 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 369 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 370 ;;
371arm*-wince-pe*)
9213d2eb 372 tmake_file="$tmake_file arm/t-arm arm/t-wince-pe"
894a47b4 373 ;;
894a47b4 374avr-*-rtems*)
02c5dcd9 375 tmake_file="$tmake_file avr/t-avr avr/t-rtems t-fpbit"
022a2799 376 tm_file="$tm_file avr/avr-lib.h"
237490bf 377 # Don't use default.
378 extra_parts=
894a47b4 379 ;;
380avr-*-*)
a23b9c51 381 # Make HImode functions for AVR
382 tmake_file="${cpu_type}/t-avr t-fpbit"
022a2799 383 tm_file="$tm_file avr/avr-lib.h"
894a47b4 384 ;;
385bfin*-elf*)
2219274c 386 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
237490bf 387 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
894a47b4 388 ;;
389bfin*-uclinux*)
2219274c 390 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
237490bf 391 extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
1e53920f 392 md_unwind_header=bfin/linux-unwind.h
894a47b4 393 ;;
bce94ab5 394bfin*-linux-uclibc*)
2219274c 395 tmake_file="$tmake_file bfin/t-bfin bfin/t-crtstuff t-libgcc-pic t-fdpbit bfin/t-linux"
bce94ab5 396 # No need to build crtbeginT.o on uClibc systems. Should probably
397 # be moved to the OS specific section above.
398 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1e53920f 399 md_unwind_header=bfin/linux-unwind.h
bce94ab5 400 ;;
a23b9c51 401bfin*-rtems*)
9213d2eb 402 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
237490bf 403 extra_parts="$extra_parts crti.o crtn.o"
a23b9c51 404 ;;
894a47b4 405bfin*-*)
9213d2eb 406 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
237490bf 407 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
894a47b4 408 ;;
b9fdd12b 409cr16-*-elf)
410 tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit"
411 extra_parts="$extra_parts crti.o crtn.o crtlibid.o"
412 ;;
237490bf 413crisv32-*-elf)
af64ed6f 414 tmake_file="$tmake_file cris/t-cris t-fdpbit"
237490bf 415 ;;
237490bf 416cris-*-elf)
af64ed6f 417 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
237490bf 418 ;;
877d7f12 419cris-*-linux* | crisv32-*-linux*)
4dc4ff49 420 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
894a47b4 421 ;;
d19f5793 422epiphany-*-elf*)
423 tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
424 extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
425 ;;
894a47b4 426fr30-*-elf)
9213d2eb 427 tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
237490bf 428 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 429 ;;
430frv-*-elf)
237490bf 431 tmake_file="$tmake_file frv/t-frv t-fdpbit"
022a2799 432 tm_file="$tm_file frv/frv-abi.h"
237490bf 433 # Don't use crtbegin.o, crtend.o.
434 extra_parts="frvbegin.o frvend.o"
894a47b4 435 ;;
436frv-*-*linux*)
9213d2eb 437 tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
022a2799 438 tm_file="$tm_file frv/frv-abi.h"
894a47b4 439 ;;
894a47b4 440h8300-*-rtems*)
9213d2eb 441 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
022a2799 442 tm_file="$tm_file h8300/h8300-lib.h"
237490bf 443 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 444 ;;
445h8300-*-elf*)
9213d2eb 446 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
022a2799 447 tm_file="$tm_file h8300/h8300-lib.h"
237490bf 448 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 449 ;;
6af9f7ea 450hppa*64*-*-linux*)
9213d2eb 451 tmake_file="$tmake_file pa/t-linux pa/t-linux64"
894a47b4 452 ;;
6af9f7ea 453hppa*-*-linux*)
9213d2eb 454 tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
a997b0d8 455 # Set the libgcc version number
456 if test x$enable_sjlj_exceptions = xyes; then
457 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
458 else
459 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
460 fi
01cb8ad1 461 md_unwind_header=pa/linux-unwind.h
894a47b4 462 ;;
463hppa[12]*-*-hpux10*)
4dc4ff49 464 tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
a997b0d8 465 # Set the libgcc version number
466 if test x$enable_sjlj_exceptions = xyes; then
467 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
468 else
469 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
470 fi
471 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
1e53920f 472 md_unwind_header=pa/hpux-unwind.h
894a47b4 473 ;;
474hppa*64*-*-hpux11*)
ab4fdb3d 475 tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib t-libgcc-pic t-slibgcc"
a997b0d8 476 # Set the libgcc version number
477 if test x$enable_sjlj_exceptions = xyes; then
478 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
479 else
480 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
481 fi
482 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
237490bf 483 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
484 libgcc_stub.a"
1e53920f 485 md_unwind_header=pa/hpux-unwind.h
894a47b4 486 ;;
487hppa[12]*-*-hpux11*)
4dc4ff49 488 tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
a997b0d8 489 # Set the libgcc version number
490 if test x$enable_sjlj_exceptions = xyes; then
491 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
492 else
493 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
494 fi
495 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
237490bf 496 extra_parts="libgcc_stub.a"
1e53920f 497 md_unwind_header=pa/hpux-unwind.h
894a47b4 498 ;;
499i[34567]86-*-darwin*)
ba079bc9 500 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
022a2799 501 tm_file="$tm_file i386/darwin-lib.h"
ba079bc9 502 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
894a47b4 503 ;;
504x86_64-*-darwin*)
a997b0d8 505 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
022a2799 506 tm_file="$tm_file i386/darwin-lib.h"
ba079bc9 507 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
894a47b4 508 ;;
509i[34567]86-*-elf*)
4dc4ff49 510 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
894a47b4 511 ;;
cc8ebe39 512x86_64-*-elf*)
4dc4ff49 513 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
cc8ebe39 514 ;;
894a47b4 515i[34567]86-*-freebsd*)
237490bf 516 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
894a47b4 517 ;;
518x86_64-*-freebsd*)
237490bf 519 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
894a47b4 520 ;;
521i[34567]86-*-netbsdelf*)
522 ;;
894a47b4 523x86_64-*-netbsd*)
237490bf 524 tmake_file="${tmake_file} i386/t-crtstuff"
894a47b4 525 ;;
526i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
527 ;;
528i[34567]86-*-openbsd*)
529 ;;
fe27820f 530i[34567]86-*-linux*)
6d057ce8 531 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 532 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
1e53920f 533 md_unwind_header=i386/linux-unwind.h
894a47b4 534 ;;
fe27820f 535i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
536 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 537 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
fe27820f 538 ;;
539x86_64-*-linux*)
6d057ce8 540 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 541 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
1e53920f 542 md_unwind_header=i386/linux-unwind.h
894a47b4 543 ;;
fe27820f 544x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
545 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 546 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
fe27820f 547 ;;
894a47b4 548i[34567]86-pc-msdosdjgpp*)
549 ;;
550i[34567]86-*-lynxos*)
551 ;;
894a47b4 552i[34567]86-*-nto-qnx*)
4dc4ff49 553 tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
237490bf 554 extra_parts=crtbegin.o
894a47b4 555 ;;
556i[34567]86-*-rtems*)
fbb6f195 557 tmake_file="$tmake_file i386/t-softfp i386/t-crtstuff"
237490bf 558 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 559 ;;
14f27bc6 560i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
ba079bc9 561 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
562 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
1e53920f 563 md_unwind_header=i386/sol2-unwind.h
894a47b4 564 ;;
894a47b4 565i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
566 ;;
1e53920f 567i[34567]86-*-cygwin*)
9e51385b 568 extra_parts="crtbegin.o crtend.o crtfastmath.o"
a997b0d8 569 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
570 if test x$enable_sjlj_exceptions = xyes; then
571 tmake_eh_file="i386/t-sjlj-eh"
572 else
573 tmake_eh_file="i386/t-dw2-eh"
574 fi
575 # Shared libgcc DLL install dir depends on cross/native build.
576 if test x${build} = x${host} ; then
577 tmake_dlldir_file="i386/t-dlldir"
578 else
579 tmake_dlldir_file="i386/t-dlldir-x"
580 fi
9213d2eb 581 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-cygwin i386/t-crtfm i386/t-chkstk t-dfprules"
8f433c51 582 ;;
1e53920f 583i[34567]86-*-mingw*)
584 extra_parts="crtbegin.o crtend.o crtfastmath.o"
4dc4ff49 585 case ${target_thread_file} in
586 win32)
587 tmake_file="$tmake_file i386/t-gthr-win32"
588 ;;
2d00fffd 589 posix)
590 tmake_file="i386/t-mingw-pthread $tmake_file"
591 ;;
4dc4ff49 592 esac
a997b0d8 593 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
594 if test x$enable_sjlj_exceptions = xyes; then
595 tmake_eh_file="i386/t-sjlj-eh"
596 else
597 tmake_eh_file="i386/t-dw2-eh"
7ed6dbef 598 md_unwind_header=i386/w32-unwind.h
a997b0d8 599 fi
600 # Shared libgcc DLL install dir depends on cross/native build.
601 if test x${build} = x${host} ; then
602 tmake_dlldir_file="i386/t-dlldir"
603 else
604 tmake_dlldir_file="i386/t-dlldir-x"
605 fi
9213d2eb 606 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 i386/t-crtfm i386/t-chkstk t-dfprules"
1e53920f 607 ;;
8f433c51 608x86_64-*-mingw*)
4dc4ff49 609 case ${target_thread_file} in
610 win32)
611 tmake_file="$tmake_file i386/t-gthr-win32"
612 ;;
2d00fffd 613 posix)
614 tmake_file="i386/t-mingw-pthread $tmake_file"
615 ;;
4dc4ff49 616 esac
a997b0d8 617 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
618 if test x$enable_sjlj_exceptions = xyes; then
619 tmake_eh_file="i386/t-sjlj-eh"
620 else
621 tmake_eh_file="i386/t-dw2-eh"
622 fi
623 # Shared libgcc DLL install dir depends on cross/native build.
624 if test x${build} = x${host} ; then
625 tmake_dlldir_file="i386/t-dlldir"
626 else
627 tmake_dlldir_file="i386/t-dlldir-x"
628 fi
9213d2eb 629 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-mingw32 t-dfprules i386/t-crtfm i386/t-chkstk"
1125ba83 630 extra_parts="$extra_parts crtfastmath.o"
894a47b4 631 ;;
af8e12d0 632i[34567]86-*-interix[3-9]*)
4dc4ff49 633 tmake_file="$tmake_file i386/t-interix i386/t-chkstk"
894a47b4 634 ;;
894a47b4 635ia64*-*-elf*)
237490bf 636 extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
2ff958e6 637 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
894a47b4 638 ;;
639ia64*-*-freebsd*)
237490bf 640 extra_parts="$extra_parts crtfastmath.o"
2ff958e6 641 tmake_file="$tmake_file ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
894a47b4 642 ;;
643ia64*-*-linux*)
237490bf 644 # Don't use crtbeginT.o from *-*-linux* default.
894a47b4 645 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
2ff958e6 646 tmake_file="$tmake_file ia64/t-ia64 ia64/t-ia64-elf t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat ia64/t-eh-ia64 t-libunwind ia64/t-linux"
e59be7e3 647 if test x$with_system_libunwind != xyes ; then
a997b0d8 648 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
e59be7e3 649 fi
1e53920f 650 md_unwind_header=ia64/linux-unwind.h
894a47b4 651 ;;
652ia64*-*-hpux*)
2ff958e6 653 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
894a47b4 654 ;;
9b9a2528 655ia64-hp-*vms*)
9213d2eb 656 tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 ia64/t-vms t-slibgcc-vms"
237490bf 657 extra_parts="$extra_parts crtinitS.o"
1e53920f 658 md_unwind_header=ia64/vms-unwind.h
9b9a2528 659 ;;
894a47b4 660iq2000*-*-elf*)
08417926 661 tmake_file="iq2000/t-iq2000 t-fdpbit"
237490bf 662 # Don't use default.
663 extra_parts=
894a47b4 664 ;;
fbb6f195 665lm32-*-elf*)
237490bf 666 extra_parts="$extra_parts crti.o crtn.o"
84600db5 667 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
f6fe91e8 668 ;;
fbb6f195 669lm32-*-rtems*)
670 tmake_file="$tmake_file lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
671 extra_parts="$extra_parts crti.o crtn.o"
672 ;;
f6fe91e8 673lm32-*-uclinux*)
237490bf 674 extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
4dc4ff49 675 tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
f6fe91e8 676 ;;
237490bf 677m32r-*-elf*)
a23b9c51 678 tmake_file=t-fdpbit
894a47b4 679 ;;
237490bf 680m32r-*-rtems*)
fbb6f195 681 tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
237490bf 682 ;;
894a47b4 683m32rle-*-elf*)
a23b9c51 684 tmake_file=t-fdpbit
894a47b4 685 ;;
686m32r-*-linux*)
237490bf 687 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
894a47b4 688 ;;
689m32rle-*-linux*)
237490bf 690 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
894a47b4 691 ;;
9213d2eb 692m68k-*-elf* | fido-*-elf)
693 tmake_file="$tmake_file m68k/t-floatlib"
894a47b4 694 ;;
6af9f7ea 695m68k*-*-netbsdelf*)
894a47b4 696 ;;
697m68k*-*-openbsd*)
698 ;;
5bb27b7c 699m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
700 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
1e53920f 701 md_unwind_header=m68k/linux-unwind.h
894a47b4 702 ;;
1e53920f 703m68k-*-linux*) # Motorola m68k's running GNU/Linux
894a47b4 704 # with ELF format using glibc 2
705 # aka the GNU/Linux C library 6.
5bb27b7c 706 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
a997b0d8 707 # If not configured with --enable-sjlj-exceptions, bump the
708 # libgcc version number.
709 if test x$enable_sjlj_exceptions != xyes; then
710 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
711 fi
1e53920f 712 md_unwind_header=m68k/linux-unwind.h
894a47b4 713 ;;
714m68k-*-rtems*)
9213d2eb 715 tmake_file="$tmake_file m68k/t-floatlib"
237490bf 716 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 717 ;;
718mcore-*-elf)
9213d2eb 719 tmake_file="mcore/t-mcore t-fdpbit"
237490bf 720 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 721 ;;
a997b0d8 722microblaze*-linux*)
723 tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
724 ;;
d34b0d1e 725microblaze*-*-*)
a23b9c51 726 tmake_file="microblaze/t-microblaze t-fdpbit"
237490bf 727 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
d34b0d1e 728 ;;
894a47b4 729mips*-*-netbsd*) # NetBSD/mips, either endian.
730 ;;
894a47b4 731mips*-*-linux*) # Linux MIPS, either endian.
283681bb 732 extra_parts="$extra_parts crtfastmath.o"
6a8f7b8b 733 tmake_file="${tmake_file} t-crtfm mips/t-mips16"
1e53920f 734 md_unwind_header=mips/linux-unwind.h
416e60e6 735 if test "${ac_cv_sizeof_long_double}" = 16; then
736 tmake_file="${tmake_file} mips/t-tpbit"
737 fi
894a47b4 738 ;;
a23b9c51 739mips*-sde-elf*)
20dbbfaf 740 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
a23b9c51 741 case "${with_newlib}" in
742 yes)
743 # newlib / libgloss.
744 ;;
745 *)
746 # MIPS toolkit libraries.
237490bf 747 tmake_file="$tmake_file mips/t-sdemtk"
a23b9c51 748 ;;
749 esac
237490bf 750 extra_parts="$extra_parts crti.o crtn.o"
a23b9c51 751 ;;
21889c08 752mipsisa32-*-elf* | mipsisa32el-*-elf* | \
753mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
754mipsisa64-*-elf* | mipsisa64el-*-elf* | \
77a32a8e 755mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
4dc4ff49 756 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 757 extra_parts="$extra_parts crti.o crtn.o"
77a32a8e 758 ;;
894a47b4 759mipsisa64sr71k-*-elf*)
20dbbfaf 760 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
237490bf 761 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 762 ;;
763mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
4dc4ff49 764 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 765 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 766 ;;
767mips-*-elf* | mipsel-*-elf*)
4dc4ff49 768 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 769 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 770 ;;
771mips64-*-elf* | mips64el-*-elf*)
4dc4ff49 772 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 773 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 774 ;;
775mips64vr-*-elf* | mips64vrel-*-elf*)
4dc4ff49 776 tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
237490bf 777 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 778 ;;
779mips64orion-*-elf* | mips64orionel-*-elf*)
4dc4ff49 780 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 781 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 782 ;;
783mips*-*-rtems*)
4dc4ff49 784 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 785 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 786 ;;
787mips-wrs-vxworks)
788 ;;
894a47b4 789mipstx39-*-elf* | mipstx39el-*-elf*)
237490bf 790 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
894a47b4 791 ;;
792mmix-knuth-mmixware)
8525326e 793 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
794 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
894a47b4 795 ;;
796mn10300-*-*)
a23b9c51 797 tmake_file=t-fdpbit
894a47b4 798 ;;
237490bf 799moxie-*-elf | moxie-*-uclinux*)
84600db5 800 tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 801 extra_parts="$extra_parts crti.o crtn.o"
802 ;;
803moxie-*-rtems*)
fbb6f195 804 tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 805 # Don't use default.
806 extra_parts=
be52b6d8 807 ;;
894a47b4 808pdp11-*-*)
4dc4ff49 809 tmake_file="pdp11/t-pdp11 t-fdpbit"
894a47b4 810 ;;
8372e9ea 811picochip-*-*)
a23b9c51 812 tmake_file="picochip/t-picochip t-fpbit"
8372e9ea 813 ;;
894a47b4 814powerpc-*-darwin*)
1e53920f 815 case ${host} in
816 *-*-darwin9* | *-*-darwin[12][0-9]*)
817 # libSystem contains unwind information for signal frames since
818 # Darwin 9.
819 ;;
820 *)
821 md_unwind_header=rs6000/darwin-unwind.h
822 ;;
823 esac
84600db5 824 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
1a4a11f3 825 extra_parts="$extra_parts crt2.o"
894a47b4 826 ;;
827powerpc64-*-darwin*)
4dc4ff49 828 tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
1a4a11f3 829 extra_parts="$extra_parts crt2.o"
894a47b4 830 ;;
bdd1ee48 831powerpc*-*-freebsd*)
832 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 833 extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
bdd1ee48 834 case ${host} in
835 powerpc64*)
836 tmake_file="${tmake_file} rs6000/t-freebsd64"
837 md_unwind_header=rs6000/freebsd-unwind.h
838 ;;
839 esac
894a47b4 840 ;;
841powerpc-*-netbsd*)
08417926 842 tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
894a47b4 843 ;;
894a47b4 844powerpc-*-eabispe*)
738c50b8 845 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic"
237490bf 846 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 847 ;;
848powerpc-*-eabisimaltivec*)
738c50b8 849 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 850 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 851 ;;
852powerpc-*-eabisim*)
738c50b8 853 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 854 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 855 ;;
856powerpc-*-elf*)
738c50b8 857 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 858 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 859 ;;
860powerpc-*-eabialtivec*)
738c50b8 861 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 862 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
a23b9c51 863 ;;
864powerpc-xilinx-eabi*)
738c50b8 865 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 866 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 867 ;;
868powerpc-*-eabi*)
738c50b8 869 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 870 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 871 ;;
872powerpc-*-rtems*)
738c50b8 873 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 874 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 875 ;;
4e5e2802 876powerpc-*-linux* | powerpc64-*-linux*)
738c50b8 877 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-softfp-sfdf t-softfp-excl t-dfprules rs6000/t-ppc64-fp t-softfp t-slibgcc-libgcc"
237490bf 878 extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
1e53920f 879 md_unwind_header=rs6000/linux-unwind.h
894a47b4 880 ;;
894a47b4 881powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
738c50b8 882 tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit"
894a47b4 883 ;;
894a47b4 884powerpc-*-lynxos*)
08417926 885 tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
894a47b4 886 ;;
894a47b4 887powerpcle-*-elf*)
738c50b8 888 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 889 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 890 ;;
891powerpcle-*-eabisim*)
738c50b8 892 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 893 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 894 ;;
895powerpcle-*-eabi*)
738c50b8 896 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 897 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 898 ;;
894a47b4 899rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
e59be7e3 900 md_unwind_header=rs6000/aix-unwind.h
a997b0d8 901 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
894a47b4 902 ;;
903rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
e59be7e3 904 md_unwind_header=rs6000/aix-unwind.h
a997b0d8 905 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
894a47b4 906 ;;
907rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
e59be7e3 908 md_unwind_header=rs6000/aix-unwind.h
a997b0d8 909 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
894a47b4 910 ;;
78e515f7 911rl78-*-elf)
912 tmake_file="$tm_file t-fdpbit rl78/t-rl78"
913 ;;
24833e1a 914rx-*-elf)
a23b9c51 915 tmake_file="rx/t-rx t-fdpbit"
022a2799 916 tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
24833e1a 917 ;;
894a47b4 918s390-*-linux*)
e38fe738 919 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
1e53920f 920 md_unwind_header=s390/linux-unwind.h
894a47b4 921 ;;
922s390x-*-linux*)
e38fe738 923 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
1e53920f 924 md_unwind_header=s390/linux-unwind.h
894a47b4 925 ;;
926s390x-ibm-tpf*)
4dc4ff49 927 tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip"
237490bf 928 extra_parts="crtbeginS.o crtendS.o"
f9cccfac 929 md_unwind_header=s390/tpf-unwind.h
894a47b4 930 ;;
931score-*-elf)
84600db5 932 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 933 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 934 ;;
237490bf 935sh-*-elf* | sh[12346l]*-*-elf*)
936 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
937 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
938 libic_invalidate_array_4-100.a \
939 libic_invalidate_array_4-200.a \
940 libic_invalidate_array_4a.a \
941 libgcc-Os-4-200.a libgcc-4-300.a"
9213d2eb 942 case ${host} in sh64*-*-*)
943 tmake_file="$tmake_file sh/t-sh64"
944 ;;
945 esac
97f1a704 946 case ${host} in
237490bf 947 sh*-superh-elf)
948 tmake_file="$tmake_file sh/t-superh"
949 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
950 ;;
951 esac
952 ;;
953sh-*-linux* | sh[2346lbe]*-*-linux*)
9213d2eb 954 tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
955 case ${host} in sh64*-*-linux*)
956 tmake_file="$tmake_file sh/t-sh64"
957 ;;
958 esac
237490bf 959 md_unwind_header=sh/linux-unwind.h
960 ;;
961sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
962 sh64-*-netbsd* | sh64l*-*-netbsd*)
9213d2eb 963 tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
964 case ${host} in
965 sh5*-*-netbsd* | sh64*-netbsd*)
966 tmake_file="$tmake_file sh/t-sh64"
967 ;;
968 esac
237490bf 969 # NetBSD's C library includes a fast software FP library that
970 # has support for setting/setting the rounding mode, exception
971 # mask, etc. Therefore, we don't want to include software FP
972 # in libgcc.
894a47b4 973 ;;
894a47b4 974sh-*-rtems*)
9213d2eb 975 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
237490bf 976 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
977 $sh_ic_extra_parts $sh_opt_extra_parts"
894a47b4 978 ;;
979sh-wrs-vxworks)
9213d2eb 980 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
894a47b4 981 ;;
894a47b4 982sparc-*-netbsdelf*)
983 ;;
984sparc64-*-openbsd*)
985 ;;
986sparc-*-elf*)
63abf89e 987 case ${host} in
988 *-leon[3-9]*)
989 ;;
990 *)
991 tmake_file="sparc/t-softmul"
992 ;;
993 esac
237490bf 994 tmake_file="${tmake_file} t-fdpbit t-crtfm"
995 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
894a47b4 996 ;;
997sparc-*-linux*) # SPARC's running GNU/Linux, libc6
95de80bc 998 tmake_file="${tmake_file} t-crtfm"
999 if test "${host_address}" = 64; then
1000 tmake_file="$tmake_file sparc/t-linux64"
1001 fi
a23b9c51 1002 case ${host} in
1003 *-leon*)
a997b0d8 1004 tmake_file="${tmake_file} t-fdpbit"
1005 ;;
1006 *)
1007 tmake_file="${tmake_file} sparc/t-linux"
a23b9c51 1008 ;;
1009 esac
9213d2eb 1010 case ${host} in
1011 *-leon[3-9]*)
1012 ;;
1013 *)
95de80bc 1014 if test "${host_address}" = 32; then
1015 tmake_file="$tmake_file sparc/t-softmul"
1016 fi
9213d2eb 1017 ;;
1018 esac
894a47b4 1019 extra_parts="$extra_parts crtfastmath.o"
f9cccfac 1020 md_unwind_header=sparc/linux-unwind.h
894a47b4 1021 ;;
a23b9c51 1022sparc-*-rtems*)
fbb6f195 1023 tmake_file="$tmake_file sparc/t-elf sparc/t-softmul t-crtfm t-fdpbit"
237490bf 1024 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
894a47b4 1025 ;;
63abf89e 1026sparc*-*-solaris2*)
1027 tmake_file="$tmake_file t-crtfm"
1028 extra_parts="$extra_parts crtfastmath.o"
1e53920f 1029 md_unwind_header=sparc/sol2-unwind.h
894a47b4 1030 ;;
894a47b4 1031sparc64-*-elf*)
237490bf 1032 tmake_file="${tmake_file} t-crtfm"
1033 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
894a47b4 1034 ;;
a23b9c51 1035sparc64-*-rtems*)
fbb6f195 1036 tmake_file="$tmake_file sparc/t-elf t-crtfm"
237490bf 1037 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
a23b9c51 1038 ;;
723e1902 1039sparc-wrs-vxworks)
1040 ;;
894a47b4 1041sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1125ba83 1042 tmake_file="$tmake_file t-crtfm"
237490bf 1043 extra_parts="$extra_parts crtfastmath.o"
894a47b4 1044 ;;
1045sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
1046 extra_parts="$extra_parts crtfastmath.o"
95de80bc 1047 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1048 if test "${host_address}" = 64; then
1049 tmake_file="${tmake_file} sparc/t-linux64"
1050 fi
1051 if test "${host_address}" = 32; then
1052 tmake_file="${tmake_file} sparc/t-softmul"
1053 fi
1e53920f 1054 md_unwind_header=sparc/linux-unwind.h
894a47b4 1055 ;;
1056sparc64-*-netbsd*)
1057 ;;
1058spu-*-elf*)
4dc4ff49 1059 tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit"
237490bf 1060 extra_parts="$extra_parts \
1061 libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \
1062 libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \
1063 libgcc_cache64k.a libgcc_cache128k.a"
894a47b4 1064 ;;
a997b0d8 1065tic6x-*-uclinux)
adce431d 1066 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
1067 c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
1068 t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
022a2799 1069 tm_file="$tm_file c6x/c6x-abi.h"
adce431d 1070 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
a997b0d8 1071 unwind_header=config/c6x/unwind-c6x.h
1072 ;;
237490bf 1073tic6x-*-elf)
1074 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
022a2799 1075 tm_file="$tm_file c6x/c6x-abi.h"
237490bf 1076 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
7e5fc0c4 1077 unwind_header=config/c6x/unwind-c6x.h
5aa04b01 1078 ;;
7ce78e23 1079tilegx-*-linux*)
1080 tmake_file="${tmake_file} tilegx/t-crtstuff t-softfp-sfdf tilegx/t-softfp t-softfp tilegx/t-tilegx"
1081 md_unwind_header=tilepro/linux-unwind.h
1082 ;;
1083tilepro-*-linux*)
1084 tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro"
1085 md_unwind_header=tilepro/linux-unwind.h
1086 ;;
707238af 1087v850*-*-*)
9213d2eb 1088 tmake_file="v850/t-v850 t-fdpbit"
894a47b4 1089 ;;
63bfd172 1090vax-*-linux*)
9213d2eb 1091 tmake_file="$tmake_file vax/t-linux"
63bfd172 1092 ;;
894a47b4 1093vax-*-netbsdelf*)
1094 ;;
894a47b4 1095vax-*-openbsd*)
1096 ;;
894a47b4 1097xstormy16-*-elf)
2219274c 1098 tmake_file="stormy16/t-stormy16 t-fdpbit"
894a47b4 1099 ;;
75c7ffbc 1100xtensa*-*-elf*)
237490bf 1101 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1102 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 1103 ;;
75c7ffbc 1104xtensa*-*-linux*)
a997b0d8 1105 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
1e53920f 1106 md_unwind_header=xtensa/linux-unwind.h
894a47b4 1107 ;;
1108am33_2.0-*-linux*)
237490bf 1109 # Don't need crtbeginT.o from *-*-linux* default.
894a47b4 1110 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
a997b0d8 1111 tmake_file="$tmake_file t-fdpbit"
894a47b4 1112 ;;
7eac0a4e 1113m32c-*-elf*|m32c-*-rtems*)
9213d2eb 1114 tmake_file="$tmake_file m32c/t-m32c"
894a47b4 1115 ;;
46222c18 1116mep*-*-*)
237490bf 1117 tmake_file="mep/t-mep t-fdpbit"
1118 extra_parts="crtbegin.o crtend.o"
46222c18 1119 ;;
894a47b4 1120*)
1121 echo "*** Configuration ${host} not supported" 1>&2
1122 exit 1
1123 ;;
1124esac
e4cbe54f 1125
98c9b52b 1126case ${host} in
1127i[34567]86-*-* | x86_64-*-*)
1128 tmake_file="${tmake_file} i386/t-cpuinfo"
1129 ;;
1130esac
1131
e4cbe54f 1132case ${host} in
1eab96a6 1133i[34567]86-*-linux* | x86_64-*-linux* | \
a997b0d8 1134 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1135 i[34567]86-*-knetbsd*-gnu | \
1eab96a6 1136 i[34567]86-*-gnu*)
98c9b52b 1137 tmake_file="${tmake_file} t-tls i386/t-linux"
c9b3ebc5 1138 if test "$libgcc_cv_cfi" = "yes"; then
f2d9def0 1139 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
c9b3ebc5 1140 fi
e4cbe54f 1141 ;;
1142esac
b3fd46a0 1143
1144case ${host} in
1145i[34567]86-*-darwin* | x86_64-*-darwin* | \
09ec66c8 1146 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
6471e33b 1147 i[34567]86-*-linux* | x86_64-*-linux* | \
8a84c748 1148 i[34567]86-*-gnu* | \
14f27bc6 1149 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
278afeb5 1150 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
1151 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
84600db5 1152 tmake_file="${tmake_file} t-softfp-tf"
144633f4 1153 if test "${host_address}" = 32; then
84600db5 1154 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
144633f4 1155 fi
84600db5 1156 tmake_file="${tmake_file} t-softfp"
144633f4 1157 ;;
1158esac
1159
1160case ${host} in
1161i[34567]86-*-linux* | x86_64-*-linux*)
1162 # Provide backward binary compatibility for 64bit Linux/x86.
1163 if test "${host_address}" = 64; then
1164 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
1165 fi
022a2799 1166 tm_file="${tm_file} i386/value-unwind.h"
b3fd46a0 1167 ;;
1168esac