1 # libgcc host-specific configuration file.
2 # Copyright (C) 1997-2021 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/-.*$//'`
96 tmake_file="${tmake_file} t-softfp-sfdf t-softfp"
125 moxie*) cpu_type=moxie
150 # All MIPS targets provide a full set of FP routines.
152 tmake_file="mips/t-mips"
153 if test "${libgcc_cv_mips_hard_float}" = yes; then
154 tmake_file="${tmake_file} t-hardfp-sfdf t-hardfp"
156 tmake_file="${tmake_file} t-softfp-sfdf"
158 if test "${ac_cv_sizeof_long_double}" = 16; then
159 tmake_file="${tmake_file} mips/t-softfp-tf"
161 if test "${host_address}" = 64; then
162 tmake_file="${tmake_file} mips/t-mips64"
164 tmake_file="${tmake_file} t-softfp"
195 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
196 sh[123456789lbe]*-*-*)
213 # Common parts for widely ported systems.
216 asm_hidden_op=.private_extern
217 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
218 extra_parts="crt3.o libd10-uwfef.a crttms.o crttme.o"
221 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
222 tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
223 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
226 # This is the generic ELF configuration of FreeBSD. Later
227 # machine-specific sections may refine and add to this
229 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"
230 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
231 case ${target_thread_file} in
233 tmake_file="${tmake_file} t-freebsd-thread"
234 # Before 5.0, FreeBSD can't bind shared libraries to -lc
235 # when "optionally" threaded via weak pthread_* checks.
237 *-*-freebsd[34] | *-*-freebsd[34].*)
238 tmake_file="${tmake_file} t-slibgcc-nolc-override"
245 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-fuchsia"
246 extra_parts="crtbegin.o crtend.o"
248 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu | *-*-uclinuxfdpiceabi)
249 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"
250 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
251 if test x$enable_vtable_verify = xyes; then
252 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
256 tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
257 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
260 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
261 tmake_file="$tmake_file t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
262 tmake_file="$tmake_file t-slibgcc-libgcc"
263 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
266 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
267 case ${target_thread_file} in
269 tmake_file="$tmake_file t-openbsd-thread"
274 tmake_file="$tmake_file t-rtems"
275 extra_parts="crtbegin.o crtend.o"
278 # Unless linker support and dl_iterate_phdr are present,
279 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
280 tmake_file="$tmake_file sol2/t-sol2 t-eh-dw2-dip t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
281 if test $with_gnu_ld = yes; then
282 tmake_file="$tmake_file t-slibgcc-gld"
284 tmake_file="$tmake_file t-slibgcc-sld"
286 # Add cpu-specific t-sol2 after t-slibgcc-* so it can augment SHLIB_MAPFILES.
287 tmake_file="$tmake_file $cpu_type/t-sol2"
288 extra_parts="gmon.o crtbegin.o crtend.o"
289 if test "${libgcc_cv_solaris_crts}" = yes; then
290 # Solaris 11.4 provides crt1.o, crti.o, and crtn.o as part of the
291 # base system. crtp.o and crtpg.o implement the compiler-dependent parts.
292 extra_parts="$extra_parts crtp.o crtpg.o"
293 # If the Solaris CRTs are present, both ld and gld will have PIE support.
294 extra_parts="$extra_parts crtbeginS.o crtendS.o"
297 i?86-*-solaris2* | x86_64-*-solaris2*)
298 # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
299 # part of the base system.
302 # Solaris 10+/SPARC lacks crt1.o and gcrt1.o.
303 extra_parts="$extra_parts crt1.o gcrt1.o"
307 if test x$enable_vtable_verify = xyes; then
308 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
312 extra_parts="crtbegin.o crtend.o"
315 tmake_file="vms/t-vms"
316 extra_parts="crt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
319 tmake_file=t-vxworks7
322 tmake_file=t-vxworksae
328 extra_parts="crtbegin.o crtend.o"
332 # Except on ARM where we do not use DWARF, table based EH on VxWorks
333 # relies on specially crafted crtstuff files
338 tmake_file="${tmake_file} t-vxcrtstuff"
343 *-*-darwin* | *-*-dragonfly* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | \
345 enable_execute_stack=enable-execute-stack-mprotect.c
347 i[34567]86-*-mingw* | x86_64-*-mingw*)
348 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
350 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
351 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
354 enable_execute_stack=enable-execute-stack-empty.c;
359 aarch64*-*-elf | aarch64*-*-rtems*)
360 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
361 extra_parts="$extra_parts crtfastmath.o"
362 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
363 tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
364 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
365 md_unwind_header=aarch64/aarch64-unwind.h
368 extra_parts="$extra_parts crtfastmath.o"
369 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
370 tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
371 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
372 md_unwind_header=aarch64/freebsd-unwind.h
375 extra_parts="$extra_parts crtfastmath.o"
376 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
377 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
378 md_unwind_header=aarch64/aarch64-unwind.h
381 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
382 tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
383 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp"
386 extra_parts="$extra_parts crtfastmath.o"
387 md_unwind_header=aarch64/linux-unwind.h
388 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
389 tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
390 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
392 aarch64*-*-vxworks7*)
393 extra_parts="$extra_parts crtfastmath.o"
394 md_unwind_header=aarch64/aarch64-unwind.h
395 tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
396 tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"
397 tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
400 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
401 extra_parts="$extra_parts crtfastmath.o"
402 md_unwind_header=alpha/linux-unwind.h
405 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
406 extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
409 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
412 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
415 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
416 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
417 md_unwind_header=alpha/vms-unwind.h
420 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
421 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
422 md_unwind_header=alpha/vms-unwind.h
425 tmake_file="$tmake_file gcn/t-amdgcn"
429 tmake_file="arc/t-arc"
430 extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o"
431 extra_parts="$extra_parts crttls.o"
434 tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override arc/t-arc-uClibc arc/t-arc"
435 extra_parts="$extra_parts crti.o crtn.o"
436 extra_parts="$extra_parts crttls.o"
437 md_unwind_header=arc/linux-unwind.h
440 tmake_file="$tmake_file arm/t-arm arm/t-elf arm/t-bpabi arm/t-vxworks7"
441 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
442 tm_file="$tm_file arm/bpabi-lib.h"
443 unwind_header=config/arm/unwind-arm.h
444 extra_parts="$extra_parts crti.o crtn.o"
446 arm*-*-freebsd*) # ARM FreeBSD EABI
447 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix arm/t-elf"
448 tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd"
449 tm_file="${tm_file} arm/bpabi-lib.h"
450 unwind_header=config/arm/unwind-arm.h
451 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
454 tmake_file="${tmake_file} arm/t-arm arm/t-elf arm/t-bpabi"
455 tmake_file="${tmake_file} arm/tsoftfp t-softfp"
456 tm_file="${tm_file} arm/bpabi-lib.h"
457 unwind_header=config/arm/unwind-arm.h
460 tmake_file="$tmake_file arm/t-arm"
462 arm*-*-netbsdelf-*eabi*)
463 tmake_file="${tmake_file} arm/t-netbsd-eabi"
464 unwind_header=config/arm/unwind-arm.h
467 tmake_file="${tmake_file} arm/t-netbsd t-slibgcc-gld-nover"
471 arm*-*-linux* | arm*-*-uclinuxfdpiceabi)
472 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix t-crtfm"
473 tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
474 tm_file="$tm_file arm/bpabi-lib.h"
475 unwind_header=config/arm/unwind-arm.h
476 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
477 extra_parts="$extra_parts crtfastmath.o"
479 arm*-*-uclinux*) # ARM ucLinux
480 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix t-crtfm"
481 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
482 tmake_file="${tmake_file} arm/t-bpabi"
483 tm_file="$tm_file arm/bpabi-lib.h"
484 unwind_header=config/arm/unwind-arm.h
485 extra_parts="$extra_parts crti.o crtn.o"
488 tmake_file="t-hardfp t-softfp arm/t-arm arm/t-elf arm/t-softfp arm/t-phoenix"
489 tmake_file="${tmake_file} arm/t-bpabi"
490 tm_file="$tm_file arm/bpabi-lib.h"
491 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
492 unwind_header=config/arm/unwind-arm.h
494 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
495 tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
496 tm_file="$tm_file arm/bpabi-lib.h"
498 arm*-*-eabi* | arm*-*-rtems*)
499 tmake_file="${tmake_file} arm/t-bpabi t-crtfm"
500 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
503 tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
504 tm_file="$tm_file arm/symbian-lib.h"
505 # Symbian OS provides its own startup code.
508 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
509 extra_parts="$extra_parts crtfastmath.o"
510 unwind_header=config/arm/unwind-arm.h
513 # Make HImode functions for AVR
514 tmake_file="${cpu_type}/t-avr t-fpbit"
515 # Make some DFmode functions from libf7, part of avr-libgcc.
516 # This must be prior to adding t-avrlibc.
517 case "y${with_libf7}" in
522 tmake_file="$tmake_file ${cpu_type}/libf7/t-libf7"
525 tmake_file="$tmake_file ${cpu_type}/libf7/t-libf7-math"
526 tmake_file="$tmake_file ${cpu_type}/libf7/t-libf7"
528 ymath-symbols | yyes | y)
529 tmake_file="$tmake_file ${cpu_type}/libf7/t-libf7-math-symbols"
530 tmake_file="$tmake_file ${cpu_type}/libf7/t-libf7-math"
531 tmake_file="$tmake_file ${cpu_type}/libf7/t-libf7"
534 echo "Error: --with-libf7=${with_libf7} but can only be used with: 'libgcc', 'math', 'math-symbols', 'yes', 'no'" 1>&2
538 if test x${with_avrlibc} != xno; then
539 tmake_file="$tmake_file ${cpu_type}/t-avrlibc"
541 tm_file="$tm_file avr/avr-lib.h"
542 if test x${with_fixed_point} = xno; then
547 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
548 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
551 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
552 extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
553 md_unwind_header=bfin/linux-unwind.h
556 tmake_file="$tmake_file bfin/t-bfin bfin/t-crtstuff t-libgcc-pic t-fdpbit bfin/t-linux"
557 # No need to build crtbeginT.o on uClibc systems. Should probably
558 # be moved to the OS specific section above.
559 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
560 md_unwind_header=bfin/linux-unwind.h
563 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
564 extra_parts="$extra_parts crti.o crtn.o"
567 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
568 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
571 tmake_file="$tmake_file ${cpu_type}/t-${cpu_type}"
572 extra_parts="crti.o crtn.o"
575 tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit"
576 extra_parts="$extra_parts crti.o crtn.o crtlibid.o"
579 tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-elfmulti"
582 tmake_file="csky/t-csky t-fdpbit"
583 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
586 tmake_file="$tmake_file csky/t-csky t-slibgcc-libgcc t-fdpbit csky/t-linux-csky"
587 extra_parts="$extra_parts crti.o crtn.o"
588 md_unwind_header=csky/linux-unwind.h
590 epiphany-*-elf* | epiphany-*-rtems*)
591 tmake_file="$tmake_file epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
592 extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
595 tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
596 extra_parts="$extra_parts crti.o crtn.o"
599 tmake_file="$tmake_file frv/t-frv t-fdpbit"
600 tm_file="$tm_file frv/elf-lib.h frv/frv-abi.h"
601 # Don't use crtbegin.o, crtend.o.
602 extra_parts="frvbegin.o frvend.o"
605 tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
606 tm_file="$tm_file frv/elf-lib.h frv/frv-abi.h"
609 tmake_file="ft32/t-ft32 t-softfp-sfdf t-softfp-excl t-softfp"
610 extra_parts="$extra_parts crti.o crti-hw.o crtn.o"
613 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
614 tm_file="$tm_file h8300/h8300-lib.h"
615 extra_parts="$extra_parts crti.o crtn.o"
618 tmake_file="t-linux h8300/t-linux t-softfp-sfdf t-softfp"
619 tm_file="$tm_file h8300/h8300-lib.h"
622 tmake_file="$tmake_file pa/t-linux64"
623 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
626 tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
627 # Set the libgcc version number
628 if test x$ac_cv_sjlj_exceptions = xyes; then
629 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
631 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
633 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
634 md_unwind_header=pa/linux-unwind.h
637 tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
638 # Set the libgcc version number
639 if test x$ac_cv_sjlj_exceptions = xyes; then
640 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
642 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
644 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
645 md_unwind_header=pa/hpux-unwind.h
648 tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib t-libgcc-pic t-slibgcc"
649 # Set the libgcc version number
650 if test x$ac_cv_sjlj_exceptions = xyes; then
651 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
653 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
655 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
656 tm_file="$tm_file pa/pa64-hpux-lib.h"
657 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
659 md_unwind_header=pa/hpux-unwind.h
662 tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
663 # Set the libgcc version number
664 if test x$ac_cv_sjlj_exceptions = xyes; then
665 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
667 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
669 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
670 md_unwind_header=pa/hpux-unwind.h
673 tmake_file="$tmake_file pa/t-openbsd"
676 tmake_file="$tmake_file pa/t-netbsd"
678 i[34567]86-*-darwin*)
679 tmake_file="$tmake_file i386/t-crtpc t-crtfm i386/t-msabi"
680 tm_file="$tm_file i386/darwin-lib.h"
681 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
684 tmake_file="$tmake_file i386/t-crtpc t-crtfm i386/t-msabi"
685 tm_file="$tm_file i386/darwin-lib.h"
686 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
688 i[34567]86-*-elfiamcu)
689 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"
692 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
694 x86_64-*-elf* | x86_64-*-rtems*)
695 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
698 extra_parts="$extra_parts crti.o crtn.o"
703 tmake_file="$tmake_file t-libgcc-pic"
705 i[34567]86-*-dragonfly*)
706 tmake_file="${tmake_file} i386/t-dragonfly i386/t-crtstuff"
707 md_unwind_header=i386/dragonfly-unwind.h
710 tmake_file="${tmake_file} i386/t-dragonfly i386/t-crtstuff"
711 md_unwind_header=i386/dragonfly-unwind.h
713 i[34567]86-*-freebsd*)
714 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
715 md_unwind_header=i386/freebsd-unwind.h
718 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
719 md_unwind_header=i386/freebsd-unwind.h
721 i[34567]86-*-netbsdelf*)
722 tmake_file="${tmake_file} i386/t-crtstuff"
725 tmake_file="${tmake_file} i386/t-crtstuff"
727 i[34567]86-*-openbsd*)
732 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
733 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
734 tm_file="${tm_file} i386/elf-lib.h"
735 md_unwind_header=i386/linux-unwind.h
737 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-kopensolaris*-gnu)
738 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
739 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
740 tm_file="${tm_file} i386/elf-lib.h"
743 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
744 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
745 tm_file="${tm_file} i386/elf-lib.h"
746 md_unwind_header=i386/gnu-unwind.h
749 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
750 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
751 tm_file="${tm_file} i386/elf-lib.h"
752 md_unwind_header=i386/linux-unwind.h
754 x86_64-*-kfreebsd*-gnu)
755 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
756 tmake_file="${tmake_file} i386/t-crtpc t-crtfm i386/t-crtstuff t-dfprules"
757 tm_file="${tm_file} i386/elf-lib.h"
759 i[34567]86-pc-msdosdjgpp*)
761 i[34567]86-*-lynxos*)
763 i[34567]86-*-nto-qnx*)
764 tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
765 extra_parts=crtbegin.o
768 tmake_file="$tmake_file i386/t-crtstuff t-softfp-sfdftf i386/32/t-softfp i386/t-softfp t-softfp"
769 extra_parts="$extra_parts crti.o crtn.o"
771 i[34567]86-*-solaris2* | x86_64-*-solaris2*)
772 tmake_file="$tmake_file i386/t-crtpc t-crtfm i386/t-msabi"
773 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
774 tm_file="${tm_file} i386/elf-lib.h"
775 md_unwind_header=i386/sol2-unwind.h
777 i[4567]86-wrs-vxworks*|x86_64-wrs-vxworks*)
779 i[34567]86-*-cygwin*)
780 extra_parts="crtbegin.o crtbeginS.o crtend.o crtfastmath.o"
781 if test x$enable_vtable_verify = xyes; then
782 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
784 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
785 if test x$ac_cv_sjlj_exceptions = xyes; then
786 tmake_eh_file="i386/t-sjlj-eh"
788 tmake_eh_file="i386/t-dw2-eh"
790 # Shared libgcc DLL install dir depends on cross/native build.
791 if test x${build} = x${host} ; then
792 tmake_dlldir_file="i386/t-dlldir"
794 tmake_dlldir_file="i386/t-dlldir-x"
796 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"
799 extra_parts="crtbegin.o crtbeginS.o crtend.o crtfastmath.o"
800 if test x$enable_vtable_verify = xyes; then
801 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
803 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
804 if test x$ac_cv_sjlj_exceptions = xyes; then
805 tmake_eh_file="i386/t-sjlj-eh"
806 elif test "${host_address}" = 32; then
807 # biarch -m32 with --disable-sjlj-exceptions
808 tmake_eh_file="i386/t-dw2-eh"
810 tmake_eh_file="i386/t-seh-eh"
812 # Shared libgcc DLL install dir depends on cross/native build.
813 if test x${build} = x${host} ; then
814 tmake_dlldir_file="i386/t-dlldir"
816 tmake_dlldir_file="i386/t-dlldir-x"
818 # FIXME - dj - t-chkstk used to be in here, need a 64-bit version of that
819 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"
822 extra_parts="crtbegin.o crtend.o crtfastmath.o"
823 if test x$enable_vtable_verify = xyes; then
824 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
826 case ${target_thread_file} in
828 tmake_file="$tmake_file i386/t-gthr-win32"
831 tmake_file="i386/t-mingw-pthread $tmake_file"
834 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
835 if test x$ac_cv_sjlj_exceptions = xyes; then
836 tmake_eh_file="i386/t-sjlj-eh"
838 tmake_eh_file="i386/t-dw2-eh"
839 md_unwind_header=i386/w32-unwind.h
841 # Shared libgcc DLL install dir depends on cross/native build.
842 if test x${build} = x${host} ; then
843 tmake_dlldir_file="i386/t-dlldir"
845 tmake_dlldir_file="i386/t-dlldir-x"
847 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"
850 case ${target_thread_file} in
852 tmake_file="$tmake_file i386/t-gthr-win32"
855 tmake_file="i386/t-mingw-pthread $tmake_file"
858 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
859 if test x$ac_cv_sjlj_exceptions = xyes; then
860 tmake_eh_file="i386/t-sjlj-eh"
861 elif test "${host_address}" = 32; then
862 # biarch -m32 with --disable-sjlj-exceptions
863 tmake_eh_file="i386/t-dw2-eh"
864 md_unwind_header=i386/w32-unwind.h
866 tmake_eh_file="i386/t-seh-eh"
868 # Shared libgcc DLL install dir depends on cross/native build.
869 if test x${build} = x${host} ; then
870 tmake_dlldir_file="i386/t-dlldir"
872 tmake_dlldir_file="i386/t-dlldir-x"
874 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"
875 extra_parts="$extra_parts crtbegin.o crtend.o crtfastmath.o"
876 if test x$enable_vtable_verify = xyes; then
877 extra_parts="$extra_parts vtv_start.o vtv_end.o vtv_start_preinit.o vtv_end_preinit.o"
881 extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
882 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"
885 extra_parts="$extra_parts crtfastmath.o"
886 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"
889 # Don't use crtbeginT.o from *-*-linux* default.
890 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
891 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"
892 if test x$with_system_libunwind != xyes ; then
893 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
895 md_unwind_header=ia64/linux-unwind.h
898 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
901 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"
902 extra_parts="$extra_parts crtinitS.o"
903 md_unwind_header=ia64/vms-unwind.h
906 tmake_file="iq2000/t-iq2000 t-fdpbit"
911 extra_parts="$extra_parts crti.o crtn.o"
912 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
915 tmake_file="$tmake_file lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
916 extra_parts="$extra_parts crti.o crtn.o"
919 extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
920 tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
923 tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
924 extra_parts="$extra_parts crtinit.o crtfini.o"
929 m68k-*-elf* | fido-*-elf)
930 tmake_file="$tmake_file m68k/t-floatlib"
936 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
937 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
938 md_unwind_header=m68k/linux-unwind.h
940 m68k-*-linux*) # Motorola m68k's running GNU/Linux
941 # with ELF format using glibc 2
942 # aka the GNU/Linux C library 6.
943 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
944 # If not configured with setjmp/longjmp exceptions, bump the
945 # libgcc version number.
946 if test x$ac_cv_sjlj_exceptions != xyes; then
947 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
949 md_unwind_header=m68k/linux-unwind.h
952 tmake_file="$tmake_file m68k/t-floatlib"
953 extra_parts="$extra_parts crti.o crtn.o"
956 tmake_file="mcore/t-mcore t-fdpbit"
957 extra_parts="$extra_parts crti.o crtn.o"
960 tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit t-slibgcc-libgcc"
963 tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
964 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
966 microblaze*-*-rtems*)
967 tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
968 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
970 mips*-*-netbsd*) # NetBSD/mips, either endian.
972 mips*-*-linux*) # Linux MIPS, either endian.
973 extra_parts="$extra_parts crtfastmath.o"
974 tmake_file="${tmake_file} t-crtfm"
976 mips64r5900* | mipsr5900*)
977 # The MIPS16 support code uses floating point
978 # instructions that are not supported on r5900.
981 tmake_file="${tmake_file} mips/t-mips16 t-slibgcc-libgcc"
984 md_unwind_header=mips/linux-unwind.h
987 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
988 case "${with_newlib}" in
993 # MIPS toolkit libraries.
994 tmake_file="$tmake_file mips/t-sdemtk"
997 extra_parts="$extra_parts crti.o crtn.o"
999 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1000 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
1001 mipsisa32r6-*-elf* | mipsisa32r6el-*-elf* | \
1002 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
1003 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf* | \
1004 mipsisa64r6-*-elf* | mipsisa64r6el-*-elf*)
1005 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
1006 extra_parts="$extra_parts crti.o crtn.o"
1008 mipsisa64sr71k-*-elf*)
1009 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
1010 extra_parts="$extra_parts crti.o crtn.o"
1012 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1013 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
1014 extra_parts="$extra_parts crti.o crtn.o"
1016 mips-*-elf* | mipsel-*-elf*)
1017 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
1018 extra_parts="$extra_parts crti.o crtn.o"
1020 mipsr5900-*-elf* | mipsr5900el-*-elf*)
1021 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff"
1022 extra_parts="$extra_parts crti.o crtn.o"
1024 mips64-*-elf* | mips64el-*-elf*)
1025 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
1026 extra_parts="$extra_parts crti.o crtn.o"
1028 mips64r5900-*-elf* | mips64r5900el-*-elf*)
1029 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff"
1030 extra_parts="$extra_parts crti.o crtn.o"
1032 mips64vr-*-elf* | mips64vrel-*-elf*)
1033 tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
1034 extra_parts="$extra_parts crti.o crtn.o"
1036 mips64orion-*-elf* | mips64orionel-*-elf*)
1037 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
1038 extra_parts="$extra_parts crti.o crtn.o"
1041 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
1042 extra_parts="$extra_parts crti.o crtn.o"
1046 mipstx39-*-elf* | mipstx39el-*-elf*)
1047 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
1049 mmix-knuth-mmixware)
1050 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1051 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
1056 moxie-*-elf | moxie-*-moxiebox* | moxie-*-uclinux* | moxie-*-rtems*)
1057 tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
1058 extra_parts="$extra_parts crti.o crtn.o crtbegin.o crtend.o"
1061 tmake_file="$tm_file t-crtstuff t-fdpbit msp430/t-msp430"
1062 extra_parts="crtbegin.o crtend.o crtbegin_no_eh.o crtend_no_eh.o"
1063 extra_parts="$extra_parts libmul_none.a libmul_16.a libmul_32.a libmul_f5.a"
1066 # Basic makefile fragment and extra_parts for crt stuff.
1067 # We also append c-isr library implementation.
1068 tmake_file="${tmake_file} t-slibgcc-libgcc"
1069 tmake_file="${tmake_file} nds32/t-nds32-glibc nds32/t-crtstuff t-softfp-sfdf t-softfp"
1070 # The header file of defining MD_FALLBACK_FRAME_STATE_FOR.
1071 md_unwind_header=nds32/linux-unwind.h
1072 # Append library definition makefile fragment according to --with-nds32-lib=X setting.
1073 case "${with_nds32_lib}" in
1074 "" | glibc | uclibc )
1077 echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: glibc uclibc" 1>&2
1083 # Basic makefile fragment and extra_parts for crt stuff.
1084 # We also append c-isr library implementation.
1085 tmake_file="${tmake_file} nds32/t-nds32 nds32/t-nds32-isr"
1086 extra_parts="crtbegin1.o crtend1.o libnds32_isr.a"
1087 # Append library definition makefile fragment according to --with-nds32-lib=X setting.
1088 case "${with_nds32_lib}" in
1090 # Append library definition makefile fragment t-nds32-newlib.
1091 # Append 'soft-fp' software floating point make rule fragment provided by gcc.
1092 tmake_file="${tmake_file} nds32/t-nds32-newlib t-softfp-sfdf t-softfp"
1095 # Append library definition makefile fragment t-nds32-mculib.
1096 # The software floating point library is included in mculib.
1097 tmake_file="${tmake_file} nds32/t-nds32-mculib"
1100 echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: newlib mculib" 1>&2
1106 tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-eh-dw2-dip t-slibgcc-libgcc"
1107 tm_file="$tm_file nios2/elf-lib.h"
1108 md_unwind_header=nios2/linux-unwind.h
1111 tmake_file="$tmake_file nios2/t-nios2 t-softfp-sfdf t-softfp-excl t-softfp"
1112 extra_parts="$extra_parts crti.o crtn.o"
1115 tmake_file="$tmake_file or1k/t-or1k or1k/t-crtstuff"
1116 tmake_file="$tmake_file t-softfp-sfdf t-softfp"
1117 md_unwind_header=or1k/linux-unwind.h
1120 tmake_file="$tmake_file or1k/t-or1k or1k/t-crtstuff"
1121 tmake_file="$tmake_file t-softfp-sfdf t-softfp"
1124 tmake_file="pdp11/t-pdp11 t-fdpbit"
1128 *-*-darwin9* | *-*-darwin[12][0-9]*)
1129 # libSystem contains unwind information for signal frames since
1133 md_unwind_header=rs6000/darwin-unwind.h
1136 tmake_file="$tmake_file rs6000/t-ppc64-fp rs6000/t-ibm-ldouble"
1137 extra_parts="$extra_parts crt2.o crt3_2.o libef_ppc.a dw_ppc.o"
1139 powerpc64-*-darwin*)
1140 tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
1141 extra_parts="$extra_parts crt2.o crt3_2.o libef_ppc.a dw_ppc.o"
1143 powerpc*-*-freebsd*)
1144 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp"
1145 extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1148 tmake_file="${tmake_file} rs6000/t-freebsd64"
1149 md_unwind_header=rs6000/freebsd-unwind.h
1154 tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
1157 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1158 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1160 powerpc-*-eabisimaltivec*)
1161 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1162 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1165 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1166 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1169 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1170 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1172 powerpc-*-eabialtivec*)
1173 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1174 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1176 powerpc-xilinx-eabi*)
1177 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1178 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1181 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1182 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1185 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1186 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1189 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"
1190 tmake_file="${tmake_file} t-stack rs6000/t-stack-rs6000"
1191 case $ppc_fp_type in
1195 tmake_file="${tmake_file} t-hardfp-sfdf t-hardfp"
1198 tmake_file="${tmake_file} t-softfp-sfdf ${ppc_fp_compat} t-softfp"
1201 tmake_file="${tmake_file} rs6000/t-e500v1-fp ${ppc_fp_compat} t-softfp t-hardfp"
1204 tmake_file="${tmake_file} t-hardfp-sfdf rs6000/t-e500v2-fp ${ppc_fp_compat} t-softfp t-hardfp"
1207 echo "Unknown ppc_fp_type $ppc_fp_type" 1>&2
1212 if test $libgcc_cv_powerpc_float128 = yes; then
1213 tmake_file="${tmake_file} rs6000/t-float128"
1216 if test $libgcc_cv_powerpc_float128_hw = yes; then
1217 tmake_file="${tmake_file} rs6000/t-float128-hw"
1220 if test $libgcc_cv_powerpc_3_1_float128_hw = yes; then
1221 tmake_file="${tmake_file} rs6000/t-float128-p10-hw"
1224 extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
1225 md_unwind_header=rs6000/linux-unwind.h
1227 powerpc*-wrs-vxworks7*)
1228 tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules config/rs6000/t-ppc64-fp t-slibgcc-libgcc"
1229 case $ppc_fp_type in
1233 tmake_file="${tmake_file} t-hardfp-sfdf"
1236 tmake_file="${tmake_file} t-softfp-sfdf t-softfp"
1239 echo "Unknown ppc_fp_type $ppc_fp_type" 1>&2
1244 powerpc-wrs-vxworks*)
1245 tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit"
1246 extra_parts="$extra_parts crtbegin.o crtend.o"
1249 tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
1252 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1253 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1255 powerpcle-*-eabisim*)
1256 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1257 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1260 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
1261 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
1264 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix pru/t-pru"
1265 tm_file="$tm_file pru/pru-abi.h"
1268 tmake_file="${tmake_file} riscv/t-softfp${host_address} t-softfp riscv/t-elf riscv/t-elf${host_address} t-slibgcc-libgcc"
1269 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o crtendS.o crtbeginT.o"
1270 md_unwind_header=riscv/linux-unwind.h
1273 tmake_file="${tmake_file} riscv/t-softfp${host_address} t-softfp riscv/t-elf riscv/t-elf${host_address} t-slibgcc-libgcc"
1274 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o crtendS.o crtbeginT.o"
1277 tmake_file="${tmake_file} riscv/t-softfp${host_address} t-softfp riscv/t-elf riscv/t-elf${host_address}"
1278 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
1280 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1281 md_unwind_header=rs6000/aix-unwind.h
1282 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
1284 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1285 md_unwind_header=rs6000/aix-unwind.h
1286 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
1288 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1289 md_unwind_header=rs6000/aix-unwind.h
1290 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble rs6000/t-aix-cxa"
1291 extra_parts="crtcxa.o crtcxa_s.o crtdbase.o crtcxa_64.o crtcxa_64_s.o crtdbase_64.o"
1294 tmake_file="$tm_file t-fdpbit rl78/t-rl78"
1297 tmake_file="rx/t-rx t-fdpbit"
1298 tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
1301 tmake_file="rx/t-rx t-fdpbit"
1302 tm_file="$tm_file rx/rx-lib.h"
1305 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi t-stack s390/t-stack-s390"
1306 md_unwind_header=s390/linux-unwind.h
1309 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux t-stack s390/t-stack-s390"
1310 if test "${host_address}" = 32; then
1311 tmake_file="${tmake_file} s390/32/t-floattodi"
1313 md_unwind_header=s390/linux-unwind.h
1316 tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip s390/t-tpf"
1317 extra_parts="crtbeginS.o crtendS.o"
1318 md_unwind_header=s390/tpf-unwind.h
1320 sh-*-elf* | sh[12346l]*-*-elf*)
1321 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1322 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
1323 libic_invalidate_array_4-100.a \
1324 libic_invalidate_array_4-200.a \
1325 libic_invalidate_array_4a.a \
1326 libgcc-Os-4-200.a libgcc-4-300.a"
1329 tmake_file="$tmake_file sh/t-superh"
1330 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
1334 sh-*-linux* | sh[2346lbe]*-*-linux*)
1335 tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
1336 md_unwind_header=sh/linux-unwind.h
1338 sh-*-netbsdelf* | shl*-*-netbsdelf*)
1339 tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
1341 # NetBSD's C library includes a fast software FP library that
1342 # has support for setting/setting the rounding mode, exception
1343 # mask, etc. Therefore, we don't want to include software FP
1347 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1348 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
1349 libic_invalidate_array_4-100.a \
1350 libic_invalidate_array_4-200.a \
1351 libic_invalidate_array_4a.a \
1352 libgcc-Os-4-200.a libgcc-4-300.a"
1355 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1366 tmake_file="sparc/t-softmul"
1369 tmake_file="${tmake_file} t-fdpbit t-crtfm"
1370 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1372 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
1373 tmake_file="${tmake_file} t-crtfm"
1374 if test "${host_address}" = 64; then
1375 tmake_file="$tmake_file sparc/t-linux64"
1379 tmake_file="${tmake_file} t-fdpbit"
1382 tmake_file="${tmake_file} sparc/t-linux"
1389 if test "${host_address}" = 32; then
1390 tmake_file="$tmake_file sparc/t-softmul"
1394 extra_parts="$extra_parts crtfastmath.o"
1395 md_unwind_header=sparc/linux-unwind.h
1398 tmake_file="$tmake_file sparc/t-elf sparc/t-softmul t-crtfm t-fdpbit"
1399 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1402 tmake_file="$tmake_file t-crtfm"
1403 extra_parts="$extra_parts crtfastmath.o"
1404 md_unwind_header=sparc/sol2-unwind.h
1407 tmake_file="${tmake_file} t-crtfm"
1408 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1411 tmake_file="$tmake_file t-crtfm"
1412 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1416 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1417 tmake_file="$tmake_file t-crtfm"
1418 extra_parts="$extra_parts crtfastmath.o"
1420 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
1421 extra_parts="$extra_parts crtfastmath.o"
1422 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1423 if test "${host_address}" = 64; then
1424 tmake_file="${tmake_file} sparc/t-linux64"
1426 if test "${host_address}" = 32; then
1427 tmake_file="${tmake_file} sparc/t-softmul"
1429 md_unwind_header=sparc/linux-unwind.h
1434 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
1435 c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
1436 t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
1437 tm_file="$tm_file c6x/c6x-abi.h"
1438 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1439 unwind_header=config/c6x/unwind-c6x.h
1442 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
1443 tm_file="$tm_file c6x/c6x-abi.h"
1444 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1445 unwind_header=config/c6x/unwind-c6x.h
1448 if test "${host_address}" = 64; then
1449 tmake_file="${tmake_file} tilegx/t-softfp"
1451 tmake_file="${tmake_file} tilegx/t-crtstuff t-softfp-sfdf t-softfp tilegx/t-tilegx"
1452 md_unwind_header=tilepro/linux-unwind.h
1455 tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro t-slibgcc-libgcc"
1456 md_unwind_header=tilepro/linux-unwind.h
1459 tmake_file="${tmake_file} v850/t-v850 t-fdpbit"
1462 tmake_file="$tmake_file vax/t-linux"
1469 extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
1470 tmake_file="visium/t-visium t-fdpbit"
1473 tmake_file="stormy16/t-stormy16 t-fdpbit"
1476 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1477 extra_parts="$extra_parts crti.o crtn.o"
1480 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc"
1481 md_unwind_header=xtensa/linux-unwind.h
1484 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux t-slibgcc-libgcc"
1485 md_unwind_header=xtensa/linux-unwind.h
1486 extra_parts="$extra_parts crtbeginS.o crtbeginT.o crtendS.o"
1489 # Don't need crtbeginT.o from *-*-linux* default.
1490 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
1491 tmake_file="$tmake_file t-fdpbit"
1493 m32c-*-elf*|m32c-*-rtems*)
1494 tmake_file="$tmake_file m32c/t-m32c"
1497 tmake_file="$tmake_file nvptx/t-nvptx"
1498 extra_parts="crt0.o"
1501 echo "*** Configuration ${host} not supported" 1>&2
1507 i[34567]86-*-* | x86_64-*-*)
1510 tmake_file="${tmake_file} i386/t-cpuinfo-static"
1513 tmake_file="${tmake_file} i386/t-cpuinfo"
1520 i[34567]86-*-linux* | x86_64-*-linux* | \
1521 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1523 tmake_file="${tmake_file} t-tls i386/t-linux i386/t-msabi t-slibgcc-libgcc"
1524 if test "$libgcc_cv_cfi" = "yes"; then
1525 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
1531 i[34567]86-*-elfiamcu | i[34567]86-*-rtems*)
1532 # These use soft-fp for SFmode and DFmode, not just TFmode.
1534 i[34567]86-*-* | x86_64-*-*)
1535 tmake_file="${tmake_file} t-softfp-tf"
1536 tmake_file="${tmake_file} i386/${host_address}/t-softfp i386/t-softfp t-softfp"
1541 i[34567]86-*-linux* | x86_64-*-linux*)
1542 # Provide backward binary compatibility for 64bit Linux/x86.
1543 if test "${host_address}" = 64; then
1544 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
1546 tm_file="${tm_file} i386/value-unwind.h"
1549 # ILP32 needs an extra header for unwinding
1550 tm_file="${tm_file} aarch64/value-unwind.h"
1554 # The vxworks threads implementation relies on a few extra sources,
1555 # which we arrange to add after everything else:
1557 case ${target_thread_file} in
1561 tmake_file="${tmake_file} t-gthr-vxworksae"
1564 tmake_file="${tmake_file} t-gthr-vxworks"
1571 # The gthr weak references are unsafe with static linking
1572 tmake_file="$tmake_file t-gthr-noweak"