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/unix.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-slibgcc-elf-ver 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;;
366 tmake_file="t-slibgcc-elf-ver t-freebsd"
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"
374 # Before 5.0, FreeBSD can't bind shared libraries to -lc
375 # when "optionally" threaded via weak pthread_* checks.
377 *-*-freebsd[34] | *-*-freebsd[34].*)
378 tmake_file="${tmake_file} t-slibgcc-nolc-override";;
381 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
383 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
388 # Support site-specific machine types.
390 rest=`echo $machine | sed -e "s/$cpu_type-//"`
391 tm_file=${cpu_type}/$rest.h
392 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
393 then xm_file=${cpu_type}/xm-$rest.h
395 if test -f $srcdir/config/${cpu_type}/x-$rest
396 then xmake_file=${cpu_type}/x-$rest
398 if test -f $srcdir/config/${cpu_type}/t-$rest
399 then tmake_file=${cpu_type}/t-$rest
403 # 1750a is only supported as a target.
404 case "$build,$host" in 1750a*,* | *,1750a* )
405 echo "*** $machine is only supported as a target" >&2
409 a29k-*-bsd* | a29k-*-sym1*)
410 tm_file="${tm_file} a29k/unix.h"
414 a29k-*-udi | a29k-*-coff)
415 tm_file="${tm_file} dbxcoff.h"
416 tmake_file=a29k/t-a29kbare
420 tm_file="a29k/a29k.h a29k/rtems.h rtems.h"
421 tmake_file="a29k/t-a29kbare t-rtems"
422 if test x$enable_threads = xyes; then
427 tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
428 tmake_file=a29k/t-vx29k
429 extra_parts="crtbegin.o crtend.o"
430 thread_file='vxworks'
432 a29k-*-*) # Default a29k environment.
437 tm_file="${tm_file} alpha/unicosmk.h"
439 # Don't include t-ieee for now because we don't support that yet
440 # tmake_file="alpha/t-ieee"
441 tmake_file="alpha/t-unicosmk"
444 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
446 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
447 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
449 # GAS + IEEE_CONFORMANT
450 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
453 xm_file="alpha/xm-alpha-interix.h"
454 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
455 if test x$enable_threads = xyes ; then
458 if test x$stabs = xyes ; then
459 tm_file="${tm_file} dbxcoff.h"
461 #prefix='$$INTERIX_ROOT'/usr/contrib
462 #local_prefix='$$INTERIX_ROOT'/usr/contrib
464 alpha*-*-linux*ecoff*)
465 tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
466 target_cpu_default="MASK_GAS"
467 tmake_file="alpha/t-alpha alpha/t-ieee"
471 alpha*-*-linux*libc1*)
472 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
473 target_cpu_default="MASK_GAS"
474 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
475 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
477 if test x$enable_threads = xyes; then
482 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
483 target_cpu_default="MASK_GAS"
484 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
485 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
487 if test x$enable_threads = xyes; then
492 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
493 target_cpu_default="MASK_GAS"
494 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
495 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
498 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
499 target_cpu_default="MASK_GAS"
500 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
501 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
505 # default x-alpha is only appropriate for dec-osf.
506 target_cpu_default="MASK_GAS"
507 tmake_file="alpha/t-alpha alpha/t-ieee"
512 if test x$stabs = xyes
514 tm_file="${tm_file} dbx.h"
516 if test x$gas != xyes
518 extra_passes="mips-tfile mips-tdump"
521 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm"
522 extra_headers=va_list.h
525 tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
528 tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
531 tm_file="${tm_file} alpha/osf.h"
532 tmake_file="$tmake_file alpha/t-osf4"
533 # Some versions of OSF4 (specifically X4.0-9 296.7) have
534 # a broken tar, so we use cpio instead.
535 install_headers_dir=install-headers-cpio
538 tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
539 tmake_file="$tmake_file alpha/t-osf4"
544 *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
545 target_cpu_default=MASK_SUPPORT_ARCH
551 tm_file="${tm_file} dbx.h alpha/vxworks.h"
552 tmake_file="alpha/t-alpha alpha/t-ieee"
555 extra_passes="mips-tfile mips-tdump"
558 thread_file='vxworks'
562 tm_file="alpha/vms.h alpha/vms64.h"
563 xm_file="alpha/xm-vms.h alpha/xm-vms64.h"
564 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
565 xmake_file=alpha/x-vms
567 # This removes the cpu type and manufacturer components and
568 # replaces "." with "_" in the operating system version.
569 case $host in *-*-*vms*)
570 target_alias=`echo $host \
571 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
574 install_headers_dir=install-headers-cp
581 xm_file=alpha/xm-vms.h
582 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
583 xmake_file=alpha/x-vms
585 # This removes the cpu type and manufacturer components and
586 # replaces "." with "_" in the operating system version.
587 case $host in *-*-*vms*)
588 target_alias=`echo $host \
589 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
592 install_headers_dir=install-headers-cp
597 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
598 extra_parts="crtinit.o crtfini.o"
600 arm-*-coff* | armel-*-coff*)
601 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
602 tmake_file=arm/t-arm-coff
605 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
606 tmake_file=arm/t-arm-coff
607 thread_file='vxworks'
609 arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)
610 tm_file="arm/riscix1-1.h arm/arm.h"
613 arm-*-riscix*) # Acorn RISC machine
616 tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
618 tm_file="arm/riscix.h arm/arm.h"
620 tmake_file=arm/t-riscix
623 arm-semi-aout | armel-semi-aout)
624 tm_file="arm/semi.h arm/aout.h arm/arm.h"
625 tmake_file=arm/t-semi
627 arm-semi-aof | armel-semi-aof)
628 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
629 tmake_file=arm/t-semi
631 arm*-*-freebsd*|strongarm*-*-freebsd*)
632 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
633 tmake_file="${tmake_file} arm/t-strongarm-elf"
636 echo "GCC does not yet support the ${machine} target"; exit 1
639 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
640 tmake_file="t-netbsd arm/t-netbsd"
643 arm*-*-linux*) # ARM GNU/Linux with ELF
644 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"
645 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
646 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
648 case x${enable_threads} in
649 x | xyes | xpthreads | xposix)
654 arm*-*-uclinux*) # ARM ucLinux
655 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"
656 tmake_file=arm/t-arm-elf
659 tm_file="arm/aout.h arm/arm.h"
660 tmake_file=arm/t-arm-aout
663 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
664 tmake_file=arm/t-arm-elf
668 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"
669 tmake_file="arm/t-arm-elf t-rtems"
670 if test x$enable_threads = xyes; then
675 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
676 tmake_file=arm/t-arm-elf
679 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
680 tmake_file=arm/t-arm-elf
683 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
684 tmake_file=arm/t-arm-elf
687 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
693 c1-convex-*) # Convex C1
697 c2-convex-*) # Convex C2
710 target_cpu_default=16
715 tmake_file="c4x/t-c4x t-rtems"
716 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
717 if test x$enable_threads = xyes; then
720 c_target_objs="c4x-c.o"
721 cxx_target_objs="c4x-c.o"
726 c_target_objs="c4x-c.o"
727 cxx_target_objs="c4x-c.o"
729 clipper-intergraph-clix*)
730 tm_file="${tm_file} svr3.h clipper/clix.h"
732 extra_parts="crtbegin.o crtend.o"
733 install_headers_dir=install-headers-cpio
736 tm_file="dbxelf.h ${tm_file} cris/aout.h"
738 tmake_file="cris/t-cris cris/t-aout"
740 cris-*-elf | cris-*-none)
741 tm_file="dbxelf.h elfos.h ${tm_file}"
742 tmake_file="cris/t-cris cris/t-elfmulti"
746 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
747 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
748 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
749 case x${enable_threads} in
750 x | xyes | xpthreads | xposix)
757 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
766 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
767 tmake_file=fr30/t-fr30
768 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
772 tmake_file="h8300/t-h8300 t-rtems"
773 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
774 if test x$enable_threads = xyes; then
780 tmake_file="h8300/t-h8300 h8300/t-elf"
781 tm_file="h8300/h8300.h h8300/elf.h"
787 hppa*64*-*-linux* | parisc*64*-*-linux*)
788 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
789 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
790 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
791 tmake_file=pa/t-linux64
794 hppa*-*-linux* | parisc*-*-linux*)
795 target_cpu_default="MASK_PA_11"
796 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
797 pa/pa32-regs.h pa/pa32-linux.h"
798 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
799 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
801 if test x$enable_threads = xyes; then
806 target_cpu_default="MASK_PA_11"
810 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
811 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
812 tmake_file="pa/t-bsd pa/t-pro"
815 target_cpu_default="MASK_PA_11"
816 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
817 tmake_file="pa/t-bsd pa/t-pa"
822 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
823 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"
824 tmake_file="pa/t-bsd pa/t-pro"
827 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
828 tmake_file="pa/t-bsd pa/t-pa"
832 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
833 target_cpu_default="MASK_PA_11"
834 tmake_file="pa/t-bsd pa/t-pa"
838 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
839 tmake_file="pa/t-bsd pa/t-pa"
843 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
845 tmake_file=pa/t-pa-hpux
846 install_headers_dir=install-headers-cpio
849 hppa1.0-*-hpux8.0[0-2]*)
850 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
852 tmake_file=pa/t-pa-hpux
853 if test x$gas != xyes
855 tm_file="pa/pa-oldas.h ${tm_file}"
857 install_headers_dir=install-headers-cpio
860 hppa1.1-*-hpux8.0[0-2]*)
861 target_cpu_default="MASK_PA_11"
862 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
864 tmake_file=pa/t-pa-hpux
865 if test x$gas != xyes
867 tm_file="pa/pa-oldas.h ${tm_file}"
869 install_headers_dir=install-headers-cpio
873 target_cpu_default="MASK_PA_11"
874 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
876 tmake_file=pa/t-pa-hpux
877 install_headers_dir=install-headers-cpio
881 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
883 tmake_file=pa/t-pa-hpux
884 install_headers_dir=install-headers-cpio
887 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
888 target_cpu_default="MASK_PA_11"
889 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
892 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
893 if test x$enable_threads = x; then
894 enable_threads=$have_pthread_h
896 case x${enable_threads} in
898 tmake_file="${tmake_file} pa/t-dce-thr"
901 install_headers_dir=install-headers-cpio
905 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
908 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
909 if test x$enable_threads = x; then
910 enable_threads=$have_pthread_h
912 case x${enable_threads} in
914 tmake_file="${tmake_file} pa/t-dce-thr"
917 install_headers_dir=install-headers-cpio
922 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"
924 tmake_file="pa/t-pa64 pa/t-pa-hpux"
925 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
927 # if [ x$enable_threads = x ]; then
928 # enable_threads=$have_pthread_h
930 # if [ x$enable_threads = xyes ]; then
932 # tmake_file="${tmake_file} pa/t-dce-thr"
934 install_headers_dir=install-headers-cpio
937 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
938 target_cpu_default="MASK_PA_11"
939 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
942 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
943 # if test x$enable_threads = x; then
944 # enable_threads=$have_pthread_h
946 # if test x$enable_threads = xyes; then
948 # tmake_file="${tmake_file} pa/t-dce-thr"
950 install_headers_dir=install-headers-cpio
954 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
957 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
958 # if test x$enable_threads = x; then
959 # enable_threads=$have_pthread_h
961 # if test x$enable_threads = xyes; then
963 # tmake_file="${tmake_file} pa/t-dce-thr"
965 install_headers_dir=install-headers-cpio
968 hppa1.1-*-hpux* | hppa2*-*-hpux*)
969 target_cpu_default="MASK_PA_11"
970 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
972 tmake_file=pa/t-pa-hpux
973 install_headers_dir=install-headers-cpio
977 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
979 tmake_file=pa/t-pa-hpux
980 install_headers_dir=install-headers-cpio
983 hppa1.1-*-hiux* | hppa2*-*-hiux*)
984 target_cpu_default="MASK_PA_11"
985 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
987 tmake_file=pa/t-pa-hpux
988 install_headers_dir=install-headers-cpio
992 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
994 tmake_file=pa/t-pa-hpux
995 install_headers_dir=install-headers-cpio
999 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
1000 target_cpu_default="MASK_PA_11"
1001 tmake_file="pa/t-bsd pa/t-pa"
1005 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
1006 tmake_file=pa/t-mpeix
1007 echo "You must use gas. Assuming it is already installed."
1009 install_headers_dir=install-headers-tar
1012 i370-*-opened*) # IBM 360/370/390 Architecture
1013 xm_defines='POSIX FATAL_EXIT_CODE=12'
1015 tmake_file="i370/t-oe i370/t-i370"
1016 c_target_objs="i370-c.o"
1017 cxx_target_objs="i370-c.o"
1020 xm_defines='POSIX FATAL_EXIT_CODE=12'
1022 tmake_file="i370/t-i370"
1023 c_target_objs="i370-c.o"
1024 cxx_target_objs="i370-c.o"
1027 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
1028 tmake_file="t-slibgcc-elf-ver t-linux"
1029 # broken_install=yes
1030 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1031 # extra_parts="crtbegin.o crtend.o"
1035 if test x$enable_threads = xyes; then
1039 i[34567]86-*-chorusos*)
1041 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
1042 tmake_file="i386/t-i386elf t-svr4"
1043 case x${enable_threads} in
1044 xyes | xpthreads | xposix)
1051 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1052 tmake_file="i386/t-i386elf t-svr4"
1054 i[34567]86-ibm-aix*) # IBM PS/2 running AIX
1055 if test x$gas = xyes
1057 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/aix386.h"
1058 extra_parts="crtbegin.o crtend.o"
1059 tmake_file=i386/t-crtstuff
1061 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/aix386ng.h"
1066 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
1067 xm_defines="POSIX SMALL_ARG_MAX"
1068 if test x$stabs = xyes -a x$gas = xyes
1070 tm_file=i386/sysv4gdb.h
1072 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1074 extra_parts="crtbegin.o crtend.o"
1075 tmake_file=i386/t-crtpic
1078 tm_p_file="${tm_p_file} nextstep-protos.h"
1079 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h nextstep.h i386/next.h"
1080 tmake_file=i386/t-next
1081 extra_objs=nextstep.o
1082 extra_parts="crtbegin.o crtend.o"
1083 if test x$enable_threads = xyes; then
1087 i[34567]86-*-netware) # Intel 80386's running netware
1088 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1089 tmake_file=i386/t-netware
1091 i[34567]86-sequent-bsd*) # 80386 from Sequent
1093 if test x$gas = xyes
1095 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/sequent.h i386/seq-gas.h"
1097 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/sequent.h"
1100 i[34567]86-sequent-ptx1*)
1102 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/seq-sysv3.h"
1103 tmake_file=i386/t-crtstuff
1104 extra_parts="crtbegin.o crtend.o"
1105 install_headers_dir=install-headers-cpio
1107 i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
1109 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/seq-sysv3.h i386/seq2-sysv3.h"
1110 tmake_file=i386/t-crtstuff
1111 extra_parts="crtbegin.o crtend.o"
1112 install_headers_dir=install-headers-cpio
1114 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1115 if test x$gas = xyes
1117 tm_file="${tm_file} usegas.h"
1119 xm_defines="POSIX SMALL_ARG_MAX"
1120 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1122 extra_parts="crtbegin.o crtend.o"
1123 install_headers_dir=install-headers-cpio
1125 i386-sun-sunos*) # Sun i386 roadrunner
1127 tm_file="${tm_file} i386/unix.h i386/sun386.h i386/sun.h"
1130 i[34567]86-wrs-vxworks*)
1131 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h i386/vxi386.h"
1132 thread_file='vxworks'
1135 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1137 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1139 tmake_file='i386/t-beos i386/t-crtpic'
1140 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1141 extra_parts='crtbegin.o crtend.o'
1143 i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
1144 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/386bsd.h i386/bsd386.h"
1145 # tmake_file=t-libc-ok
1148 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/386bsd.h"
1149 # tmake_file=t-libc-ok
1150 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
1153 i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
1154 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
1155 tmake_file=t-freebsd
1157 i[34567]86-*-freebsd*)
1158 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1161 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
1163 i[34567]86-*-netbsdelf*)
1164 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1167 i[34567]86-*-netbsd*)
1168 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1173 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h"
1176 i[34567]86-*-openbsd*)
1177 tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h ${tm_file}"
1178 # needed to unconfuse gdb
1179 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1180 # we need collect2 until our bug is fixed...
1184 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1186 i[34567]86-*-isc*) # 80386 running ISC system
1188 if test x$gas = xyes -a x$stabs = xyes
1190 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h i386/iscdbx.h"
1191 tmake_file=i386/t-svr3dbx
1192 extra_parts="svr3.ifile svr3z.ifile"
1194 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/isc.h"
1195 tmake_file=i386/t-crtstuff
1196 extra_parts="crtbegin.o crtend.o"
1198 install_headers_dir=install-headers-cpio
1200 i[34567]86-*-linux*oldld*) # Intel 80386's running GNU/Linux
1201 # with a.out format using
1203 tmake_file="t-linux-aout i386/t-crtstuff"
1204 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-oldld.h"
1208 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1210 tmake_file="t-linux-aout i386/t-crtstuff"
1211 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
1215 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1216 # with ELF format using the
1217 # GNU/Linux C library 5
1218 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1219 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1220 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1223 if test x$enable_threads = xyes; then
1224 thread_file='single'
1227 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1228 # with ELF format using glibc 2
1229 # aka GNU/Linux C library 6
1230 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1231 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1232 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1235 if test x$enable_threads = xyes; then
1240 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1241 i386/x86-64.h i386/linux64.h"
1242 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
1243 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1246 if test x$enable_threads = xyes; then
1253 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1254 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1257 i[34567]86-pc-msdosdjgpp*)
1258 xm_file=i386/xm-djgpp.h
1259 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
1260 tmake_file=i386/t-djgpp
1265 case $host in *pc-msdosdjgpp*)
1270 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1271 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1272 tmake_file=t-libc-ok
1276 i[34567]86-*-lynxos*)
1277 if test x$gas = xyes
1279 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
1281 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
1285 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
1286 # tmake_file=t-libc-ok
1289 i[34567]86-*-osfrose*) # 386 using OSF/rose
1290 if test x$elf = xyes
1292 tm_file="${tm_file} halfpic.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/osfrose.h i386/osfelf.h"
1295 tm_file="${tm_file} halfpic.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/osfrose.h"
1298 tmake_file=i386/t-osf
1299 extra_objs=halfpic.o
1301 i[34567]86-go32-rtems*)
1303 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h i386/djgpp-rtems.h rtems.h"
1305 if test x$enable_threads = xyes; then
1309 i[34567]86-*-rtemscoff*)
1311 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h i386/rtems.h rtems.h"
1313 if test x$enable_threads = xyes; then
1317 i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
1319 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1320 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1321 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1322 if test x$enable_threads = xyes; then
1326 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1328 install_headers_dir=install-headers-cpio
1329 tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
1330 if test x$gas = xyes
1332 tm_file="usegas.h ${tm_file}"
1333 tmake_file=i386/t-sco5gas
1335 tmake_file=i386/t-sco5
1337 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1339 i[34567]86-*-solaris2*)
1340 xm_defines="POSIX SMALL_ARG_MAX"
1341 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
1342 if test x$gas = xyes; then
1343 tm_file="i386/sol2gas.h ${tm_file}"
1345 tmake_file="i386/t-sol2 t-svr4"
1346 if test x$gnu_ld = xyes; then
1347 tmake_file="$tmake_file t-slibgcc-elf-ver"
1349 tmake_file="$tmake_file t-slibgcc-sld"
1351 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1352 if test x${enable_threads} = x; then
1353 enable_threads=$have_pthread_h
1354 if test x${enable_threads} = x; then
1355 enable_threads=$have_thread_h
1358 if test x${enable_threads} = xyes; then
1359 if test x${have_pthread_h} = xyes; then
1362 thread_file='solaris'
1366 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1368 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1369 if test x$stabs = xyes
1371 tm_file="${tm_file} dbx.h"
1373 tmake_file="i386/t-crtpic t-svr4"
1374 extra_parts="crtbegin.o crtend.o"
1375 if test x$enable_threads = xyes; then
1379 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1380 xm_defines="POSIX SMALL_ARG_MAX"
1381 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1382 if test x$stabs = xyes
1384 tm_file="${tm_file} dbx.h"
1386 tmake_file="i386/t-crtpic t-svr4"
1387 extra_parts="crtbegin.o crtend.o"
1389 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1391 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
1392 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1393 extra_parts="crtbegin.o crtend.o"
1394 install_headers_dir=install-headers-cpio
1396 i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
1397 xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1398 if test x$stabs = xyes
1400 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
1402 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
1404 tmake_file=i386/t-osf1elf
1405 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1407 i[34567]86-*-sysv*) # Intel 80386's running system V
1409 if test x$gas = xyes
1411 if test x$stabs = xyes
1413 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
1414 tmake_file=i386/t-svr3dbx
1415 extra_parts="svr3.ifile svr3z.rfile"
1417 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
1418 extra_parts="crtbegin.o crtend.o"
1419 tmake_file=i386/t-crtstuff
1422 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
1423 extra_parts="crtbegin.o crtend.o"
1424 tmake_file=i386/t-crtstuff
1426 tmake_file="$tmake_file i386/t-crtpic"
1428 i386-*-vsta) # Intel 80386's running VSTa kernel
1429 xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1430 tm_file="${tm_file} i386/vsta.h"
1434 xm_file=i386/xm-cygwin.h
1436 tmake_file=i386/t-cygwin
1437 tm_file="${tm_file} i386/win32.h"
1439 if test x$enable_threads = xyes; then
1444 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1446 xm_file=i386/xm-cygwin.h
1448 tmake_file=i386/t-cygwin
1449 tm_file=i386/cygwin.h
1451 if test x$enable_threads = xyes; then
1456 i[34567]86-*-mingw32*)
1457 tm_file=i386/mingw32.h
1460 xm_file=i386/xm-mingw32.h
1461 tmake_file="i386/t-cygwin i386/t-mingw32"
1463 if test x$enable_threads = xyes; then
1469 tm_file="${tm_file} i386/crtdll.h"
1471 *minwg32msv* | *mingw32*)
1476 tm_file="i386/cygwin.h i386/uwin.h"
1477 tmake_file="i386/t-cygwin i386/t-uwin"
1479 if test x$enable_threads = xyes; then
1484 i[34567]86-*-interix3*)
1485 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
1486 xm_file="i386/xm-i386-interix.h"
1488 tmake_file="t-interix i386/t-interix"
1489 extra_objs=interix.o
1490 xmake_file="x-interix"
1491 if test x$enable_threads = xyes ; then
1494 if test x$stabs = xyes ; then
1495 tm_file="${tm_file} dbxcoff.h"
1498 i[34567]86-*-interix*)
1499 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1500 xm_file="i386/xm-i386-interix.h"
1502 tmake_file="t-interix i386/t-interix"
1503 extra_objs=interix.o
1504 if test x$enable_threads = xyes ; then
1507 if test x$stabs = xyes ; then
1508 tm_file="${tm_file} dbxcoff.h"
1511 i[34567]86-dg-dgux*)
1513 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
1514 tmake_file=i386/t-dgux
1515 install_headers_dir=install-headers-cpio
1517 i860-alliant-*) # Alliant FX/2800
1518 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
1519 tmake_file=i860/t-fx2800
1520 extra_parts="crtbegin.o crtend.o"
1523 tm_file="${tm_file} i860/bsd.h"
1524 if test x$gas = xyes
1526 tm_file="${tm_file} i860/bsd-gas.h"
1531 tm_file="${tm_file} i860/mach.h"
1532 tmake_file=t-libc-ok
1534 i860-*-osf*) # Intel Paragon XP/S, OSF/1AD
1535 tm_file="${tm_file} svr3.h i860/paragon.h"
1539 tm_file="${tm_file} svr3.h i860/sysv3.h"
1541 extra_parts="crtbegin.o crtend.o"
1544 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
1547 extra_parts="crtbegin.o crtend.o"
1549 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1550 tm_file="${tm_file} i960/vx960.h"
1551 tmake_file=i960/t-vxworks960
1553 thread_file='vxworks'
1554 c_target_objs="i960-c.o"
1555 cxx_target_objs="i960-c.o"
1557 i960-wrs-vxworks5* | i960-wrs-vxworks)
1558 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1559 tmake_file=i960/t-vxworks960
1561 thread_file='vxworks'
1562 c_target_objs="i960-c.o"
1563 cxx_target_objs="i960-c.o"
1566 tm_file="${tm_file} i960/vx960.h"
1567 tmake_file=i960/t-vxworks960
1569 thread_file='vxworks'
1570 c_target_objs="i960-c.o"
1571 cxx_target_objs="i960-c.o"
1574 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1575 tmake_file=i960/t-960bare
1576 c_target_objs="i960-c.o"
1577 cxx_target_objs="i960-c.o"
1581 tmake_file="i960/t-960bare t-rtems"
1582 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1583 if test x$enable_threads = xyes; then
1586 c_target_objs="i960-c.o"
1587 cxx_target_objs="i960-c.o"
1589 i960-*-*) # Default i960 environment.
1591 tmake_file=i960/t-960bare
1592 c_target_objs="i960-c.o"
1593 cxx_target_objs="i960-c.o"
1596 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1597 tmake_file="ia64/t-ia64 ia64/t-aix"
1598 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1601 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1602 tmake_file="ia64/t-ia64"
1603 target_cpu_default="0"
1604 if test x$gas = xyes
1606 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1608 if test x$gnu_ld = xyes
1610 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1615 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/freebsd.h"
1616 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1617 tmake_file="${tmake_file} ia64/t-ia64"
1621 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1622 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1623 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1624 if test x$enable_threads = xyes; then
1630 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1631 tmake_file="ia64/t-ia64 ia64/t-hpux"
1632 target_cpu_default="MASK_GNU_AS"
1633 if test x$enable_threads = xyes; then
1639 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1640 extra_parts="crtinit.o crtfini.o"
1642 # m68hc11 and m68hc12 share the same machine description.
1643 m68hc11-*-*|m6811-*-*)
1644 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1645 tm_p_file="m68hc11/m68hc11-protos.h"
1646 md_file="m68hc11/m68hc11.md"
1647 out_file="m68hc11/m68hc11.c"
1648 tmake_file="m68hc11/t-m68hc11-gas"
1650 m68hc12-*-*|m6812-*-*)
1651 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1652 tm_p_file="m68hc11/m68hc11-protos.h"
1653 md_file="m68hc11/m68hc11.md"
1654 out_file="m68hc11/m68hc11.c"
1655 tmake_file="m68hc11/t-m68hc11-gas"
1657 m68000-convergent-sysv*)
1662 m68000-hp-bsd*) # HP 9000/200 running BSD
1663 tm_file=m68k/hp2bsd.h
1666 m68000-hp-hpux*) # HP 9000 series 300
1668 if test x$gas = xyes
1670 tm_file=m68k/hp310g.h
1672 tm_file=m68k/hp310.h
1674 tmake_file=m68k/t-hp320
1675 install_headers_dir=install-headers-cpio
1683 tm_file=m68k/sun2o4.h
1688 if test x$gas = xyes
1696 m68k-apple-aux*) # Apple Macintosh running A/UX
1698 tmake_file=m68k/t-aux
1699 install_headers_dir=install-headers-cpio
1700 extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1702 if test "$gnu_ld" = yes
1704 tm_file="${tm_file} m68k/auxgld.h"
1706 tm_file="${tm_file} m68k/auxld.h"
1708 if test "$gas" = yes
1710 tm_file="${tm_file} m68k/auxgas.h"
1712 tm_file="${tm_file} m68k/auxas.h"
1714 tm_file="${tm_file} m68k/a-ux.h"
1718 tm_file=m68k/apollo68.h
1722 m68k-altos-sysv*) # Altos 3068
1723 if test x$gas = xyes
1725 tm_file=m68k/altos3068.h
1728 echo "The Altos is supported only with the GNU assembler" 1>&2
1732 m68k-bull-sysv*) # Bull DPX/2
1733 if test x$gas = xyes
1735 if test x$stabs = xyes
1737 tm_file=m68k/dpx2cdbx.h
1739 tm_file=m68k/dpx2g.h
1747 m68k-atari-sysv4*) # Atari variant of V.4.
1748 tm_file=m68k/atari.h
1751 extra_parts="crtbegin.o crtend.o"
1754 m68k-motorola-sysv*)
1755 tm_file=m68k/mot3300.h
1757 if test x$gas = xyes
1759 if test x$gnu_ld = xyes
1761 tmake_file=m68k/t-mot3300-gald
1763 tmake_file=m68k/t-mot3300-gas
1767 if test x$gnu_ld = xyes
1769 tmake_file=m68k/t-mot3300-gld
1771 tmake_file=m68k/t-mot3300
1775 gdb_needs_out_file_path=yes
1776 extra_parts="crt0.o mcrt0.o"
1779 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1780 tm_file=m68k/tower-as.h
1782 extra_parts="crtbegin.o crtend.o"
1785 tm_file=m68k/plexus.h
1798 m68k-cbm-sysv4*) # Commodore variant of V.4.
1802 extra_parts="crtbegin.o crtend.o"
1806 tm_file=m68k/ccur-GAS.h
1810 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1811 tm_file=m68k/hp3bsd44.h
1815 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1816 tm_file=m68k/hp3bsd.h
1821 if test x$with_fp = xno
1823 tm_file=m68k/isi-nfp.h
1830 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1832 if test x$gas = xyes
1834 xmake_file=m68k/x-hp320g
1835 tm_file=m68k/hp320g.h
1837 xmake_file=m68k/x-hp320
1838 tm_file=m68k/hpux7.h
1840 install_headers_dir=install-headers-cpio
1844 m68k-hp-hpux*) # HP 9000 series 300
1846 if test x$gas = xyes
1848 xmake_file=m68k/x-hp320g
1849 tm_file=m68k/hp320g.h
1851 xmake_file=m68k/x-hp320
1852 tm_file=m68k/hp320.h
1854 install_headers_dir=install-headers-cpio
1859 tm_file=m68k/sun3mach.h
1864 if test x$gas = xyes
1866 tm_file=m68k/news3gas.h
1868 tm_file=m68k/news3.h
1873 m68k-sony-bsd* | m68k-sony-newsos*)
1874 if test x$gas = xyes
1876 tm_file=m68k/newsgas.h
1883 m68k-next-nextstep2*)
1884 tm_p_file="${tm_p_file} nextstep-protos.h"
1885 tm_file=m68k/next21.h
1886 tmake_file=m68k/t-next
1887 xmake_file=m68k/x-next
1888 extra_objs=nextstep.o
1892 m68k-next-nextstep[34]*)
1893 tm_p_file="${tm_p_file} nextstep-protos.h"
1895 tmake_file=m68k/t-next
1896 xmake_file=m68k/x-next
1897 extra_objs=nextstep.o
1898 extra_parts="crtbegin.o crtend.o"
1900 if test x$enable_threads = xyes; then
1905 if test x$with_fp = xno
1907 tm_file=m68k/sun3n3.h
1909 tm_file=m68k/sun3o3.h
1914 m68k-sun-sunos*) # For SunOS 4 (the default).
1915 if test x$with_fp = xno
1917 tm_file=m68k/sun3n.h
1925 tm_file=m68k/vxm68k.h
1926 tmake_file=m68k/t-vxworks68
1927 thread_file='vxworks'
1931 tmake_file=m68k/t-m68kbare
1932 tm_file="m68k/m68k-aout.h libgloss.h"
1936 tmake_file=m68k/t-m68kbare
1937 tm_file="m68k/m68k-coff.h dbx.h"
1940 m68020-*-elf* | m68k-*-elf*)
1941 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1943 tmake_file=m68k/t-m68kelf
1944 extra_parts="crtbegin.o crtend.o"
1947 if test x$gas = xyes
1951 tm_file=m68k/lynx-ng.h
1953 tmake_file=m68k/t-lynx
1956 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1957 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1960 target_cpu_default="0"
1963 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1969 tm_file=m68k/netbsd.h
1975 # needed to unconfuse gdb
1976 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1978 # we need collect2 until our bug is fixed...
1981 m68k-*-sysv3*) # Motorola m68k's running system V.3
1983 extra_parts="crtbegin.o crtend.o"
1986 m68k-*-sysv4*) # Motorola m68k's running system V.4
1987 tm_file=m68k/m68kv4.h
1990 extra_parts="crtbegin.o crtend.o"
1993 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1995 tm_file=m68k/linux-aout.h
1996 tmake_file="t-linux-aout m68k/t-linux-aout"
2000 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
2001 # with ELF format using the
2002 # GNU/Linux C library 5
2003 tm_file=m68k/linux.h
2004 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
2005 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2009 m68k-*-linux*) # Motorola m68k's running GNU/Linux
2010 # with ELF format using glibc 2
2011 # aka the GNU/Linux C library 6.
2012 tm_file=m68k/linux.h
2013 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
2014 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2017 if test x$enable_threads = xyes; then
2022 tmake_file=m68k/t-m68kbare
2023 tm_file=m68k/m68k-psos.h
2028 tmake_file="m68k/t-m68kbare t-rtems"
2029 tm_file="m68k/m68k-coff.h m68k/rtems.h rtems.h"
2031 if test x$enable_threads = xyes; then
2035 m68k-*-rtemself*|m68k-*-rtems*)
2037 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
2038 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"
2040 extra_parts="crtbegin.o crtend.o"
2041 if test x$enable_threads = xyes; then
2049 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
2050 tmake_file="m88k/t-dgux m88k/t-dguxbcs"
2053 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
2054 tmake_file=m88k/t-dgux
2057 extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
2058 if test x$gas = xyes
2060 tmake_file=m88k/t-dgux-gas
2063 m88k-dolphin-sysv3*)
2065 tm_file=m88k/dolph.h
2066 extra_parts="crtbegin.o crtend.o"
2067 tmake_file=m88k/t-dolph
2068 if test x$gas = xyes
2070 tmake_file=m88k/t-m88k-gas
2073 m88k-tektronix-sysv3)
2075 tm_file=m88k/tekXD88.h
2076 extra_parts="crtbegin.o crtend.o"
2077 tmake_file=m88k/t-tekXD88
2078 if test x$gas = xyes
2080 tmake_file=m88k/t-m88k-gas
2085 tm_file=m88k/m88k-aout.h
2089 tm_file=m88k/m88k-coff.h
2090 tmake_file=m88k/t-bug
2094 extra_parts="crtbegin.o crtend.o"
2095 if test x$gas = xyes
2097 tmake_file=m88k/t-luna-gas
2099 tmake_file=m88k/t-luna
2103 tmake_file="${tmake_file} m88k/t-luna-gas"
2104 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
2108 tm_file=m88k/sysv3.h
2109 extra_parts="crtbegin.o crtend.o"
2110 if test x$gas = xyes
2112 tmake_file=m88k/t-m88k-gas
2117 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
2118 extra_parts="crtbegin.o crtend.o"
2119 tmake_file=m88k/t-sysv4
2122 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
2123 tmake_file=mcore/t-mcore
2126 tm_file=mcore/mcore-pe.h
2127 tmake_file=mcore/t-mcore-pe
2129 mips-sgi-irix6*) # SGI System V.4., IRIX 6
2130 if test "x$gnu_ld" = xyes
2132 tm_file="mips/iris6.h mips/iris6gld.h"
2134 tm_file=mips/iris6.h
2136 tmake_file="mips/t-iris mips/t-iris6"
2138 # if test x$enable_threads = xyes; then
2139 # thread_file='irix'
2143 tm_file="mips/elf.h mips/vxworks.h"
2144 tmake_file=mips/t-ecoff
2147 extra_parts="crtbegin.o crtend.o"
2148 thread_file='vxworks'
2150 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
2151 tm_file="mips/iris6.h mips/cross64.h"
2153 xm_file=mips/xm-iris5.h
2154 tmake_file="mips/t-iris mips/t-cross64"
2155 # See comment in mips/iris[56].h files.
2157 # if test x$enable_threads = xyes; then
2158 # thread_file='irix'
2162 if test x$gas = xyes
2164 if test x$stabs = xyes
2166 tm_file=mips/iris5gdb.h
2168 tm_file="mips/sni-svr4.h mips/sni-gas.h"
2171 tm_file=mips/sni-svr4.h
2174 if test x$gnu_ld != xyes
2179 mips-sgi-irix5*) # SGI System V.4., IRIX 5
2180 if test x$gas = xyes
2182 tm_file="mips/iris5.h mips/iris5gas.h"
2183 if test x$stabs = xyes
2185 tm_file="${tm_file} dbx.h"
2188 tm_file=mips/iris5.h
2190 tmake_file=mips/t-iris
2192 xm_file=mips/xm-iris5.h
2193 # mips-tfile doesn't work yet
2194 # See comment in mips/iris5.h file.
2196 # if test x$enable_threads = xyes; then
2197 # thread_file='irix'
2200 mips-sgi-irix4loser*) # Mostly like a MIPS.
2201 tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2202 if test x$stabs = xyes; then
2203 tm_file="${tm_file} dbx.h"
2205 tmake_file=mips/t-iris
2207 if test x$gas = xyes
2210 extra_passes="mips-tfile mips-tdump"
2212 if test x$gnu_ld != xyes
2216 # if test x$enable_threads = xyes; then
2217 # thread_file='irix'
2220 mips-sgi-irix4*) # Mostly like a MIPS.
2221 tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2222 if test x$stabs = xyes; then
2223 tm_file="${tm_file} dbx.h"
2225 tmake_file=mips/t-iris
2227 if test x$gas = xyes
2230 extra_passes="mips-tfile mips-tdump"
2232 if test x$gnu_ld != xyes
2236 # if test x$enable_threads = xyes; then
2237 # thread_file='irix'
2240 mips-sgi-*) # Mostly like a MIPS.
2241 tm_file="mips/iris3.h ${tm_file}"
2242 if test x$stabs = xyes; then
2243 tm_file="${tm_file} dbx.h"
2246 if test x$gas = xyes
2249 extra_passes="mips-tfile mips-tdump"
2251 if test x$gnu_ld != xyes
2256 mips-dec-osfrose*) # Decstation running OSF/1 reference port with OSF/rose.
2257 tm_file="mips/osfrose.h ${tm_file}"
2258 extra_objs=halfpic.o
2261 mips-dec-osf*) # Decstation running OSF/1 as shipped by DIGITAL
2262 tm_file=mips/dec-osf1.h
2263 if test x$stabs = xyes; then
2264 tm_file="${tm_file} dbx.h"
2266 if test x$gas = xyes
2269 tmake_file=mips/t-ultrix
2270 extra_passes="mips-tfile mips-tdump"
2272 if test x$gnu_ld != xyes
2277 mips-dec-bsd*) # Decstation running 4.4 BSD
2278 tm_file=mips/dec-bsd.h
2279 if test x$gas = xyes
2282 tmake_file=mips/t-ultrix
2283 extra_passes="mips-tfile mips-tdump"
2285 if test x$gnu_ld != xyes
2290 mips*-*-netbsd*) # NetBSD/mips, either endian.
2291 tm_file="elfos.h mips/netbsd.h"
2294 tm_file="mips/little.h $tm_file"
2298 mips*-*-linux*) # Linux MIPS, either endian.
2299 tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
2302 tm_file="$tm_file mips/isa32-linux.h"
2303 target_cpu_default="MASK_SOFT_FLOAT"
2308 tm_file="mips/little.h $tm_file"
2311 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
2312 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
2315 if test x$enable_threads = xyes; then
2319 mips*el-*-openbsd*) # mips little endian
2320 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2322 mips*-*-openbsd*) # mips big endian
2323 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2324 tm_file="mips/openbsd-be.h ${tm_file}"
2326 mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
2327 tm_file="mips/news4.h ${tm_file}"
2328 if test x$stabs = xyes; then
2329 tm_file="${tm_file} dbx.h"
2331 if test x$gas = xyes
2334 extra_passes="mips-tfile mips-tdump"
2336 if test x$gnu_ld != xyes
2341 mips-sony-sysv*) # Sony NEWS 3800 with NEWSOS5.0.
2342 # That is based on svr4.
2343 # t-svr4 is not right because this system doesn't use ELF.
2344 tm_file="mips/news5.h ${tm_file}"
2345 if test x$stabs = xyes; then
2346 tm_file="${tm_file} dbx.h"
2349 if test x$gas = xyes
2352 extra_passes="mips-tfile mips-tdump"
2354 if test x$gnu_ld != xyes
2359 mips-tandem-sysv4*) # Tandem S2 running NonStop UX
2360 tm_file="mips/svr4-5.h mips/svr4-t.h"
2361 if test x$stabs = xyes; then
2362 tm_file="${tm_file} dbx.h"
2365 if test x$gas = xyes
2367 extra_parts="crtbegin.o crtend.o"
2369 extra_passes="mips-tfile mips-tdump"
2371 if test x$gnu_ld != xyes
2376 mips-*-ultrix* | mips-dec-mach3) # Decstation.
2377 tm_file="mips/ultrix.h ${tm_file}"
2378 if test x$stabs = xyes; then
2379 tm_file="${tm_file} dbx.h"
2381 if test x$gas = xyes
2384 tmake_file=mips/t-ultrix
2385 extra_passes="mips-tfile mips-tdump"
2387 if test x$gnu_ld != xyes
2392 mips-*-riscos[56789]bsd*)
2393 tm_file=mips/bsd-5.h # MIPS BSD 4.3, RISC-OS 5.0
2394 if test x$stabs = xyes; then
2395 tm_file="${tm_file} dbx.h"
2397 if test x$gas = xyes
2399 tmake_file=mips/t-bsd-gas
2401 tmake_file=mips/t-bsd
2402 extra_passes="mips-tfile mips-tdump"
2404 if test x$gnu_ld != xyes
2409 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2410 tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2411 if test x$stabs = xyes; then
2412 tm_file="${tm_file} dbx.h"
2414 if test x$gas = xyes
2416 tmake_file=mips/t-bsd-gas
2418 tmake_file=mips/t-bsd
2419 extra_passes="mips-tfile mips-tdump"
2421 if test x$gnu_ld != xyes
2426 mips-*-riscos[56789]sysv4*)
2427 tm_file=mips/svr4-5.h # MIPS System V.4., RISC-OS 5.0
2428 if test x$stabs = xyes; then
2429 tm_file="${tm_file} dbx.h"
2431 if test x$gas = xyes
2433 tmake_file=mips/t-svr4-gas
2435 tmake_file=mips/t-svr4
2436 extra_passes="mips-tfile mips-tdump"
2438 if test x$gnu_ld != xyes
2443 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2444 tm_file="mips/svr4-4.h ${tm_file}"
2445 if test x$stabs = xyes; then
2446 tm_file="${tm_file} dbx.h"
2449 if test x$gas = xyes
2451 tmake_file=mips/t-svr4-gas
2453 tmake_file=mips/t-svr4
2454 extra_passes="mips-tfile mips-tdump"
2456 if test x$gnu_ld != xyes
2461 mips-*-riscos[56789]sysv*)
2462 tm_file=mips/svr3-5.h # MIPS System V.3, RISC-OS 5.0
2463 if test x$stabs = xyes; then
2464 tm_file="${tm_file} dbx.h"
2467 if test x$gas = xyes
2469 tmake_file=mips/t-svr3-gas
2471 tmake_file=mips/t-svr3
2472 extra_passes="mips-tfile mips-tdump"
2474 if test x$gnu_ld != xyes
2479 mips-*-sysv* | mips-*-riscos*sysv*)
2480 tm_file="mips/svr3-4.h ${tm_file}"
2481 if test x$stabs = xyes; then
2482 tm_file="${tm_file} dbx.h"
2485 if test x$gas = xyes
2487 tmake_file=mips/t-svr3-gas
2489 tmake_file=mips/t-svr3
2490 extra_passes="mips-tfile mips-tdump"
2492 if test x$gnu_ld != xyes
2497 mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0.
2498 tm_file=mips/mips-5.h
2499 if test x$stabs = xyes; then
2500 tm_file="${tm_file} dbx.h"
2502 if test x$gas = xyes
2505 extra_passes="mips-tfile mips-tdump"
2507 if test x$gnu_ld != xyes
2513 tm_file=mips/ecoffl.h
2514 if test x$stabs = xyes; then
2515 tm_file="${tm_file} dbx.h"
2517 tmake_file=mips/t-ecoff
2520 tm_file="gofast.h mips/ecoff.h"
2521 if test x$stabs = xyes; then
2522 tm_file="${tm_file} dbx.h"
2524 tmake_file=mips/t-ecoff
2527 tm_file="mips/isa3264.h mips/abi64.h"
2528 tmake_file=mips/t-isa3264
2529 target_cpu_default="MASK_SOFT_FLOAT"
2532 tm_file="mips/elfl.h"
2533 tmake_file=mips/t-elf
2536 tm_file="mips/elf.h"
2537 tmake_file=mips/t-elf
2540 tm_file="mips/elfl64.h"
2541 tmake_file=mips/t-elf
2543 mips64orionel-*-elf*)
2544 tm_file="mips/elforion.h mips/elfl64.h"
2545 tmake_file=mips/t-elf
2548 tm_file="mips/elf64.h"
2549 tmake_file=mips/t-elf
2552 tm_file="mips/elforion.h mips/elf64.h"
2553 tmake_file=mips/t-elf
2555 mips64orion-*-rtems*)
2557 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
2558 tmake_file="mips/t-elf t-rtems"
2559 if test x$enable_threads = xyes; then
2565 tm_file="mips/elf.h mips/rtems.h rtems.h"
2566 tmake_file="mips/t-elf t-rtems"
2567 if test x$enable_threads = xyes; then
2572 tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2573 tmake_file=mips/t-r3900
2574 target_cpu_default="MASK_SOFT_FLOAT"
2577 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2578 tmake_file=mips/t-r3900
2580 mips-*-*) # Default MIPS RISC-OS 4.0.
2581 if test x$stabs = xyes; then
2582 tm_file="${tm_file} dbx.h"
2584 if test x$gas = xyes
2587 extra_passes="mips-tfile mips-tdump"
2589 if test x$gnu_ld != xyes
2594 mmix-knuth-mmixware)
2598 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2599 if test x$stabs = xyes
2601 tm_file="${tm_file} dbx.h"
2606 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2607 if test x$stabs = xyes
2609 tm_file="${tm_file} dbx.h"
2614 tm_file=ns32k/encore.h
2618 tm_file=ns32k/sequent.h
2622 tm_file=ns32k/tek6100.h
2626 tm_file=ns32k/tek6200.h
2630 tm_file=ns32k/merlin.h
2634 tm_file=ns32k/pc532-mach.h
2638 tm_file=ns32k/pc532-min.h
2639 xm_defines='POSIX HZ=60'
2643 echo "GCC does not yet support the ${machine} target"; exit 1
2646 tm_file=ns32k/netbsd.h
2647 # On NetBSD, the headers are already okay, except for math.h.
2652 tm_file="${tm_file} pdp11/2bsd.h"
2662 tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
2667 tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
2680 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2684 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2685 out_file=rs6000/rs6000.c
2686 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64"
2689 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"
2690 out_file=rs6000/rs6000.c
2691 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
2694 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
2696 tmake_file=rs6000/t-beos
2700 tm_file="${tm_file} darwin.h rs6000/darwin.h"
2701 tm_p_file="${tm_p_file} darwin-protos.h"
2702 tmake_file=rs6000/t-darwin
2703 extra_objs="darwin.o"
2704 c_target_objs="darwin-c.o"
2705 cxx_target_objs="darwin-c.o"
2706 # Darwin linker does collect2 functionality
2708 extra_headers=altivec.h
2710 powerpc*-*-freebsd*)
2711 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2712 xm_file=rs6000/xm-sysv4.h
2713 out_file=rs6000/rs6000.c
2714 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2717 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2719 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2722 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2723 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2725 powerpc-*-chorusos*)
2727 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2728 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2729 case x${enable_threads} in
2730 xyes | xpthreads | xposix)
2737 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2738 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2740 powerpc-*-eabisimaltivec*)
2742 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"
2743 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2747 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2748 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2752 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2753 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2755 powerpc-*-eabialtivec*)
2757 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2758 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2762 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2763 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2767 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2768 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2769 if test x$enable_threads = xyes; then
2773 powerpc-*-linux*libc1)
2774 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2775 out_file=rs6000/rs6000.c
2776 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2777 if test x$enable_threads = xyes; then
2781 powerpc-*-linux-gnualtivec*)
2782 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2783 out_file=rs6000/rs6000.c
2784 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2785 if test x$enable_threads = xyes; then
2790 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2791 out_file=rs6000/rs6000.c
2792 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2793 if test x$enable_threads = xyes; then
2797 powerpc-*-gnu-gnualtivec*)
2798 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"
2799 out_file=rs6000/rs6000.c
2800 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2801 if test x$enable_threads = xyes; then
2806 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"
2807 out_file=rs6000/rs6000.c
2808 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2809 if test x$enable_threads = xyes; then
2813 powerpc-wrs-vxworks*)
2815 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2816 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2817 thread_file='vxworks'
2819 powerpcle-wrs-vxworks*)
2821 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2822 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2823 thread_file='vxworks'
2826 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2828 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2832 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2833 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2835 powerpcle-*-eabisim*)
2837 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"
2838 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2842 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2843 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2845 rs6000-ibm-aix3.[01]*)
2847 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2851 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2853 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2854 tmake_file=rs6000/t-newas
2859 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2861 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2862 tmake_file=rs6000/t-newas
2867 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2869 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2870 tmake_file=rs6000/t-aix43
2876 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2878 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2879 tmake_file=rs6000/t-aix43
2887 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2893 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2898 tm_file="${tm_file} rs6000/mach.h"
2903 tm_file="lynx.h rs6000/lynx.h"
2904 tmake_file=rs6000/t-rs6000
2908 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2909 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
2910 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2911 if test x$enable_threads = xyes; then
2916 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2917 tm_p_file=s390/s390-protos.h
2918 md_file=s390/s390.md
2919 out_file=s390/s390.c
2920 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
2921 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2922 if test x$enable_threads = xyes; then
2927 tmake_file="sh/t-sh sh/t-elf"
2928 tm_file="${tm_file} sh/embed-elf.h"
2932 tmake_file="sh/t-sh sh/t-elf sh/t-sh64"
2933 tm_file="${tm_file} sh/sh.h sh/embed-elf.h sh/sh64.h"
2935 extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h"
2936 # Not strictly necessary to check this, but a good idea anyway.
2937 if test $machine = $target; then
2938 target_requires_64bit_host_wide_int=yes
2943 tmake_file="sh/t-sh sh/t-elf t-rtems"
2944 tm_file="${tm_file} sh/embed-elf.h sh/rtemself.h rtems.h"
2946 if test x$enable_threads = xyes; then
2952 tmake_file="sh/t-sh t-rtems"
2953 tm_file="${tm_file} sh/rtems.h rtems.h"
2955 if test x$enable_threads = xyes; then
2960 tm_file="${tm_file} sh/elf.h sh/linux.h"
2961 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2963 if test x$enable_threads = xyes; then
2972 tm_file="${tm_file} sparc/pbd.h"
2975 sparc64-wrs-vxworks*)
2976 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"
2977 tmake_file="sparc/t-vxsparc64 sparc/t-crtfm"
2980 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
2981 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
2982 tmake_file=sparc/t-vxsparc
2984 thread_file='vxworks'
2987 tmake_file=sparc/t-sparcbare
2988 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2991 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2994 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2999 tm_file="sparc/sparc.h ${tm_file}"
3000 # needed to unconfuse gdb
3001 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
3002 # we need collect2 until our bug is fixed...
3006 tm_file="${tm_file} sparc/bsd.h"
3009 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
3010 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
3011 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3013 case x${enable_threads} in
3014 xyes | xpthreads | xposix)
3020 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
3021 tmake_file="sparc/t-elf sparc/t-crtfm"
3022 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3026 sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
3027 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
3030 sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
3031 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3032 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
3033 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3037 sparc-*-linux*) # Sparc's running GNU/Linux, libc6
3038 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3039 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
3040 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3042 if test x$enable_threads = xyes; then
3048 if test x$gas = xyes
3050 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
3052 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
3054 tmake_file=sparc/t-sunos41
3058 tmake_file="sparc/t-sparcbare t-rtems"
3059 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
3060 if test x$enable_threads = xyes; then
3064 sparc-*-rtems*|sparc-*-rtemself*)
3066 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
3067 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
3068 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3071 if test x$enable_threads = xyes; then
3075 sparcv9-*-solaris2* | sparc64-*-solaris2*)
3076 if test x$gnu_ld = xyes
3078 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h sparc/sol2-gld.h"
3080 tm_file=sparc/sol2-sld-64.h
3083 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
3084 if test x$gnu_ld = xyes; then
3085 tmake_file="$tmake_file t-slibgcc-elf-ver"
3087 tmake_file="$tmake_file t-slibgcc-sld"
3089 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
3091 if test x${enable_threads} = x ; then
3092 enable_threads=$have_pthread_h
3093 if test x${enable_threads} = x ; then
3094 enable_threads=$have_thread_h
3097 if test x${enable_threads} = xyes ; then
3098 if test x${have_pthread_h} = xyes ; then
3101 thread_file='solaris'
3105 sparc-hal-solaris2*)
3107 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
3108 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
3109 if test x$gnu_ld = xyes; then
3110 tm_file="${tm_file} sparc/sol2-gld.h"
3111 tmake_file="$tmake_file t-slibgcc-elf-ver"
3113 tmake_file="$tmake_file t-slibgcc-sld"
3115 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3124 thread_file='solaris'
3127 if test x$gnu_ld = xyes
3129 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-gld.h"
3131 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-sld.h"
3134 tmake_file="sparc/t-sol2 sparc/t-crtfm"
3135 if test x$gnu_ld = xyes; then
3136 tmake_file="$tmake_file t-slibgcc-elf-ver"
3138 tmake_file="$tmake_file t-slibgcc-sld"
3140 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
3142 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
3144 if test x$gnu_ld = xyes
3146 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h sparc/sol2-gld.h"
3148 tm_file="sparc/sol2-sld-64.h"
3150 tmake_file="$tmake_file sparc/t-sol2-64"
3161 if test x${enable_threads} = x; then
3162 enable_threads=$have_pthread_h
3163 if test x${enable_threads} = x; then
3164 enable_threads=$have_thread_h
3167 if test x${enable_threads} = xyes; then
3168 if test x${have_pthread_h} = xyes; then
3171 thread_file='solaris'
3176 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3180 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3181 tmake_file=sparc/t-sunos41
3183 if test x$gas = xyes; then
3184 tm_file="${tm_file} sparc/sun4gas.h"
3188 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
3192 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
3195 extra_parts="crtbegin.o crtend.o"
3199 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
3200 tmake_file=sparc/t-vxsparc
3203 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
3204 tmake_file=sparc/t-splet
3207 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
3208 tmake_file=sparc/t-sparclite
3211 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
3212 tmake_file=sparc/t-sparclite
3215 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
3216 tmake_file="sparc/t-sparclite sparc/t-crtfm"
3217 extra_parts="crtbegin.o crtend.o"
3220 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
3221 tmake_file=sparc/t-sp86x
3224 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"
3225 tmake_file="sparc/t-sp86x sparc/t-crtfm"
3226 extra_parts="crtbegin.o crtend.o"
3229 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
3232 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
3233 tmake_file="${tmake_file} sparc/t-crtfm"
3234 extra_parts="crtbegin.o crtend.o"
3236 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3237 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
3238 tmake_file="${tmake_file} sparc/t-crtfm"
3240 case "x$with_cpu" in
3242 x) with_cpu=ultrasparc ;;
3243 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3246 sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
3247 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
3248 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
3249 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3251 if test x$enable_threads = xyes; then
3257 tmake_file="${tmake_file} sparc/t-netbsd64"
3258 tm_file="sparc/biarch64.h ${tm_file}"
3259 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
3263 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3264 tmake_file=arm/t-strongarm-elf
3269 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
3270 tmake_file=arm/t-strongarm-coff
3275 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"
3276 tmake_file=arm/t-strongarm-pe
3282 { echo "config.gcc: error:
3283 *** The Thumb targets have been deprecated. The equivalent
3284 *** ARM based toolchain can now generate Thumb instructions
3285 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3289 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
3290 tmake_file="v850/t-v850 t-rtems"
3291 if test x$stabs = xyes
3293 tm_file="${tm_file} dbx.h"
3296 c_target_objs="v850-c.o"
3297 cxx_target_objs="v850-c.o"
3300 target_cpu_default="TARGET_CPU_generic"
3301 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3302 tmake_file=v850/t-v850
3303 if test x$stabs = xyes
3305 tm_file="${tm_file} dbx.h"
3308 c_target_objs="v850-c.o"
3309 cxx_target_objs="v850-c.o"
3311 vax-*-bsd*) # VAXen running BSD
3315 vax-*-sysv*) # VAXen running system V
3316 tm_file="${tm_file} vax/vaxv.h"
3321 echo "GCC does not yet support the ${machine} target"; exit 1
3324 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
3330 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3334 vax-*-ultrix*) # VAXen running ultrix
3335 tm_file="${tm_file} vax/ultrix.h"
3338 vax-*-vms*) # VAXen running VMS
3339 xm_file=vax/xm-vms.h
3343 vax-*-*) # VAX default entry
3351 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3352 tmake_file=arm/t-xscale-elf
3357 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
3358 tmake_file=arm/t-xscale-coff
3363 # For historical reasons, the target files omit the 'x'.
3364 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
3365 tm_p_file=stormy16/stormy16-protos.h
3366 md_file=stormy16/stormy16.md
3367 out_file=stormy16/stormy16.c
3368 tmake_file="stormy16/t-stormy16"
3369 extra_parts="crtbegin.o crtend.o"
3372 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
3374 tmake_file=xtensa/t-xtensa
3375 extra_parts="crtbegin.o crtend.o"
3376 fixincludes=Makefile.in # newlib headers should be OK
3379 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
3380 tmake_file="t-linux xtensa/t-xtensa"
3381 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3383 if test x$enable_threads = xyes; then
3388 echo "Configuration $machine not supported" 1>&2
3395 install_headers_dir=install-headers-cpio
3399 # Distinguish i[34567]86
3400 # Also, do not run mips-tfile on MIPS if using gas.
3401 # Process --with-cpu= for PowerPC/rs6000
3402 target_cpu_default2=
3405 target_cpu_default2=TARGET_CPU_DEFAULT_i486
3408 case $target_alias in
3410 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
3413 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
3416 target_cpu_default2=TARGET_CPU_DEFAULT_k6
3419 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
3422 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
3426 i686-*-* | i786-*-*)
3427 case $target_alias in
3428 athlon_xp-*|athlon_mp-*|athlon_4-*)
3429 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3431 athlon_tbird-*|athlon-*)
3432 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
3435 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
3438 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
3441 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
3444 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
3449 # We should have hammer chip here, but it does not exist yet and
3450 # thus it is not supported. Athlon_SSE is probably equivalent feature
3451 # wise to hammer from our point of view except for 64bit mode.
3452 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3457 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3460 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3463 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3466 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3469 target_cpu_default2="MASK_CPU_EV5"
3473 if test x$gas = xyes
3475 if test "$target_cpu_default2" = ""
3477 target_cpu_default2="MASK_GAS"
3479 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3484 case "x$with_cpu" in
3487 target_cpu_default2="TARGET_CPU_generic"
3490 # Distinguish cores, and major variants
3491 # arm7m doesn't exist, but D & I don't affect code
3492 xarm[236789] | xarm250 | xarm[67][01]0 \
3493 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3494 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3496 | xstrongarm | xstrongarm110 | xstrongarm1100)
3497 target_cpu_default2="TARGET_CPU_$with_cpu"
3501 echo "--with-cpu must be passed a value" 1>&2
3506 if test x$pass2done = xyes
3508 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3515 hppa*-*-* | parisc*-*-*)
3516 if test x$gas = xyes
3518 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3522 mips*-*-ecoff* | mips*-*-elf*)
3523 if test x$gas = xyes
3525 if test x$gnu_ld = xyes
3527 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3529 target_cpu_default2="MASK_GAS"
3534 if test x$gas = xyes
3536 target_cpu_default2="MASK_GAS"
3539 powerpc*-*-* | rs6000-*-*)
3540 if test x$enable_altivec = xyes
3542 tm_file="$tm_file rs6000/altivec-defs.h"
3544 case "x$with_cpu" in
3548 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
3549 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
3550 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
3551 | x740 | x750 | x7400 | x7450 | x505)
3552 target_cpu_default2="\\\"$with_cpu\\\""
3555 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
3556 target_cpu_default2="\\\"$with_cpu\\\""
3557 tm_file="$tm_file rs6000/softfloat.h"
3561 echo "--with-cpu must be passed a value" 1>&2
3566 if test x$pass2done = xyes
3568 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3575 case ".$with_cpu" in
3577 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3579 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3580 target_cpu_default2="TARGET_CPU_$with_cpu"
3583 if test x$pass2done = xyes
3585 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3593 if test "$target_cpu_default2" != ""
3595 if test "$target_cpu_default" != ""
3597 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3599 target_cpu_default=$target_cpu_default2
3603 # Save data on machine being used to compile GCC in build_xm_file.
3604 # Save data on host machine in vars host_xm_file and host_xmake_file.
3605 if test x$pass1done = x
3607 if test x$xm_file != x
3608 then build_xm_file=$xm_file
3610 build_xm_defines=$xm_defines
3611 build_install_headers_dir=$install_headers_dir
3612 build_exeext=$exeext
3615 if test x$pass2done = x
3617 if test x$xm_file != x
3618 then host_xm_file=$xm_file
3620 host_xm_defines=$xm_defines
3621 host_xmake_file="$xmake_file"
3622 host_truncate_target=$truncate_target
3623 host_extra_gcc_objs=$extra_gcc_objs
3624 host_extra_objs=$extra_host_objs