1 # libgcc host-specific configuration file.
2 # Copyright (C) 1997-2017 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 libgcc 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 bears an obvious resemblance to gcc/config.gcc. The cases
27 # should be kept similar, to ease moving library-specific settings
28 # from config.gcc to this file. That is also why tmake_file is
29 # left as tmake_file, rather than hmake_file, even though this library
30 # switches on ${host}.
32 # This file switches on the shell variable ${host}, and also uses the
33 # following shell variables:
35 # with_* Various variables as set by configure.
37 # This file sets the following shell variables for use by the
38 # autoconf-generated configure script:
40 # asm_hidden_op The assembler pseudo-op to use for hide
41 # lists for object files implemented in
42 # assembly (with -fvisibility=hidden for C).
43 # The default is ".hidden".
44 # cpu_type The name of the cpu, if different from the first
45 # chunk of the canonical host name.
46 # enable_execute_stack The name of a source file implementing
47 # __enable_execute_stack.
48 # extra_parts List of extra object files that should be compiled
49 # for this target machine. This may be overridden
50 # by setting EXTRA_PARTS in a tmake_file fragment.
51 # If either is set, EXTRA_PARTS and
52 # EXTRA_MULTILIB_PARTS inherited from the GCC
53 # subdirectory will be ignored.
54 # md_unwind_header The name of a header file defining
55 # MD_FALLBACK_FRAME_STATE_FOR.
56 # sfp_machine_header The name of a sfp-machine.h header file for soft-fp.
57 # Defaults to "$cpu_type/sfp-machine.h" if it exists,
58 # no-sfp-machine.h otherwise.
59 # tmake_file A list of machine-description-specific
61 # tm_defines List of target macros to define for all compilations.
62 # tm_file A list of target macro files used only for code
63 # built for the target, not the host. These files
64 # are relative to $srcdir/config and must not have
65 # the same names as files in $srcdir/../gcc/config.
66 # unwind_header The name of the header file declaring the unwind
67 # runtime interface routines.
75 md_unwind_header=no-unwind.h
76 unwind_header=unwind-generic.h
78 # Set default cpu_type so it can be updated in each machine entry.
79 cpu_type=`echo ${host} | sed 's/-.*$//'`
118 moxie*) cpu_type=moxie
143 # All MIPS targets provide a full set of FP routines.
145 tmake_file="mips/t-mips"
146 if test "${libgcc_cv_mips_hard_float}" = yes; then
147 tmake_file="${tmake_file} t-hardfp-sfdf t-hardfp"
149 tmake_file="${tmake_file} t-softfp-sfdf"
151 if test "${ac_cv_sizeof_long_double}" = 16; then
152 tmake_file="${tmake_file} mips/t-softfp-tf"
154 if test "${host_address}" = 64; then
155 tmake_file="${tmake_file} mips/t-mips64"
157 tmake_file="${tmake_file} t-softfp"
185 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
186 sh[123456789lbe]*-*-*)
203 # Common parts for widely ported systems.
206 asm_hidden_op=.private_extern
207 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
208 extra_parts="crt3.o crttms.o crttme.o"
211 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
212 tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
213 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
216 # This is the generic ELF configuration of FreeBSD. Later
217 # machine-specific sections may refine and add to this
219 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"
220 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
221 case ${target_thread_file} in
223 tmake_file="${tmake_file} t-freebsd-thread"
224 # Before 5.0, FreeBSD can't bind shared libraries to -lc
225 # when "optionally" threaded via weak pthread_* checks.
227 *-*-freebsd[34] | *-*-freebsd[34].*)
228 tmake_file="${tmake_file} t-slibgcc-nolc-override"
235 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-fuchsia"
236 extra_parts="crtbegin.o crtend.o"
238 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
239 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"
240 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
241 if test x$enable_vtable_verify = xyes; then
242 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
246 tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
247 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
250 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
251 tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
252 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
253 # ELF configurations. We will clear extra_parts in the
254 # a.out configurations.
256 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
257 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
262 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
263 case ${target_thread_file} in
265 tmake_file="$tmake_file t-openbsd-thread"
270 tmake_file="$tmake_file t-rtems"
271 extra_parts="crtbegin.o crtend.o"
274 # Unless linker support and dl_iterate_phdr are present,
275 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
276 tmake_file="$tmake_file sol2/t-sol2 t-eh-dw2-dip t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
277 if test $with_gnu_ld = yes; then
278 tmake_file="$tmake_file t-slibgcc-gld"
280 tmake_file="$tmake_file t-slibgcc-sld"
282 # Add cpu-specific t-sol2 after t-slibgcc-* so it can augment SHLIB_MAPFILES.
283 tmake_file="$tmake_file $cpu_type/t-sol2"
284 extra_parts="gmon.o crtbegin.o crtend.o"
285 if test "${libgcc_cv_solaris_crts}" = yes; then
286 # Solaris 11.x and 12 provide crt1.o, crti.o, and crtn.o as part of the
287 # base system. crtp.o and crtpg.o implement the compiler-dependent parts.
288 extra_parts="$extra_parts crtp.o crtpg.o"
289 # If the Solaris CRTs are present, both ld and gld will have PIE support.
290 extra_parts="$extra_parts crtbeginS.o crtendS.o"
293 i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
294 # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
295 # part of the base system.
297 sparc*-*-solaris2.1[0-9]*)
298 # Solaris 10+/SPARC lacks crt1.o and gcrt1.o.
299 extra_parts="$extra_parts crt1.o gcrt1.o"
303 if test x$enable_vtable_verify = xyes; then
304 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
308 extra_parts="crtbegin.o crtend.o"
311 tmake_file="vms/t-vms"
312 extra_parts="crt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
318 extra_parts="crtbegin.o crtend.o"
323 *-*-darwin* | *-*-dragonfly* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | \
325 enable_execute_stack=enable-execute-stack-mprotect.c
327 i[34567]86-*-mingw* | x86_64-*-mingw*)
328 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
331 enable_execute_stack=enable-execute-stack-empty.c;
336 aarch64*-*-elf | aarch64*-*-rtems*)
337 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
338 extra_parts="$extra_parts crtfastmath.o"
339 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
340 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
341 md_unwind_header=aarch64/aarch64-unwind.h
344 extra_parts="$extra_parts crtfastmath.o"
345 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
346 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
347 md_unwind_header=aarch64/freebsd-unwind.h
350 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
351 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp"
354 extra_parts="$extra_parts crtfastmath.o"
355 md_unwind_header=aarch64/linux-unwind.h
356 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
357 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
360 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
361 extra_parts="$extra_parts crtfastmath.o"
362 md_unwind_header=alpha/linux-unwind.h
365 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
366 extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
369 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
372 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
375 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
376 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
377 md_unwind_header=alpha/vms-unwind.h
380 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
381 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
382 md_unwind_header=alpha/vms-unwind.h
385 tmake_file="arc/t-arc"
386 extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o"
387 extra_parts="$extra_parts crttls.o"
389 arc*-*-linux-uclibc*)
390 tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override arc/t-arc-uClibc arc/t-arc"
391 extra_parts="$extra_parts crti.o crtn.o"
392 extra_parts="$extra_parts crttls.o"
395 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
396 extra_parts="$extra_parts crti.o crtn.o"
398 arm*-*-freebsd*) # ARM FreeBSD EABI
399 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix arm/t-elf"
400 tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd"
401 tm_file="${tm_file} arm/bpabi-lib.h"
402 unwind_header=config/arm/unwind-arm.h
403 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
406 tmake_file="${tmake_file} arm/t-arm arm/t-elf arm/t-bpabi"
407 tmake_file="${tmake_file} arm/tsoftfp t-softfp"
408 tm_file="${tm_file} arm/bpabi-lib.h"
409 unwind_header=config/arm/unwind-arm.h
412 tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover"
414 arm*-*-linux*) # ARM GNU/Linux with ELF
415 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix t-crtfm"
416 tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
417 tm_file="$tm_file arm/bpabi-lib.h"
418 unwind_header=config/arm/unwind-arm.h
419 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
420 extra_parts="$extra_parts crtfastmath.o"
422 arm*-*-uclinux*) # ARM ucLinux
423 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix t-crtfm"
424 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
425 tmake_file="${tmake_file} arm/t-bpabi"
426 tm_file="$tm_file arm/bpabi-lib.h"
427 unwind_header=config/arm/unwind-arm.h
428 extra_parts="$extra_parts crti.o crtn.o"
431 tmake_file="t-hardfp t-softfp arm/t-arm arm/t-elf arm/t-softfp arm/t-phoenix"
432 tmake_file="${tmake_file} arm/t-bpabi"
433 tm_file="$tm_file arm/bpabi-lib.h"
434 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
435 unwind_header=config/arm/unwind-arm.h
437 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
438 tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
439 tm_file="$tm_file arm/bpabi-lib.h"
441 arm*-*-eabi* | arm*-*-rtems*)
442 tmake_file="${tmake_file} arm/t-bpabi t-crtfm"
443 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
446 tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
447 tm_file="$tm_file arm/symbian-lib.h"
448 # Symbian OS provides its own startup code.
451 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
452 extra_parts="$extra_parts crtfastmath.o"
453 unwind_header=config/arm/unwind-arm.h
456 # Make HImode functions for AVR
457 tmake_file="${cpu_type}/t-avr t-fpbit"
458 if test x${with_avrlibc} != xno; then
459 tmake_file="$tmake_file ${cpu_type}/t-avrlibc"
461 tm_file="$tm_file avr/avr-lib.h"
464 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
465 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
468 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
469 extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
470 md_unwind_header=bfin/linux-unwind.h
473 tmake_file="$tmake_file bfin/t-bfin bfin/t-crtstuff t-libgcc-pic t-fdpbit bfin/t-linux"
474 # No need to build crtbeginT.o on uClibc systems. Should probably
475 # be moved to the OS specific section above.
476 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
477 md_unwind_header=bfin/linux-unwind.h
480 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
481 extra_parts="$extra_parts crti.o crtn.o"
484 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
485 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
488 tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit"
489 extra_parts="$extra_parts crti.o crtn.o crtlibid.o"
492 tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp"
495 tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-elfmulti"
497 cris-*-linux* | crisv32-*-linux*)
498 tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-linux"
501 tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
502 extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
505 tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
506 extra_parts="$extra_parts crti.o crtn.o"
509 tmake_file="$tmake_file frv/t-frv t-fdpbit"
510 tm_file="$tm_file frv/elf-lib.h frv/frv-abi.h"
511 # Don't use crtbegin.o, crtend.o.
512 extra_parts="frvbegin.o frvend.o"
515 tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
516 tm_file="$tm_file frv/elf-lib.h frv/frv-abi.h"
519 tmake_file="ft32/t-ft32 t-softfp-sfdf t-softfp-excl t-softfp"
520 extra_parts="$extra_parts crti.o crti-hw.o crtn.o"
523 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
524 tm_file="$tm_file h8300/h8300-lib.h"
525 extra_parts="$extra_parts crti.o crtn.o"
528 tmake_file="t-linux h8300/t-linux t-softfp-sfdf t-softfp"
529 tm_file="$tm_file h8300/h8300-lib.h"
532 tmake_file="$tmake_file pa/t-linux pa/t-linux64"
533 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
536 tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
537 # Set the libgcc version number
538 if test x$ac_cv_sjlj_exceptions = xyes; then
539 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
541 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
543 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
544 md_unwind_header=pa/linux-unwind.h
547 tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
548 # Set the libgcc version number
549 if test x$ac_cv_sjlj_exceptions = xyes; then
550 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
552 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
554 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
555 md_unwind_header=pa/hpux-unwind.h
558 tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib t-libgcc-pic t-slibgcc"
559 # Set the libgcc version number
560 if test x$ac_cv_sjlj_exceptions = xyes; then
561 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
563 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
565 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
566 tm_file="$tm_file pa/pa64-hpux-lib.h"
567 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
569 md_unwind_header=pa/hpux-unwind.h
572 tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
573 # Set the libgcc version number
574 if test x$ac_cv_sjlj_exceptions = xyes; then
575 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
577 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
579 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
580 extra_parts="libgcc_stub.a"
581 md_unwind_header=pa/hpux-unwind.h
584 tmake_file="$tmake_file pa/t-openbsd"
586 i[34567]86-*-darwin*)
587 tmake_file="$tmake_file i386/t-crtpc t-crtfm"
588 tm_file="$tm_file i386/darwin-lib.h"
589 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
592 tmake_file="$tmake_file i386/t-crtpc t-crtfm"
593 tm_file="$tm_file i386/darwin-lib.h"
594 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
596 i[34567]86-*-elfiamcu)
597 tmake_file="$tmake_file i386/t-crtstuff t-softfp-sfdftf i386/32/t-softfp i386/32/t-iamcu i386/t-softfp t-softfp t-dfprules"
600 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
602 x86_64-*-elf* | x86_64-*-rtems*)
603 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
606 tmake_file="$tmake_file t-libgcc-pic"
608 i[34567]86-*-dragonfly*)
609 tmake_file="${tmake_file} i386/t-dragonfly i386/t-crtstuff"
610 md_unwind_header=i386/dragonfly-unwind.h
613 tmake_file="${tmake_file} i386/t-dragonfly i386/t-crtstuff"
614 md_unwind_header=i386/dragonfly-unwind.h
616 i[34567]86-*-freebsd*)
617 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
618 md_unwind_header=i386/freebsd-unwind.h
621 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
622 md_unwind_header=i386/freebsd-unwind.h
624 i[34567]86-*-netbsdelf*)
625 tmake_file="${tmake_file} i386/t-crtstuff"
628 tmake_file="${tmake_file} i386/t-crtstuff"
630 i[34567]86-*-openbsd*)
635 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
636 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
637 tm_file="${tm_file} i386/elf-lib.h"
638 md_unwind_header=i386/linux-unwind.h
640 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
641 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
642 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
643 tm_file="${tm_file} i386/elf-lib.h"
646 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
647 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
648 tm_file="${tm_file} i386/elf-lib.h"
649 md_unwind_header=i386/linux-unwind.h
651 x86_64-*-kfreebsd*-gnu)
652 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
653 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
654 tm_file="${tm_file} i386/elf-lib.h"
656 i[34567]86-pc-msdosdjgpp*)
658 i[34567]86-*-lynxos*)
660 i[34567]86-*-nto-qnx*)
661 tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
662 extra_parts=crtbegin.o
665 tmake_file="$tmake_file i386/t-crtstuff t-softfp-sfdftf i386/32/t-softfp i386/t-softfp t-softfp"
666 extra_parts="$extra_parts crti.o crtn.o"
668 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
669 tmake_file="$tmake_file i386/t-crtpc t-crtfm"
670 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
671 tm_file="${tm_file} i386/elf-lib.h"
672 md_unwind_header=i386/sol2-unwind.h
674 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
676 i[34567]86-*-cygwin*)
677 extra_parts="crtbegin.o crtbeginS.o crtend.o crtfastmath.o"
678 if test x$enable_vtable_verify = xyes; then
679 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
681 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
682 if test x$ac_cv_sjlj_exceptions = xyes; then
683 tmake_eh_file="i386/t-sjlj-eh"
685 tmake_eh_file="i386/t-dw2-eh"
687 # Shared libgcc DLL install dir depends on cross/native build.
688 if test x${build} = x${host} ; then
689 tmake_dlldir_file="i386/t-dlldir"
691 tmake_dlldir_file="i386/t-dlldir-x"
693 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-cygwin t-crtfm i386/t-chkstk t-dfprules"
696 extra_parts="crtbegin.o crtbeginS.o crtend.o crtfastmath.o"
697 if test x$enable_vtable_verify = xyes; then
698 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
700 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
701 if test x$ac_cv_sjlj_exceptions = xyes; then
702 tmake_eh_file="i386/t-sjlj-eh"
703 elif test "${host_address}" = 32; then
704 # biarch -m32 with --disable-sjlj-exceptions
705 tmake_eh_file="i386/t-dw2-eh"
707 tmake_eh_file="i386/t-seh-eh"
709 # Shared libgcc DLL install dir depends on cross/native build.
710 if test x${build} = x${host} ; then
711 tmake_dlldir_file="i386/t-dlldir"
713 tmake_dlldir_file="i386/t-dlldir-x"
715 # FIXME - dj - t-chkstk used to be in here, need a 64-bit version of that
716 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-cygwin t-crtfm t-dfprules i386/t-chkstk"
719 extra_parts="crtbegin.o crtend.o crtfastmath.o"
720 if test x$enable_vtable_verify = xyes; then
721 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
723 case ${target_thread_file} in
725 tmake_file="$tmake_file i386/t-gthr-win32"
728 tmake_file="i386/t-mingw-pthread $tmake_file"
731 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
732 if test x$ac_cv_sjlj_exceptions = xyes; then
733 tmake_eh_file="i386/t-sjlj-eh"
735 tmake_eh_file="i386/t-dw2-eh"
736 md_unwind_header=i386/w32-unwind.h
738 # Shared libgcc DLL install dir depends on cross/native build.
739 if test x${build} = x${host} ; then
740 tmake_dlldir_file="i386/t-dlldir"
742 tmake_dlldir_file="i386/t-dlldir-x"
744 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 t-crtfm i386/t-chkstk t-dfprules"
747 case ${target_thread_file} in
749 tmake_file="$tmake_file i386/t-gthr-win32"
752 tmake_file="i386/t-mingw-pthread $tmake_file"
755 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
756 if test x$ac_cv_sjlj_exceptions = xyes; then
757 tmake_eh_file="i386/t-sjlj-eh"
758 elif test "${host_address}" = 32; then
759 # biarch -m32 with --disable-sjlj-exceptions
760 tmake_eh_file="i386/t-dw2-eh"
761 md_unwind_header=i386/w32-unwind.h
763 tmake_eh_file="i386/t-seh-eh"
765 # Shared libgcc DLL install dir depends on cross/native build.
766 if test x${build} = x${host} ; then
767 tmake_dlldir_file="i386/t-dlldir"
769 tmake_dlldir_file="i386/t-dlldir-x"
771 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 t-dfprules t-crtfm i386/t-chkstk"
772 extra_parts="$extra_parts crtbegin.o crtend.o crtfastmath.o"
773 if test x$enable_vtable_verify = xyes; then
774 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
778 extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
779 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat"
782 extra_parts="$extra_parts crtfastmath.o"
783 tmake_file="$tmake_file ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat"
786 # Don't use crtbeginT.o from *-*-linux* default.
787 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
788 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"
789 if test x$with_system_libunwind != xyes ; then
790 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
792 md_unwind_header=ia64/linux-unwind.h
795 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
798 tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 ia64/t-vms t-slibgcc-vms t-softfp-tf ia64/t-softfp t-softfp"
799 extra_parts="$extra_parts crtinitS.o"
800 md_unwind_header=ia64/vms-unwind.h
803 tmake_file="iq2000/t-iq2000 t-fdpbit"
808 extra_parts="$extra_parts crti.o crtn.o"
809 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
812 tmake_file="$tmake_file lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
813 extra_parts="$extra_parts crti.o crtn.o"
816 extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
817 tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
820 tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
821 extra_parts="$extra_parts crtinit.o crtfini.o"
827 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
830 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
832 m68k-*-elf* | fido-*-elf)
833 tmake_file="$tmake_file m68k/t-floatlib"
839 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
840 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
841 md_unwind_header=m68k/linux-unwind.h
843 m68k-*-linux*) # Motorola m68k's running GNU/Linux
844 # with ELF format using glibc 2
845 # aka the GNU/Linux C library 6.
846 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
847 # If not configured with setjmp/longjmp exceptions, bump the
848 # libgcc version number.
849 if test x$ac_cv_sjlj_exceptions != xyes; then
850 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
852 md_unwind_header=m68k/linux-unwind.h
855 tmake_file="$tmake_file m68k/t-floatlib"
856 extra_parts="$extra_parts crti.o crtn.o"
859 tmake_file="mcore/t-mcore t-fdpbit"
860 extra_parts="$extra_parts crti.o crtn.o"
863 tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit t-slibgcc-libgcc"
866 tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
867 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
869 microblaze*-*-rtems*)
870 tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
871 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
873 mips*-*-netbsd*) # NetBSD/mips, either endian.
875 mips*-*-linux*) # Linux MIPS, either endian.
876 extra_parts="$extra_parts crtfastmath.o"
877 tmake_file="${tmake_file} t-crtfm"
879 mips64r5900* | mipsr5900*)
880 # The MIPS16 support code uses floating point
881 # instructions that are not supported on r5900.
884 tmake_file="${tmake_file} mips/t-mips16 t-slibgcc-libgcc"
887 md_unwind_header=mips/linux-unwind.h
890 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
891 case "${with_newlib}" in
896 # MIPS toolkit libraries.
897 tmake_file="$tmake_file mips/t-sdemtk"
900 extra_parts="$extra_parts crti.o crtn.o"
902 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
903 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
904 mipsisa32r6-*-elf* | mipsisa32r6el-*-elf* | \
905 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
906 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf* | \
907 mipsisa64r6-*-elf* | mipsisa64r6el-*-elf*)
908 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
909 extra_parts="$extra_parts crti.o crtn.o"
911 mipsisa64sr71k-*-elf*)
912 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
913 extra_parts="$extra_parts crti.o crtn.o"
915 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
916 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
917 extra_parts="$extra_parts crti.o crtn.o"
919 mips-*-elf* | mipsel-*-elf*)
920 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
921 extra_parts="$extra_parts crti.o crtn.o"
923 mipsr5900-*-elf* | mipsr5900el-*-elf*)
924 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff"
925 extra_parts="$extra_parts crti.o crtn.o"
927 mips64-*-elf* | mips64el-*-elf*)
928 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
929 extra_parts="$extra_parts crti.o crtn.o"
931 mips64r5900-*-elf* | mips64r5900el-*-elf*)
932 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff"
933 extra_parts="$extra_parts crti.o crtn.o"
935 mips64vr-*-elf* | mips64vrel-*-elf*)
936 tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
937 extra_parts="$extra_parts crti.o crtn.o"
939 mips64orion-*-elf* | mips64orionel-*-elf*)
940 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
941 extra_parts="$extra_parts crti.o crtn.o"
944 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
945 extra_parts="$extra_parts crti.o crtn.o"
949 mipstx39-*-elf* | mipstx39el-*-elf*)
950 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
953 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
954 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
959 moxie-*-elf | moxie-*-moxiebox* | moxie-*-uclinux* | moxie-*-rtems*)
960 tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
961 extra_parts="$extra_parts crti.o crtn.o crtbegin.o crtend.o"
964 tmake_file="$tm_file t-crtstuff t-fdpbit msp430/t-msp430"
965 extra_parts="$extra_parts libmul_none.a libmul_16.a libmul_32.a libmul_f5.a"
968 # Basic makefile fragment and extra_parts for crt stuff.
969 # We also append c-isr library implementation.
970 tmake_file="${tmake_file} nds32/t-nds32 nds32/t-nds32-isr"
971 extra_parts="crtbegin1.o crtend1.o libnds32_isr.a"
972 # Append library definition makefile fragment according to --with-nds32-lib=X setting.
973 case "${with_nds32_lib}" in
975 # Append library definition makefile fragment t-nds32-newlib.
976 # Append 'soft-fp' software floating point make rule fragment provided by gcc.
977 tmake_file="${tmake_file} nds32/t-nds32-newlib t-softfp-sfdf t-softfp"
980 # Append library definition makefile fragment t-nds32-mculib.
981 # The software floating point library is included in mculib.
982 tmake_file="${tmake_file} nds32/t-nds32-mculib"
985 echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: newlib mculib" 1>&2
991 tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-slibgcc-libgcc"
992 md_unwind_header=nios2/linux-unwind.h
995 tmake_file="$tmake_file nios2/t-nios2 t-softfp-sfdf t-softfp-excl t-softfp"
996 extra_parts="$extra_parts crti.o crtn.o"
999 tmake_file="pdp11/t-pdp11 t-fdpbit"
1003 *-*-darwin9* | *-*-darwin[12][0-9]*)
1004 # libSystem contains unwind information for signal frames since
1008 md_unwind_header=rs6000/darwin-unwind.h
1011 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
1012 extra_parts="$extra_parts crt2.o"
1014 powerpc64-*-darwin*)
1015 tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
1016 extra_parts="$extra_parts crt2.o"
1018 powerpc*-*-freebsd*)
1019 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp"
1020 extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1023 tmake_file="${tmake_file} rs6000/t-freebsd64"
1024 md_unwind_header=rs6000/freebsd-unwind.h
1029 tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
1032 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1033 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1035 powerpc-*-eabisimaltivec*)
1036 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1037 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1040 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1041 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1044 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1045 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1047 powerpc-*-eabialtivec*)
1048 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1049 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1051 powerpc-xilinx-eabi*)
1052 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1053 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1056 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1057 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1060 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1061 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1064 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules rs6000/t-ppc64-fp t-slibgcc-libgcc"
1065 tmake_file="${tmake_file} t-stack rs6000/t-stack-rs6000"
1066 case $ppc_fp_type in
1070 tmake_file="${tmake_file} t-hardfp-sfdf t-hardfp"
1073 tmake_file="${tmake_file} t-softfp-sfdf ${ppc_fp_compat} t-softfp"
1076 tmake_file="${tmake_file} rs6000/t-e500v1-fp ${ppc_fp_compat} t-softfp t-hardfp"
1079 tmake_file="${tmake_file} t-hardfp-sfdf rs6000/t-e500v2-fp ${ppc_fp_compat} t-softfp t-hardfp"
1082 echo "Unknown ppc_fp_type $ppc_fp_type" 1>&2
1087 if test $libgcc_cv_powerpc_float128 = yes; then
1088 tmake_file="${tmake_file} rs6000/t-float128"
1091 if test $libgcc_cv_powerpc_float128_hw = yes; then
1092 tmake_file="${tmake_file} rs6000/t-float128-hw"
1095 extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
1096 md_unwind_header=rs6000/linux-unwind.h
1098 powerpc-wrs-vxworks|powerpc-wrs-vxworksae|powerpc-wrs-vxworksmils)
1099 tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit"
1102 tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
1105 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1106 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1108 powerpcle-*-eabisim*)
1109 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1110 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1113 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1114 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1117 tmake_file="${tmake_file} riscv/t-softfp${host_address} t-softfp riscv/t-elf riscv/t-elf${host_address}"
1118 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o crtendS.o crtbeginT.o"
1119 md_unwind_header=riscv/linux-unwind.h
1122 tmake_file="${tmake_file} riscv/t-softfp${host_address} t-softfp riscv/t-elf riscv/t-elf${host_address}"
1123 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
1125 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1126 md_unwind_header=rs6000/aix-unwind.h
1127 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
1129 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1130 md_unwind_header=rs6000/aix-unwind.h
1131 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
1133 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1134 md_unwind_header=rs6000/aix-unwind.h
1135 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble rs6000/t-aix-cxa"
1136 extra_parts="crtcxa.o crtcxa_s.o crtdbase.o"
1139 tmake_file="$tm_file t-fdpbit rl78/t-rl78"
1142 tmake_file="rx/t-rx t-fdpbit"
1143 tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
1146 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi t-stack s390/t-stack-s390"
1147 md_unwind_header=s390/linux-unwind.h
1150 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux t-stack s390/t-stack-s390"
1151 if test "${host_address}" = 32; then
1152 tmake_file="${tmake_file} s390/32/t-floattodi"
1154 md_unwind_header=s390/linux-unwind.h
1157 tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip"
1158 extra_parts="crtbeginS.o crtendS.o"
1159 md_unwind_header=s390/tpf-unwind.h
1161 sh-*-elf* | sh[12346l]*-*-elf*)
1162 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1163 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
1164 libic_invalidate_array_4-100.a \
1165 libic_invalidate_array_4-200.a \
1166 libic_invalidate_array_4a.a \
1167 libgcc-Os-4-200.a libgcc-4-300.a"
1170 tmake_file="$tmake_file sh/t-superh"
1171 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
1175 sh-*-linux* | sh[2346lbe]*-*-linux*)
1176 tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
1177 md_unwind_header=sh/linux-unwind.h
1179 sh-*-netbsdelf* | shl*-*-netbsdelf*)
1180 tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
1182 # NetBSD's C library includes a fast software FP library that
1183 # has support for setting/setting the rounding mode, exception
1184 # mask, etc. Therefore, we don't want to include software FP
1188 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1189 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
1190 libic_invalidate_array_4-100.a \
1191 libic_invalidate_array_4-200.a \
1192 libic_invalidate_array_4a.a \
1193 libgcc-Os-4-200.a libgcc-4-300.a"
1196 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1207 tmake_file="sparc/t-softmul"
1210 tmake_file="${tmake_file} t-fdpbit t-crtfm"
1211 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1213 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
1214 tmake_file="${tmake_file} t-crtfm"
1215 if test "${host_address}" = 64; then
1216 tmake_file="$tmake_file sparc/t-linux64"
1220 tmake_file="${tmake_file} t-fdpbit"
1223 tmake_file="${tmake_file} sparc/t-linux"
1230 if test "${host_address}" = 32; then
1231 tmake_file="$tmake_file sparc/t-softmul"
1235 extra_parts="$extra_parts crtfastmath.o"
1236 md_unwind_header=sparc/linux-unwind.h
1239 tmake_file="$tmake_file sparc/t-elf sparc/t-softmul t-crtfm t-fdpbit"
1240 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1243 tmake_file="$tmake_file t-crtfm"
1244 extra_parts="$extra_parts crtfastmath.o"
1245 md_unwind_header=sparc/sol2-unwind.h
1248 tmake_file="${tmake_file} t-crtfm"
1249 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1252 tmake_file="$tmake_file t-crtfm"
1253 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1257 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1258 tmake_file="$tmake_file t-crtfm"
1259 extra_parts="$extra_parts crtfastmath.o"
1261 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
1262 extra_parts="$extra_parts crtfastmath.o"
1263 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1264 if test "${host_address}" = 64; then
1265 tmake_file="${tmake_file} sparc/t-linux64"
1267 if test "${host_address}" = 32; then
1268 tmake_file="${tmake_file} sparc/t-softmul"
1270 md_unwind_header=sparc/linux-unwind.h
1275 tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit"
1276 extra_parts="$extra_parts \
1277 libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \
1278 libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \
1279 libgcc_cache64k.a libgcc_cache128k.a"
1282 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
1283 c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
1284 t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
1285 tm_file="$tm_file c6x/c6x-abi.h"
1286 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1287 unwind_header=config/c6x/unwind-c6x.h
1290 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
1291 tm_file="$tm_file c6x/c6x-abi.h"
1292 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1293 unwind_header=config/c6x/unwind-c6x.h
1296 if test "${host_address}" = 64; then
1297 tmake_file="${tmake_file} tilegx/t-softfp"
1299 tmake_file="${tmake_file} tilegx/t-crtstuff t-softfp-sfdf t-softfp tilegx/t-tilegx"
1300 md_unwind_header=tilepro/linux-unwind.h
1303 tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro t-slibgcc-libgcc"
1304 md_unwind_header=tilepro/linux-unwind.h
1307 tmake_file="${tmake_file} v850/t-v850 t-fdpbit"
1310 tmake_file="$tmake_file vax/t-linux"
1317 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
1318 tmake_file="visium/t-visium t-fdpbit"
1321 tmake_file="stormy16/t-stormy16 t-fdpbit"
1324 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1325 extra_parts="$extra_parts crti.o crtn.o"
1328 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc"
1329 md_unwind_header=xtensa/linux-unwind.h
1332 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc"
1333 md_unwind_header=xtensa/linux-unwind.h
1334 extra_parts="$extra_parts crtbeginS.o crtbeginT.o crtendS.o"
1337 # Don't need crtbeginT.o from *-*-linux* default.
1338 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
1339 tmake_file="$tmake_file t-fdpbit"
1341 m32c-*-elf*|m32c-*-rtems*)
1342 tmake_file="$tmake_file m32c/t-m32c"
1345 tmake_file="$tmake_file nvptx/t-nvptx"
1346 extra_parts="crt0.o"
1349 echo "*** Configuration ${host} not supported" 1>&2
1355 i[34567]86-*-* | x86_64-*-*)
1358 tmake_file="${tmake_file} i386/t-cpuinfo-static"
1361 tmake_file="${tmake_file} i386/t-cpuinfo"
1368 i[34567]86-*-linux* | x86_64-*-linux* | \
1369 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1371 tmake_file="${tmake_file} t-tls i386/t-linux t-slibgcc-libgcc"
1372 if test "$libgcc_cv_cfi" = "yes"; then
1373 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
1379 i[34567]86-*-elfiamcu | i[34567]86-*-rtems*)
1380 # These use soft-fp for SFmode and DFmode, not just TFmode.
1382 i[34567]86-*-* | x86_64-*-*)
1383 tmake_file="${tmake_file} t-softfp-tf"
1384 if test "${host_address}" = 32; then
1385 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
1387 tmake_file="${tmake_file} i386/t-softfp t-softfp"
1392 i[34567]86-*-linux* | x86_64-*-linux*)
1393 # Provide backward binary compatibility for 64bit Linux/x86.
1394 if test "${host_address}" = 64; then
1395 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
1397 tm_file="${tm_file} i386/value-unwind.h"
1400 # ILP32 needs an extra header for unwinding
1401 tm_file="${tm_file} aarch64/value-unwind.h"