1 # libgcc host-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
5 #This file is part of GCC.
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
9 #Software Foundation; either version 3, or (at your option) any later
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
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING3. If not see
19 #<http://www.gnu.org/licenses/>.
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.
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}.
33 # This file switches on the shell variable ${host}, and also uses the
34 # following shell variables:
36 # with_* Various variables as set by configure.
38 # This file sets the following shell variables for use by the
39 # autoconf-generated configure script:
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.
47 # enable_execute_stack The name of a source file implementing
48 # __enable_execute_stack.
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.
55 # md_unwind_header The name of a header file defining
56 # MD_FALLBACK_FRAME_STATE_FOR.
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.
60 # tmake_file A list of machine-description-specific
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.
67 # unwind_header The name of the header file declaring the unwind
68 # runtime interface routines.
76 md_unwind_header=no-unwind.h
77 unwind_header=unwind-generic.h
79 # Set default cpu_type so it can be updated in each machine entry.
80 cpu_type=`echo ${host} | sed 's/-.*$//'`
108 moxie*) cpu_type=moxie
136 tmake_file=mips/t-mips
158 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
159 sh[123456789lbe]*-*-*)
170 # Common parts for widely ported systems.
173 asm_hidden_op=.private_extern
174 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
175 extra_parts="crt3.o crttms.o crttme.o"
178 # This is the generic ELF configuration of FreeBSD. Later
179 # machine-specific sections may refine and add to this
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"
182 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
183 case ${target_thread_file} in
185 tmake_file="${tmake_file} t-freebsd-thread"
186 # Before 5.0, FreeBSD can't bind shared libraries to -lc
187 # when "optionally" threaded via weak pthread_* checks.
189 *-*-freebsd[34] | *-*-freebsd[34].*)
190 tmake_file="${tmake_file} t-slibgcc-nolc-override"
196 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
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"
198 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
201 tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
202 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
205 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
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.
210 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
211 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
216 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic"
217 case ${target_thread_file} in
219 tmake_file="$tmake_file t-openbsd-thread"
224 tmake_file="$tmake_file t-rtems"
225 extra_parts="crtbegin.o crtend.o"
228 # Unless linker support and dl_iterate_phdr are present,
229 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
230 tmake_file="$tmake_file t-sol2 t-eh-dw2-dip t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
231 if test $with_gnu_ld = yes; then
232 tmake_file="$tmake_file t-slibgcc-gld"
234 tmake_file="$tmake_file t-slibgcc-sld"
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"
240 i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
241 # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
242 # part of the base system.
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"
249 extra_parts="$extra_parts crt1.o crti.o crtn.o gcrt1.o"
254 extra_parts="crtbegin.o crtend.o"
257 tmake_file="vms/t-vms"
258 extra_parts="vcrt0.o pcrt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
264 extra_parts="crtbegin.o crtend.o"
269 *-*-darwin* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | *-*-solaris2* | \
271 enable_execute_stack=enable-execute-stack-mprotect.c
273 i[34567]86-*-mingw* | x86_64-*-mingw*)
274 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
277 enable_execute_stack=enable-execute-stack-empty.c;
283 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
284 extra_parts="$extra_parts crtfastmath.o"
285 md_unwind_header=alpha/linux-unwind.h
288 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
289 extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
292 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
295 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
298 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm t-slibgcc alpha/t-slibgcc-osf"
299 case ${target_thread_file} in
301 tmake_file="${tmake_file} alpha/t-osf-pthread"
304 extra_parts="${extra_parts} crtfastmath.o"
305 md_unwind_header=alpha/osf5-unwind.h
308 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
309 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
310 md_unwind_header=alpha/vms-unwind.h
313 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
314 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
315 md_unwind_header=alpha/vms-unwind.h
318 tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-fdpbit"
319 extra_parts="$extra_parts crti.o crtn.o"
322 tmake_file="$tmake_file arm/t-arm arm/t-strongarm-elf t-fdpbit"
325 tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover"
327 arm*-*-linux*) # ARM GNU/Linux with ELF
328 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix"
331 tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
332 tm_file="$tm_file arm/bpabi-lib.h"
333 unwind_header=config/arm/unwind-arm.h
336 tmake_file="$tmake_file arm/t-linux"
339 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
341 arm*-*-uclinux*) # ARM ucLinux
342 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
345 tmake_file="${tmake_file} arm/t-bpabi"
346 tm_file="$tm_file arm/bpabi-lib.h"
347 unwind_header=config/arm/unwind-arm.h
350 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
351 extra_parts="$extra_parts crti.o crtn.o"
354 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
355 extra_parts="$extra_parts crti.o crtn.o"
357 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
358 tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
359 tm_file="$tm_file arm/bpabi-lib.h"
361 arm*-*-eabi* | arm*-*-rtemseabi*)
362 tmake_file="${tmake_file} arm/t-bpabi"
363 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
366 tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
367 tm_file="$tm_file arm/symbian-lib.h"
368 # Symbian OS provides its own startup code.
371 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
372 unwind_header=config/arm/unwind-arm.h
375 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
376 extra_parts="$extra_parts crti.o crtn.o"
379 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
380 extra_parts="$extra_parts crti.o crtn.o"
383 tmake_file="$tmake_file arm/t-arm arm/t-wince-pe"
386 tmake_file="$tmake_file avr/t-avr avr/t-rtems t-fpbit"
387 tm_file="$tm_file avr/avr-lib.h"
392 # Make HImode functions for AVR
393 tmake_file="${cpu_type}/t-avr t-fpbit"
394 tm_file="$tm_file avr/avr-lib.h"
397 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
398 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
401 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
402 extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
403 md_unwind_header=bfin/linux-unwind.h
406 tmake_file="$tmake_file bfin/t-bfin bfin/t-crtstuff t-libgcc-pic t-fdpbit bfin/t-linux"
407 # No need to build crtbeginT.o on uClibc systems. Should probably
408 # be moved to the OS specific section above.
409 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
410 md_unwind_header=bfin/linux-unwind.h
413 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
414 extra_parts="$extra_parts crti.o crtn.o"
417 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
418 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
421 tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit"
422 extra_parts="$extra_parts crti.o crtn.o crtlibid.o"
425 tmake_file="$tmake_file cris/t-cris t-fdpbit"
428 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
430 cris-*-linux* | crisv32-*-linux*)
431 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
434 tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
435 extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
438 tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
439 extra_parts="$extra_parts crti.o crtn.o"
442 tmake_file="$tmake_file frv/t-frv t-fdpbit"
443 tm_file="$tm_file frv/frv-abi.h"
444 # Don't use crtbegin.o, crtend.o.
445 extra_parts="frvbegin.o frvend.o"
448 tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
449 tm_file="$tm_file frv/frv-abi.h"
452 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
453 tm_file="$tm_file h8300/h8300-lib.h"
454 extra_parts="$extra_parts crti.o crtn.o"
457 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
458 tm_file="$tm_file h8300/h8300-lib.h"
459 extra_parts="$extra_parts crti.o crtn.o"
462 tmake_file="$tmake_file pa/t-linux pa/t-linux64"
465 tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
466 # Set the libgcc version number
467 if test x$enable_sjlj_exceptions = xyes; then
468 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
470 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
472 md_unwind_header=pa/linux-unwind.h
475 tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
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"
480 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
482 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
483 md_unwind_header=pa/hpux-unwind.h
486 tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib t-libgcc-pic t-slibgcc"
487 # Set the libgcc version number
488 if test x$enable_sjlj_exceptions = xyes; then
489 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
491 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
493 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
494 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
496 md_unwind_header=pa/hpux-unwind.h
499 tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
500 # Set the libgcc version number
501 if test x$enable_sjlj_exceptions = xyes; then
502 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
504 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
506 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
507 extra_parts="libgcc_stub.a"
508 md_unwind_header=pa/hpux-unwind.h
510 i[34567]86-*-darwin*)
511 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
512 tm_file="$tm_file i386/darwin-lib.h"
513 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
516 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
517 tm_file="$tm_file i386/darwin-lib.h"
518 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
521 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
524 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
526 i[34567]86-*-freebsd*)
527 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
530 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
532 i[34567]86-*-netbsdelf*)
535 tmake_file="${tmake_file} i386/t-crtstuff"
537 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
539 i[34567]86-*-openbsd*)
542 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
543 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
544 md_unwind_header=i386/linux-unwind.h
546 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
547 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
548 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
551 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
552 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
553 md_unwind_header=i386/linux-unwind.h
555 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
556 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
557 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
559 i[34567]86-pc-msdosdjgpp*)
561 i[34567]86-*-lynxos*)
563 i[34567]86-*-nto-qnx*)
564 tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
565 extra_parts=crtbegin.o
568 tmake_file="$tmake_file i386/t-softfp i386/t-crtstuff"
569 extra_parts="$extra_parts crti.o crtn.o"
571 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
572 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
573 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
574 md_unwind_header=i386/sol2-unwind.h
576 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
578 i[34567]86-*-cygwin*)
579 extra_parts="crtbegin.o crtend.o crtfastmath.o"
580 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
581 if test x$enable_sjlj_exceptions = xyes; then
582 tmake_eh_file="i386/t-sjlj-eh"
584 tmake_eh_file="i386/t-dw2-eh"
586 # Shared libgcc DLL install dir depends on cross/native build.
587 if test x${build} = x${host} ; then
588 tmake_dlldir_file="i386/t-dlldir"
590 tmake_dlldir_file="i386/t-dlldir-x"
592 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"
595 extra_parts="crtbegin.o crtend.o crtfastmath.o"
596 case ${target_thread_file} in
598 tmake_file="$tmake_file i386/t-gthr-win32"
601 tmake_file="i386/t-mingw-pthread $tmake_file"
604 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
605 if test x$enable_sjlj_exceptions = xyes; then
606 tmake_eh_file="i386/t-sjlj-eh"
608 tmake_eh_file="i386/t-dw2-eh"
610 # Shared libgcc DLL install dir depends on cross/native build.
611 if test x${build} = x${host} ; then
612 tmake_dlldir_file="i386/t-dlldir"
614 tmake_dlldir_file="i386/t-dlldir-x"
616 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"
617 md_unwind_header=i386/w32-unwind.h
620 case ${target_thread_file} in
622 tmake_file="$tmake_file i386/t-gthr-win32"
625 tmake_file="i386/t-mingw-pthread $tmake_file"
628 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
629 if test x$enable_sjlj_exceptions = xyes; then
630 tmake_eh_file="i386/t-sjlj-eh"
632 tmake_eh_file="i386/t-dw2-eh"
634 # Shared libgcc DLL install dir depends on cross/native build.
635 if test x${build} = x${host} ; then
636 tmake_dlldir_file="i386/t-dlldir"
638 tmake_dlldir_file="i386/t-dlldir-x"
640 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"
641 extra_parts="$extra_parts crtfastmath.o"
643 i[34567]86-*-interix[3-9]*)
644 tmake_file="$tmake_file i386/t-interix i386/t-chkstk"
647 extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
648 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
651 extra_parts="$extra_parts crtfastmath.o"
652 tmake_file="$tmake_file ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
655 # Don't use crtbeginT.o from *-*-linux* default.
656 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
657 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"
658 if test x$with_system_libunwind != xyes ; then
659 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
661 md_unwind_header=ia64/linux-unwind.h
664 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
667 tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 ia64/t-vms t-slibgcc-vms"
668 extra_parts="$extra_parts crtinitS.o"
669 md_unwind_header=ia64/vms-unwind.h
672 tmake_file="iq2000/t-iq2000 t-fdpbit"
677 extra_parts="$extra_parts crti.o crtn.o"
678 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
681 tmake_file="$tmake_file lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
682 extra_parts="$extra_parts crti.o crtn.o"
685 extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
686 tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
692 tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
698 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
701 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
703 m68k-*-elf* | fido-*-elf)
704 tmake_file="$tmake_file m68k/t-floatlib"
710 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
711 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
712 md_unwind_header=m68k/linux-unwind.h
714 m68k-*-linux*) # Motorola m68k's running GNU/Linux
715 # with ELF format using glibc 2
716 # aka the GNU/Linux C library 6.
717 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
718 # If not configured with --enable-sjlj-exceptions, bump the
719 # libgcc version number.
720 if test x$enable_sjlj_exceptions != xyes; then
721 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
723 md_unwind_header=m68k/linux-unwind.h
726 tmake_file="$tmake_file m68k/t-floatlib"
727 extra_parts="$extra_parts crti.o crtn.o"
730 tmake_file="mcore/t-mcore t-fdpbit"
731 extra_parts="$extra_parts crti.o crtn.o"
734 tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
737 tmake_file="microblaze/t-microblaze t-fdpbit"
738 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
741 tmake_file="$tmake_file mips/t-irix6 t-crtfm mips/t-tpbit t-slibgcc mips/t-slibgcc-irix"
742 extra_parts="crtbegin.o crtend.o crtfastmath.o irix-crti.o irix-crtn.o"
743 md_unwind_header=mips/irix6-unwind.h
745 mips*-*-netbsd*) # NetBSD/mips, either endian.
747 mips64*-*-linux* | mipsisa64*-*-linux*)
748 extra_parts="$extra_parts crtfastmath.o"
749 tmake_file="${tmake_file} t-crtfm mips/t-mips16 mips/t-tpbit t-slibgcc-libgcc"
750 md_unwind_header=mips/linux-unwind.h
752 mips*-*-linux*) # Linux MIPS, either endian.
753 extra_parts="$extra_parts crtfastmath.o"
754 tmake_file="${tmake_file} t-crtfm mips/t-mips16 t-slibgcc-libgcc"
755 md_unwind_header=mips/linux-unwind.h
760 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
761 case "${with_newlib}" in
766 # MIPS toolkit libraries.
767 tmake_file="$tmake_file mips/t-sdemtk"
770 extra_parts="$extra_parts crti.o crtn.o"
772 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
773 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
774 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
775 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
776 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
777 extra_parts="$extra_parts crti.o crtn.o"
779 mipsisa64sr71k-*-elf*)
780 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
781 extra_parts="$extra_parts crti.o crtn.o"
783 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
784 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
785 extra_parts="$extra_parts crti.o crtn.o"
787 mips-*-elf* | mipsel-*-elf*)
788 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
789 extra_parts="$extra_parts crti.o crtn.o"
791 mips64-*-elf* | mips64el-*-elf*)
792 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
793 extra_parts="$extra_parts crti.o crtn.o"
795 mips64vr-*-elf* | mips64vrel-*-elf*)
796 tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
797 extra_parts="$extra_parts crti.o crtn.o"
799 mips64orion-*-elf* | mips64orionel-*-elf*)
800 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
801 extra_parts="$extra_parts crti.o crtn.o"
804 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
805 extra_parts="$extra_parts crti.o crtn.o"
809 mipstx39-*-elf* | mipstx39el-*-elf*)
810 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
813 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
814 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
819 moxie-*-elf | moxie-*-uclinux*)
820 tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
821 extra_parts="$extra_parts crti.o crtn.o"
824 tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
829 tmake_file="pdp11/t-pdp11 t-fdpbit"
832 tmake_file="picochip/t-picochip t-fpbit"
836 *-*-darwin9* | *-*-darwin[12][0-9]*)
837 # libSystem contains unwind information for signal frames since
841 md_unwind_header=rs6000/darwin-unwind.h
844 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
845 extra_parts="$extra_parts crt2.o"
848 tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
849 extra_parts="$extra_parts crt2.o"
852 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp t-slibgcc-libgcc"
853 extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
856 tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
859 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic"
860 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
862 powerpc-*-eabisimaltivec*)
863 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
864 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
867 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
868 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
871 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
872 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
874 powerpc-*-eabialtivec*)
875 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
876 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
878 powerpc-xilinx-eabi*)
879 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
880 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
883 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
884 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
887 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
888 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
890 powerpc-*-linux* | powerpc64-*-linux*)
891 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"
892 extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
893 md_unwind_header=rs6000/linux-unwind.h
895 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
896 tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit"
899 tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
902 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
903 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
905 powerpcle-*-eabisim*)
906 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
907 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
910 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
911 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
913 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
914 md_unwind_header=rs6000/aix-unwind.h
915 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
917 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
918 md_unwind_header=rs6000/aix-unwind.h
919 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
921 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
922 md_unwind_header=rs6000/aix-unwind.h
923 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
926 tmake_file="$tm_file t-fdpbit rl78/t-rl78"
929 tmake_file="rx/t-rx t-fdpbit"
930 tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
933 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
934 md_unwind_header=s390/linux-unwind.h
937 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
938 md_unwind_header=s390/linux-unwind.h
941 tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip"
942 extra_parts="crtbeginS.o crtendS.o"
943 md_unwind_header=s390/tpf-unwind.h
946 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp"
947 extra_parts="$extra_parts crti.o crtn.o"
949 sh-*-elf* | sh[12346l]*-*-elf*)
950 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
951 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
952 libic_invalidate_array_4-100.a \
953 libic_invalidate_array_4-200.a \
954 libic_invalidate_array_4a.a \
955 libgcc-Os-4-200.a libgcc-4-300.a"
956 case ${host} in sh64*-*-*)
957 tmake_file="$tmake_file sh/t-sh64"
962 tmake_file="$tmake_file sh/t-superh"
963 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
967 sh-*-linux* | sh[2346lbe]*-*-linux*)
968 tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
969 case ${host} in sh64*-*-linux*)
970 tmake_file="$tmake_file sh/t-sh64"
973 md_unwind_header=sh/linux-unwind.h
975 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
976 sh64-*-netbsd* | sh64l*-*-netbsd*)
977 tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
979 sh5*-*-netbsd* | sh64*-netbsd*)
980 tmake_file="$tmake_file sh/t-sh64"
983 # NetBSD's C library includes a fast software FP library that
984 # has support for setting/setting the rounding mode, exception
985 # mask, etc. Therefore, we don't want to include software FP
989 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
990 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
991 $sh_ic_extra_parts $sh_opt_extra_parts"
994 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
1005 tmake_file="sparc/t-softmul"
1008 tmake_file="${tmake_file} t-fdpbit t-crtfm"
1009 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1011 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
1012 tmake_file="${tmake_file} t-crtfm"
1013 if test "${host_address}" = 64; then
1014 tmake_file="$tmake_file sparc/t-linux64"
1018 tmake_file="${tmake_file} t-fdpbit"
1021 tmake_file="${tmake_file} sparc/t-linux"
1028 if test "${host_address}" = 32; then
1029 tmake_file="$tmake_file sparc/t-softmul"
1033 extra_parts="$extra_parts crtfastmath.o"
1034 md_unwind_header=sparc/linux-unwind.h
1037 tmake_file="$tmake_file sparc/t-elf sparc/t-softmul t-crtfm t-fdpbit"
1038 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1041 tmake_file="$tmake_file t-crtfm"
1042 extra_parts="$extra_parts crtfastmath.o"
1043 md_unwind_header=sparc/sol2-unwind.h
1046 tmake_file="${tmake_file} t-crtfm"
1047 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1050 tmake_file="$tmake_file sparc/t-elf t-crtfm"
1051 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1055 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1056 tmake_file="$tmake_file t-crtfm"
1057 extra_parts="$extra_parts crtfastmath.o"
1059 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
1060 extra_parts="$extra_parts crtfastmath.o"
1061 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1062 if test "${host_address}" = 64; then
1063 tmake_file="${tmake_file} sparc/t-linux64"
1065 if test "${host_address}" = 32; then
1066 tmake_file="${tmake_file} sparc/t-softmul"
1068 md_unwind_header=sparc/linux-unwind.h
1073 tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit"
1074 extra_parts="$extra_parts \
1075 libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \
1076 libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \
1077 libgcc_cache64k.a libgcc_cache128k.a"
1080 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
1081 c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
1082 t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
1083 tm_file="$tm_file c6x/c6x-abi.h"
1084 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1085 unwind_header=config/c6x/unwind-c6x.h
1088 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
1089 tm_file="$tm_file c6x/c6x-abi.h"
1090 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1091 unwind_header=config/c6x/unwind-c6x.h
1094 tmake_file="v850/t-v850 t-fdpbit"
1097 tmake_file="$tmake_file vax/t-linux"
1104 tmake_file="stormy16/t-stormy16 t-fdpbit"
1107 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1108 extra_parts="$extra_parts crti.o crtn.o"
1111 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
1112 md_unwind_header=xtensa/linux-unwind.h
1115 # Don't need crtbeginT.o from *-*-linux* default.
1116 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
1117 tmake_file="$tmake_file t-fdpbit"
1119 m32c-*-elf*|m32c-*-rtems*)
1120 tmake_file="$tmake_file m32c/t-m32c"
1123 tmake_file="mep/t-mep t-fdpbit"
1124 extra_parts="crtbegin.o crtend.o"
1127 echo "*** Configuration ${host} not supported" 1>&2
1133 i[34567]86-*-linux* | x86_64-*-linux* | \
1134 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1135 i[34567]86-*-knetbsd*-gnu | \
1137 tmake_file="${tmake_file} t-tls i386/t-linux"
1138 if test "$libgcc_cv_cfi" = "yes"; then
1139 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
1145 i[34567]86-*-darwin* | x86_64-*-darwin* | \
1146 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1147 i[34567]86-*-linux* | x86_64-*-linux* | \
1148 i[34567]86-*-gnu* | \
1149 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
1150 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
1151 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
1152 tmake_file="${tmake_file} t-softfp-tf"
1153 if test "${host_address}" = 32; then
1154 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
1156 tmake_file="${tmake_file} t-softfp"
1161 i[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"
1166 tm_file="${tm_file} i386/value-unwind.h"