1 # GCC build-, host- and target-specific configuration file.
2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 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 2, 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 COPYING. If not, write to the Free
18 #Software Foundation, 59 Temple Place - Suite 330, Boston, MA
21 # This is the GCC build-, host- and target-specific configuration file
22 # where a configuration type, as recognized and generated by config.bfd,
23 # is mapped to different system-specific definitions and files. This is
24 # invoked by the autoconf-generated configure script, called for build,
25 # host and target in that order, setting ${machine} to each. Putting it
26 # in a separate shell file lets us skip running autoconf when modifying
27 # build-, host- and target-specific information.
29 # This file switches on the shell variable ${machine}, and also uses the
30 # following shell variables:
32 # with_* Various variables as set by configure.
34 # enable_threads_flag Either the name, yes or no depending on whether
35 # threads support was requested.
37 # gas_flag Either yes or no depending on whether GNU as was
40 # gnu_ld_flag Either yes or no depending on whether GNU ld was
43 # This file sets the following shell variables for use by the
44 # autoconf-generated configure script:
46 # cpu_type The name of the cpu, if different from machine.
48 # tm_file A list of target macro files, if different from
49 # "$cpu_type/$cpu_type.h". Usually it's constructed
50 # per target in a way like this:
51 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
52 # Note that the preferred order is:
53 # - specific target header "${cpu_type}/${cpu_type.h}"
54 # - generic headers like dbxelf.h elfos.h, netware.h, etc.
55 # - specializing target headers like ${cpu_type.h}/elf.h
56 # This helps to keep OS specific stuff out of the CPU
57 # defining header ${cpu_type}/${cpu_type.h}.
59 # tm_p_file Location of file with declarations for functions
62 # out_file The name of the machine description C support
63 # file, if different from "$cpu_type/$cpu_type.c".
65 # md_file The name of the machine-description file, if
66 # different from "$cpu_type/$cpu_type.md".
68 # tmake_file A list of machine-description-specific
69 # makefile-fragments, if different from
70 # "$cpu_type/t-$cpu_type".
72 # float_format Set to the symbolic name for the floating-point
73 # formats used for this machine, if different from
74 # "i64". Used to derive a header file name to
75 # include, like "vax" for "float-vax.h". If no such
76 # file is wanted, set to "none".
78 # extra_objs List of extra objects that should be linked into
79 # the compiler proper (cc1, cc1obj, cc1plus)
80 # depending on target.
82 # extra_headers List of used header files from the directory
85 # host_xmake_file List of host-specific makefile-fragments.
87 # extra_passes List of extra executables compiled for this target
88 # machine, used for compiling from source to object.
90 # extra_parts List of extra object files that should be compiled
91 # for this target machine.
93 # extra_programs Like extra_passes, but these are used when linking.
95 # host_extra_objs List of extra host-dependent objects that should
96 # be linked into the compiler proper.
98 # host_extra_gcc_objs List of extra host-dependent objects that should
99 # be linked into the gcc driver.
101 # c_target_objs List of extra target-dependent objects that be
102 # linked into the C compiler only.
104 # cxx_target_objs List of extra target-dependent objects that be
105 # linked into the C++ compiler only.
107 # build_xm_defines List of macros to define when compiling for the
110 # build_xm_file List of files to include when compiling for the
113 # host_xm_defines List of macros to define when compiling for the
116 # host_xm_file List of files to include when compiling for the
119 # xm_defines List of macros to define when compiling for the
122 # xm_file List of files to include when compiling for the
125 # use_collect2 Set to yes or no, depending on whether collect2
128 # target_cpu_default Set to override the default target model.
130 # build_install_headers_dir
131 # Target to use when installing header files.
133 # host_truncate_target
134 # Non-empty if the target name should be truncated
135 # on this host, due to filename length issues.
137 # gdb_needs_out_file_path
138 # Set to yes if gdb needs a dir command with
139 # `dirname $out_file`.
141 # build_exeext Set to the suffix, if the build machine requires
142 # executables to have a file name suffix.
144 # host_exeext Set to the suffix, if the host machine requires
145 # executables to have a file name suffix.
147 # thread_file Set to control which thread package to use.
149 # gas Set to yes or no depending on whether the target
150 # system normally uses GNU as.
152 # The following variables are used in each case-construct to build up the
153 # outgoing variables:
155 # xmake_file Makefile-fragment when this system is as a host,
156 # for host_xmake_file.
158 # extra_host_objs List of extra objects that should be linked into
159 # the compiler proper when this system is a host,
160 # for host_extra_objs.
162 # install_headers_dir Makefile-target for how the header file directory
163 # is installed, when this system is a build system,
164 # for build_install_headers_dir.
166 # truncate_target Non-empty if the target name should be truncated
167 # when this system is a host, due to filename length
168 # issues. For host_truncate_target.
170 # exeext The suffix for executables on this system.
172 # gnu_ld Set to yes or no depending on whether the target
173 # system normally uses GNU ld.
189 # Set this to force installation and use of collect2.
191 # Set this to override the default target model.
193 # Set this to control how the header file directory is installed.
194 install_headers_dir=install-headers-tar
195 # Set this if directory names should be truncated to 14 characters.
197 # Set this if gdb needs a dir command with `dirname $out_file`
198 gdb_needs_out_file_path=
199 # Set this if the build machine requires executables to have a
202 # Set this to control which thread package will be used.
204 # Reinitialize these from the flag values every loop pass, since some
205 # configure entries modify them.
207 gnu_ld="$gnu_ld_flag"
208 enable_threads=$enable_threads_flag
210 # Obsolete configurations.
211 # To avoid some tedious lists, we have a blacklist with a whitelist
212 # embedded within it.
216 | alpha*-*-osf[123]* \
226 | i?86-*-freebsd1.* \
228 | i?86-*-linux*oldld* \
231 | i?86-*-rtemscoff* \
235 | i?86-sequent-bsd* \
236 | i?86-sequent-ptx[12]* \
237 | i?86-sequent-sysv3* \
238 | m68[k0]*-*-lynxos* \
239 | m68[k0]*-*-rtemscoff* \
240 | m68[k0]*-*-sysv3* \
242 | m68[k0]*-apollo-* \
245 | m68[k0]*-convergent-* \
255 | mips-sgi-irix[1234]* \
262 | sparc-*-rtemsaout* \
267 | m88k-*-aout* | m88k-*-openbsd* | m88k-*-sysv4* \
268 | ns32k-*-netbsd* | ns32k-*-openbsd* \
274 if test "x$enable_obsolete" != xyes; then
275 echo "*** Configuration $machine is obsolete." >&2
276 echo "*** Specify --enable-obsolete to build it anyway." >&2
277 echo "*** Support will be REMOVED in the next major release of GCC," >&2
278 echo "*** unless a maintainer comes forward." >&2
284 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
285 # updated in each machine entry. Also set default extra_headers for some
288 cpu_type=`echo $machine | sed 's/-.*$//'`
304 extra_headers=proto.h
308 extra_headers="mmintrin.h xmmintrin.h"
312 extra_headers="mmintrin.h xmmintrin.h"
315 extra_headers=ia64intrin.h
317 hppa*-*-* | parisc*-*-*)
322 extra_headers=math-68881.h
325 extra_headers=math-68881.h
335 extra_headers="ppc-asm.h altivec.h"
345 tm_file=${cpu_type}/${cpu_type}.h
346 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
348 tm_p_file=${cpu_type}/${cpu_type}-protos.h
353 tm_file="i386/biarch64.h ${tm_file}"
357 # On a.out targets, we need to use collect2.
364 # Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
370 # On the Hurd, the setup is just about the same on
371 # each different CPU. The specific machines that we
372 # support are matched above and just set $cpu_type.
374 tm_file="${cpu_type}/gnu.h"
375 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
376 # GNU always uses ELF.
378 # GNU tools are the only tools.
381 # These details are the same as for Linux.
382 # But here we need a little extra magic.
383 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
386 tm_file="${cpu_type}/${cpu_type}.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}"
391 tm_file=${cpu_type}/openbsd.h
392 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
394 if test x$enable_threads = xyes; then
396 tmake_file="${tmake_file} t-openbsd-thread"
400 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
405 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
406 # This is the place-holder for the generic a.out configuration
407 # of FreeBSD. No actual configuration resides here since
408 # there was only ever a bare-bones ix86 configuration for
409 # a.out and it exists solely in the machine-specific section.
410 # This place-holder must exist to avoid dropping into
411 # the generic ELF configuration of FreeBSD (i.e. it must be
412 # ordered before that section).
415 # This is the generic ELF configuration of FreeBSD. Later
416 # machine-specific sections may refine and add to this
419 # Due to tm_file entry ordering issues that vary between cpu
420 # architectures, we only define fbsd_tm_file to allow the
421 # machine-specific section to dictate the final order of all
422 # entries of tm_file with the minor exception that components
423 # of the tm_file set here will always be of the form:
425 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
427 # The machine-specific section should not tamper with this
428 # ordering but may order all other entries of tm_file as it
429 # pleases around the provided core setting.
432 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
434 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
435 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
436 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
437 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
438 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
440 tmake_file="t-slibgcc-elf-ver t-freebsd"
443 case x${enable_threads} in
444 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
445 x | xyes | xpthreads | xposix)
447 tmake_file="${tmake_file} t-freebsd-thread"
448 # Before 5.0, FreeBSD can't bind shared libraries to -lc
449 # when "optionally" threaded via weak pthread_* checks.
451 *-*-freebsd[34] | *-*-freebsd[34].*)
452 tmake_file="${tmake_file} t-slibgcc-nolc-override";;
455 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
457 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
462 # Support site-specific machine types.
464 rest=`echo $machine | sed -e "s/$cpu_type-//"`
465 tm_file=${cpu_type}/$rest.h
466 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
467 then xm_file=${cpu_type}/xm-$rest.h
469 if test -f $srcdir/config/${cpu_type}/x-$rest
470 then xmake_file=${cpu_type}/x-$rest
472 if test -f $srcdir/config/${cpu_type}/t-$rest
473 then tmake_file=${cpu_type}/t-$rest
477 # 1750a is only supported as a target.
478 case "$build,$host" in 1750a*,* | *,1750a* )
479 echo "*** $machine is only supported as a target" >&2
483 a29k-*-bsd* | a29k-*-sym1*)
484 tm_file="${tm_file} a29k/unix.h"
488 a29k-*-udi | a29k-*-coff)
489 tm_file="${tm_file} dbxcoff.h"
490 tmake_file=a29k/t-a29kbare
494 tm_file="a29k/a29k.h a29k/rtems.h rtems.h"
495 tmake_file="a29k/t-a29kbare t-rtems"
496 if test x$enable_threads = xyes; then
501 tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
502 tmake_file=a29k/t-vx29k
503 extra_parts="crtbegin.o crtend.o"
504 thread_file='vxworks'
506 a29k-*-*) # Default a29k environment.
511 tm_file="${tm_file} alpha/unicosmk.h"
513 # Don't include t-ieee for now because we don't support that yet
514 # tmake_file="alpha/t-ieee"
515 tmake_file="alpha/t-unicosmk"
518 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
520 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
521 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
523 # GAS + IEEE_CONFORMANT
524 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
527 xm_file="alpha/xm-alpha-interix.h"
528 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
529 if test x$enable_threads = xyes ; then
532 if test x$stabs = xyes ; then
533 tm_file="${tm_file} dbxcoff.h"
535 #prefix='$$INTERIX_ROOT'/usr/contrib
536 #local_prefix='$$INTERIX_ROOT'/usr/contrib
538 alpha*-*-linux*ecoff*)
539 tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
540 target_cpu_default="MASK_GAS"
541 tmake_file="alpha/t-alpha alpha/t-ieee"
545 alpha*-*-linux*libc1*)
546 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
547 target_cpu_default="MASK_GAS"
548 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
549 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
551 if test x$enable_threads = xyes; then
556 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
557 target_cpu_default="MASK_GAS"
558 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
559 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
561 if test x$enable_threads = xyes; then
566 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
567 target_cpu_default="MASK_GAS"
568 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
569 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
572 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
573 target_cpu_default="MASK_GAS"
574 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
578 # default x-alpha is only appropriate for dec-osf.
579 target_cpu_default="MASK_GAS"
580 tmake_file="alpha/t-alpha alpha/t-ieee"
585 if test x$stabs = xyes
587 tm_file="${tm_file} dbx.h"
589 if test x$gas != xyes
591 extra_passes="mips-tfile mips-tdump"
594 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm"
595 extra_headers=va_list.h
598 tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
601 tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
604 tm_file="${tm_file} alpha/osf.h"
605 tmake_file="$tmake_file alpha/t-osf4"
606 # Some versions of OSF4 (specifically X4.0-9 296.7) have
607 # a broken tar, so we use cpio instead.
608 install_headers_dir=install-headers-cpio
611 tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
612 tmake_file="$tmake_file alpha/t-osf4"
617 *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
618 target_cpu_default=MASK_SUPPORT_ARCH
624 tm_file="${tm_file} dbx.h alpha/vxworks.h"
625 tmake_file="alpha/t-alpha alpha/t-ieee"
628 extra_passes="mips-tfile mips-tdump"
631 thread_file='vxworks'
635 tm_file="alpha/vms.h alpha/vms64.h"
636 xm_file="alpha/xm-vms.h alpha/xm-vms64.h"
637 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
638 xmake_file=alpha/x-vms
640 # This removes the cpu type and manufacturer components and
641 # replaces "." with "_" in the operating system version.
642 case $host in *-*-*vms*)
643 target_alias=`echo $host \
644 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
647 install_headers_dir=install-headers-cp
654 xm_file=alpha/xm-vms.h
655 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
656 xmake_file=alpha/x-vms
658 # This removes the cpu type and manufacturer components and
659 # replaces "." with "_" in the operating system version.
660 case $host in *-*-*vms*)
661 target_alias=`echo $host \
662 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
665 install_headers_dir=install-headers-cp
670 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
671 extra_parts="crtinit.o crtfini.o"
673 arm-*-coff* | armel-*-coff*)
674 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
675 tmake_file=arm/t-arm-coff
678 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
679 tmake_file=arm/t-arm-coff
680 thread_file='vxworks'
682 arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)
683 tm_file="arm/riscix1-1.h arm/arm.h"
686 arm-*-riscix*) # Acorn RISC machine
689 tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
691 tm_file="arm/riscix.h arm/arm.h"
693 tmake_file=arm/t-riscix
696 arm-semi-aout | armel-semi-aout)
697 tm_file="arm/semi.h arm/aout.h arm/arm.h"
698 tmake_file=arm/t-semi
700 arm-semi-aof | armel-semi-aof)
701 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
702 tmake_file=arm/t-semi
704 arm*-*-freebsd*|strongarm*-*-freebsd*)
705 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
706 tmake_file="${tmake_file} arm/t-strongarm-elf"
709 echo "GCC does not yet support the ${machine} target"; exit 1
712 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
713 tmake_file="t-netbsd arm/t-netbsd"
716 arm*-*-linux*) # ARM GNU/Linux with ELF
717 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h"
718 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
719 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
721 case x${enable_threads} in
722 x | xyes | xpthreads | xposix)
727 arm*-*-uclinux*) # ARM ucLinux
728 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h"
729 tmake_file=arm/t-arm-elf
732 tm_file="arm/aout.h arm/arm.h"
733 tmake_file=arm/t-arm-aout
736 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
737 tmake_file=arm/t-arm-elf
741 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h"
742 tmake_file="arm/t-arm-elf t-rtems"
743 if test x$enable_threads = xyes; then
748 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
749 tmake_file=arm/t-arm-elf
752 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
753 tmake_file=arm/t-arm-elf
756 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
757 tmake_file=arm/t-arm-elf
760 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
766 c1-convex-*) # Convex C1
770 c2-convex-*) # Convex C2
783 target_cpu_default=16
788 tmake_file="c4x/t-c4x t-rtems"
789 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
790 if test x$enable_threads = xyes; then
793 c_target_objs="c4x-c.o"
794 cxx_target_objs="c4x-c.o"
799 c_target_objs="c4x-c.o"
800 cxx_target_objs="c4x-c.o"
802 clipper-intergraph-clix*)
803 tm_file="${tm_file} svr3.h clipper/clix.h"
805 extra_parts="crtbegin.o crtend.o"
806 install_headers_dir=install-headers-cpio
809 tm_file="dbxelf.h ${tm_file} cris/aout.h"
811 tmake_file="cris/t-cris cris/t-aout"
813 cris-*-elf | cris-*-none)
814 tm_file="dbxelf.h elfos.h ${tm_file}"
815 tmake_file="cris/t-cris cris/t-elfmulti"
819 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
820 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
821 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
822 case x${enable_threads} in
823 x | xyes | xpthreads | xposix)
830 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
839 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
840 tmake_file=fr30/t-fr30
841 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
845 tmake_file="h8300/t-h8300 t-rtems"
846 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
847 if test x$enable_threads = xyes; then
853 tmake_file="h8300/t-h8300 h8300/t-elf"
854 tm_file="h8300/h8300.h h8300/elf.h"
860 hppa*64*-*-linux* | parisc*64*-*-linux*)
861 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
862 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
863 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
864 tmake_file=pa/t-linux64
867 hppa*-*-linux* | parisc*-*-linux*)
868 target_cpu_default="MASK_PA_11"
869 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
870 pa/pa32-regs.h pa/pa32-linux.h"
871 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
872 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
874 if test x$enable_threads = xyes; then
879 target_cpu_default="MASK_PA_11"
883 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
884 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
885 tmake_file="pa/t-bsd pa/t-pro"
886 xmake_file="pa/x-ada"
889 target_cpu_default="MASK_PA_11"
890 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
891 tmake_file="pa/t-bsd pa/t-pa"
892 xmake_file="pa/x-ada"
897 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
898 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h rtems.h"
899 tmake_file="pa/t-bsd pa/t-pro"
900 xmake_file="pa/x-ada"
903 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
904 tmake_file="pa/t-bsd pa/t-pa"
905 xmake_file="pa/x-ada"
909 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
910 target_cpu_default="MASK_PA_11"
911 tmake_file="pa/t-bsd pa/t-pa"
912 xmake_file="pa/x-ada"
916 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
917 tmake_file="pa/t-bsd pa/t-pa"
918 xmake_file="pa/x-ada"
922 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
924 tmake_file=pa/t-pa-hpux
925 install_headers_dir=install-headers-cpio
928 hppa1.0-*-hpux8.0[0-2]*)
929 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
931 tmake_file=pa/t-pa-hpux
932 if test x$gas != xyes
934 tm_file="pa/pa-oldas.h ${tm_file}"
936 install_headers_dir=install-headers-cpio
939 hppa1.1-*-hpux8.0[0-2]*)
940 target_cpu_default="MASK_PA_11"
941 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
943 tmake_file=pa/t-pa-hpux
944 if test x$gas != xyes
946 tm_file="pa/pa-oldas.h ${tm_file}"
948 install_headers_dir=install-headers-cpio
952 target_cpu_default="MASK_PA_11"
953 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
955 tmake_file=pa/t-pa-hpux
956 install_headers_dir=install-headers-cpio
960 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
962 tmake_file=pa/t-pa-hpux
963 install_headers_dir=install-headers-cpio
966 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
967 target_cpu_default="MASK_PA_11"
968 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
971 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
972 xmake_file="pa/x-ada"
973 if test x$enable_threads = x; then
974 enable_threads=$have_pthread_h
976 case x${enable_threads} in
978 tmake_file="${tmake_file} pa/t-dce-thr"
981 install_headers_dir=install-headers-cpio
985 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
988 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
989 xmake_file="pa/x-ada"
990 if test x$enable_threads = x; then
991 enable_threads=$have_pthread_h
993 case x${enable_threads} in
995 tmake_file="${tmake_file} pa/t-dce-thr"
998 install_headers_dir=install-headers-cpio
1003 tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
1005 tmake_file="pa/t-pa64 pa/t-pa-hpux"
1006 xmake_file="pa/x-ada"
1007 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
1009 # if [ x$enable_threads = x ]; then
1010 # enable_threads=$have_pthread_h
1012 # if [ x$enable_threads = xyes ]; then
1014 # tmake_file="${tmake_file} pa/t-dce-thr"
1016 install_headers_dir=install-headers-cpio
1019 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
1020 target_cpu_default="MASK_PA_11"
1021 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
1024 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
1025 xmake_file="pa/x-ada"
1026 # if test x$enable_threads = x; then
1027 # enable_threads=$have_pthread_h
1029 # if test x$enable_threads = xyes; then
1031 # tmake_file="${tmake_file} pa/t-dce-thr"
1033 install_headers_dir=install-headers-cpio
1037 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
1040 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
1041 xmake_file="pa/x-ada"
1042 # if test x$enable_threads = x; then
1043 # enable_threads=$have_pthread_h
1045 # if test x$enable_threads = xyes; then
1047 # tmake_file="${tmake_file} pa/t-dce-thr"
1049 install_headers_dir=install-headers-cpio
1052 hppa1.1-*-hpux* | hppa2*-*-hpux*)
1053 target_cpu_default="MASK_PA_11"
1054 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
1056 tmake_file=pa/t-pa-hpux
1057 install_headers_dir=install-headers-cpio
1061 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
1063 tmake_file=pa/t-pa-hpux
1064 install_headers_dir=install-headers-cpio
1067 hppa1.1-*-hiux* | hppa2*-*-hiux*)
1068 target_cpu_default="MASK_PA_11"
1069 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
1071 tmake_file=pa/t-pa-hpux
1072 install_headers_dir=install-headers-cpio
1076 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
1078 tmake_file=pa/t-pa-hpux
1079 install_headers_dir=install-headers-cpio
1083 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
1084 target_cpu_default="MASK_PA_11"
1085 tmake_file="pa/t-bsd pa/t-pa"
1086 xmake_file="pa/x-ada"
1090 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
1091 tmake_file=pa/t-mpeix
1092 echo "You must use gas. Assuming it is already installed."
1094 install_headers_dir=install-headers-tar
1097 i370-*-opened*) # IBM 360/370/390 Architecture
1098 xm_defines='POSIX FATAL_EXIT_CODE=12'
1100 tmake_file="i370/t-oe i370/t-i370"
1101 c_target_objs="i370-c.o"
1102 cxx_target_objs="i370-c.o"
1105 xm_defines='POSIX FATAL_EXIT_CODE=12'
1107 tmake_file="i370/t-i370"
1108 c_target_objs="i370-c.o"
1109 cxx_target_objs="i370-c.o"
1112 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
1113 tmake_file="t-slibgcc-elf-ver t-linux"
1114 # broken_install=yes
1115 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1116 # extra_parts="crtbegin.o crtend.o"
1120 if test x$enable_threads = xyes; then
1124 i[34567]86-*-chorusos*)
1126 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
1127 tmake_file="i386/t-i386elf t-svr4"
1128 case x${enable_threads} in
1129 xyes | xpthreads | xposix)
1136 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1137 tmake_file="i386/t-i386elf t-svr4"
1139 i[34567]86-ibm-aix*) # IBM PS/2 running AIX
1140 if test x$gas = xyes
1142 tm_file=i386/aix386.h
1143 extra_parts="crtbegin.o crtend.o"
1144 tmake_file=i386/t-crtstuff
1146 tm_file=i386/aix386ng.h
1151 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
1152 xm_defines="POSIX SMALL_ARG_MAX"
1153 if test x$stabs = xyes -a x$gas = xyes
1155 tm_file=i386/sysv4gdb.h
1157 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1159 extra_parts="crtbegin.o crtend.o"
1160 tmake_file=i386/t-crtpic
1163 tm_p_file="${tm_p_file} nextstep-protos.h"
1165 tmake_file=i386/t-next
1166 extra_objs=nextstep.o
1167 extra_parts="crtbegin.o crtend.o"
1168 if test x$enable_threads = xyes; then
1172 i[34567]86-*-netware) # Intel 80386's running netware
1173 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1174 tmake_file=i386/t-netware
1176 i[34567]86-sequent-bsd*) # 80386 from Sequent
1178 if test x$gas = xyes
1180 tm_file=i386/seq-gas.h
1182 tm_file=i386/sequent.h
1185 i[34567]86-sequent-ptx1*)
1187 tm_file=i386/seq-sysv3.h
1188 tmake_file=i386/t-crtstuff
1189 extra_parts="crtbegin.o crtend.o"
1190 install_headers_dir=install-headers-cpio
1192 i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
1194 tm_file=i386/seq2-sysv3.h
1195 tmake_file=i386/t-crtstuff
1196 extra_parts="crtbegin.o crtend.o"
1197 install_headers_dir=install-headers-cpio
1199 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1200 if test x$gas = xyes
1202 tm_file="${tm_file} usegas.h"
1204 xm_defines="POSIX SMALL_ARG_MAX"
1205 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1207 extra_parts="crtbegin.o crtend.o"
1208 install_headers_dir=install-headers-cpio
1210 i386-sun-sunos*) # Sun i386 roadrunner
1215 i[34567]86-wrs-vxworks*)
1216 tm_file=i386/vxi386.h
1217 thread_file='vxworks'
1220 tm_file=i386/i386-aout.h
1222 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1224 tmake_file='i386/t-beos i386/t-crtpic'
1225 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1226 extra_parts='crtbegin.o crtend.o'
1228 i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
1229 tm_file="i386/386bsd.h i386/bsd386.h"
1230 # tmake_file=t-libc-ok
1233 tm_file=i386/386bsd.h
1234 # tmake_file=t-libc-ok
1235 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
1238 i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
1239 tm_file=i386/freebsd-aout.h
1240 tmake_file=t-freebsd
1242 i[34567]86-*-freebsd*)
1243 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1246 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
1248 i[34567]86-*-netbsdelf*)
1249 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1252 i[34567]86-*-netbsd*)
1253 tm_file=i386/netbsd.h
1258 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h"
1261 i[34567]86-*-openbsd*)
1262 # needed to unconfuse gdb
1263 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1264 # we need collect2 until our bug is fixed...
1268 tm_file=i386/i386-coff.h
1270 i[34567]86-*-isc*) # 80386 running ISC system
1272 if test x$gas = xyes -a x$stabs = xyes
1274 tm_file=i386/iscdbx.h
1275 tmake_file=i386/t-svr3dbx
1276 extra_parts="svr3.ifile svr3z.ifile"
1278 tm_file=i386/isccoff.h
1279 tmake_file=i386/t-crtstuff
1280 extra_parts="crtbegin.o crtend.o"
1282 install_headers_dir=install-headers-cpio
1284 i[34567]86-*-linux*oldld*) # Intel 80386's running GNU/Linux
1285 # with a.out format using
1287 tmake_file="t-linux-aout i386/t-crtstuff"
1288 tm_file=i386/linux-oldld.h
1292 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1294 tmake_file="t-linux-aout i386/t-crtstuff"
1295 tm_file=i386/linux-aout.h
1299 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1300 # with ELF format using the
1301 # GNU/Linux C library 5
1302 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1303 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1304 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1307 if test x$enable_threads = xyes; then
1308 thread_file='single'
1311 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1312 # with ELF format using glibc 2
1313 # aka GNU/Linux C library 6
1314 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1315 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1316 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1319 if test x$enable_threads = xyes; then
1324 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1325 i386/x86-64.h i386/linux64.h"
1326 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
1327 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1330 if test x$enable_threads = xyes; then
1337 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1338 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1341 i[34567]86-pc-msdosdjgpp*)
1342 xm_file=i386/xm-djgpp.h
1343 tm_file=i386/djgpp.h
1344 tmake_file=i386/t-djgpp
1349 case $host in *pc-msdosdjgpp*)
1354 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1355 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1356 tmake_file=t-libc-ok
1360 i[34567]86-*-lynxos*)
1361 if test x$gas = xyes
1365 tm_file=i386/lynx-ng.h
1370 # tmake_file=t-libc-ok
1373 i[34567]86-*-osfrose*) # 386 using OSF/rose
1374 if test x$elf = xyes
1376 tm_file=i386/osfelf.h
1379 tm_file=i386/osfrose.h
1382 tmake_file=i386/t-osf
1383 extra_objs=halfpic.o
1385 i[34567]86-go32-rtems*)
1387 tm_file="i386/djgpp.h i386/djgpp-rtems.h rtems.h"
1389 if test x$enable_threads = xyes; then
1393 i[34567]86-*-rtemscoff*)
1395 tm_file="i386/i386-coff.h i386/rtems.h rtems.h"
1397 if test x$enable_threads = xyes; then
1401 i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
1403 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1404 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1405 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1406 if test x$enable_threads = xyes; then
1410 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1412 install_headers_dir=install-headers-cpio
1414 if test x$gas = xyes
1416 tm_file="usegas.h ${tm_file}"
1417 tmake_file=i386/t-sco5gas
1419 tmake_file=i386/t-sco5
1421 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1423 i[34567]86-*-solaris2*)
1424 xm_defines="POSIX SMALL_ARG_MAX"
1425 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
1426 if test x$gas = xyes; then
1427 tm_file="i386/sol2gas.h ${tm_file}"
1429 tmake_file="i386/t-sol2 t-svr4"
1430 if test x$gnu_ld = xyes; then
1431 tmake_file="$tmake_file t-slibgcc-elf-ver"
1433 tmake_file="$tmake_file t-slibgcc-sld"
1435 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1436 if test x${enable_threads} = x; then
1437 enable_threads=$have_pthread_h
1438 if test x${enable_threads} = x; then
1439 enable_threads=$have_thread_h
1442 if test x${enable_threads} = xyes; then
1443 if test x${have_pthread_h} = xyes; then
1446 thread_file='solaris'
1450 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1452 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1453 if test x$stabs = xyes
1455 tm_file="${tm_file} dbx.h"
1457 tmake_file="i386/t-crtpic t-svr4"
1458 extra_parts="crtbegin.o crtend.o"
1459 if test x$enable_threads = xyes; then
1463 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1464 xm_defines="POSIX SMALL_ARG_MAX"
1465 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1466 if test x$stabs = xyes
1468 tm_file="${tm_file} dbx.h"
1470 tmake_file="i386/t-crtpic t-svr4"
1471 extra_parts="crtbegin.o crtend.o"
1473 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1475 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
1476 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1477 extra_parts="crtbegin.o crtend.o"
1478 install_headers_dir=install-headers-cpio
1480 i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
1481 xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1482 if test x$stabs = xyes
1484 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
1486 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
1488 tmake_file=i386/t-osf1elf
1489 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1491 i[34567]86-*-sysv*) # Intel 80386's running system V
1493 if test x$gas = xyes
1495 if test x$stabs = xyes
1497 tm_file=i386/svr3dbx.h
1498 tmake_file=i386/t-svr3dbx
1499 extra_parts="svr3.ifile svr3z.rfile"
1501 tm_file=i386/svr3gas.h
1502 extra_parts="crtbegin.o crtend.o"
1503 tmake_file=i386/t-crtstuff
1506 tm_file=i386/sysv3.h
1507 extra_parts="crtbegin.o crtend.o"
1508 tmake_file=i386/t-crtstuff
1510 tmake_file="$tmake_file i386/t-crtpic"
1512 i386-*-vsta) # Intel 80386's running VSTa kernel
1513 xm_file=i386/xm-vsta.h
1518 xm_file=i386/xm-cygwin.h
1520 tmake_file=i386/t-cygwin
1521 tm_file=i386/win32.h
1523 if test x$enable_threads = xyes; then
1528 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1529 tm_file='i386/cygming.h i386/cygwin.h'
1532 xm_file=i386/xm-cygwin.h
1533 tmake_file='i386/t-cygming i386/t-cygwin'
1535 c_target_objs=cygwin2.o
1536 cxx_target_objs=cygwin2.o
1537 extra_parts="crtbegin.o crtend.o"
1538 target_cpu_default=TARGET_CPU_DEFAULT_pentium
1539 if test x$enable_threads = xyes; then
1544 i[34567]86-*-mingw32*)
1545 tm_file='i386/cygming.h i386/mingw32.h'
1548 xm_file=i386/xm-mingw32.h
1549 tmake_file="i386/t-cygming i386/t-mingw32"
1551 extra_parts="crtbegin.o crtend.o"
1552 target_cpu_default=TARGET_CPU_DEFAULT_pentium
1553 if test x$enable_threads = xyes; then
1559 tm_file="${tm_file} i386/crtdll.h"
1561 *mingw32msv* | *mingw32*)
1567 tmake_file="i386/t-cygwin i386/t-uwin"
1569 if test x$enable_threads = xyes; then
1574 i[34567]86-*-interix3*)
1575 tm_file="i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
1576 xm_file="i386/xm-i386-interix.h"
1578 tmake_file="t-interix i386/t-interix"
1579 extra_objs=interix.o
1580 xmake_file="x-interix"
1581 if test x$enable_threads = xyes ; then
1584 if test x$stabs = xyes ; then
1585 tm_file="${tm_file} dbxcoff.h"
1588 i[34567]86-*-interix*)
1589 tm_file="i386/i386-interix.h interix.h"
1590 xm_file="i386/xm-i386-interix.h"
1592 tmake_file="t-interix i386/t-interix"
1593 extra_objs=interix.o
1594 if test x$enable_threads = xyes ; then
1597 if test x$stabs = xyes ; then
1598 tm_file="${tm_file} dbxcoff.h"
1601 i[34567]86-dg-dgux*)
1603 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
1604 tmake_file=i386/t-dgux
1605 install_headers_dir=install-headers-cpio
1607 i860-alliant-*) # Alliant FX/2800
1608 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
1609 tmake_file=i860/t-fx2800
1610 extra_parts="crtbegin.o crtend.o"
1613 tm_file="${tm_file} i860/bsd.h"
1614 if test x$gas = xyes
1616 tm_file="${tm_file} i860/bsd-gas.h"
1621 tm_file="${tm_file} i860/mach.h"
1622 tmake_file=t-libc-ok
1624 i860-*-osf*) # Intel Paragon XP/S, OSF/1AD
1625 tm_file="${tm_file} svr3.h i860/paragon.h"
1629 tm_file="${tm_file} svr3.h i860/sysv3.h"
1631 extra_parts="crtbegin.o crtend.o"
1634 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
1637 extra_parts="crtbegin.o crtend.o"
1639 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1640 tm_file="${tm_file} i960/vx960.h"
1641 tmake_file=i960/t-vxworks960
1643 thread_file='vxworks'
1644 c_target_objs="i960-c.o"
1645 cxx_target_objs="i960-c.o"
1647 i960-wrs-vxworks5* | i960-wrs-vxworks)
1648 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1649 tmake_file=i960/t-vxworks960
1651 thread_file='vxworks'
1652 c_target_objs="i960-c.o"
1653 cxx_target_objs="i960-c.o"
1656 tm_file="${tm_file} i960/vx960.h"
1657 tmake_file=i960/t-vxworks960
1659 thread_file='vxworks'
1660 c_target_objs="i960-c.o"
1661 cxx_target_objs="i960-c.o"
1664 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1665 tmake_file=i960/t-960bare
1666 c_target_objs="i960-c.o"
1667 cxx_target_objs="i960-c.o"
1671 tmake_file="i960/t-960bare t-rtems"
1672 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1673 if test x$enable_threads = xyes; then
1676 c_target_objs="i960-c.o"
1677 cxx_target_objs="i960-c.o"
1679 i960-*-*) # Default i960 environment.
1681 tmake_file=i960/t-960bare
1682 c_target_objs="i960-c.o"
1683 cxx_target_objs="i960-c.o"
1686 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1687 tmake_file="ia64/t-ia64 ia64/t-aix"
1688 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1691 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1692 tmake_file="ia64/t-ia64"
1693 target_cpu_default="0"
1694 if test x$gas = xyes
1696 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1698 if test x$gnu_ld = xyes
1700 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1705 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1706 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1707 tmake_file="${tmake_file} ia64/t-ia64"
1711 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1712 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1713 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1714 if test x$enable_threads = xyes; then
1720 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1721 tmake_file="ia64/t-ia64 ia64/t-hpux"
1722 target_cpu_default="MASK_GNU_AS"
1723 if test x$enable_threads = xyes; then
1729 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1730 extra_parts="crtinit.o crtfini.o"
1732 # m68hc11 and m68hc12 share the same machine description.
1733 m68hc11-*-*|m6811-*-*)
1734 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1735 tm_p_file="m68hc11/m68hc11-protos.h"
1736 md_file="m68hc11/m68hc11.md"
1737 out_file="m68hc11/m68hc11.c"
1738 tmake_file="m68hc11/t-m68hc11-gas"
1740 m68hc12-*-*|m6812-*-*)
1741 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1742 tm_p_file="m68hc11/m68hc11-protos.h"
1743 md_file="m68hc11/m68hc11.md"
1744 out_file="m68hc11/m68hc11.c"
1745 tmake_file="m68hc11/t-m68hc11-gas"
1747 m68000-convergent-sysv*)
1752 m68000-hp-bsd*) # HP 9000/200 running BSD
1753 tm_file=m68k/hp2bsd.h
1756 m68000-hp-hpux*) # HP 9000 series 300
1758 if test x$gas = xyes
1760 tm_file=m68k/hp310g.h
1762 tm_file=m68k/hp310.h
1764 tmake_file=m68k/t-hp320
1765 install_headers_dir=install-headers-cpio
1773 tm_file=m68k/sun2o4.h
1778 if test x$gas = xyes
1786 m68k-apple-aux*) # Apple Macintosh running A/UX
1788 tmake_file=m68k/t-aux
1789 install_headers_dir=install-headers-cpio
1790 extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1792 if test "$gnu_ld" = yes
1794 tm_file="${tm_file} m68k/auxgld.h"
1796 tm_file="${tm_file} m68k/auxld.h"
1798 if test "$gas" = yes
1800 tm_file="${tm_file} m68k/auxgas.h"
1802 tm_file="${tm_file} m68k/auxas.h"
1804 tm_file="${tm_file} m68k/a-ux.h"
1808 tm_file=m68k/apollo68.h
1812 m68k-altos-sysv*) # Altos 3068
1813 if test x$gas = xyes
1815 tm_file=m68k/altos3068.h
1818 echo "The Altos is supported only with the GNU assembler" 1>&2
1822 m68k-bull-sysv*) # Bull DPX/2
1823 if test x$gas = xyes
1825 if test x$stabs = xyes
1827 tm_file=m68k/dpx2cdbx.h
1829 tm_file=m68k/dpx2g.h
1837 m68k-atari-sysv4*) # Atari variant of V.4.
1838 tm_file=m68k/atari.h
1841 extra_parts="crtbegin.o crtend.o"
1844 m68k-motorola-sysv*)
1845 tm_file=m68k/mot3300.h
1847 if test x$gas = xyes
1849 if test x$gnu_ld = xyes
1851 tmake_file=m68k/t-mot3300-gald
1853 tmake_file=m68k/t-mot3300-gas
1857 if test x$gnu_ld = xyes
1859 tmake_file=m68k/t-mot3300-gld
1861 tmake_file=m68k/t-mot3300
1865 gdb_needs_out_file_path=yes
1866 extra_parts="crt0.o mcrt0.o"
1869 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1870 tm_file=m68k/tower-as.h
1872 extra_parts="crtbegin.o crtend.o"
1875 tm_file=m68k/plexus.h
1888 m68k-cbm-sysv4*) # Commodore variant of V.4.
1892 extra_parts="crtbegin.o crtend.o"
1896 tm_file=m68k/ccur-GAS.h
1900 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1901 tm_file=m68k/hp3bsd44.h
1905 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1906 tm_file=m68k/hp3bsd.h
1911 if test x$with_fp = xno
1913 tm_file=m68k/isi-nfp.h
1920 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1922 if test x$gas = xyes
1924 xmake_file=m68k/x-hp320g
1925 tm_file=m68k/hp320g.h
1927 xmake_file=m68k/x-hp320
1928 tm_file=m68k/hpux7.h
1930 install_headers_dir=install-headers-cpio
1934 m68k-hp-hpux*) # HP 9000 series 300
1936 if test x$gas = xyes
1938 xmake_file=m68k/x-hp320g
1939 tm_file=m68k/hp320g.h
1941 xmake_file=m68k/x-hp320
1942 tm_file=m68k/hp320.h
1944 install_headers_dir=install-headers-cpio
1949 tm_file=m68k/sun3mach.h
1954 if test x$gas = xyes
1956 tm_file=m68k/news3gas.h
1958 tm_file=m68k/news3.h
1963 m68k-sony-bsd* | m68k-sony-newsos*)
1964 if test x$gas = xyes
1966 tm_file=m68k/newsgas.h
1973 m68k-next-nextstep2*)
1974 tm_p_file="${tm_p_file} nextstep-protos.h"
1975 tm_file=m68k/next21.h
1976 tmake_file=m68k/t-next
1977 xmake_file=m68k/x-next
1978 extra_objs=nextstep.o
1982 m68k-next-nextstep[34]*)
1983 tm_p_file="${tm_p_file} nextstep-protos.h"
1985 tmake_file=m68k/t-next
1986 xmake_file=m68k/x-next
1987 extra_objs=nextstep.o
1988 extra_parts="crtbegin.o crtend.o"
1990 if test x$enable_threads = xyes; then
1995 if test x$with_fp = xno
1997 tm_file=m68k/sun3n3.h
1999 tm_file=m68k/sun3o3.h
2004 m68k-sun-sunos*) # For SunOS 4 (the default).
2005 if test x$with_fp = xno
2007 tm_file=m68k/sun3n.h
2015 tm_file=m68k/vxm68k.h
2016 tmake_file=m68k/t-vxworks68
2017 thread_file='vxworks'
2021 tmake_file=m68k/t-m68kbare
2022 tm_file="m68k/m68k-aout.h libgloss.h"
2026 tmake_file=m68k/t-m68kbare
2027 tm_file="m68k/m68k-coff.h dbx.h"
2030 m68020-*-elf* | m68k-*-elf*)
2031 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
2033 tmake_file=m68k/t-m68kelf
2034 extra_parts="crtbegin.o crtend.o"
2037 if test x$gas = xyes
2041 tm_file=m68k/lynx-ng.h
2043 tmake_file=m68k/t-lynx
2046 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
2047 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
2050 target_cpu_default="0"
2053 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
2059 tm_file=m68k/netbsd.h
2065 # needed to unconfuse gdb
2066 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
2068 # we need collect2 until our bug is fixed...
2071 m68k-*-sysv3*) # Motorola m68k's running system V.3
2073 extra_parts="crtbegin.o crtend.o"
2076 m68k-*-sysv4*) # Motorola m68k's running system V.4
2077 tm_file=m68k/m68kv4.h
2080 extra_parts="crtbegin.o crtend.o"
2083 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
2085 tm_file=m68k/linux-aout.h
2086 tmake_file="t-linux-aout m68k/t-linux-aout"
2090 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
2091 # with ELF format using the
2092 # GNU/Linux C library 5
2093 tm_file=m68k/linux.h
2094 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
2095 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2099 m68k-*-linux*) # Motorola m68k's running GNU/Linux
2100 # with ELF format using glibc 2
2101 # aka the GNU/Linux C library 6.
2102 tm_file=m68k/linux.h
2103 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
2104 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2107 if test x$enable_threads = xyes; then
2112 tmake_file=m68k/t-m68kbare
2113 tm_file=m68k/m68k-psos.h
2118 tmake_file="m68k/t-m68kbare t-rtems"
2119 tm_file="m68k/m68k-coff.h m68k/rtems.h rtems.h"
2121 if test x$enable_threads = xyes; then
2125 m68k-*-rtemself*|m68k-*-rtems*)
2127 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
2128 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
2130 extra_parts="crtbegin.o crtend.o"
2131 if test x$enable_threads = xyes; then
2139 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
2140 tmake_file="m88k/t-dgux m88k/t-dguxbcs"
2143 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
2144 tmake_file=m88k/t-dgux
2147 extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
2148 if test x$gas = xyes
2150 tmake_file=m88k/t-dgux-gas
2153 m88k-dolphin-sysv3*)
2155 tm_file=m88k/dolph.h
2156 extra_parts="crtbegin.o crtend.o"
2157 tmake_file=m88k/t-dolph
2158 if test x$gas = xyes
2160 tmake_file=m88k/t-m88k-gas
2163 m88k-tektronix-sysv3)
2165 tm_file=m88k/tekXD88.h
2166 extra_parts="crtbegin.o crtend.o"
2167 tmake_file=m88k/t-tekXD88
2168 if test x$gas = xyes
2170 tmake_file=m88k/t-m88k-gas
2175 tm_file=m88k/m88k-aout.h
2179 tm_file=m88k/m88k-coff.h
2180 tmake_file=m88k/t-bug
2184 extra_parts="crtbegin.o crtend.o"
2185 if test x$gas = xyes
2187 tmake_file=m88k/t-luna-gas
2189 tmake_file=m88k/t-luna
2193 tmake_file="${tmake_file} m88k/t-luna-gas"
2194 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
2198 tm_file=m88k/sysv3.h
2199 extra_parts="crtbegin.o crtend.o"
2200 if test x$gas = xyes
2202 tmake_file=m88k/t-m88k-gas
2207 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
2208 extra_parts="crtbegin.o crtend.o"
2209 tmake_file=m88k/t-sysv4
2212 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
2213 tmake_file=mcore/t-mcore
2216 tm_file=mcore/mcore-pe.h
2217 tmake_file=mcore/t-mcore-pe
2219 mips-sgi-irix6*) # SGI System V.4., IRIX 6
2220 if test "x$gnu_ld" = xyes
2222 tm_file="mips/iris6.h mips/iris6gld.h"
2224 tm_file=mips/iris6.h
2226 tmake_file="mips/t-iris mips/t-iris6"
2228 # if test x$enable_threads = xyes; then
2229 # thread_file='irix'
2233 tm_file="mips/elf.h mips/vxworks.h"
2234 tmake_file=mips/t-ecoff
2237 extra_parts="crtbegin.o crtend.o"
2238 thread_file='vxworks'
2240 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
2241 tm_file="mips/iris6.h mips/cross64.h"
2243 xm_file=mips/xm-iris5.h
2244 tmake_file="mips/t-iris mips/t-cross64"
2245 # See comment in mips/iris[56].h files.
2247 # if test x$enable_threads = xyes; then
2248 # thread_file='irix'
2252 if test x$gas = xyes
2254 if test x$stabs = xyes
2256 tm_file=mips/iris5gdb.h
2258 tm_file="mips/sni-svr4.h mips/sni-gas.h"
2261 tm_file=mips/sni-svr4.h
2264 if test x$gnu_ld != xyes
2269 mips-sgi-irix5*) # SGI System V.4., IRIX 5
2270 if test x$gas = xyes
2272 tm_file="mips/iris5.h mips/iris5gas.h"
2273 if test x$stabs = xyes
2275 tm_file="${tm_file} dbx.h"
2278 tm_file=mips/iris5.h
2280 tmake_file=mips/t-iris
2282 xm_file=mips/xm-iris5.h
2283 # mips-tfile doesn't work yet
2284 # See comment in mips/iris5.h file.
2286 # if test x$enable_threads = xyes; then
2287 # thread_file='irix'
2290 mips-sgi-irix4loser*) # Mostly like a MIPS.
2291 tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2292 if test x$stabs = xyes; then
2293 tm_file="${tm_file} dbx.h"
2295 tmake_file=mips/t-iris
2297 if test x$gas = xyes
2300 extra_passes="mips-tfile mips-tdump"
2302 if test x$gnu_ld != xyes
2306 # if test x$enable_threads = xyes; then
2307 # thread_file='irix'
2310 mips-sgi-irix4*) # Mostly like a MIPS.
2311 tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2312 if test x$stabs = xyes; then
2313 tm_file="${tm_file} dbx.h"
2315 tmake_file=mips/t-iris
2317 if test x$gas = xyes
2320 extra_passes="mips-tfile mips-tdump"
2322 if test x$gnu_ld != xyes
2326 # if test x$enable_threads = xyes; then
2327 # thread_file='irix'
2330 mips-sgi-*) # Mostly like a MIPS.
2331 tm_file="mips/iris3.h ${tm_file}"
2332 if test x$stabs = xyes; then
2333 tm_file="${tm_file} dbx.h"
2336 if test x$gas = xyes
2339 extra_passes="mips-tfile mips-tdump"
2341 if test x$gnu_ld != xyes
2346 mips-dec-osfrose*) # Decstation running OSF/1 reference port with OSF/rose.
2347 tm_file="mips/osfrose.h ${tm_file}"
2348 extra_objs=halfpic.o
2351 mips-dec-osf*) # Decstation running OSF/1 as shipped by DIGITAL
2352 tm_file=mips/dec-osf1.h
2353 if test x$stabs = xyes; then
2354 tm_file="${tm_file} dbx.h"
2356 if test x$gas = xyes
2359 tmake_file=mips/t-ultrix
2360 extra_passes="mips-tfile mips-tdump"
2362 if test x$gnu_ld != xyes
2367 mips-dec-bsd*) # Decstation running 4.4 BSD
2368 tm_file=mips/dec-bsd.h
2369 if test x$gas = xyes
2372 tmake_file=mips/t-ultrix
2373 extra_passes="mips-tfile mips-tdump"
2375 if test x$gnu_ld != xyes
2380 mips*-*-netbsd*) # NetBSD/mips, either endian.
2381 tm_file="elfos.h mips/netbsd.h"
2384 tm_file="mips/little.h $tm_file"
2387 tmake_file="${tmake_file} mips/t-netbsd"
2389 mips*-*-linux*) # Linux MIPS, either endian.
2390 tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
2393 tm_file="$tm_file mips/isa32-linux.h"
2394 target_cpu_default="MASK_SOFT_FLOAT"
2399 tm_file="mips/little.h $tm_file"
2402 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
2403 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
2406 if test x$enable_threads = xyes; then
2410 mips*el-*-openbsd*) # mips little endian
2411 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2413 mips*-*-openbsd*) # mips big endian
2414 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2415 tm_file="mips/openbsd-be.h ${tm_file}"
2417 mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
2418 tm_file="mips/news4.h ${tm_file}"
2419 if test x$stabs = xyes; then
2420 tm_file="${tm_file} dbx.h"
2422 if test x$gas = xyes
2425 extra_passes="mips-tfile mips-tdump"
2427 if test x$gnu_ld != xyes
2432 mips-sony-sysv*) # Sony NEWS 3800 with NEWSOS5.0.
2433 # That is based on svr4.
2434 # t-svr4 is not right because this system doesn't use ELF.
2435 tm_file="mips/news5.h ${tm_file}"
2436 if test x$stabs = xyes; then
2437 tm_file="${tm_file} dbx.h"
2440 if test x$gas = xyes
2443 extra_passes="mips-tfile mips-tdump"
2445 if test x$gnu_ld != xyes
2450 mips-tandem-sysv4*) # Tandem S2 running NonStop UX
2451 tm_file="mips/svr4-5.h mips/svr4-t.h"
2452 if test x$stabs = xyes; then
2453 tm_file="${tm_file} dbx.h"
2456 if test x$gas = xyes
2458 extra_parts="crtbegin.o crtend.o"
2460 extra_passes="mips-tfile mips-tdump"
2462 if test x$gnu_ld != xyes
2467 mips-*-ultrix* | mips-dec-mach3) # Decstation.
2468 tm_file="mips/ultrix.h ${tm_file}"
2469 if test x$stabs = xyes; then
2470 tm_file="${tm_file} dbx.h"
2472 if test x$gas = xyes
2475 tmake_file=mips/t-ultrix
2476 extra_passes="mips-tfile mips-tdump"
2478 if test x$gnu_ld != xyes
2483 mips-*-riscos[56789]bsd*)
2484 tm_file=mips/bsd-5.h # MIPS BSD 4.3, RISC-OS 5.0
2485 if test x$stabs = xyes; then
2486 tm_file="${tm_file} dbx.h"
2488 if test x$gas = xyes
2490 tmake_file=mips/t-bsd-gas
2492 tmake_file=mips/t-bsd
2493 extra_passes="mips-tfile mips-tdump"
2495 if test x$gnu_ld != xyes
2500 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2501 tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2502 if test x$stabs = xyes; then
2503 tm_file="${tm_file} dbx.h"
2505 if test x$gas = xyes
2507 tmake_file=mips/t-bsd-gas
2509 tmake_file=mips/t-bsd
2510 extra_passes="mips-tfile mips-tdump"
2512 if test x$gnu_ld != xyes
2517 mips-*-riscos[56789]sysv4*)
2518 tm_file=mips/svr4-5.h # MIPS System V.4., RISC-OS 5.0
2519 if test x$stabs = xyes; then
2520 tm_file="${tm_file} dbx.h"
2522 if test x$gas = xyes
2524 tmake_file=mips/t-svr4-gas
2526 tmake_file=mips/t-svr4
2527 extra_passes="mips-tfile mips-tdump"
2529 if test x$gnu_ld != xyes
2534 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2535 tm_file="mips/svr4-4.h ${tm_file}"
2536 if test x$stabs = xyes; then
2537 tm_file="${tm_file} dbx.h"
2540 if test x$gas = xyes
2542 tmake_file=mips/t-svr4-gas
2544 tmake_file=mips/t-svr4
2545 extra_passes="mips-tfile mips-tdump"
2547 if test x$gnu_ld != xyes
2552 mips-*-riscos[56789]sysv*)
2553 tm_file=mips/svr3-5.h # MIPS System V.3, RISC-OS 5.0
2554 if test x$stabs = xyes; then
2555 tm_file="${tm_file} dbx.h"
2558 if test x$gas = xyes
2560 tmake_file=mips/t-svr3-gas
2562 tmake_file=mips/t-svr3
2563 extra_passes="mips-tfile mips-tdump"
2565 if test x$gnu_ld != xyes
2570 mips-*-sysv* | mips-*-riscos*sysv*)
2571 tm_file="mips/svr3-4.h ${tm_file}"
2572 if test x$stabs = xyes; then
2573 tm_file="${tm_file} dbx.h"
2576 if test x$gas = xyes
2578 tmake_file=mips/t-svr3-gas
2580 tmake_file=mips/t-svr3
2581 extra_passes="mips-tfile mips-tdump"
2583 if test x$gnu_ld != xyes
2588 mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0.
2589 tm_file=mips/mips-5.h
2590 if test x$stabs = xyes; then
2591 tm_file="${tm_file} dbx.h"
2593 if test x$gas = xyes
2596 extra_passes="mips-tfile mips-tdump"
2598 if test x$gnu_ld != xyes
2604 tm_file=mips/ecoffl.h
2605 if test x$stabs = xyes; then
2606 tm_file="${tm_file} dbx.h"
2608 tmake_file=mips/t-ecoff
2611 tm_file="gofast.h mips/ecoff.h"
2612 if test x$stabs = xyes; then
2613 tm_file="${tm_file} dbx.h"
2615 tmake_file=mips/t-ecoff
2618 tm_file="mips/isa3264.h mips/abi64.h"
2619 tmake_file=mips/t-isa3264
2620 target_cpu_default="MASK_SOFT_FLOAT"
2623 tm_file="mips/elfl.h"
2624 tmake_file=mips/t-elf
2627 tm_file="mips/elf.h"
2628 tmake_file=mips/t-elf
2631 tm_file="mips/elfl64.h"
2632 tmake_file=mips/t-elf
2634 mips64orionel-*-elf*)
2635 tm_file="mips/elforion.h mips/elfl64.h"
2636 tmake_file=mips/t-elf
2639 tm_file="mips/elf64.h"
2640 tmake_file=mips/t-elf
2643 tm_file="mips/elforion.h mips/elf64.h"
2644 tmake_file=mips/t-elf
2646 mips64orion-*-rtems*)
2648 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
2649 tmake_file="mips/t-elf t-rtems"
2650 if test x$enable_threads = xyes; then
2656 tm_file="mips/elf.h mips/rtems.h rtems.h"
2657 tmake_file="mips/t-elf t-rtems"
2658 if test x$enable_threads = xyes; then
2663 tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2664 tmake_file=mips/t-r3900
2665 target_cpu_default="MASK_SOFT_FLOAT"
2668 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2669 tmake_file=mips/t-r3900
2671 mips-*-*) # Default MIPS RISC-OS 4.0.
2672 if test x$stabs = xyes; then
2673 tm_file="${tm_file} dbx.h"
2675 if test x$gas = xyes
2678 extra_passes="mips-tfile mips-tdump"
2680 if test x$gnu_ld != xyes
2685 mmix-knuth-mmixware)
2689 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2690 if test x$stabs = xyes
2692 tm_file="${tm_file} dbx.h"
2697 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2698 if test x$stabs = xyes
2700 tm_file="${tm_file} dbx.h"
2705 tm_file=ns32k/encore.h
2709 tm_file=ns32k/sequent.h
2713 tm_file=ns32k/tek6100.h
2717 tm_file=ns32k/tek6200.h
2721 tm_file=ns32k/merlin.h
2725 tm_file=ns32k/pc532-mach.h
2729 tm_file=ns32k/pc532-min.h
2730 xm_defines='POSIX HZ=60'
2734 echo "GCC does not yet support the ${machine} target"; exit 1
2737 tm_file=ns32k/netbsd.h
2738 # On NetBSD, the headers are already okay, except for math.h.
2743 tm_file="${tm_file} pdp11/2bsd.h"
2753 tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
2758 tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
2771 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2775 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2776 out_file=rs6000/rs6000.c
2777 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64"
2780 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h"
2781 out_file=rs6000/rs6000.c
2782 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2785 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
2787 tmake_file=rs6000/t-beos
2791 tm_file="${tm_file} darwin.h rs6000/darwin.h"
2792 tm_p_file="${tm_p_file} darwin-protos.h"
2793 tmake_file=rs6000/t-darwin
2794 extra_objs="darwin.o"
2795 c_target_objs="darwin-c.o"
2796 cxx_target_objs="darwin-c.o"
2797 # Darwin linker does collect2 functionality
2799 extra_headers=altivec.h
2801 powerpc*-*-freebsd*)
2802 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2803 xm_file=rs6000/xm-sysv4.h
2804 out_file=rs6000/rs6000.c
2805 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2808 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2810 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2813 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2814 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2816 powerpc-*-chorusos*)
2818 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2819 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2820 case x${enable_threads} in
2821 xyes | xpthreads | xposix)
2828 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2829 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2831 powerpc-*-eabisimaltivec*)
2833 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
2834 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2838 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2839 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2843 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2844 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2846 powerpc-*-eabialtivec*)
2848 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2849 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2853 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2854 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2858 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2859 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2860 if test x$enable_threads = xyes; then
2864 powerpc-*-linux*libc1)
2865 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2866 out_file=rs6000/rs6000.c
2867 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2868 if test x$enable_threads = xyes; then
2872 powerpc-*-linux-gnualtivec*)
2873 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2874 out_file=rs6000/rs6000.c
2875 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2876 if test x$enable_threads = xyes; then
2881 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2882 out_file=rs6000/rs6000.c
2883 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2884 if test x$enable_threads = xyes; then
2888 powerpc-*-gnu-gnualtivec*)
2889 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h rs6000/gnu.h"
2890 out_file=rs6000/rs6000.c
2891 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2892 if test x$enable_threads = xyes; then
2897 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h"
2898 out_file=rs6000/rs6000.c
2899 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2900 if test x$enable_threads = xyes; then
2904 powerpc-wrs-vxworks*)
2906 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2907 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2908 thread_file='vxworks'
2910 powerpcle-wrs-vxworks*)
2912 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2913 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2914 thread_file='vxworks'
2917 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2919 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2923 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2924 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2926 powerpcle-*-eabisim*)
2928 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
2929 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2933 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2934 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2936 rs6000-ibm-aix3.[01]*)
2938 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2942 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2944 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2945 tmake_file=rs6000/t-newas
2950 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2952 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2953 tmake_file=rs6000/t-newas
2958 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2960 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2961 tmake_file=rs6000/t-aix43
2967 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2969 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2970 tmake_file=rs6000/t-aix43
2978 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2984 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2989 tm_file="${tm_file} rs6000/mach.h"
2994 tm_file="lynx.h rs6000/lynx.h"
2995 tmake_file=rs6000/t-rs6000
2999 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
3000 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
3001 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
3002 if test x$enable_threads = xyes; then
3007 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
3008 tm_p_file=s390/s390-protos.h
3009 md_file=s390/s390.md
3010 out_file=s390/s390.c
3011 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
3012 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
3013 if test x$enable_threads = xyes; then
3018 tmake_file="sh/t-sh sh/t-elf"
3019 tm_file="${tm_file} sh/elf.h"
3023 tmake_file="sh/t-sh sh/t-elf sh/t-sh64"
3024 tm_file="${tm_file} sh/sh.h sh/elf.h sh/sh64.h"
3026 extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h"
3027 # Not strictly necessary to check this, but a good idea anyway.
3028 if test $machine = $target; then
3029 target_requires_64bit_host_wide_int=yes
3034 tmake_file="sh/t-sh sh/t-elf t-rtems"
3035 tm_file="${tm_file} sh/elf.h sh/rtemself.h rtems.h"
3037 if test x$enable_threads = xyes; then
3043 tmake_file="sh/t-sh t-rtems"
3044 tm_file="${tm_file} sh/rtems.h rtems.h"
3046 if test x$enable_threads = xyes; then
3051 tm_file="${tm_file} sh/elf.h sh/linux.h"
3052 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
3054 if test x$enable_threads = xyes; then
3063 tm_file="${tm_file} sparc/pbd.h"
3066 sparc64-wrs-vxworks*)
3067 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
3068 tmake_file="sparc/t-vxsparc64 sparc/t-crtfm"
3071 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
3072 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
3073 tmake_file=sparc/t-vxsparc
3075 thread_file='vxworks'
3078 tmake_file=sparc/t-sparcbare
3079 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
3082 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
3085 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
3090 tm_file="sparc/sparc.h ${tm_file}"
3091 # needed to unconfuse gdb
3092 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
3093 # we need collect2 until our bug is fixed...
3097 tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
3098 xm_file=sparc/xm-sp64.h
3104 tm_file="${tm_file} sparc/bsd.h"
3107 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
3108 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
3109 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3111 case x${enable_threads} in
3112 xyes | xpthreads | xposix)
3118 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
3119 tmake_file="sparc/t-elf sparc/t-crtfm"
3120 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3124 sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
3125 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
3128 sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
3129 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3130 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
3131 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3135 sparc-*-linux*) # Sparc's running GNU/Linux, libc6
3136 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3137 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
3138 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3140 if test x$enable_threads = xyes; then
3146 if test x$gas = xyes
3148 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
3150 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
3152 tmake_file=sparc/t-sunos41
3156 tmake_file="sparc/t-sparcbare t-rtems"
3157 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
3158 if test x$enable_threads = xyes; then
3162 sparc-*-rtems*|sparc-*-rtemself*)
3164 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
3165 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
3166 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3169 if test x$enable_threads = xyes; then
3173 sparc64-*-solaris2* | sparcv9-*-solaris2*)
3174 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
3175 if test x$gnu_ld = xyes; then
3176 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
3178 if test x$gas = xyes; then
3179 tm_file="${tm_file} sparc/sol2-gas-bi.h"
3182 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
3183 if test x$gnu_ld = xyes; then
3184 tmake_file="$tmake_file t-slibgcc-elf-ver"
3186 tmake_file="$tmake_file t-slibgcc-sld"
3188 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
3190 if test x${enable_threads} = x ; then
3191 enable_threads=$have_pthread_h
3192 if test x${enable_threads} = x ; then
3193 enable_threads=$have_thread_h
3196 if test x${enable_threads} = xyes ; then
3197 if test x${have_pthread_h} = xyes ; then
3200 thread_file='solaris'
3204 sparc-hal-solaris2*)
3206 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
3207 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
3208 if test x$gnu_ld = xyes; then
3209 tm_file="${tm_file} sparc/sol2-gld.h"
3210 tmake_file="$tmake_file t-slibgcc-elf-ver"
3212 tmake_file="$tmake_file t-slibgcc-sld"
3214 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3216 thread_file='solaris'
3219 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
3220 if test x$gnu_ld = xyes; then
3221 tm_file="${tm_file} sparc/sol2-gld.h"
3223 tmake_file="sparc/t-sol2 sparc/t-crtfm"
3224 if test x$gnu_ld = xyes; then
3225 tmake_file="$tmake_file t-slibgcc-elf-ver"
3227 tmake_file="$tmake_file t-slibgcc-sld"
3231 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
3232 if test x$gnu_ld = xyes; then
3233 tm_file="${tm_file} sparc/sol2-gld-bi.h"
3235 if test x$gas = xyes; then
3236 tm_file="${tm_file} sparc/sol2-gas-bi.h"
3238 tmake_file="$tmake_file sparc/t-sol2-64"
3242 *-*-solaris2.[0-7] | *-*-solaris2.[0-7].*)
3243 if test x$gnu_ld = xno; then
3244 tm_file="${tm_file} sparc/sol27-sld.h"
3249 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
3251 if test x${enable_threads} = x; then
3252 enable_threads=$have_pthread_h
3253 if test x${enable_threads} = x; then
3254 enable_threads=$have_thread_h
3257 if test x${enable_threads} = xyes; then
3258 if test x${have_pthread_h} = xyes; then
3261 thread_file='solaris'
3266 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3270 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3271 tmake_file=sparc/t-sunos41
3273 if test x$gas = xyes; then
3274 tm_file="${tm_file} sparc/sun4gas.h"
3278 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
3282 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
3285 extra_parts="crtbegin.o crtend.o"
3289 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
3290 tmake_file=sparc/t-vxsparc
3293 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
3294 tmake_file=sparc/t-splet
3297 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
3298 tmake_file=sparc/t-sparclite
3301 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
3302 tmake_file=sparc/t-sparclite
3305 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
3306 tmake_file="sparc/t-sparclite sparc/t-crtfm"
3307 extra_parts="crtbegin.o crtend.o"
3310 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
3311 tmake_file=sparc/t-sp86x
3314 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
3315 tmake_file="sparc/t-sp86x sparc/t-crtfm"
3316 extra_parts="crtbegin.o crtend.o"
3319 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
3322 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
3323 tmake_file="${tmake_file} sparc/t-crtfm"
3324 extra_parts="crtbegin.o crtend.o"
3326 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3327 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
3328 tmake_file="${tmake_file} sparc/t-crtfm"
3330 case "x$with_cpu" in
3332 x) with_cpu=ultrasparc ;;
3333 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3336 sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
3337 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
3338 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
3339 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3341 if test x$enable_threads = xyes; then
3347 tmake_file="${tmake_file} sparc/t-netbsd64"
3348 tm_file="sparc/biarch64.h ${tm_file}"
3349 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
3353 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3354 tmake_file=arm/t-strongarm-elf
3359 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
3360 tmake_file=arm/t-strongarm-coff
3365 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
3366 tmake_file=arm/t-strongarm-pe
3372 { echo "config.gcc: error:
3373 *** The Thumb targets have been deprecated. The equivalent
3374 *** ARM based toolchain can now generate Thumb instructions
3375 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3379 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
3380 tmake_file="v850/t-v850 t-rtems"
3381 if test x$stabs = xyes
3383 tm_file="${tm_file} dbx.h"
3386 c_target_objs="v850-c.o"
3387 cxx_target_objs="v850-c.o"
3390 target_cpu_default="TARGET_CPU_generic"
3391 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3392 tmake_file=v850/t-v850
3393 if test x$stabs = xyes
3395 tm_file="${tm_file} dbx.h"
3398 c_target_objs="v850-c.o"
3399 cxx_target_objs="v850-c.o"
3401 vax-*-bsd*) # VAXen running BSD
3405 vax-*-sysv*) # VAXen running system V
3406 tm_file="${tm_file} vax/vaxv.h"
3411 echo "GCC does not yet support the ${machine} target"; exit 1
3414 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
3420 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3424 vax-*-ultrix*) # VAXen running ultrix
3425 tm_file="${tm_file} vax/ultrix.h"
3428 vax-*-vms*) # VAXen running VMS
3429 xm_file=vax/xm-vms.h
3433 vax-*-*) # VAX default entry
3441 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3442 tmake_file=arm/t-xscale-elf
3447 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
3448 tmake_file=arm/t-xscale-coff
3453 # For historical reasons, the target files omit the 'x'.
3454 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
3455 tm_p_file=stormy16/stormy16-protos.h
3456 md_file=stormy16/stormy16.md
3457 out_file=stormy16/stormy16.c
3458 tmake_file="stormy16/t-stormy16"
3459 extra_parts="crtbegin.o crtend.o"
3462 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
3464 tmake_file=xtensa/t-xtensa
3465 extra_parts="crtbegin.o crtend.o"
3466 fixincludes=Makefile.in # newlib headers should be OK
3469 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
3470 tmake_file="t-linux xtensa/t-xtensa"
3471 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3473 if test x$enable_threads = xyes; then
3478 echo "Configuration $machine not supported" 1>&2
3485 install_headers_dir=install-headers-cpio
3489 # Distinguish i[34567]86
3490 # Also, do not run mips-tfile on MIPS if using gas.
3491 # Process --with-cpu= for PowerPC/rs6000
3492 target_cpu_default2=
3495 target_cpu_default2=TARGET_CPU_DEFAULT_i486
3498 case $target_alias in
3500 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
3503 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
3506 target_cpu_default2=TARGET_CPU_DEFAULT_k6
3509 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
3512 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
3516 i686-*-* | i786-*-*)
3517 case $target_alias in
3518 athlon_xp-*|athlon_mp-*|athlon_4-*)
3519 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3521 athlon_tbird-*|athlon-*)
3522 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
3525 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
3528 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
3531 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
3534 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
3539 # We should have hammer chip here, but it does not exist yet and
3540 # thus it is not supported. Athlon_SSE is probably equivalent feature
3541 # wise to hammer from our point of view except for 64bit mode.
3542 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3547 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3550 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3553 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3556 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3559 target_cpu_default2="MASK_CPU_EV5"
3563 if test x$gas = xyes
3565 if test "$target_cpu_default2" = ""
3567 target_cpu_default2="MASK_GAS"
3569 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3574 case "x$with_cpu" in
3577 target_cpu_default2="TARGET_CPU_generic"
3580 # Distinguish cores, and major variants
3581 # arm7m doesn't exist, but D & I don't affect code
3582 xarm[236789] | xarm250 | xarm[67][01]0 \
3583 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3584 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3586 | xstrongarm | xstrongarm110 | xstrongarm1100)
3587 target_cpu_default2="TARGET_CPU_$with_cpu"
3591 echo "--with-cpu must be passed a value" 1>&2
3596 if test x$pass2done = xyes
3598 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3605 hppa*-*-* | parisc*-*-*)
3606 if test x$gas = xyes
3608 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3612 mips*-*-ecoff* | mips*-*-elf*)
3613 if test x$gas = xyes
3615 if test x$gnu_ld = xyes
3617 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3619 target_cpu_default2="MASK_GAS"
3624 if test x$gas = xyes
3626 target_cpu_default2="MASK_GAS"
3629 powerpc*-*-* | rs6000-*-*)
3630 if test x$enable_altivec = xyes
3632 tm_file="$tm_file rs6000/altivec-defs.h"
3634 case "x$with_cpu" in
3638 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
3639 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
3640 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
3641 | x740 | x750 | x7400 | x7450 | x505)
3642 target_cpu_default2="\\\"$with_cpu\\\""
3645 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
3646 target_cpu_default2="\\\"$with_cpu\\\""
3647 tm_file="$tm_file rs6000/softfloat.h"
3651 echo "--with-cpu must be passed a value" 1>&2
3656 if test x$pass2done = xyes
3658 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3665 case ".$with_cpu" in
3667 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3669 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3670 target_cpu_default2="TARGET_CPU_$with_cpu"
3673 if test x$pass2done = xyes
3675 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3683 if test "$target_cpu_default2" != ""
3685 if test "$target_cpu_default" != ""
3687 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3689 target_cpu_default=$target_cpu_default2
3693 # Save data on machine being used to compile GCC in build_xm_file.
3694 # Save data on host machine in vars host_xm_file and host_xmake_file.
3695 if test x$pass1done = x
3697 if test x$xm_file != x
3698 then build_xm_file=$xm_file
3700 build_xm_defines=$xm_defines
3701 build_install_headers_dir=$install_headers_dir
3702 build_exeext=$exeext
3705 if test x$pass2done = x
3707 if test x$xm_file != x
3708 then host_xm_file=$xm_file
3710 host_xm_defines=$xm_defines
3711 host_xmake_file="$xmake_file"
3712 host_truncate_target=$truncate_target
3713 host_extra_gcc_objs=$extra_gcc_objs
3714 host_extra_objs=$extra_host_objs