1 # libgcc host-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008, 2009, 2010, 2011 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/-.*$//'`
106 moxie*) cpu_type=moxie
134 tmake_file=mips/t-mips
156 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
157 sh[123456789lbe]*-*-*)
168 # Common parts for widely ported systems.
171 asm_hidden_op=.private_extern
172 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
173 extra_parts="crt3.o crttms.o crttme.o"
176 # This is the generic ELF configuration of FreeBSD. Later
177 # machine-specific sections may refine and add to this
179 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"
180 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
181 case ${target_thread_file} in
183 tmake_file="${tmake_file} t-freebsd-thread"
184 # Before 5.0, FreeBSD can't bind shared libraries to -lc
185 # when "optionally" threaded via weak pthread_* checks.
187 *-*-freebsd[34] | *-*-freebsd[34].*)
188 tmake_file="${tmake_file} t-slibgcc-nolc-override"
194 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
195 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"
196 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
199 tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
200 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
203 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
204 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
205 # ELF configurations. We will clear extra_parts in the
206 # a.out configurations.
208 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
209 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
214 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic"
215 case ${target_thread_file} in
217 tmake_file="$tmake_file t-openbsd-thread"
222 tmake_file="$tmake_file t-rtems"
223 extra_parts="crtbegin.o crtend.o"
226 # Unless linker support and dl_iterate_phdr are present,
227 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
228 tmake_file="$tmake_file t-sol2 t-eh-dw2-dip t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
229 if test $with_gnu_ld = yes; then
230 tmake_file="$tmake_file t-slibgcc-gld"
232 tmake_file="$tmake_file t-slibgcc-sld"
234 # Add cpu-specific t-sol2 after t-slibgcc-* so it can augment SHLIB_MAPFILES.
235 tmake_file="$tmake_file $cpu_type/t-sol2"
236 extra_parts="gmon.o crtbegin.o crtend.o"
238 i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
239 # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
240 # part of the base system.
242 sparc*-*-solaris2.1[0-9]*)
243 # Solaris 10+/SPARC lacks crt1.o and gcrt1.o.
244 extra_parts="$extra_parts crt1.o gcrt1.o"
247 extra_parts="$extra_parts crt1.o crti.o crtn.o gcrt1.o"
252 extra_parts="crtbegin.o crtend.o"
255 tmake_file="vms/t-vms"
256 extra_parts="vcrt0.o pcrt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
262 extra_parts="crtbegin.o crtend.o"
267 *-*-darwin* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | *-*-solaris2* | \
269 enable_execute_stack=enable-execute-stack-mprotect.c
271 i[34567]86-*-mingw* | x86_64-*-mingw*)
272 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
275 enable_execute_stack=enable-execute-stack-empty.c;
281 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
282 extra_parts="$extra_parts crtfastmath.o"
283 md_unwind_header=alpha/linux-unwind.h
286 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
287 extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
290 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
293 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
296 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm t-slibgcc alpha/t-slibgcc-osf"
297 case ${target_thread_file} in
299 tmake_file="${tmake_file} alpha/t-osf-pthread"
302 extra_parts="${extra_parts} crtfastmath.o"
303 md_unwind_header=alpha/osf5-unwind.h
306 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
307 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
308 md_unwind_header=alpha/vms-unwind.h
311 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
312 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
313 md_unwind_header=alpha/vms-unwind.h
316 tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-fdpbit"
317 extra_parts="$extra_parts crti.o crtn.o"
320 tmake_file="$tmake_file arm/t-arm arm/t-strongarm-elf t-fdpbit"
323 tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover"
325 arm*-*-linux*) # ARM GNU/Linux with ELF
326 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix"
329 tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
330 tm_file="$tm_file arm/bpabi-lib.h"
331 unwind_header=config/arm/unwind-arm.h
334 tmake_file="$tmake_file arm/t-linux"
337 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
339 arm*-*-uclinux*) # ARM ucLinux
340 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
343 tmake_file="${tmake_file} arm/t-bpabi"
344 tm_file="$tm_file arm/bpabi-lib.h"
345 unwind_header=config/arm/unwind-arm.h
348 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
349 extra_parts="$extra_parts crti.o crtn.o"
352 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
353 extra_parts="$extra_parts crti.o crtn.o"
355 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
356 tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
357 tm_file="$tm_file arm/bpabi-lib.h"
359 arm*-*-eabi* | arm*-*-rtemseabi*)
360 tmake_file="${tmake_file} arm/t-bpabi"
361 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
364 tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
365 tm_file="$tm_file arm/symbian-lib.h"
366 # Symbian OS provides its own startup code.
369 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
370 unwind_header=config/arm/unwind-arm.h
373 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
374 extra_parts="$extra_parts crti.o crtn.o"
377 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
378 extra_parts="$extra_parts crti.o crtn.o"
381 tmake_file="$tmake_file arm/t-arm arm/t-wince-pe"
384 tmake_file="$tmake_file avr/t-avr avr/t-rtems t-fpbit"
385 tm_file="$tm_file avr/avr-lib.h"
390 # Make HImode functions for AVR
391 tmake_file="${cpu_type}/t-avr t-fpbit"
392 tm_file="$tm_file avr/avr-lib.h"
395 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
396 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
399 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
400 extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
401 md_unwind_header=bfin/linux-unwind.h
404 tmake_file="$tmake_file bfin/t-bfin bfin/t-crtstuff t-libgcc-pic t-fdpbit bfin/t-linux"
405 # No need to build crtbeginT.o on uClibc systems. Should probably
406 # be moved to the OS specific section above.
407 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
408 md_unwind_header=bfin/linux-unwind.h
411 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
412 extra_parts="$extra_parts crti.o crtn.o"
415 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
416 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
419 tmake_file="$tmake_file cris/t-cris t-fdpbit"
422 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
424 cris-*-linux* | crisv32-*-linux*)
425 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
428 tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
429 extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
432 tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
433 extra_parts="$extra_parts crti.o crtn.o"
436 tmake_file="$tmake_file frv/t-frv t-fdpbit"
437 tm_file="$tm_file frv/frv-abi.h"
438 # Don't use crtbegin.o, crtend.o.
439 extra_parts="frvbegin.o frvend.o"
442 tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
443 tm_file="$tm_file frv/frv-abi.h"
446 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
447 tm_file="$tm_file h8300/h8300-lib.h"
448 extra_parts="$extra_parts crti.o crtn.o"
451 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
452 tm_file="$tm_file h8300/h8300-lib.h"
453 extra_parts="$extra_parts crti.o crtn.o"
456 tmake_file="$tmake_file pa/t-linux pa/t-linux64"
459 tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
460 # Set the libgcc version number
461 if test x$enable_sjlj_exceptions = xyes; then
462 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
464 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
466 md_unwind_header=pa/linux-unwind.h
469 tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
470 # Set the libgcc version number
471 if test x$enable_sjlj_exceptions = xyes; then
472 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
474 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
476 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
477 md_unwind_header=pa/hpux-unwind.h
480 tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib t-libgcc-pic t-slibgcc"
481 # Set the libgcc version number
482 if test x$enable_sjlj_exceptions = xyes; then
483 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
485 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
487 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
488 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
490 md_unwind_header=pa/hpux-unwind.h
493 tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
494 # Set the libgcc version number
495 if test x$enable_sjlj_exceptions = xyes; then
496 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
498 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
500 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
501 extra_parts="libgcc_stub.a"
502 md_unwind_header=pa/hpux-unwind.h
504 i[34567]86-*-darwin*)
505 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
506 tm_file="$tm_file i386/darwin-lib.h"
507 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
510 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
511 tm_file="$tm_file i386/darwin-lib.h"
512 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
515 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
518 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
520 i[34567]86-*-freebsd*)
521 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
524 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
526 i[34567]86-*-netbsdelf*)
529 tmake_file="${tmake_file} i386/t-crtstuff"
531 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
533 i[34567]86-*-openbsd*)
536 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
537 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
538 md_unwind_header=i386/linux-unwind.h
540 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
541 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
542 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
545 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
546 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
547 md_unwind_header=i386/linux-unwind.h
549 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
550 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
551 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
553 i[34567]86-pc-msdosdjgpp*)
555 i[34567]86-*-lynxos*)
557 i[34567]86-*-nto-qnx*)
558 tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
559 extra_parts=crtbegin.o
562 tmake_file="$tmake_file i386/t-softfp i386/t-crtstuff"
563 extra_parts="$extra_parts crti.o crtn.o"
565 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
566 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
567 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
568 md_unwind_header=i386/sol2-unwind.h
570 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
572 i[34567]86-*-cygwin*)
573 extra_parts="crtbegin.o crtend.o crtfastmath.o"
574 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
575 if test x$enable_sjlj_exceptions = xyes; then
576 tmake_eh_file="i386/t-sjlj-eh"
578 tmake_eh_file="i386/t-dw2-eh"
580 # Shared libgcc DLL install dir depends on cross/native build.
581 if test x${build} = x${host} ; then
582 tmake_dlldir_file="i386/t-dlldir"
584 tmake_dlldir_file="i386/t-dlldir-x"
586 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"
589 extra_parts="crtbegin.o crtend.o crtfastmath.o"
590 case ${target_thread_file} in
592 tmake_file="$tmake_file i386/t-gthr-win32"
595 tmake_file="i386/t-mingw-pthread $tmake_file"
598 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
599 if test x$enable_sjlj_exceptions = xyes; then
600 tmake_eh_file="i386/t-sjlj-eh"
602 tmake_eh_file="i386/t-dw2-eh"
604 # Shared libgcc DLL install dir depends on cross/native build.
605 if test x${build} = x${host} ; then
606 tmake_dlldir_file="i386/t-dlldir"
608 tmake_dlldir_file="i386/t-dlldir-x"
610 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"
611 md_unwind_header=i386/w32-unwind.h
614 case ${target_thread_file} in
616 tmake_file="$tmake_file i386/t-gthr-win32"
619 tmake_file="i386/t-mingw-pthread $tmake_file"
622 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
623 if test x$enable_sjlj_exceptions = xyes; then
624 tmake_eh_file="i386/t-sjlj-eh"
626 tmake_eh_file="i386/t-dw2-eh"
628 # Shared libgcc DLL install dir depends on cross/native build.
629 if test x${build} = x${host} ; then
630 tmake_dlldir_file="i386/t-dlldir"
632 tmake_dlldir_file="i386/t-dlldir-x"
634 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"
635 extra_parts="$extra_parts crtfastmath.o"
637 i[34567]86-*-interix3*)
638 tmake_file="$tmake_file i386/t-interix i386/t-chkstk"
641 extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
642 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
645 extra_parts="$extra_parts crtfastmath.o"
646 tmake_file="$tmake_file ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
649 # Don't use crtbeginT.o from *-*-linux* default.
650 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
651 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"
652 if test x$with_system_libunwind != xyes ; then
653 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
655 md_unwind_header=ia64/linux-unwind.h
658 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
661 tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 ia64/t-vms t-slibgcc-vms"
662 extra_parts="$extra_parts crtinitS.o"
663 md_unwind_header=ia64/vms-unwind.h
666 tmake_file="iq2000/t-iq2000 t-fdpbit"
671 extra_parts="$extra_parts crti.o crtn.o"
672 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
675 tmake_file="$tmake_file lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
676 extra_parts="$extra_parts crti.o crtn.o"
679 extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
680 tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
686 tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
692 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
695 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
697 m68k-*-elf* | fido-*-elf)
698 tmake_file="$tmake_file m68k/t-floatlib"
704 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
705 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
706 md_unwind_header=m68k/linux-unwind.h
708 m68k-*-linux*) # Motorola m68k's running GNU/Linux
709 # with ELF format using glibc 2
710 # aka the GNU/Linux C library 6.
711 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
712 # If not configured with --enable-sjlj-exceptions, bump the
713 # libgcc version number.
714 if test x$enable_sjlj_exceptions != xyes; then
715 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
717 md_unwind_header=m68k/linux-unwind.h
720 tmake_file="$tmake_file m68k/t-floatlib"
721 extra_parts="$extra_parts crti.o crtn.o"
724 tmake_file="mcore/t-mcore t-fdpbit"
725 extra_parts="$extra_parts crti.o crtn.o"
728 tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
731 tmake_file="microblaze/t-microblaze t-fdpbit"
732 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
735 tmake_file="$tmake_file mips/t-irix6 t-crtfm mips/t-tpbit t-slibgcc mips/t-slibgcc-irix"
736 extra_parts="crtbegin.o crtend.o crtfastmath.o irix-crti.o irix-crtn.o"
737 md_unwind_header=mips/irix6-unwind.h
739 mips*-*-netbsd*) # NetBSD/mips, either endian.
741 mips64*-*-linux* | mipsisa64*-*-linux*)
742 extra_parts="$extra_parts crtfastmath.o"
743 tmake_file="${tmake_file} t-crtfm mips/t-mips16 mips/t-tpbit"
744 md_unwind_header=mips/linux-unwind.h
746 mips*-*-linux*) # Linux MIPS, either endian.
747 extra_parts="$extra_parts crtfastmath.o"
748 tmake_file="${tmake_file} t-crtfm mips/t-mips16"
749 md_unwind_header=mips/linux-unwind.h
754 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
755 case "${with_newlib}" in
760 # MIPS toolkit libraries.
761 tmake_file="$tmake_file mips/t-sdemtk"
764 extra_parts="$extra_parts crti.o crtn.o"
766 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
767 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
768 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
769 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
770 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
771 extra_parts="$extra_parts crti.o crtn.o"
773 mipsisa64sr71k-*-elf*)
774 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
775 extra_parts="$extra_parts crti.o crtn.o"
777 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
778 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
779 extra_parts="$extra_parts crti.o crtn.o"
781 mips-*-elf* | mipsel-*-elf*)
782 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
783 extra_parts="$extra_parts crti.o crtn.o"
785 mips64-*-elf* | mips64el-*-elf*)
786 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
787 extra_parts="$extra_parts crti.o crtn.o"
789 mips64vr-*-elf* | mips64vrel-*-elf*)
790 tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
791 extra_parts="$extra_parts crti.o crtn.o"
793 mips64orion-*-elf* | mips64orionel-*-elf*)
794 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
795 extra_parts="$extra_parts crti.o crtn.o"
798 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
799 extra_parts="$extra_parts crti.o crtn.o"
803 mipstx39-*-elf* | mipstx39el-*-elf*)
804 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
807 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
808 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
813 moxie-*-elf | moxie-*-uclinux*)
814 tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
815 extra_parts="$extra_parts crti.o crtn.o"
818 tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
823 tmake_file="pdp11/t-pdp11 t-fdpbit"
826 tmake_file="picochip/t-picochip t-fpbit"
830 *-*-darwin9* | *-*-darwin[12][0-9]*)
831 # libSystem contains unwind information for signal frames since
835 md_unwind_header=rs6000/darwin-unwind.h
838 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
839 extra_parts="$extra_parts crt2.o"
842 tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
843 extra_parts="$extra_parts crt2.o"
846 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"
847 extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
850 tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
853 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic"
854 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
856 powerpc-*-eabisimaltivec*)
857 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
858 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
861 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
862 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
865 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
866 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
868 powerpc-*-eabialtivec*)
869 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
870 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
872 powerpc-xilinx-eabi*)
873 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
874 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
877 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
878 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
881 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
882 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
884 powerpc-*-linux* | powerpc64-*-linux*)
885 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"
886 extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
887 md_unwind_header=rs6000/linux-unwind.h
889 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
890 tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit"
893 tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
896 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
897 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
899 powerpcle-*-eabisim*)
900 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
901 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
904 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
905 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
907 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
908 md_unwind_header=rs6000/aix-unwind.h
909 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
911 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
912 md_unwind_header=rs6000/aix-unwind.h
913 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
915 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
916 md_unwind_header=rs6000/aix-unwind.h
917 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
920 tmake_file="$tm_file t-fdpbit rl78/t-rl78"
923 tmake_file="rx/t-rx t-fdpbit"
924 tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
927 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
928 md_unwind_header=s390/linux-unwind.h
931 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
932 md_unwind_header=s390/linux-unwind.h
935 tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip"
936 extra_parts="crtbeginS.o crtendS.o"
937 md_unwind_header=s390/tpf-unwind.h
940 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp"
941 extra_parts="$extra_parts crti.o crtn.o"
943 sh-*-elf* | sh[12346l]*-*-elf*)
944 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
945 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
946 libic_invalidate_array_4-100.a \
947 libic_invalidate_array_4-200.a \
948 libic_invalidate_array_4a.a \
949 libgcc-Os-4-200.a libgcc-4-300.a"
950 case ${host} in sh64*-*-*)
951 tmake_file="$tmake_file sh/t-sh64"
956 tmake_file="$tmake_file sh/t-superh"
957 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
961 sh-*-linux* | sh[2346lbe]*-*-linux*)
962 tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
963 case ${host} in sh64*-*-linux*)
964 tmake_file="$tmake_file sh/t-sh64"
967 md_unwind_header=sh/linux-unwind.h
969 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
970 sh64-*-netbsd* | sh64l*-*-netbsd*)
971 tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
973 sh5*-*-netbsd* | sh64*-netbsd*)
974 tmake_file="$tmake_file sh/t-sh64"
977 # NetBSD's C library includes a fast software FP library that
978 # has support for setting/setting the rounding mode, exception
979 # mask, etc. Therefore, we don't want to include software FP
983 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
984 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
985 $sh_ic_extra_parts $sh_opt_extra_parts"
988 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
999 tmake_file="sparc/t-softmul"
1002 tmake_file="${tmake_file} t-fdpbit t-crtfm"
1003 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1005 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
1006 tmake_file="${tmake_file} t-crtfm"
1007 if test "${host_address}" = 64; then
1008 tmake_file="$tmake_file sparc/t-linux64"
1012 tmake_file="${tmake_file} t-fdpbit"
1015 tmake_file="${tmake_file} sparc/t-linux"
1022 if test "${host_address}" = 32; then
1023 tmake_file="$tmake_file sparc/t-softmul"
1027 extra_parts="$extra_parts crtfastmath.o"
1028 md_unwind_header=sparc/linux-unwind.h
1031 tmake_file="$tmake_file sparc/t-elf sparc/t-softmul t-crtfm t-fdpbit"
1032 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1035 tmake_file="$tmake_file t-crtfm"
1036 extra_parts="$extra_parts crtfastmath.o"
1037 md_unwind_header=sparc/sol2-unwind.h
1040 tmake_file="${tmake_file} t-crtfm"
1041 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1044 tmake_file="$tmake_file sparc/t-elf t-crtfm"
1045 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1049 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1050 tmake_file="$tmake_file t-crtfm"
1051 extra_parts="$extra_parts crtfastmath.o"
1053 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
1054 extra_parts="$extra_parts crtfastmath.o"
1055 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1056 if test "${host_address}" = 64; then
1057 tmake_file="${tmake_file} sparc/t-linux64"
1059 if test "${host_address}" = 32; then
1060 tmake_file="${tmake_file} sparc/t-softmul"
1062 md_unwind_header=sparc/linux-unwind.h
1067 tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit"
1068 extra_parts="$extra_parts \
1069 libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \
1070 libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \
1071 libgcc_cache64k.a libgcc_cache128k.a"
1074 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
1075 c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
1076 t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
1077 tm_file="$tm_file c6x/c6x-abi.h"
1078 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1079 unwind_header=config/c6x/unwind-c6x.h
1082 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
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="v850/t-v850 t-fdpbit"
1091 tmake_file="$tmake_file vax/t-linux"
1098 tmake_file="stormy16/t-stormy16 t-fdpbit"
1101 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1102 extra_parts="$extra_parts crti.o crtn.o"
1105 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
1106 md_unwind_header=xtensa/linux-unwind.h
1109 # Don't need crtbeginT.o from *-*-linux* default.
1110 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
1111 tmake_file="$tmake_file t-fdpbit"
1113 m32c-*-elf*|m32c-*-rtems*)
1114 tmake_file="$tmake_file m32c/t-m32c"
1117 tmake_file="mep/t-mep t-fdpbit"
1118 extra_parts="crtbegin.o crtend.o"
1121 echo "*** Configuration ${host} not supported" 1>&2
1127 i[34567]86-*-linux* | x86_64-*-linux* | \
1128 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1129 i[34567]86-*-knetbsd*-gnu | \
1131 tmake_file="${tmake_file} t-tls i386/t-linux"
1132 if test "$libgcc_cv_cfi" = "yes"; then
1133 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
1139 i[34567]86-*-darwin* | x86_64-*-darwin* | \
1140 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1141 i[34567]86-*-linux* | x86_64-*-linux* | \
1142 i[34567]86-*-gnu* | \
1143 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
1144 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
1145 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
1146 tmake_file="${tmake_file} t-softfp-tf"
1147 if test "${host_address}" = 32; then
1148 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
1150 tmake_file="${tmake_file} t-softfp"
1155 i[34567]86-*-linux* | x86_64-*-linux*)
1156 # Provide backward binary compatibility for 64bit Linux/x86.
1157 if test "${host_address}" = 64; then
1158 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
1160 tm_file="${tm_file} i386/value-unwind.h"