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 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
211 # updated in each machine entry. Also set default extra_headers for some
214 cpu_type=`echo $machine | sed 's/-.*$//'`
230 extra_headers=proto.h
234 extra_headers="mmintrin.h xmmintrin.h"
238 extra_headers="mmintrin.h xmmintrin.h"
241 extra_headers=ia64intrin.h
243 hppa*-*-* | parisc*-*-*)
248 extra_headers=math-68881.h
251 extra_headers=math-68881.h
261 extra_headers="ppc-asm.h altivec.h"
271 tm_file=${cpu_type}/${cpu_type}.h
272 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
274 tm_p_file=${cpu_type}/${cpu_type}-protos.h
279 tm_file="i386/biarch64.h ${tm_file}"
283 # On a.out targets, we need to use collect2.
290 # Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
296 # On the Hurd, the setup is just about the same on
297 # each different CPU. The specific machines that we
298 # support are matched above and just set $cpu_type.
300 tm_file="${cpu_type}/gnu.h"
301 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
302 # GNU always uses ELF.
304 # GNU tools are the only tools.
307 # These details are the same as for Linux.
308 # But here we need a little extra magic.
309 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
312 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}"
317 tm_file=${cpu_type}/openbsd.h
318 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
320 if test x$enable_threads = xyes; then
322 tmake_file="${tmake_file} t-openbsd-thread"
326 tmake_file="t-libc-ok t-netbsd"
331 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
332 # This is the place-holder for the generic a.out configuration
333 # of FreeBSD. No actual configuration resides here since
334 # there was only ever a bare-bones ix86 configuration for
335 # a.out and it exists solely in the machine-specific section.
336 # This place-holder must exist to avoid dropping into
337 # the generic ELF configuration of FreeBSD (i.e. it must be
338 # ordered before that section).
341 # This is the generic ELF configuration of FreeBSD. Later
342 # machine-specific sections may refine and add to this
345 # Due to tm_file entry ordering issues that vary between cpu
346 # architectures, we only define fbsd_tm_file to allow the
347 # machine-specific section to dictate the final order of all
348 # entries of tm_file with the minor exception that components
349 # of the tm_file set here will always be of the form:
351 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
353 # The machine-specific section should not tamper with this
354 # ordering but may order all other entries of tm_file as it
355 # pleases around the provided core setting.
358 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
360 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
361 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
362 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
363 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
364 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
369 case x${enable_threads} in
370 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
371 x | xyes | xpthreads | xposix)
373 tmake_file="${tmake_file} t-freebsd-thread"
375 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
377 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
382 # Support site-specific machine types.
384 rest=`echo $machine | sed -e "s/$cpu_type-//"`
385 tm_file=${cpu_type}/$rest.h
386 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
387 then xm_file=${cpu_type}/xm-$rest.h
389 if test -f $srcdir/config/${cpu_type}/x-$rest
390 then xmake_file=${cpu_type}/x-$rest
392 if test -f $srcdir/config/${cpu_type}/t-$rest
393 then tmake_file=${cpu_type}/t-$rest
397 # 1750a is only supported as a target.
398 case "$build,$host" in 1750a*,* | *,1750a* )
399 echo "*** $machine is only supported as a target" >&2
403 a29k-*-bsd* | a29k-*-sym1*)
404 tm_file="${tm_file} a29k/unix.h"
408 a29k-*-udi | a29k-*-coff)
409 tm_file="${tm_file} dbxcoff.h"
410 tmake_file=a29k/t-a29kbare
414 tm_file="a29k/a29k.h a29k/rtems.h rtems.h"
415 tmake_file="a29k/t-a29kbare t-rtems"
416 if test x$enable_threads = xyes; then
421 tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
422 tmake_file=a29k/t-vx29k
423 extra_parts="crtbegin.o crtend.o"
424 thread_file='vxworks'
426 a29k-*-*) # Default a29k environment.
431 tm_file="${tm_file} alpha/unicosmk.h"
433 # Don't include t-ieee for now because we don't support that yet
434 # tmake_file="alpha/t-ieee"
435 tmake_file="alpha/t-unicosmk"
438 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
440 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
441 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
443 # GAS + IEEE_CONFORMANT
444 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
447 xm_file="alpha/xm-alpha-interix.h"
448 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
449 if test x$enable_threads = xyes ; then
452 if test x$stabs = xyes ; then
453 tm_file="${tm_file} dbxcoff.h"
455 #prefix='$$INTERIX_ROOT'/usr/contrib
456 #local_prefix='$$INTERIX_ROOT'/usr/contrib
458 alpha*-*-linux*ecoff*)
459 tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
460 target_cpu_default="MASK_GAS"
461 tmake_file="alpha/t-alpha alpha/t-ieee"
465 alpha*-*-linux*libc1*)
466 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
467 target_cpu_default="MASK_GAS"
468 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
469 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
471 if test x$enable_threads = xyes; then
476 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
477 target_cpu_default="MASK_GAS"
478 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
479 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
481 if test x$enable_threads = xyes; then
486 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
487 target_cpu_default="MASK_GAS"
488 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
489 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
492 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
493 target_cpu_default="MASK_GAS"
494 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
495 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
499 # default x-alpha is only appropriate for dec-osf.
500 target_cpu_default="MASK_GAS"
501 tmake_file="alpha/t-alpha alpha/t-ieee"
506 if test x$stabs = xyes
508 tm_file="${tm_file} dbx.h"
510 if test x$gas != xyes
512 extra_passes="mips-tfile mips-tdump"
515 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm"
516 extra_headers=va_list.h
519 tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
522 tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
525 tm_file="${tm_file} alpha/osf.h"
526 tmake_file="$tmake_file alpha/t-osf4"
527 # Some versions of OSF4 (specifically X4.0-9 296.7) have
528 # a broken tar, so we use cpio instead.
529 install_headers_dir=install-headers-cpio
532 tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
533 tmake_file="$tmake_file alpha/t-osf4"
538 *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
539 target_cpu_default=MASK_SUPPORT_ARCH
545 tm_file="${tm_file} dbx.h alpha/vxworks.h"
546 tmake_file="alpha/t-alpha alpha/t-ieee"
549 extra_passes="mips-tfile mips-tdump"
552 thread_file='vxworks'
556 tm_file="alpha/vms.h alpha/vms64.h"
557 xm_file="alpha/xm-vms.h alpha/xm-vms64.h"
558 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
559 xmake_file=alpha/x-vms
561 # This removes the cpu type and manufacturer components and
562 # replaces "." with "_" in the operating system version.
563 case $host in *-*-*vms*)
564 target_alias=`echo $host \
565 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
568 install_headers_dir=install-headers-cp
575 xm_file=alpha/xm-vms.h
576 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
577 xmake_file=alpha/x-vms
579 # This removes the cpu type and manufacturer components and
580 # replaces "." with "_" in the operating system version.
581 case $host in *-*-*vms*)
582 target_alias=`echo $host \
583 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
586 install_headers_dir=install-headers-cp
591 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
592 extra_parts="crtinit.o crtfini.o"
594 arm-*-coff* | armel-*-coff*)
595 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
596 tmake_file=arm/t-arm-coff
599 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
600 tmake_file=arm/t-arm-coff
601 thread_file='vxworks'
603 arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)
604 tm_file="arm/riscix1-1.h arm/arm.h"
607 arm-*-riscix*) # Acorn RISC machine
610 tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
612 tm_file="arm/riscix.h arm/arm.h"
614 tmake_file=arm/t-riscix
617 arm-semi-aout | armel-semi-aout)
618 tm_file="arm/semi.h arm/aout.h arm/arm.h"
619 tmake_file=arm/t-semi
621 arm-semi-aof | armel-semi-aof)
622 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
623 tmake_file=arm/t-semi
625 arm*-*-freebsd*|strongarm*-*-freebsd*)
626 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
627 tmake_file="${tmake_file} arm/t-strongarm-elf"
630 echo "GCC does not yet support the ${machine} target"; exit 1
633 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
634 tmake_file="t-netbsd arm/t-netbsd"
637 arm*-*-linux*) # ARM GNU/Linux with ELF
638 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"
639 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
640 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
642 case x${enable_threads} in
643 x | xyes | xpthreads | xposix)
648 arm*-*-uclinux*) # ARM ucLinux
649 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"
650 tmake_file=arm/t-arm-elf
653 tm_file="arm/aout.h arm/arm.h"
654 tmake_file=arm/t-arm-aout
657 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
658 tmake_file=arm/t-arm-elf
662 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"
663 tmake_file="arm/t-arm-elf t-rtems"
664 if test x$enable_threads = xyes; then
669 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
670 tmake_file=arm/t-arm-elf
673 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
674 tmake_file=arm/t-arm-elf
677 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
678 tmake_file=arm/t-arm-elf
681 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
687 c1-convex-*) # Convex C1
691 c2-convex-*) # Convex C2
704 target_cpu_default=16
709 tmake_file="c4x/t-c4x t-rtems"
710 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
711 if test x$enable_threads = xyes; then
714 c_target_objs="c4x-c.o"
715 cxx_target_objs="c4x-c.o"
720 c_target_objs="c4x-c.o"
721 cxx_target_objs="c4x-c.o"
723 clipper-intergraph-clix*)
724 tm_file="${tm_file} svr3.h clipper/clix.h"
726 extra_parts="crtbegin.o crtend.o"
727 install_headers_dir=install-headers-cpio
730 tm_file="dbxelf.h ${tm_file} cris/aout.h"
732 tmake_file="cris/t-cris cris/t-aout"
734 cris-*-elf | cris-*-none)
735 tm_file="dbxelf.h elfos.h ${tm_file}"
736 tmake_file="cris/t-cris cris/t-elfmulti"
740 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
741 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
742 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
743 case x${enable_threads} in
744 x | xyes | xpthreads | xposix)
751 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
760 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
761 tmake_file=fr30/t-fr30
762 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
766 tmake_file="h8300/t-h8300 t-rtems"
767 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
768 if test x$enable_threads = xyes; then
774 tmake_file="h8300/t-h8300 h8300/t-elf"
775 tm_file="h8300/h8300.h h8300/elf.h"
781 hppa*64*-*-linux* | parisc*64*-*-linux*)
782 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
783 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
784 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
785 tmake_file=pa/t-linux64
788 hppa*-*-linux* | parisc*-*-linux*)
789 target_cpu_default="MASK_PA_11"
790 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
791 pa/pa32-regs.h pa/pa32-linux.h"
792 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
793 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
795 if test x$enable_threads = xyes; then
800 target_cpu_default="MASK_PA_11"
804 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
805 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
806 tmake_file="pa/t-bsd pa/t-pro"
809 target_cpu_default="MASK_PA_11"
810 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
811 tmake_file="pa/t-bsd pa/t-pa"
816 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
817 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"
818 tmake_file="pa/t-bsd pa/t-pro"
821 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
822 tmake_file="pa/t-bsd pa/t-pa"
826 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
827 target_cpu_default="MASK_PA_11"
828 tmake_file="pa/t-bsd pa/t-pa"
832 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
833 tmake_file="pa/t-bsd pa/t-pa"
837 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
839 tmake_file=pa/t-pa-hpux
840 install_headers_dir=install-headers-cpio
843 hppa1.0-*-hpux8.0[0-2]*)
844 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
846 tmake_file=pa/t-pa-hpux
847 if test x$gas != xyes
849 tm_file="pa/pa-oldas.h ${tm_file}"
851 install_headers_dir=install-headers-cpio
854 hppa1.1-*-hpux8.0[0-2]*)
855 target_cpu_default="MASK_PA_11"
856 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
858 tmake_file=pa/t-pa-hpux
859 if test x$gas != xyes
861 tm_file="pa/pa-oldas.h ${tm_file}"
863 install_headers_dir=install-headers-cpio
867 target_cpu_default="MASK_PA_11"
868 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
870 tmake_file=pa/t-pa-hpux
871 install_headers_dir=install-headers-cpio
875 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
877 tmake_file=pa/t-pa-hpux
878 install_headers_dir=install-headers-cpio
881 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
882 target_cpu_default="MASK_PA_11"
883 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
886 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
887 if test x$enable_threads = x; then
888 enable_threads=$have_pthread_h
890 case x${enable_threads} in
892 tmake_file="${tmake_file} pa/t-dce-thr"
895 install_headers_dir=install-headers-cpio
899 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
902 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
903 if test x$enable_threads = x; then
904 enable_threads=$have_pthread_h
906 case x${enable_threads} in
908 tmake_file="${tmake_file} pa/t-dce-thr"
911 install_headers_dir=install-headers-cpio
916 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"
918 tmake_file="pa/t-pa64 pa/t-pa-hpux"
919 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
921 # if [ x$enable_threads = x ]; then
922 # enable_threads=$have_pthread_h
924 # if [ x$enable_threads = xyes ]; then
926 # tmake_file="${tmake_file} pa/t-dce-thr"
928 install_headers_dir=install-headers-cpio
931 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
932 target_cpu_default="MASK_PA_11"
933 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
936 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
937 # if test x$enable_threads = x; then
938 # enable_threads=$have_pthread_h
940 # if test x$enable_threads = xyes; then
942 # tmake_file="${tmake_file} pa/t-dce-thr"
944 install_headers_dir=install-headers-cpio
948 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
951 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
952 # if test x$enable_threads = x; then
953 # enable_threads=$have_pthread_h
955 # if test x$enable_threads = xyes; then
957 # tmake_file="${tmake_file} pa/t-dce-thr"
959 install_headers_dir=install-headers-cpio
962 hppa1.1-*-hpux* | hppa2*-*-hpux*)
963 target_cpu_default="MASK_PA_11"
964 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
966 tmake_file=pa/t-pa-hpux
967 install_headers_dir=install-headers-cpio
971 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
973 tmake_file=pa/t-pa-hpux
974 install_headers_dir=install-headers-cpio
977 hppa1.1-*-hiux* | hppa2*-*-hiux*)
978 target_cpu_default="MASK_PA_11"
979 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
981 tmake_file=pa/t-pa-hpux
982 install_headers_dir=install-headers-cpio
986 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
988 tmake_file=pa/t-pa-hpux
989 install_headers_dir=install-headers-cpio
993 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
994 target_cpu_default="MASK_PA_11"
995 tmake_file="pa/t-bsd pa/t-pa"
999 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
1000 tmake_file=pa/t-mpeix
1001 echo "You must use gas. Assuming it is already installed."
1003 install_headers_dir=install-headers-tar
1006 i370-*-opened*) # IBM 360/370/390 Architecture
1007 xm_defines='POSIX FATAL_EXIT_CODE=12'
1009 tmake_file="i370/t-oe i370/t-i370"
1010 c_target_objs="i370-c.o"
1011 cxx_target_objs="i370-c.o"
1014 xm_defines='POSIX FATAL_EXIT_CODE=12'
1016 tmake_file="i370/t-i370"
1017 c_target_objs="i370-c.o"
1018 cxx_target_objs="i370-c.o"
1021 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
1022 tmake_file="t-slibgcc-elf-ver t-linux"
1023 # broken_install=yes
1024 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1025 # extra_parts="crtbegin.o crtend.o"
1029 if test x$enable_threads = xyes; then
1033 i[34567]86-*-chorusos*)
1035 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
1036 tmake_file="i386/t-i386elf t-svr4"
1037 case x${enable_threads} in
1038 xyes | xpthreads | xposix)
1045 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1046 tmake_file="i386/t-i386elf t-svr4"
1048 i[34567]86-ibm-aix*) # IBM PS/2 running AIX
1049 if test x$gas = xyes
1051 tm_file=i386/aix386.h
1052 extra_parts="crtbegin.o crtend.o"
1053 tmake_file=i386/t-crtstuff
1055 tm_file=i386/aix386ng.h
1060 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
1061 xm_defines="POSIX SMALL_ARG_MAX"
1062 if test x$stabs = xyes -a x$gas = xyes
1064 tm_file=i386/sysv4gdb.h
1066 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1068 extra_parts="crtbegin.o crtend.o"
1069 tmake_file=i386/t-crtpic
1072 tm_p_file="${tm_p_file} nextstep-protos.h"
1074 tmake_file=i386/t-next
1075 extra_objs=nextstep.o
1076 extra_parts="crtbegin.o crtend.o"
1077 if test x$enable_threads = xyes; then
1081 i[34567]86-*-netware) # Intel 80386's running netware
1082 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1083 tmake_file=i386/t-netware
1085 i[34567]86-sequent-bsd*) # 80386 from Sequent
1087 if test x$gas = xyes
1089 tm_file=i386/seq-gas.h
1091 tm_file=i386/sequent.h
1094 i[34567]86-sequent-ptx1*)
1096 tm_file=i386/seq-sysv3.h
1097 tmake_file=i386/t-crtstuff
1098 extra_parts="crtbegin.o crtend.o"
1099 install_headers_dir=install-headers-cpio
1101 i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
1103 tm_file=i386/seq2-sysv3.h
1104 tmake_file=i386/t-crtstuff
1105 extra_parts="crtbegin.o crtend.o"
1106 install_headers_dir=install-headers-cpio
1108 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1109 if test x$gas = xyes
1111 tm_file="${tm_file} usegas.h"
1113 xm_defines="POSIX SMALL_ARG_MAX"
1114 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1116 extra_parts="crtbegin.o crtend.o"
1117 install_headers_dir=install-headers-cpio
1119 i386-sun-sunos*) # Sun i386 roadrunner
1124 i[34567]86-wrs-vxworks*)
1125 tm_file=i386/vxi386.h
1126 thread_file='vxworks'
1129 tm_file=i386/i386-aout.h
1131 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1133 tmake_file='i386/t-beos i386/t-crtpic'
1134 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1135 extra_parts='crtbegin.o crtend.o'
1137 i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
1138 tm_file="i386/386bsd.h i386/bsd386.h"
1139 # tmake_file=t-libc-ok
1142 tm_file=i386/386bsd.h
1143 # tmake_file=t-libc-ok
1144 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
1147 i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
1148 tm_file=i386/freebsd-aout.h
1149 tmake_file=t-freebsd
1151 i[34567]86-*-freebsd*)
1152 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1155 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
1157 i[34567]86-*-netbsdelf*)
1158 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1161 i[34567]86-*-netbsd*)
1162 tm_file=i386/netbsd.h
1167 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h"
1170 i[34567]86-*-openbsd*)
1171 # needed to unconfuse gdb
1172 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1173 # we need collect2 until our bug is fixed...
1177 tm_file=i386/i386-coff.h
1179 i[34567]86-*-isc*) # 80386 running ISC system
1181 if test x$gas = xyes -a x$stabs = xyes
1183 tm_file=i386/iscdbx.h
1184 tmake_file=i386/t-svr3dbx
1185 extra_parts="svr3.ifile svr3z.ifile"
1187 tm_file=i386/isccoff.h
1188 tmake_file=i386/t-crtstuff
1189 extra_parts="crtbegin.o crtend.o"
1191 install_headers_dir=install-headers-cpio
1193 i[34567]86-*-linux*oldld*) # Intel 80386's running GNU/Linux
1194 # with a.out format using
1196 tmake_file="t-linux-aout i386/t-crtstuff"
1197 tm_file=i386/linux-oldld.h
1201 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1203 tmake_file="t-linux-aout i386/t-crtstuff"
1204 tm_file=i386/linux-aout.h
1208 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1209 # with ELF format using the
1210 # GNU/Linux C library 5
1211 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1212 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1213 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1216 if test x$enable_threads = xyes; then
1217 thread_file='single'
1220 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1221 # with ELF format using glibc 2
1222 # aka GNU/Linux C library 6
1223 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1224 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1225 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1228 if test x$enable_threads = xyes; then
1233 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1234 i386/x86-64.h i386/linux64.h"
1235 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
1236 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1239 if test x$enable_threads = xyes; then
1246 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1247 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1250 i[34567]86-pc-msdosdjgpp*)
1251 xm_file=i386/xm-djgpp.h
1252 tm_file=i386/djgpp.h
1253 tmake_file=i386/t-djgpp
1258 case $host in *pc-msdosdjgpp*)
1263 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1264 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1265 tmake_file=t-libc-ok
1269 i[34567]86-*-lynxos*)
1270 if test x$gas = xyes
1274 tm_file=i386/lynx-ng.h
1279 # tmake_file=t-libc-ok
1282 i[34567]86-*-osfrose*) # 386 using OSF/rose
1283 if test x$elf = xyes
1285 tm_file=i386/osfelf.h
1288 tm_file=i386/osfrose.h
1291 tmake_file=i386/t-osf
1292 extra_objs=halfpic.o
1294 i[34567]86-go32-rtems*)
1296 tm_file="i386/djgpp.h i386/djgpp-rtems.h rtems.h"
1298 if test x$enable_threads = xyes; then
1302 i[34567]86-*-rtemscoff*)
1304 tm_file="i386/i386-coff.h i386/rtems.h rtems.h"
1306 if test x$enable_threads = xyes; then
1310 i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
1312 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1313 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1314 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1315 if test x$enable_threads = xyes; then
1319 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1321 install_headers_dir=install-headers-cpio
1323 if test x$gas = xyes
1325 tm_file="usegas.h ${tm_file}"
1326 tmake_file=i386/t-sco5gas
1328 tmake_file=i386/t-sco5
1330 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1332 i[34567]86-*-solaris2*)
1333 xm_defines="POSIX SMALL_ARG_MAX"
1334 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
1335 if test x$gas = xyes; then
1336 # Only needed if gas does not support -s
1337 tm_file="i386/sol2gas.h ${tm_file}"
1339 tmake_file="i386/t-sol2 t-svr4"
1340 if test x$gnu_ld = xyes; then
1341 tmake_file="$tmake_file t-slibgcc-elf-ver"
1343 tmake_file="$tmake_file t-slibgcc-sld"
1345 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1346 if test x${enable_threads} = x; then
1347 enable_threads=$have_pthread_h
1348 if test x${enable_threads} = x; then
1349 enable_threads=$have_thread_h
1352 if test x${enable_threads} = xyes; then
1353 if test x${have_pthread_h} = xyes; then
1356 thread_file='solaris'
1360 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1362 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1363 if test x$stabs = xyes
1365 tm_file="${tm_file} dbx.h"
1367 tmake_file="i386/t-crtpic t-svr4"
1368 extra_parts="crtbegin.o crtend.o"
1369 if test x$enable_threads = xyes; then
1373 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1374 xm_defines="POSIX SMALL_ARG_MAX"
1375 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1376 if test x$stabs = xyes
1378 tm_file="${tm_file} dbx.h"
1380 tmake_file="i386/t-crtpic t-svr4"
1381 extra_parts="crtbegin.o crtend.o"
1383 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1385 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
1386 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1387 extra_parts="crtbegin.o crtend.o"
1388 install_headers_dir=install-headers-cpio
1390 i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
1391 xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1392 if test x$stabs = xyes
1394 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
1396 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
1398 tmake_file=i386/t-osf1elf
1399 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1401 i[34567]86-*-sysv*) # Intel 80386's running system V
1403 if test x$gas = xyes
1405 if test x$stabs = xyes
1407 tm_file=i386/svr3dbx.h
1408 tmake_file=i386/t-svr3dbx
1409 extra_parts="svr3.ifile svr3z.rfile"
1411 tm_file=i386/svr3gas.h
1412 extra_parts="crtbegin.o crtend.o"
1413 tmake_file=i386/t-crtstuff
1416 tm_file=i386/sysv3.h
1417 extra_parts="crtbegin.o crtend.o"
1418 tmake_file=i386/t-crtstuff
1420 tmake_file="$tmake_file i386/t-crtpic"
1422 i386-*-vsta) # Intel 80386's running VSTa kernel
1423 xm_file=i386/xm-vsta.h
1428 xm_file=i386/xm-cygwin.h
1430 tmake_file=i386/t-cygwin
1431 tm_file=i386/win32.h
1433 if test x$enable_threads = xyes; then
1438 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1440 xm_file=i386/xm-cygwin.h
1442 tmake_file=i386/t-cygwin
1443 tm_file=i386/cygwin.h
1445 if test x$enable_threads = xyes; then
1450 i[34567]86-*-mingw32*)
1451 tm_file=i386/mingw32.h
1454 xm_file=i386/xm-mingw32.h
1455 tmake_file="i386/t-cygwin i386/t-mingw32"
1457 if test x$enable_threads = xyes; then
1463 tm_file="${tm_file} i386/crtdll.h"
1465 *minwg32msv* | *mingw32*)
1471 tmake_file="i386/t-cygwin i386/t-uwin"
1473 if test x$enable_threads = xyes; then
1478 i[34567]86-*-interix3*)
1479 tm_file="i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
1480 xm_file="i386/xm-i386-interix.h"
1482 tmake_file="t-interix i386/t-interix"
1483 extra_objs=interix.o
1484 xmake_file="x-interix"
1485 if test x$enable_threads = xyes ; then
1488 if test x$stabs = xyes ; then
1489 tm_file="${tm_file} dbxcoff.h"
1492 i[34567]86-*-interix*)
1493 tm_file="i386/i386-interix.h interix.h"
1494 xm_file="i386/xm-i386-interix.h"
1496 tmake_file="t-interix i386/t-interix"
1497 extra_objs=interix.o
1498 if test x$enable_threads = xyes ; then
1501 if test x$stabs = xyes ; then
1502 tm_file="${tm_file} dbxcoff.h"
1505 i[34567]86-dg-dgux*)
1507 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
1508 tmake_file=i386/t-dgux
1509 install_headers_dir=install-headers-cpio
1511 i860-alliant-*) # Alliant FX/2800
1512 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
1513 tmake_file=i860/t-fx2800
1514 extra_parts="crtbegin.o crtend.o"
1517 tm_file="${tm_file} i860/bsd.h"
1518 if test x$gas = xyes
1520 tm_file="${tm_file} i860/bsd-gas.h"
1525 tm_file="${tm_file} i860/mach.h"
1526 tmake_file=t-libc-ok
1528 i860-*-osf*) # Intel Paragon XP/S, OSF/1AD
1529 tm_file="${tm_file} svr3.h i860/paragon.h"
1533 tm_file="${tm_file} svr3.h i860/sysv3.h"
1535 extra_parts="crtbegin.o crtend.o"
1538 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
1541 extra_parts="crtbegin.o crtend.o"
1543 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1544 tm_file="${tm_file} i960/vx960.h"
1545 tmake_file=i960/t-vxworks960
1547 thread_file='vxworks'
1548 c_target_objs="i960-c.o"
1549 cxx_target_objs="i960-c.o"
1551 i960-wrs-vxworks5* | i960-wrs-vxworks)
1552 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1553 tmake_file=i960/t-vxworks960
1555 thread_file='vxworks'
1556 c_target_objs="i960-c.o"
1557 cxx_target_objs="i960-c.o"
1560 tm_file="${tm_file} i960/vx960.h"
1561 tmake_file=i960/t-vxworks960
1563 thread_file='vxworks'
1564 c_target_objs="i960-c.o"
1565 cxx_target_objs="i960-c.o"
1568 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1569 tmake_file=i960/t-960bare
1570 c_target_objs="i960-c.o"
1571 cxx_target_objs="i960-c.o"
1575 tmake_file="i960/t-960bare t-rtems"
1576 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1577 if test x$enable_threads = xyes; then
1580 c_target_objs="i960-c.o"
1581 cxx_target_objs="i960-c.o"
1583 i960-*-*) # Default i960 environment.
1585 tmake_file=i960/t-960bare
1586 c_target_objs="i960-c.o"
1587 cxx_target_objs="i960-c.o"
1590 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1591 tmake_file="ia64/t-ia64 ia64/t-aix"
1592 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1595 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1596 tmake_file="ia64/t-ia64"
1597 target_cpu_default="0"
1598 if test x$gas = xyes
1600 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1602 if test x$gnu_ld = xyes
1604 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1609 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/freebsd.h"
1610 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1611 tmake_file="${tmake_file} ia64/t-ia64"
1615 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1616 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1617 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1618 if test x$enable_threads = xyes; then
1624 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1625 tmake_file="ia64/t-ia64 ia64/t-hpux"
1626 target_cpu_default="MASK_GNU_AS"
1627 if test x$enable_threads = xyes; then
1633 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1634 extra_parts="crtinit.o crtfini.o"
1636 # m68hc11 and m68hc12 share the same machine description.
1637 m68hc11-*-*|m6811-*-*)
1638 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1639 tm_p_file="m68hc11/m68hc11-protos.h"
1640 md_file="m68hc11/m68hc11.md"
1641 out_file="m68hc11/m68hc11.c"
1642 tmake_file="m68hc11/t-m68hc11-gas"
1644 m68hc12-*-*|m6812-*-*)
1645 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1646 tm_p_file="m68hc11/m68hc11-protos.h"
1647 md_file="m68hc11/m68hc11.md"
1648 out_file="m68hc11/m68hc11.c"
1649 tmake_file="m68hc11/t-m68hc11-gas"
1651 m68000-convergent-sysv*)
1656 m68000-hp-bsd*) # HP 9000/200 running BSD
1657 tm_file=m68k/hp2bsd.h
1660 m68000-hp-hpux*) # HP 9000 series 300
1662 if test x$gas = xyes
1664 tm_file=m68k/hp310g.h
1666 tm_file=m68k/hp310.h
1668 tmake_file=m68k/t-hp320
1669 install_headers_dir=install-headers-cpio
1677 tm_file=m68k/sun2o4.h
1682 if test x$gas = xyes
1690 m68k-apple-aux*) # Apple Macintosh running A/UX
1692 tmake_file=m68k/t-aux
1693 install_headers_dir=install-headers-cpio
1694 extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1696 if test "$gnu_ld" = yes
1698 tm_file="${tm_file} m68k/auxgld.h"
1700 tm_file="${tm_file} m68k/auxld.h"
1702 if test "$gas" = yes
1704 tm_file="${tm_file} m68k/auxgas.h"
1706 tm_file="${tm_file} m68k/auxas.h"
1708 tm_file="${tm_file} m68k/a-ux.h"
1712 tm_file=m68k/apollo68.h
1716 m68k-altos-sysv*) # Altos 3068
1717 if test x$gas = xyes
1719 tm_file=m68k/altos3068.h
1722 echo "The Altos is supported only with the GNU assembler" 1>&2
1726 m68k-bull-sysv*) # Bull DPX/2
1727 if test x$gas = xyes
1729 if test x$stabs = xyes
1731 tm_file=m68k/dpx2cdbx.h
1733 tm_file=m68k/dpx2g.h
1741 m68k-atari-sysv4*) # Atari variant of V.4.
1742 tm_file=m68k/atari.h
1745 extra_parts="crtbegin.o crtend.o"
1748 m68k-motorola-sysv*)
1749 tm_file=m68k/mot3300.h
1751 if test x$gas = xyes
1753 if test x$gnu_ld = xyes
1755 tmake_file=m68k/t-mot3300-gald
1757 tmake_file=m68k/t-mot3300-gas
1761 if test x$gnu_ld = xyes
1763 tmake_file=m68k/t-mot3300-gld
1765 tmake_file=m68k/t-mot3300
1769 gdb_needs_out_file_path=yes
1770 extra_parts="crt0.o mcrt0.o"
1773 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1774 tm_file=m68k/tower-as.h
1776 extra_parts="crtbegin.o crtend.o"
1779 tm_file=m68k/plexus.h
1792 m68k-cbm-sysv4*) # Commodore variant of V.4.
1796 extra_parts="crtbegin.o crtend.o"
1800 tm_file=m68k/ccur-GAS.h
1804 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1805 tm_file=m68k/hp3bsd44.h
1809 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1810 tm_file=m68k/hp3bsd.h
1815 if test x$with_fp = xno
1817 tm_file=m68k/isi-nfp.h
1824 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1826 if test x$gas = xyes
1828 xmake_file=m68k/x-hp320g
1829 tm_file=m68k/hp320g.h
1831 xmake_file=m68k/x-hp320
1832 tm_file=m68k/hpux7.h
1834 install_headers_dir=install-headers-cpio
1838 m68k-hp-hpux*) # HP 9000 series 300
1840 if test x$gas = xyes
1842 xmake_file=m68k/x-hp320g
1843 tm_file=m68k/hp320g.h
1845 xmake_file=m68k/x-hp320
1846 tm_file=m68k/hp320.h
1848 install_headers_dir=install-headers-cpio
1853 tm_file=m68k/sun3mach.h
1858 if test x$gas = xyes
1860 tm_file=m68k/news3gas.h
1862 tm_file=m68k/news3.h
1867 m68k-sony-bsd* | m68k-sony-newsos*)
1868 if test x$gas = xyes
1870 tm_file=m68k/newsgas.h
1877 m68k-next-nextstep2*)
1878 tm_p_file="${tm_p_file} nextstep-protos.h"
1879 tm_file=m68k/next21.h
1880 tmake_file=m68k/t-next
1881 xmake_file=m68k/x-next
1882 extra_objs=nextstep.o
1886 m68k-next-nextstep[34]*)
1887 tm_p_file="${tm_p_file} nextstep-protos.h"
1889 tmake_file=m68k/t-next
1890 xmake_file=m68k/x-next
1891 extra_objs=nextstep.o
1892 extra_parts="crtbegin.o crtend.o"
1894 if test x$enable_threads = xyes; then
1899 if test x$with_fp = xno
1901 tm_file=m68k/sun3n3.h
1903 tm_file=m68k/sun3o3.h
1908 m68k-sun-sunos*) # For SunOS 4 (the default).
1909 if test x$with_fp = xno
1911 tm_file=m68k/sun3n.h
1919 tm_file=m68k/vxm68k.h
1920 tmake_file=m68k/t-vxworks68
1921 thread_file='vxworks'
1925 tmake_file=m68k/t-m68kbare
1926 tm_file="m68k/m68k-aout.h libgloss.h"
1930 tmake_file=m68k/t-m68kbare
1931 tm_file="m68k/m68k-coff.h dbx.h"
1934 m68020-*-elf* | m68k-*-elf*)
1935 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1937 tmake_file=m68k/t-m68kelf
1938 extra_parts="crtbegin.o crtend.o"
1941 if test x$gas = xyes
1945 tm_file=m68k/lynx-ng.h
1947 tmake_file=m68k/t-lynx
1950 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1951 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1954 target_cpu_default="0"
1957 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1963 tm_file=m68k/netbsd.h
1969 # needed to unconfuse gdb
1970 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1972 # we need collect2 until our bug is fixed...
1975 m68k-*-sysv3*) # Motorola m68k's running system V.3
1977 extra_parts="crtbegin.o crtend.o"
1980 m68k-*-sysv4*) # Motorola m68k's running system V.4
1981 tm_file=m68k/m68kv4.h
1984 extra_parts="crtbegin.o crtend.o"
1987 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1989 tm_file=m68k/linux-aout.h
1990 tmake_file="t-linux-aout m68k/t-linux-aout"
1994 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1995 # with ELF format using the
1996 # GNU/Linux C library 5
1997 tm_file=m68k/linux.h
1998 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
1999 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2003 m68k-*-linux*) # Motorola m68k's running GNU/Linux
2004 # with ELF format using glibc 2
2005 # aka the GNU/Linux C library 6.
2006 tm_file=m68k/linux.h
2007 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
2008 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2011 if test x$enable_threads = xyes; then
2016 tmake_file=m68k/t-m68kbare
2017 tm_file=m68k/m68k-psos.h
2022 tmake_file="m68k/t-m68kbare t-rtems"
2023 tm_file="m68k/m68k-coff.h m68k/rtems.h rtems.h"
2025 if test x$enable_threads = xyes; then
2029 m68k-*-rtemself*|m68k-*-rtems*)
2031 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
2032 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"
2034 extra_parts="crtbegin.o crtend.o"
2035 if test x$enable_threads = xyes; then
2043 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
2044 tmake_file="m88k/t-dgux m88k/t-dguxbcs"
2047 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
2048 tmake_file=m88k/t-dgux
2051 extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
2052 if test x$gas = xyes
2054 tmake_file=m88k/t-dgux-gas
2057 m88k-dolphin-sysv3*)
2059 tm_file=m88k/dolph.h
2060 extra_parts="crtbegin.o crtend.o"
2061 tmake_file=m88k/t-dolph
2062 if test x$gas = xyes
2064 tmake_file=m88k/t-m88k-gas
2067 m88k-tektronix-sysv3)
2069 tm_file=m88k/tekXD88.h
2070 extra_parts="crtbegin.o crtend.o"
2071 tmake_file=m88k/t-tekXD88
2072 if test x$gas = xyes
2074 tmake_file=m88k/t-m88k-gas
2079 tm_file=m88k/m88k-aout.h
2083 tm_file=m88k/m88k-coff.h
2084 tmake_file=m88k/t-bug
2088 extra_parts="crtbegin.o crtend.o"
2089 if test x$gas = xyes
2091 tmake_file=m88k/t-luna-gas
2093 tmake_file=m88k/t-luna
2097 tmake_file="${tmake_file} m88k/t-luna-gas"
2098 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
2102 tm_file=m88k/sysv3.h
2103 extra_parts="crtbegin.o crtend.o"
2104 if test x$gas = xyes
2106 tmake_file=m88k/t-m88k-gas
2111 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
2112 extra_parts="crtbegin.o crtend.o"
2113 tmake_file=m88k/t-sysv4
2116 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
2117 tmake_file=mcore/t-mcore
2120 tm_file=mcore/mcore-pe.h
2121 tmake_file=mcore/t-mcore-pe
2123 mips-sgi-irix6*) # SGI System V.4., IRIX 6
2124 if test "x$gnu_ld" = xyes
2126 tm_file="mips/iris6.h mips/iris6gld.h"
2128 tm_file=mips/iris6.h
2130 tmake_file="mips/t-iris mips/t-iris6"
2132 # if test x$enable_threads = xyes; then
2133 # thread_file='irix'
2137 tm_file="mips/elf.h mips/vxworks.h"
2138 tmake_file=mips/t-ecoff
2141 extra_parts="crtbegin.o crtend.o"
2142 thread_file='vxworks'
2144 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
2145 tm_file="mips/iris6.h mips/cross64.h"
2147 xm_file=mips/xm-iris5.h
2148 tmake_file="mips/t-iris mips/t-cross64"
2149 # See comment in mips/iris[56].h files.
2151 # if test x$enable_threads = xyes; then
2152 # thread_file='irix'
2156 if test x$gas = xyes
2158 if test x$stabs = xyes
2160 tm_file=mips/iris5gdb.h
2162 tm_file="mips/sni-svr4.h mips/sni-gas.h"
2165 tm_file=mips/sni-svr4.h
2168 if test x$gnu_ld != xyes
2173 mips-sgi-irix5*) # SGI System V.4., IRIX 5
2174 if test x$gas = xyes
2176 tm_file="mips/iris5.h mips/iris5gas.h"
2177 if test x$stabs = xyes
2179 tm_file="${tm_file} dbx.h"
2182 tm_file=mips/iris5.h
2184 tmake_file=mips/t-iris
2186 xm_file=mips/xm-iris5.h
2187 # mips-tfile doesn't work yet
2188 # See comment in mips/iris5.h file.
2190 # if test x$enable_threads = xyes; then
2191 # thread_file='irix'
2194 mips-sgi-irix4loser*) # Mostly like a MIPS.
2195 tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2196 if test x$stabs = xyes; then
2197 tm_file="${tm_file} dbx.h"
2199 tmake_file=mips/t-iris
2201 if test x$gas = xyes
2204 extra_passes="mips-tfile mips-tdump"
2206 if test x$gnu_ld != xyes
2210 # if test x$enable_threads = xyes; then
2211 # thread_file='irix'
2214 mips-sgi-irix4*) # Mostly like a MIPS.
2215 tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2216 if test x$stabs = xyes; then
2217 tm_file="${tm_file} dbx.h"
2219 tmake_file=mips/t-iris
2221 if test x$gas = xyes
2224 extra_passes="mips-tfile mips-tdump"
2226 if test x$gnu_ld != xyes
2230 # if test x$enable_threads = xyes; then
2231 # thread_file='irix'
2234 mips-sgi-*) # Mostly like a MIPS.
2235 tm_file="mips/iris3.h ${tm_file}"
2236 if test x$stabs = xyes; then
2237 tm_file="${tm_file} dbx.h"
2240 if test x$gas = xyes
2243 extra_passes="mips-tfile mips-tdump"
2245 if test x$gnu_ld != xyes
2250 mips-dec-osfrose*) # Decstation running OSF/1 reference port with OSF/rose.
2251 tm_file="mips/osfrose.h ${tm_file}"
2252 extra_objs=halfpic.o
2255 mips-dec-osf*) # Decstation running OSF/1 as shipped by DIGITAL
2256 tm_file=mips/dec-osf1.h
2257 if test x$stabs = xyes; then
2258 tm_file="${tm_file} dbx.h"
2260 if test x$gas = xyes
2263 tmake_file=mips/t-ultrix
2264 extra_passes="mips-tfile mips-tdump"
2266 if test x$gnu_ld != xyes
2271 mips-dec-bsd*) # Decstation running 4.4 BSD
2272 tm_file=mips/dec-bsd.h
2273 if test x$gas = xyes
2276 tmake_file=mips/t-ultrix
2277 extra_passes="mips-tfile mips-tdump"
2279 if test x$gnu_ld != xyes
2284 mips*-*-netbsd*) # NetBSD/mips, either endian.
2285 tm_file="elfos.h mips/netbsd.h"
2288 tm_file="mips/little.h $tm_file"
2292 mips*-*-linux*) # Linux MIPS, either endian.
2293 tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
2296 tm_file="$tm_file mips/isa32-linux.h"
2297 target_cpu_default="MASK_SOFT_FLOAT"
2302 tm_file="mips/little.h $tm_file"
2305 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
2306 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
2309 if test x$enable_threads = xyes; then
2313 mips*el-*-openbsd*) # mips little endian
2314 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2316 mips*-*-openbsd*) # mips big endian
2317 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2318 tm_file="mips/openbsd-be.h ${tm_file}"
2320 mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
2321 tm_file="mips/news4.h ${tm_file}"
2322 if test x$stabs = xyes; then
2323 tm_file="${tm_file} dbx.h"
2325 if test x$gas = xyes
2328 extra_passes="mips-tfile mips-tdump"
2330 if test x$gnu_ld != xyes
2335 mips-sony-sysv*) # Sony NEWS 3800 with NEWSOS5.0.
2336 # That is based on svr4.
2337 # t-svr4 is not right because this system doesn't use ELF.
2338 tm_file="mips/news5.h ${tm_file}"
2339 if test x$stabs = xyes; then
2340 tm_file="${tm_file} dbx.h"
2343 if test x$gas = xyes
2346 extra_passes="mips-tfile mips-tdump"
2348 if test x$gnu_ld != xyes
2353 mips-tandem-sysv4*) # Tandem S2 running NonStop UX
2354 tm_file="mips/svr4-5.h mips/svr4-t.h"
2355 if test x$stabs = xyes; then
2356 tm_file="${tm_file} dbx.h"
2359 if test x$gas = xyes
2361 extra_parts="crtbegin.o crtend.o"
2363 extra_passes="mips-tfile mips-tdump"
2365 if test x$gnu_ld != xyes
2370 mips-*-ultrix* | mips-dec-mach3) # Decstation.
2371 tm_file="mips/ultrix.h ${tm_file}"
2372 if test x$stabs = xyes; then
2373 tm_file="${tm_file} dbx.h"
2375 if test x$gas = xyes
2378 tmake_file=mips/t-ultrix
2379 extra_passes="mips-tfile mips-tdump"
2381 if test x$gnu_ld != xyes
2386 mips-*-riscos[56789]bsd*)
2387 tm_file=mips/bsd-5.h # MIPS BSD 4.3, RISC-OS 5.0
2388 if test x$stabs = xyes; then
2389 tm_file="${tm_file} dbx.h"
2391 if test x$gas = xyes
2393 tmake_file=mips/t-bsd-gas
2395 tmake_file=mips/t-bsd
2396 extra_passes="mips-tfile mips-tdump"
2398 if test x$gnu_ld != xyes
2403 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2404 tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2405 if test x$stabs = xyes; then
2406 tm_file="${tm_file} dbx.h"
2408 if test x$gas = xyes
2410 tmake_file=mips/t-bsd-gas
2412 tmake_file=mips/t-bsd
2413 extra_passes="mips-tfile mips-tdump"
2415 if test x$gnu_ld != xyes
2420 mips-*-riscos[56789]sysv4*)
2421 tm_file=mips/svr4-5.h # MIPS System V.4., RISC-OS 5.0
2422 if test x$stabs = xyes; then
2423 tm_file="${tm_file} dbx.h"
2425 if test x$gas = xyes
2427 tmake_file=mips/t-svr4-gas
2429 tmake_file=mips/t-svr4
2430 extra_passes="mips-tfile mips-tdump"
2432 if test x$gnu_ld != xyes
2437 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2438 tm_file="mips/svr4-4.h ${tm_file}"
2439 if test x$stabs = xyes; then
2440 tm_file="${tm_file} dbx.h"
2443 if test x$gas = xyes
2445 tmake_file=mips/t-svr4-gas
2447 tmake_file=mips/t-svr4
2448 extra_passes="mips-tfile mips-tdump"
2450 if test x$gnu_ld != xyes
2455 mips-*-riscos[56789]sysv*)
2456 tm_file=mips/svr3-5.h # MIPS System V.3, RISC-OS 5.0
2457 if test x$stabs = xyes; then
2458 tm_file="${tm_file} dbx.h"
2461 if test x$gas = xyes
2463 tmake_file=mips/t-svr3-gas
2465 tmake_file=mips/t-svr3
2466 extra_passes="mips-tfile mips-tdump"
2468 if test x$gnu_ld != xyes
2473 mips-*-sysv* | mips-*-riscos*sysv*)
2474 tm_file="mips/svr3-4.h ${tm_file}"
2475 if test x$stabs = xyes; then
2476 tm_file="${tm_file} dbx.h"
2479 if test x$gas = xyes
2481 tmake_file=mips/t-svr3-gas
2483 tmake_file=mips/t-svr3
2484 extra_passes="mips-tfile mips-tdump"
2486 if test x$gnu_ld != xyes
2491 mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0.
2492 tm_file=mips/mips-5.h
2493 if test x$stabs = xyes; then
2494 tm_file="${tm_file} dbx.h"
2496 if test x$gas = xyes
2499 extra_passes="mips-tfile mips-tdump"
2501 if test x$gnu_ld != xyes
2507 tm_file=mips/ecoffl.h
2508 if test x$stabs = xyes; then
2509 tm_file="${tm_file} dbx.h"
2511 tmake_file=mips/t-ecoff
2514 tm_file="gofast.h mips/ecoff.h"
2515 if test x$stabs = xyes; then
2516 tm_file="${tm_file} dbx.h"
2518 tmake_file=mips/t-ecoff
2521 tm_file="mips/isa3264.h mips/abi64.h"
2522 tmake_file=mips/t-isa3264
2523 target_cpu_default="MASK_SOFT_FLOAT"
2526 tm_file="mips/elfl.h"
2527 tmake_file=mips/t-elf
2530 tm_file="mips/elf.h"
2531 tmake_file=mips/t-elf
2534 tm_file="mips/elfl64.h"
2535 tmake_file=mips/t-elf
2537 mips64orionel-*-elf*)
2538 tm_file="mips/elforion.h mips/elfl64.h"
2539 tmake_file=mips/t-elf
2542 tm_file="mips/elf64.h"
2543 tmake_file=mips/t-elf
2546 tm_file="mips/elforion.h mips/elf64.h"
2547 tmake_file=mips/t-elf
2549 mips64orion-*-rtems*)
2551 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
2552 tmake_file="mips/t-elf t-rtems"
2553 if test x$enable_threads = xyes; then
2559 tm_file="mips/elf.h mips/rtems.h rtems.h"
2560 tmake_file="mips/t-elf t-rtems"
2561 if test x$enable_threads = xyes; then
2566 tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2567 tmake_file=mips/t-r3900
2568 target_cpu_default="MASK_SOFT_FLOAT"
2571 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2572 tmake_file=mips/t-r3900
2574 mips-*-*) # Default MIPS RISC-OS 4.0.
2575 if test x$stabs = xyes; then
2576 tm_file="${tm_file} dbx.h"
2578 if test x$gas = xyes
2581 extra_passes="mips-tfile mips-tdump"
2583 if test x$gnu_ld != xyes
2588 mmix-knuth-mmixware)
2592 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2593 if test x$stabs = xyes
2595 tm_file="${tm_file} dbx.h"
2600 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2601 if test x$stabs = xyes
2603 tm_file="${tm_file} dbx.h"
2608 tm_file=ns32k/encore.h
2612 tm_file=ns32k/sequent.h
2616 tm_file=ns32k/tek6100.h
2620 tm_file=ns32k/tek6200.h
2624 tm_file=ns32k/merlin.h
2628 tm_file=ns32k/pc532-mach.h
2632 tm_file=ns32k/pc532-min.h
2633 xm_defines='POSIX HZ=60'
2637 echo "GCC does not yet support the ${machine} target"; exit 1
2640 tm_file=ns32k/netbsd.h
2641 # On NetBSD, the headers are already okay, except for math.h.
2646 tm_file="${tm_file} pdp11/2bsd.h"
2656 tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
2661 tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
2674 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2678 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2679 out_file=rs6000/rs6000.c
2680 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2683 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
2685 tmake_file=rs6000/t-beos
2689 tm_file="${tm_file} darwin.h rs6000/darwin.h"
2690 tm_p_file="${tm_p_file} darwin-protos.h"
2691 tmake_file=rs6000/t-darwin
2692 extra_objs="darwin.o"
2693 c_target_objs="darwin-c.o"
2694 cxx_target_objs="darwin-c.o"
2695 # Darwin linker does collect2 functionality
2697 extra_headers=altivec.h
2699 powerpc*-*-freebsd*)
2700 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2701 xm_file=rs6000/xm-sysv4.h
2702 out_file=rs6000/rs6000.c
2703 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2706 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2708 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2711 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2712 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2714 powerpc-*-chorusos*)
2716 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2717 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2718 case x${enable_threads} in
2719 xyes | xpthreads | xposix)
2726 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2727 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2729 powerpc-*-eabisimaltivec*)
2731 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"
2732 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2736 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2737 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2741 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2742 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2744 powerpc-*-eabialtivec*)
2746 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2747 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2751 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2752 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2756 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2757 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2758 if test x$enable_threads = xyes; then
2762 powerpc-*-linux*libc1)
2763 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2764 out_file=rs6000/rs6000.c
2765 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2766 if test x$enable_threads = xyes; then
2770 powerpc-*-linux-gnualtivec*)
2771 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2772 out_file=rs6000/rs6000.c
2773 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2774 if test x$enable_threads = xyes; then
2779 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2780 out_file=rs6000/rs6000.c
2781 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2782 if test x$enable_threads = xyes; then
2786 powerpc-wrs-vxworks*)
2788 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2789 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2790 thread_file='vxworks'
2792 powerpcle-wrs-vxworks*)
2794 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2795 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2796 thread_file='vxworks'
2799 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2801 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2805 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2806 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2808 powerpcle-*-eabisim*)
2810 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"
2811 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2815 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2816 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2818 rs6000-ibm-aix3.[01]*)
2820 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2824 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2826 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2827 tmake_file=rs6000/t-newas
2832 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2834 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2835 tmake_file=rs6000/t-newas
2840 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2842 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2843 tmake_file=rs6000/t-aix43
2849 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2851 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2852 tmake_file=rs6000/t-aix43
2860 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2866 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2871 tm_file="${tm_file} rs6000/mach.h"
2876 tm_file="lynx.h rs6000/lynx.h"
2877 tmake_file=rs6000/t-rs6000
2881 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2882 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
2883 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2884 if test x$enable_threads = xyes; then
2889 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2890 tm_p_file=s390/s390-protos.h
2891 md_file=s390/s390.md
2892 out_file=s390/s390.c
2893 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
2894 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2895 if test x$enable_threads = xyes; then
2900 tmake_file="sh/t-sh sh/t-elf"
2901 tm_file="${tm_file} sh/elf.h"
2905 tmake_file="sh/t-sh sh/t-elf sh/t-sh64"
2906 tm_file="${tm_file} sh/sh.h sh/elf.h sh/sh64.h"
2908 extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h"
2909 # Not strictly necessary to check this, but a good idea anyway.
2910 if test $machine = $target; then
2911 target_requires_64bit_host_wide_int=yes
2916 tmake_file="sh/t-sh sh/t-elf t-rtems"
2917 tm_file="${tm_file} sh/elf.h sh/rtemself.h rtems.h"
2919 if test x$enable_threads = xyes; then
2925 tmake_file="sh/t-sh t-rtems"
2926 tm_file="${tm_file} sh/rtems.h rtems.h"
2928 if test x$enable_threads = xyes; then
2933 tm_file="${tm_file} sh/elf.h sh/linux.h"
2934 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2936 if test x$enable_threads = xyes; then
2945 tm_file="${tm_file} sparc/pbd.h"
2948 sparc64-wrs-vxworks*)
2949 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"
2950 tmake_file=sparc/t-vxsparc64
2953 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
2954 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
2955 tmake_file=sparc/t-vxsparc
2957 thread_file='vxworks'
2960 tmake_file=sparc/t-sparcbare
2961 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2964 echo "GCC does not yet support the ${machine} target"; exit 1
2967 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2972 tm_file="sparc/sparc.h ${tm_file}"
2973 # needed to unconfuse gdb
2974 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2975 # we need collect2 until our bug is fixed...
2979 tm_file="${tm_file} sparc/bsd.h"
2982 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
2983 tmake_file=sparc/t-chorus-elf
2984 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2986 case x${enable_threads} in
2987 xyes | xpthreads | xposix)
2993 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
2994 tmake_file=sparc/t-elf
2995 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2999 sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
3000 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
3003 sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
3004 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3005 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
3006 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3010 sparc-*-linux*) # Sparc's running GNU/Linux, libc6
3011 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3012 tmake_file="t-slibgcc-elf-ver t-linux"
3013 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3015 if test x$enable_threads = xyes; then
3021 if test x$gas = xyes
3023 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
3025 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
3027 tmake_file=sparc/t-sunos41
3031 tmake_file="sparc/t-sparcbare t-rtems"
3032 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
3033 if test x$enable_threads = xyes; then
3037 sparc-*-rtems*|sparc-*-rtemself*)
3039 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
3040 tmake_file="sparc/t-elf t-rtems"
3041 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3044 if test x$enable_threads = xyes; then
3048 sparcv9-*-solaris2* | sparc64-*-solaris2*)
3049 if test x$gnu_ld = xyes
3051 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
3053 tm_file=sparc/sol2-sld-64.h
3056 tmake_file="sparc/t-sol2 sparc/t-sol2-64"
3057 if test x$gnu_ld = xyes; then
3058 tmake_file="$tmake_file t-slibgcc-elf-ver"
3060 tmake_file="$tmake_file t-slibgcc-sld"
3062 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
3064 if test x${enable_threads} = x ; then
3065 enable_threads=$have_pthread_h
3066 if test x${enable_threads} = x ; then
3067 enable_threads=$have_thread_h
3070 if test x${enable_threads} = xyes ; then
3071 if test x${have_pthread_h} = xyes ; then
3074 thread_file='solaris'
3078 sparc-hal-solaris2*)
3080 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
3081 tmake_file="sparc/t-halos sparc/t-sol2"
3082 if test x$gnu_ld = xyes; then
3083 tmake_file="$tmake_file t-slibgcc-elf-ver"
3085 tmake_file="$tmake_file t-slibgcc-sld"
3087 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3096 thread_file='solaris'
3099 if test x$gnu_ld = xyes
3101 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
3103 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-sld.h"
3106 tmake_file=sparc/t-sol2
3107 if test x$gnu_ld = xyes; then
3108 tmake_file="$tmake_file t-slibgcc-elf-ver"
3110 tmake_file="$tmake_file t-slibgcc-sld"
3112 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
3114 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
3116 if test x$gnu_ld = xyes
3118 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
3120 tm_file="sparc/sol2-sld-64.h"
3122 tmake_file="$tmake_file sparc/t-sol2-64"
3133 if test x${enable_threads} = x; then
3134 enable_threads=$have_pthread_h
3135 if test x${enable_threads} = x; then
3136 enable_threads=$have_thread_h
3139 if test x${enable_threads} = xyes; then
3140 if test x${have_pthread_h} = xyes; then
3143 thread_file='solaris'
3148 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3152 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3153 tmake_file=sparc/t-sunos41
3155 if test x$gas = xyes; then
3156 tm_file="${tm_file} sparc/sun4gas.h"
3160 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
3164 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
3167 extra_parts="crtbegin.o crtend.o"
3171 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
3172 tmake_file=sparc/t-vxsparc
3175 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
3176 tmake_file=sparc/t-splet
3179 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
3180 tmake_file=sparc/t-sparclite
3183 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
3184 tmake_file=sparc/t-sparclite
3187 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
3188 tmake_file=sparc/t-sparclite
3189 extra_parts="crtbegin.o crtend.o"
3192 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
3193 tmake_file=sparc/t-sp86x
3196 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"
3197 tmake_file=sparc/t-sp86x
3198 extra_parts="crtbegin.o crtend.o"
3201 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
3204 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
3205 extra_parts="crtbegin.o crtend.o"
3207 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3208 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
3210 case "x$with_cpu" in
3211 x) with_cpu=ultrasparc ;;
3212 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3215 sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
3216 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
3217 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
3218 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3220 if test x$enable_threads = xyes; then
3226 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3227 tmake_file=arm/t-strongarm-elf
3232 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
3233 tmake_file=arm/t-strongarm-coff
3238 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"
3239 tmake_file=arm/t-strongarm-pe
3245 { echo "config.gcc: error:
3246 *** The Thumb targets have been deprecated. The equivalent
3247 *** ARM based toolchain can now generate Thumb instructions
3248 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3252 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
3253 tmake_file="v850/t-v850 t-rtems"
3254 if test x$stabs = xyes
3256 tm_file="${tm_file} dbx.h"
3259 c_target_objs="v850-c.o"
3260 cxx_target_objs="v850-c.o"
3263 target_cpu_default="TARGET_CPU_generic"
3264 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3265 tmake_file=v850/t-v850
3266 if test x$stabs = xyes
3268 tm_file="${tm_file} dbx.h"
3271 c_target_objs="v850-c.o"
3272 cxx_target_objs="v850-c.o"
3274 vax-*-bsd*) # VAXen running BSD
3278 vax-*-sysv*) # VAXen running system V
3279 tm_file="${tm_file} vax/vaxv.h"
3284 echo "GCC does not yet support the ${machine} target"; exit 1
3287 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
3293 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3297 vax-*-ultrix*) # VAXen running ultrix
3298 tm_file="${tm_file} vax/ultrix.h"
3301 vax-*-vms*) # VAXen running VMS
3302 xm_file=vax/xm-vms.h
3306 vax-*-*) # VAX default entry
3314 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3315 tmake_file=arm/t-xscale-elf
3320 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
3321 tmake_file=arm/t-xscale-coff
3326 # For historical reasons, the target files omit the 'x'.
3327 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
3328 tm_p_file=stormy16/stormy16-protos.h
3329 md_file=stormy16/stormy16.md
3330 out_file=stormy16/stormy16.c
3331 tmake_file="stormy16/t-stormy16"
3332 extra_parts="crtbegin.o crtend.o"
3335 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
3337 tmake_file=xtensa/t-xtensa
3338 extra_parts="crtbegin.o crtend.o"
3339 fixincludes=Makefile.in # newlib headers should be OK
3342 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
3343 tmake_file="t-linux xtensa/t-xtensa"
3344 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3346 if test x$enable_threads = xyes; then
3351 echo "Configuration $machine not supported" 1>&2
3358 install_headers_dir=install-headers-cpio
3362 # Distinguish i[34567]86
3363 # Also, do not run mips-tfile on MIPS if using gas.
3364 # Process --with-cpu= for PowerPC/rs6000
3365 target_cpu_default2=
3368 target_cpu_default2=TARGET_CPU_DEFAULT_i486
3371 case $target_alias in
3373 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
3376 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
3379 target_cpu_default2=TARGET_CPU_DEFAULT_k6
3382 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
3385 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
3389 i686-*-* | i786-*-*)
3390 case $target_alias in
3391 athlon_xp-*|athlon_mp-*|athlon_4-*)
3392 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3394 athlon_tbird-*|athlon-*)
3395 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
3398 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
3401 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
3404 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
3407 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
3412 # We should have hammer chip here, but it does not exist yet and
3413 # thus it is not supported. Athlon_SSE is probably equivalent feature
3414 # wise to hammer from our point of view except for 64bit mode.
3415 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3420 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3423 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3426 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3429 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3432 target_cpu_default2="MASK_CPU_EV5"
3436 if test x$gas = xyes
3438 if test "$target_cpu_default2" = ""
3440 target_cpu_default2="MASK_GAS"
3442 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3447 case "x$with_cpu" in
3450 target_cpu_default2="TARGET_CPU_generic"
3453 # Distinguish cores, and major variants
3454 # arm7m doesn't exist, but D & I don't affect code
3455 xarm[236789] | xarm250 | xarm[67][01]0 \
3456 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3457 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3459 | xstrongarm | xstrongarm110 | xstrongarm1100)
3460 target_cpu_default2="TARGET_CPU_$with_cpu"
3464 echo "--with-cpu must be passed a value" 1>&2
3469 if test x$pass2done = xyes
3471 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3478 hppa*-*-* | parisc*-*-*)
3479 if test x$gas = xyes
3481 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3485 mips*-*-ecoff* | mips*-*-elf*)
3486 if test x$gas = xyes
3488 if test x$gnu_ld = xyes
3490 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3492 target_cpu_default2="MASK_GAS"
3497 if test x$gas = xyes
3499 target_cpu_default2="MASK_GAS"
3502 powerpc*-*-* | rs6000-*-*)
3503 if test x$enable_altivec = xyes
3505 tm_file="$tm_file rs6000/altivec-defs.h"
3507 case "x$with_cpu" in
3511 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
3512 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
3513 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
3514 | x740 | x750 | x7400 | x7450 | x505)
3515 target_cpu_default2="\\\"$with_cpu\\\""
3518 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
3519 target_cpu_default2="\\\"$with_cpu\\\""
3520 tm_file="$tm_file rs6000/softfloat.h"
3524 echo "--with-cpu must be passed a value" 1>&2
3529 if test x$pass2done = xyes
3531 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3538 case ".$with_cpu" in
3540 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3542 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3543 target_cpu_default2="TARGET_CPU_$with_cpu"
3546 if test x$pass2done = xyes
3548 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3556 if test "$target_cpu_default2" != ""
3558 if test "$target_cpu_default" != ""
3560 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3562 target_cpu_default=$target_cpu_default2
3566 # Save data on machine being used to compile GCC in build_xm_file.
3567 # Save data on host machine in vars host_xm_file and host_xmake_file.
3568 if test x$pass1done = x
3570 if test x$xm_file != x
3571 then build_xm_file=$xm_file
3573 build_xm_defines=$xm_defines
3574 build_install_headers_dir=$install_headers_dir
3575 build_exeext=$exeext
3578 if test x$pass2done = x
3580 if test x$xm_file != x
3581 then host_xm_file=$xm_file
3583 host_xm_defines=$xm_defines
3584 host_xmake_file="$xmake_file"
3585 host_truncate_target=$truncate_target
3586 host_extra_gcc_objs=$extra_gcc_objs
3587 host_extra_objs=$extra_host_objs