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
61 # makefile-fragments, if different from
62 # "$cpu_type/t-$cpu_type".
63 # unwind_header The name of the header file declaring the unwind
64 # runtime interface routines.
70 md_unwind_header=no-unwind.h
71 unwind_header=unwind-generic.h
73 # Set default cpu_type so it can be updated in each machine entry.
74 cpu_type=`echo ${host} | sed 's/-.*$//'`
100 moxie*) cpu_type=moxie
128 tmake_file=mips/t-mips
150 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
151 sh[123456789lbe]*-*-*)
162 # Common parts for widely ported systems.
165 asm_hidden_op=.private_extern
166 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
169 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
170 # This is the place-holder for the generic a.out configuration
171 # of FreeBSD. No actual configuration resides here since
172 # there was only ever a bare-bones ix86 configuration for
173 # a.out and it exists solely in the machine-specific section.
174 # This place-holder must exist to avoid dropping into
175 # the generic ELF configuration of FreeBSD (i.e. it must be
176 # ordered before that section).
179 # This is the generic ELF configuration of FreeBSD. Later
180 # machine-specific sections may refine and add to this
182 tmake_file="$tmake_file t-eh-dw2-dip"
184 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
185 tmake_file="$tmake_file t-eh-dw2-dip"
186 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
195 # Unless linker support and dl_iterate_phdr are present,
196 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
197 tmake_file="$tmake_file t-sol2 t-eh-dw2-dip t-slibgcc t-slibgcc-elf-ver"
198 if test $with_gnu_ld = yes; then
199 tmake_file="$tmake_file t-slibgcc-gld"
201 tmake_file="$tmake_file t-slibgcc-sld"
203 # Add cpu-specific t-sol2 after t-slibgcc-* so it can augment SHLIB_MAPFILES.
204 tmake_file="$tmake_file $cpu_type/t-sol2"
205 extra_parts="gmon.o crtbegin.o crtend.o"
207 i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
208 # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
209 # part of the base system.
211 sparc*-*-solaris2.1[0-9]*)
212 # Solaris 10+/SPARC lacks crt1.o and gcrt1.o.
213 extra_parts="$extra_parts crt1.o gcrt1.o"
216 tmake_file="$tmake_file t-crtin"
217 extra_parts="$extra_parts crt1.o crti.o crtn.o gcrt1.o"
228 *-*-darwin* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | *-*-solaris2* | \
230 enable_execute_stack=enable-execute-stack-mprotect.c
232 i[34567]86-*-mingw* | x86_64-*-mingw*)
233 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
236 enable_execute_stack=enable-execute-stack-empty.c;
242 tmake_file="${tmake_file} t-crtfm"
243 extra_parts="$extra_parts crtfastmath.o"
244 md_unwind_header=alpha/linux-unwind.h
247 tmake_file="${tmake_file} t-crtfm"
248 extra_parts="$extra_parts crtfastmath.o"
255 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm t-slibgcc alpha/t-slibgcc-osf"
256 case ${target_thread_file} in
258 tmake_file="${tmake_file} alpha/t-osf-pthread"
261 extra_parts="${extra_parts} qrnnd.o crtfastmath.o gthr-posix.o"
262 md_unwind_header=alpha/osf5-unwind.h
265 tmake_file="vms/t-vms vms/t-vms64 alpha/t-vms"
266 md_unwind_header=alpha/vms-unwind.h
269 tmake_file="vms/t-vms alpha/t-vms"
270 md_unwind_header=alpha/vms-unwind.h
280 arm*-*-linux*) # ARM GNU/Linux with ELF
281 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
284 tmake_file="${tmake_file} arm/t-bpabi"
285 unwind_header=config/arm/unwind-arm.h
288 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
290 arm*-*-uclinux*) # ARM ucLinux
291 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
294 tmake_file="${tmake_file} arm/t-bpabi"
295 unwind_header=config/arm/unwind-arm.h
298 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
301 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
303 arm*-*-eabi* | arm*-*-symbianelf* )
304 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
307 tmake_file="${tmake_file} arm/t-bpabi"
310 tmake_file="${tmake_file} arm/t-symbian"
313 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
314 unwind_header=config/arm/unwind-arm.h
317 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
320 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
328 # Make HImode functions for AVR
329 tmake_file="${cpu_type}/t-avr t-fpbit"
336 md_unwind_header=bfin/linux-unwind.h
340 # No need to build crtbeginT.o on uClibc systems. Should probably
341 # be moved to the OS specific section above.
342 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
343 md_unwind_header=bfin/linux-unwind.h
351 crisv32-*-elf | crisv32-*-none | cris-*-elf | cris-*-none)
353 extra_parts="crtbegin.o crtend.o"
355 cris-*-linux* | crisv32-*-linux*)
378 md_unwind_header=pa/linux-unwind.h
381 md_unwind_header=pa/hpux-unwind.h
384 md_unwind_header=pa/hpux-unwind.h
387 md_unwind_header=pa/hpux-unwind.h
389 i[34567]86-*-darwin*)
390 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
391 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
394 tmake_file="t-darwin ${cpu_type}/t-darwin64 i386/t-crtpc i386/t-crtfm t-slibgcc-darwin"
395 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
401 i[34567]86-*-freebsd*)
402 tmake_file="${tmake_file} i386/t-freebsd"
405 tmake_file="${tmake_file} i386/t-freebsd"
407 i[34567]86-*-netbsdelf*)
411 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
413 i[34567]86-*-openbsd*)
416 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
417 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm t-dfprules"
418 md_unwind_header=i386/linux-unwind.h
420 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
421 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
422 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm t-dfprules"
425 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
426 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm t-dfprules"
427 md_unwind_header=i386/linux-unwind.h
429 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
430 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
431 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm t-dfprules"
433 i[34567]86-pc-msdosdjgpp*)
435 i[34567]86-*-lynxos*)
437 i[34567]86-*-nto-qnx*)
440 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
441 tmake_file="${tmake_file} t-crtin i386/t-softfp i386/t-crtstuff t-rtems"
443 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
444 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
445 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
446 md_unwind_header=i386/sol2-unwind.h
448 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
450 i[34567]86-*-cygwin*)
451 extra_parts="crtbegin.o crtend.o crtfastmath.o"
452 tmake_file="i386/t-cygming i386/t-crtfm t-dfprules"
455 extra_parts="crtbegin.o crtend.o crtfastmath.o"
456 tmake_file="i386/t-cygming i386/t-crtfm t-dfprules"
457 md_unwind_header=i386/w32-unwind.h
460 tmake_file="t-dfprules i386/t-crtfm"
461 extra_parts="$extra_parts crtfastmath.o"
463 i[34567]86-*-interix3*)
466 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
467 tmake_file="ia64/t-ia64 ia64/t-eh-ia64 t-crtfm"
470 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
471 tmake_file="ia64/t-ia64 ia64/t-eh-ia64 t-crtfm"
474 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
475 tmake_file="ia64/t-ia64 t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat ia64/t-eh-ia64 t-libunwind ia64/t-glibc"
476 if test x$with_system_libunwind != xyes ; then
477 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
479 md_unwind_header=ia64/linux-unwind.h
482 tmake_file="ia64/t-hpux"
485 tmake_file="vms/t-vms vms/t-vms64 ia64/t-eh-ia64 ia64/t-vms"
486 md_unwind_header=ia64/vms-unwind.h
491 lm32-*-elf*|lm32-*-rtems*)
492 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
493 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
496 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
497 tmake_file="lm32/t-lm32 lm32/t-uclinux t-softfp-sfdf t-softfp"
499 m32r-*-elf*|m32r-*-rtems*)
517 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
518 md_unwind_header=m68k/linux-unwind.h
520 m68k-*-linux*) # Motorola m68k's running GNU/Linux
521 # with ELF format using glibc 2
522 # aka the GNU/Linux C library 6.
523 md_unwind_header=m68k/linux-unwind.h
531 tmake_file="microblaze/t-microblaze t-fdpbit"
534 tmake_file="$tmake_file mips/t-irix6 t-crtfm mips/t-tpbit t-slibgcc mips/t-slibgcc-irix"
535 extra_parts="crtbegin.o crtend.o crtfastmath.o irix-crti.o irix-crtn.o"
536 md_unwind_header=mips/irix6-unwind.h
538 mips*-*-netbsd*) # NetBSD/mips, either endian.
540 mips64*-*-linux* | mipsisa64*-*-linux*)
541 extra_parts="$extra_parts crtfastmath.o"
542 tmake_file="${tmake_file} t-crtfm mips/t-mips16 mips/t-tpbit"
543 md_unwind_header=mips/linux-unwind.h
545 mips*-*-linux*) # Linux MIPS, either endian.
546 extra_parts="$extra_parts crtfastmath.o"
547 tmake_file="${tmake_file} t-crtfm mips/t-mips16"
548 md_unwind_header=mips/linux-unwind.h
553 case "${with_newlib}" in
558 # MIPS toolkit libraries.
559 tmake_file=mips/t-sdemtk
562 tmake_file="$tmake_file mips/t-mips16"
564 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
565 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
566 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
567 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
568 tmake_file="$tmake_file mips/t-mips16"
570 mipsisa64sr71k-*-elf*)
573 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
574 tmake_file="$tmake_file mips/t-mips16"
576 mips-*-elf* | mipsel-*-elf*)
577 tmake_file="$tmake_file mips/t-mips16"
579 mips64-*-elf* | mips64el-*-elf*)
580 tmake_file="$tmake_file mips/t-mips16"
582 mips64vr-*-elf* | mips64vrel-*-elf*)
584 mips64orion-*-elf* | mips64orionel-*-elf*)
585 tmake_file="$tmake_file mips/t-mips16"
588 tmake_file="$tmake_file mips/t-mips16"
592 mipstx39-*-elf* | mipstx39el-*-elf*)
593 tmake_file="$tmake_file mips/t-mips16"
596 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
597 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
603 tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
604 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
610 tmake_file="picochip/t-picochip t-fpbit"
614 *-*-darwin9* | *-*-darwin[12][0-9]*)
615 # libSystem contains unwind information for signal frames since
619 md_unwind_header=rs6000/darwin-unwind.h
622 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
623 extra_parts="$extra_parts crt2.o"
626 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
627 extra_parts="$extra_parts crt2.o"
630 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp"
635 tmake_file="${tmake_file} rs6000/t-ppccomm"
637 powerpc-*-eabisimaltivec*)
638 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
641 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
644 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
646 powerpc-*-eabialtivec*)
647 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
649 powerpc-xilinx-eabi*)
650 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
653 tmake_file="${tmake_file} rs6000/t-ppccomm t-fdpbit"
656 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
658 powerpc-*-linux* | powerpc64-*-linux*)
659 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp-sfdf t-softfp-excl t-dfprules rs6000/t-ppc64-fp t-softfp"
660 md_unwind_header=rs6000/linux-unwind.h
662 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
663 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
669 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
671 powerpcle-*-eabisim*)
672 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
675 tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
677 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
678 md_unwind_header=rs6000/aix-unwind.h
679 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble"
681 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
682 md_unwind_header=rs6000/aix-unwind.h
683 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble"
685 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
686 md_unwind_header=rs6000/aix-unwind.h
687 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble"
690 extra_parts="crtbegin.o crtend.o"
691 tmake_file="rx/t-rx t-fdpbit"
694 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
695 md_unwind_header=s390/linux-unwind.h
698 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
699 md_unwind_header=s390/linux-unwind.h
702 tmake_file="${tmake_file} s390/t-crtstuff s390/t-tpf t-eh-dw2-dip"
703 md_unwind_header=s390/tpf-unwind.h
706 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp"
708 sh-*-elf* | sh[12346l]*-*-elf* | \
709 sh-*-linux* | sh[2346lbe]*-*-linux* | \
710 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
711 sh64-*-netbsd* | sh64l*-*-netbsd*)
714 tmake_file="${tmake_file} sh/t-linux t-fdpbit"
715 md_unwind_header=sh/linux-unwind.h
718 # NetBSD's C library includes a fast software FP library that
719 # has support for setting/setting the rounding mode, exception
720 # mask, etc. Therefore, we don't want to include software FP
743 tmake_file="sparc/t-softmul"
746 tmake_file="${tmake_file} t-fdpbit t-crtin t-crtfm"
747 extra_parts="crtbegin.o crtend.o crti.o crtn.o crtfastmath.o"
749 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
755 extra_parts="$extra_parts crtfastmath.o"
756 tmake_file="${tmake_file} t-crtfm"
757 md_unwind_header=sparc/linux-unwind.h
760 tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems t-fdpbit"
761 extra_parts="crtbegin.o crtend.o crti.o crtn.o crtfastmath.o"
764 tmake_file="$tmake_file t-crtfm"
765 extra_parts="$extra_parts crtfastmath.o"
766 md_unwind_header=sparc/sol2-unwind.h
769 tmake_file="${tmake_file} t-crtin t-crtfm"
770 extra_parts="crtbegin.o crtend.o crti.o crtn.o crtfastmath.o"
773 tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems"
774 extra_parts="crtbegin.o crtend.o crti.o crtn.o crtfastmath.o"
778 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
779 tmake_file="$tmake_file t-crtfm"
780 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o crtfastmath.o"
782 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
783 extra_parts="$extra_parts crtfastmath.o"
784 tmake_file="${tmake_file} t-crtfm"
785 md_unwind_header=sparc/linux-unwind.h
790 tmake_file="t-fdpbit spu/t-elf"
793 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-c6x-elf"
794 unwind_header=config/c6x/unwind-c6x.h
809 tmake_file=xtensa/t-xtensa
812 tmake_file=xtensa/t-xtensa
813 md_unwind_header=xtensa/linux-unwind.h
816 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
819 m32c-*-elf*|m32c-*-rtems*)
825 echo "*** Configuration ${host} not supported" 1>&2
831 i[34567]86-*-linux* | x86_64-*-linux* | \
832 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | \
834 tmake_file="${tmake_file} t-tls"
835 if test "$libgcc_cv_cfi" = "yes"; then
836 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
842 i[34567]86-*-darwin* | x86_64-*-darwin* | \
843 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
844 i[34567]86-*-linux* | x86_64-*-linux* | \
845 i[34567]86-*-gnu* | \
846 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
847 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
848 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
849 tmake_file="${tmake_file} t-softfp-tf"
850 if test "${host_address}" = 32; then
851 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
853 tmake_file="${tmake_file} t-softfp"
858 i[34567]86-*-linux* | x86_64-*-linux*)
859 # Provide backward binary compatibility for 64bit Linux/x86.
860 if test "${host_address}" = 64; then
861 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"