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_defines List of target macros to define for all compilations.
50 # tm_file A list of target macro files, if different from
51 # "$cpu_type/$cpu_type.h". Usually it's constructed
52 # per target in a way like this:
53 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
54 # Note that the preferred order is:
55 # - specific target header "${cpu_type}/${cpu_type.h}"
56 # - generic headers like dbxelf.h elfos.h, netware.h, etc.
57 # - specializing target headers like ${cpu_type.h}/elf.h
58 # This helps to keep OS specific stuff out of the CPU
59 # defining header ${cpu_type}/${cpu_type.h}.
61 # tm_p_file Location of file with declarations for functions
64 # out_file The name of the machine description C support
65 # file, if different from "$cpu_type/$cpu_type.c".
67 # md_file The name of the machine-description file, if
68 # different from "$cpu_type/$cpu_type.md".
70 # tmake_file A list of machine-description-specific
71 # makefile-fragments, if different from
72 # "$cpu_type/t-$cpu_type".
74 # extra_modes The name of the file containing a list of extra
75 # machine modes, if necessary and different from
76 # "$cpu_type/$cpu_type-modes.def".
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 # target_gtfiles List of extra source files with type information.
109 # build_xm_defines List of macros to define when compiling for the
112 # build_xm_file List of files to include when compiling for the
115 # host_xm_defines List of macros to define when compiling for the
118 # host_xm_file List of files to include when compiling for the
121 # xm_defines List of macros to define when compiling for the
124 # xm_file List of files to include when compiling for the
127 # use_collect2 Set to yes or no, depending on whether collect2
130 # target_cpu_default Set to override the default target model.
132 # build_install_headers_dir
133 # Target to use when installing header files.
135 # host_truncate_target
136 # Non-empty if the target name should be truncated
137 # on this host, due to filename length issues.
139 # gdb_needs_out_file_path
140 # Set to yes if gdb needs a dir command with
141 # `dirname $out_file`.
143 # build_exeext Set to the suffix, if the build machine requires
144 # executables to have a file name suffix.
146 # host_exeext Set to the suffix, if the host machine requires
147 # executables to have a file name suffix.
149 # thread_file Set to control which thread package to use.
151 # gas Set to yes or no depending on whether the target
152 # system normally uses GNU as.
154 # The following variables are used in each case-construct to build up the
155 # outgoing variables:
157 # xmake_file Makefile-fragment when this system is as a host,
158 # for host_xmake_file.
160 # extra_host_objs List of extra objects that should be linked into
161 # the compiler proper when this system is a host,
162 # for host_extra_objs.
164 # install_headers_dir Makefile-target for how the header file directory
165 # is installed, when this system is a build system,
166 # for build_install_headers_dir.
168 # truncate_target Non-empty if the target name should be truncated
169 # when this system is a host, due to filename length
170 # issues. For host_truncate_target.
172 # exeext The suffix for executables on this system.
174 # gnu_ld Set to yes or no depending on whether the target
175 # system normally uses GNU ld.
191 # Set this to force installation and use of collect2.
193 # Set this to override the default target model.
195 # Set this to control how the header file directory is installed.
196 install_headers_dir=install-headers-tar
197 # Set this if directory names should be truncated to 14 characters.
199 # Set this if gdb needs a dir command with `dirname $out_file`
200 gdb_needs_out_file_path=
201 # Set this if the build machine requires executables to have a
204 # Set this to control which thread package will be used.
206 # Reinitialize these from the flag values every loop pass, since some
207 # configure entries modify them.
209 gnu_ld="$gnu_ld_flag"
210 enable_threads=$enable_threads_flag
213 # Obsolete configurations.
224 if test "x$enable_obsolete" != xyes; then
225 echo "*** Configuration $machine is obsolete." >&2
226 echo "*** Specify --enable-obsolete to build it anyway." >&2
227 echo "*** Support will be REMOVED in the next major release of GCC," >&2
228 echo "*** unless a maintainer comes forward." >&2
233 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
234 # updated in each machine entry. Also set default extra_headers for some
237 cpu_type=`echo $machine | sed 's/-.*$//'`
253 extra_headers="mmintrin.h xmmintrin.h"
257 extra_headers="mmintrin.h xmmintrin.h"
260 extra_headers=ia64intrin.h
262 hppa*-*-* | parisc*-*-*)
267 extra_headers=math-68881.h
270 extra_headers=math-68881.h
277 extra_headers="ppc-asm.h altivec.h spe.h"
282 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
288 tm_file=${cpu_type}/${cpu_type}.h
289 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
291 tm_p_file=${cpu_type}/${cpu_type}-protos.h
294 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
296 extra_modes=${cpu_type}/${cpu_type}-modes.def
301 tm_file="i386/biarch64.h ${tm_file}"
305 # On a.out targets, we need to use collect2.
312 # Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
317 *-*-linux*ecoff* | *-*-linux*libc1* | *-*-linux*oldld* | *-*-linux*aout*)
320 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
322 case x${enable_threads} in
323 x | xyes | xposix) thread_file='posix'
330 # On the Hurd, the setup is just about the same on
331 # each different CPU. The specific machines that we
332 # support are matched above and just set $cpu_type.
334 tm_file="${cpu_type}/gnu.h"
335 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
336 # GNU always uses ELF.
338 # GNU tools are the only tools.
341 # These details are the same as for Linux.
342 # But here we need a little extra magic.
343 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
346 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
349 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}"
354 tm_file=${cpu_type}/openbsd.h
355 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
357 if test x$enable_threads = xyes; then
359 tmake_file="${tmake_file} t-openbsd-thread"
363 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
367 case x${enable_threads} in
373 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
374 # This is the place-holder for the generic a.out configuration
375 # of FreeBSD. No actual configuration resides here since
376 # there was only ever a bare-bones ix86 configuration for
377 # a.out and it exists solely in the machine-specific section.
378 # This place-holder must exist to avoid dropping into
379 # the generic ELF configuration of FreeBSD (i.e. it must be
380 # ordered before that section).
383 # This is the generic ELF configuration of FreeBSD. Later
384 # machine-specific sections may refine and add to this
387 # Due to tm_file entry ordering issues that vary between cpu
388 # architectures, we only define fbsd_tm_file to allow the
389 # machine-specific section to dictate the final order of all
390 # entries of tm_file with the minor exception that components
391 # of the tm_file set here will always be of the form:
393 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
395 # The machine-specific section should not tamper with this
396 # ordering but may order all other entries of tm_file as it
397 # pleases around the provided core setting.
400 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
402 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
403 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
404 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
405 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
406 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
408 tmake_file="t-slibgcc-elf-ver t-freebsd"
411 case x${enable_threads} in
412 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
413 x | xyes | xpthreads | xposix)
415 tmake_file="${tmake_file} t-freebsd-thread"
416 # Before 5.0, FreeBSD can't bind shared libraries to -lc
417 # when "optionally" threaded via weak pthread_* checks.
419 *-*-freebsd[34] | *-*-freebsd[34].*)
420 tmake_file="${tmake_file} t-slibgcc-nolc-override";;
423 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
425 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
430 # Support site-specific machine types.
432 rest=`echo $machine | sed -e "s/$cpu_type-//"`
433 tm_file=${cpu_type}/$rest.h
434 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
435 then xm_file=${cpu_type}/xm-$rest.h
437 if test -f $srcdir/config/${cpu_type}/x-$rest
438 then xmake_file=${cpu_type}/x-$rest
440 if test -f $srcdir/config/${cpu_type}/t-$rest
441 then tmake_file=${cpu_type}/t-$rest
446 tm_file="${tm_file} alpha/unicosmk.h"
448 # Don't include t-ieee for now because we don't support that yet
449 # tmake_file="alpha/t-ieee"
450 tmake_file="alpha/t-unicosmk"
453 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
455 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
456 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
458 # GAS + IEEE_CONFORMANT
459 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
462 xm_file="alpha/xm-alpha-interix.h"
463 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
464 if test x$enable_threads = xyes ; then
467 if test x$stabs = xyes ; then
468 tm_file="${tm_file} dbxcoff.h"
470 #prefix='$$INTERIX_ROOT'/usr/contrib
471 #local_prefix='$$INTERIX_ROOT'/usr/contrib
473 alpha*-*-linux*ecoff*)
474 echo "Configuration $machine no longer supported" 1>&2
477 alpha*-*-linux*libc1*)
478 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
479 target_cpu_default="MASK_GAS"
480 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
481 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
483 if test x$enable_threads = xyes; then
488 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
489 target_cpu_default="MASK_GAS"
490 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
493 target_cpu_default="MASK_GAS"
494 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
497 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
498 target_cpu_default="MASK_GAS"
499 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
500 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
503 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
504 target_cpu_default="MASK_GAS"
505 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
509 tm_file="${cpu_type}/${cpu_type}.h ${tm_file}"
510 # default x-alpha is only appropriate for dec-osf.
511 target_cpu_default="MASK_GAS"
512 tmake_file="alpha/t-alpha alpha/t-ieee"
517 if test x$stabs = xyes
519 tm_file="${tm_file} dbx.h"
521 if test x$gas != xyes
523 extra_passes="mips-tfile mips-tdump"
526 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
527 tm_file="${tm_file} alpha/osf.h"
528 extra_headers=va_list.h
531 # Some versions of OSF4 (specifically X4.0-9 296.7) have
532 # a broken tar, so we use cpio instead.
533 install_headers_dir=install-headers-cpio
534 # Set target_cpu_default except on 4.0a.
537 *) target_cpu_default=MASK_SUPPORT_ARCH
541 tm_file="${tm_file} alpha/osf5.h"
542 target_cpu_default=MASK_SUPPORT_ARCH
548 tm_file="${tm_file} dbx.h alpha/vxworks.h"
549 tmake_file="alpha/t-alpha alpha/t-ieee"
552 extra_passes="mips-tfile mips-tdump"
555 thread_file='vxworks'
559 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
560 xm_file="alpha/xm-vms.h alpha/xm-vms64.h"
561 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
562 xmake_file=alpha/x-vms
564 # This removes the cpu type and manufacturer components and
565 # replaces "." with "_" in the operating system version.
566 case $host in *-*-*vms*)
567 target_alias=`echo $host \
568 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
571 install_headers_dir=install-headers-cp
577 tm_file="${tm_file} alpha/vms.h"
578 xm_file=alpha/xm-vms.h
579 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
580 xmake_file=alpha/x-vms
582 # This removes the cpu type and manufacturer components and
583 # replaces "." with "_" in the operating system version.
584 case $host in *-*-*vms*)
585 target_alias=`echo $host \
586 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
589 install_headers_dir=install-headers-cp
594 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
595 extra_parts="crtinit.o crtfini.o"
597 arm-*-coff* | armel-*-coff*)
598 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
599 tmake_file=arm/t-arm-coff
602 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
603 tmake_file=arm/t-arm-coff
604 thread_file='vxworks'
606 arm-semi-aout | armel-semi-aout)
607 tm_file="arm/semi.h arm/aout.h arm/arm.h"
608 tmake_file=arm/t-semi
610 arm-semi-aof | armel-semi-aof)
611 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
612 tmake_file=arm/t-semi
614 arm*-*-freebsd*|strongarm*-*-freebsd*)
615 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
616 tmake_file="${tmake_file} arm/t-strongarm-elf"
619 echo "GCC does not yet support the ${machine} target"; exit 1
622 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
623 tmake_file="t-netbsd arm/t-netbsd"
626 arm*-*-linux*) # ARM GNU/Linux with ELF
627 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"
628 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
629 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
631 case x${enable_threads} in
632 x | xyes | xpthreads | xposix)
637 arm*-*-uclinux*) # ARM ucLinux
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 arm/uclinux-elf.h"
639 tmake_file=arm/t-arm-elf
642 tm_file="arm/aout.h arm/arm.h"
643 tmake_file=arm/t-arm-aout
646 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
647 tmake_file=arm/t-arm-elf
651 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"
652 tmake_file="arm/t-arm-elf t-rtems"
653 if test x$enable_threads = xyes; then
658 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
659 tmake_file=arm/t-arm-elf
662 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
663 tmake_file=arm/t-arm-elf
666 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
667 tmake_file=arm/t-arm-elf
670 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
678 tmake_file="c4x/t-c4x t-rtems"
679 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
680 if test x$enable_threads = xyes; then
683 c_target_objs="c4x-c.o"
684 cxx_target_objs="c4x-c.o"
688 c_target_objs="c4x-c.o"
689 cxx_target_objs="c4x-c.o"
692 tm_file="dbxelf.h ${tm_file} cris/aout.h"
694 tmake_file="cris/t-cris cris/t-aout"
696 cris-*-elf | cris-*-none)
697 tm_file="dbxelf.h elfos.h ${tm_file}"
698 tmake_file="cris/t-cris cris/t-elfmulti"
702 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
703 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
706 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
711 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
712 tmake_file=fr30/t-fr30
713 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
716 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
721 tmake_file="h8300/t-h8300 t-rtems"
722 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
723 if test x$enable_threads = xyes; then
728 tmake_file="h8300/t-h8300 h8300/t-elf"
729 tm_file="h8300/h8300.h h8300/elf.h"
733 hppa*64*-*-linux* | parisc*64*-*-linux*)
734 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
735 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
736 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
737 tmake_file=pa/t-linux64
740 hppa*-*-linux* | parisc*-*-linux*)
741 target_cpu_default="MASK_PA_11"
742 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
743 pa/pa32-regs.h pa/pa32-linux.h"
744 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
747 target_cpu_default="MASK_PA_11"
751 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
752 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
753 tmake_file="pa/t-bsd pa/t-pro"
754 xmake_file="pa/x-ada"
757 target_cpu_default="MASK_PA_11"
758 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
759 tmake_file="pa/t-bsd pa/t-pa"
760 xmake_file="pa/x-ada"
765 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
766 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"
767 tmake_file="pa/t-bsd pa/t-pro"
768 xmake_file="pa/x-ada"
771 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
772 tmake_file="pa/t-bsd pa/t-pa"
773 xmake_file="pa/x-ada"
777 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
778 target_cpu_default="MASK_PA_11"
779 tmake_file="pa/t-bsd pa/t-pa"
780 xmake_file="pa/x-ada"
784 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
785 tmake_file="pa/t-bsd pa/t-pa"
786 xmake_file="pa/x-ada"
790 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
792 tmake_file=pa/t-pa-hpux
793 install_headers_dir=install-headers-cpio
796 hppa1.0-*-hpux8.0[0-2]*)
797 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
799 tmake_file=pa/t-pa-hpux
800 if test x$gas != xyes
802 tm_file="pa/pa-oldas.h ${tm_file}"
804 install_headers_dir=install-headers-cpio
807 hppa1.1-*-hpux8.0[0-2]*)
808 target_cpu_default="MASK_PA_11"
809 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
811 tmake_file=pa/t-pa-hpux
812 if test x$gas != xyes
814 tm_file="pa/pa-oldas.h ${tm_file}"
816 install_headers_dir=install-headers-cpio
820 target_cpu_default="MASK_PA_11"
821 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
823 tmake_file=pa/t-pa-hpux
824 install_headers_dir=install-headers-cpio
828 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
830 tmake_file=pa/t-pa-hpux
831 install_headers_dir=install-headers-cpio
834 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
835 target_cpu_default="MASK_PA_11"
836 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
838 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
839 xmake_file="pa/x-ada"
840 if test x$enable_threads = x; then
841 enable_threads=$have_pthread_h
843 case x${enable_threads} in
845 tmake_file="${tmake_file} pa/t-dce-thr"
848 install_headers_dir=install-headers-cpio
852 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
854 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
855 xmake_file="pa/x-ada"
856 if test x$enable_threads = x; then
857 enable_threads=$have_pthread_h
859 case x${enable_threads} in
861 tmake_file="${tmake_file} pa/t-dce-thr"
864 install_headers_dir=install-headers-cpio
869 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"
870 tmake_file="pa/t-pa64 pa/t-pa-hpux"
871 xmake_file="pa/x-ada"
872 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
874 # if [ x$enable_threads = x ]; then
875 # enable_threads=$have_pthread_h
877 # if [ x$enable_threads = xyes ]; then
879 # tmake_file="${tmake_file} pa/t-dce-thr"
881 install_headers_dir=install-headers-cpio
884 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
885 target_cpu_default="MASK_PA_11"
886 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
888 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
889 xmake_file="pa/x-ada"
890 # if test x$enable_threads = x; then
891 # enable_threads=$have_pthread_h
893 # if test x$enable_threads = xyes; then
895 # tmake_file="${tmake_file} pa/t-dce-thr"
897 install_headers_dir=install-headers-cpio
901 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
903 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
904 xmake_file="pa/x-ada"
905 # if test x$enable_threads = x; then
906 # enable_threads=$have_pthread_h
908 # if test x$enable_threads = xyes; then
910 # tmake_file="${tmake_file} pa/t-dce-thr"
912 install_headers_dir=install-headers-cpio
915 hppa1.1-*-hpux* | hppa2*-*-hpux*)
916 target_cpu_default="MASK_PA_11"
917 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
919 tmake_file=pa/t-pa-hpux
920 install_headers_dir=install-headers-cpio
924 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
926 tmake_file=pa/t-pa-hpux
927 install_headers_dir=install-headers-cpio
930 hppa1.1-*-hiux* | hppa2*-*-hiux*)
931 target_cpu_default="MASK_PA_11"
932 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
934 tmake_file=pa/t-pa-hpux
935 install_headers_dir=install-headers-cpio
939 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
941 tmake_file=pa/t-pa-hpux
942 install_headers_dir=install-headers-cpio
946 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
947 target_cpu_default="MASK_PA_11"
948 tmake_file="pa/t-bsd pa/t-pa"
949 xmake_file="pa/x-ada"
953 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
954 tmake_file=pa/t-mpeix
955 echo "You must use gas. Assuming it is already installed."
957 install_headers_dir=install-headers-tar
960 i370-*-opened*) # IBM 360/370/390 Architecture
961 xm_defines='POSIX FATAL_EXIT_CODE=12'
963 tmake_file="i370/t-oe i370/t-i370"
964 c_target_objs="i370-c.o"
965 cxx_target_objs="i370-c.o"
968 xm_defines='POSIX FATAL_EXIT_CODE=12'
970 tmake_file="i370/t-i370"
971 c_target_objs="i370-c.o"
972 cxx_target_objs="i370-c.o"
975 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
976 tmake_file="t-slibgcc-elf-ver t-linux"
980 i[34567]86-*-darwin*)
981 tm_file="${tm_file} darwin.h i386/darwin.h"
982 tm_p_file="${tm_p_file} darwin-protos.h"
983 tmake_file=i386/t-darwin
984 extra_objs="darwin.o"
985 target_gtfiles="\$(srcdir)/config/darwin.c"
986 c_target_objs="darwin-c.o"
987 cxx_target_objs="darwin-c.o"
988 extra_parts="crtbegin.o crtend.o"
989 # Darwin linker does collect2 functionality
994 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
995 tmake_file="i386/t-i386elf t-svr4"
997 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
998 xm_defines="POSIX SMALL_ARG_MAX"
999 if test x$stabs = xyes -a x$gas = xyes
1001 tm_file=i386/sysv4gdb.h
1003 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1005 extra_parts="crtbegin.o crtend.o"
1006 tmake_file=i386/t-crtpic
1008 i[34567]86-*-netware) # Intel 80386's running netware
1009 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1010 tmake_file=i386/t-netware
1012 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1013 if test x$gas = xyes
1015 tm_file="${tm_file} usegas.h"
1017 xm_defines="POSIX SMALL_ARG_MAX"
1018 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1020 extra_parts="crtbegin.o crtend.o"
1021 install_headers_dir=install-headers-cpio
1023 i[34567]86-sequent-sysv*) # would otherwise be caught by i?86-*-sysv*
1024 echo "*** Configuration $machine not supported" 1>&2
1027 i[34567]86-wrs-vxworks*)
1028 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/vxi386.h"
1029 thread_file='vxworks'
1032 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1034 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1036 tmake_file='i386/t-beos i386/t-crtpic'
1037 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1038 extra_parts='crtbegin.o crtend.o'
1040 i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
1041 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
1042 tmake_file=t-freebsd
1044 i[34567]86-*-freebsd*)
1045 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1048 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"
1050 i[34567]86-*-netbsdelf*)
1051 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1053 i[34567]86-*-netbsd*)
1054 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1059 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"
1061 i[34567]86-*-openbsd*)
1062 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}"
1063 # needed to unconfuse gdb
1064 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1065 # we need collect2 until our bug is fixed...
1069 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1071 i[34567]86-*-linux*oldld*) # would otherwise be caught by i?86-*-linux*
1072 echo "*** Configuration $machine not supported" 1>&2
1075 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1077 tmake_file="t-linux-aout i386/t-crtstuff"
1078 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
1081 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1082 # with ELF format using the
1083 # GNU/Linux C library 5
1084 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1085 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1086 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1088 if test x$enable_threads = xyes; then
1089 thread_file='single'
1092 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1093 # with ELF format using glibc 2
1094 # aka GNU/Linux C library 6
1095 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1096 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1099 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1100 i386/x86-64.h i386/linux64.h"
1101 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
1105 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1106 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1109 i[34567]86-pc-msdosdjgpp*)
1110 xm_file=i386/xm-djgpp.h
1111 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
1112 tmake_file=i386/t-djgpp
1116 case $host in *pc-msdosdjgpp*)
1121 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1122 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1123 tmake_file=t-libc-ok
1127 i[34567]86-*-lynxos*)
1128 if test x$gas = xyes
1130 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
1132 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
1136 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
1137 # tmake_file=t-libc-ok
1140 i[34567]86-go32-rtems* | i[34567]86-*-rtemscoff*)
1141 # would otherwise be caught by i?86-*-rtems*
1142 echo "*** Configuration $machine not supported" 1>&2
1145 i[34567]86-*-rtems*)
1147 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1148 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1149 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1150 if test x$enable_threads = xyes; then
1154 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1156 install_headers_dir=install-headers-cpio
1157 tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
1158 if test x$gas = xyes
1160 tm_file="usegas.h ${tm_file}"
1161 tmake_file=i386/t-sco5gas
1163 tmake_file=i386/t-sco5
1165 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1167 i[34567]86-*-solaris2*)
1168 xm_defines="POSIX SMALL_ARG_MAX"
1169 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
1170 tmake_file="i386/t-sol2 t-svr4"
1171 if test x$gnu_ld = xyes; then
1172 tmake_file="$tmake_file t-slibgcc-elf-ver"
1174 tmake_file="$tmake_file t-slibgcc-sld"
1176 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1177 if test x${enable_threads} = x; then
1178 enable_threads=$have_pthread_h
1179 if test x${enable_threads} = x; then
1180 enable_threads=$have_thread_h
1183 if test x${enable_threads} = xyes; then
1184 if test x${have_pthread_h} = xyes; then
1187 thread_file='solaris'
1191 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1193 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1194 if test x$stabs = xyes
1196 tm_file="${tm_file} dbx.h"
1198 tmake_file="i386/t-crtpic t-svr4"
1199 extra_parts="crtbegin.o crtend.o"
1200 if test x$enable_threads = xyes; then
1204 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1205 xm_defines="POSIX SMALL_ARG_MAX"
1206 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1207 if test x$stabs = xyes
1209 tm_file="${tm_file} dbx.h"
1211 tmake_file="i386/t-crtpic t-svr4"
1212 extra_parts="crtbegin.o crtend.o"
1214 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1216 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"
1217 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1218 extra_parts="crtbegin.o crtend.o"
1219 install_headers_dir=install-headers-cpio
1221 i[34567]86-*-sysv*) # Intel 80386's running system V
1223 if test x$gas = xyes
1225 if test x$stabs = xyes
1227 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
1228 tmake_file=i386/t-svr3dbx
1229 extra_parts="svr3.ifile svr3z.ifile"
1231 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
1232 extra_parts="crtbegin.o crtend.o"
1233 tmake_file=i386/t-crtstuff
1236 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
1237 extra_parts="crtbegin.o crtend.o"
1238 tmake_file=i386/t-crtstuff
1240 tmake_file="$tmake_file i386/t-crtpic"
1242 i386-*-vsta) # Intel 80386's running VSTa kernel
1243 xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1244 tm_file="${tm_file} i386/vsta.h"
1248 xm_file=i386/xm-cygwin.h
1249 tmake_file=i386/t-cygwin
1250 tm_file="${tm_file} i386/win32.h"
1252 if test x$enable_threads = xyes; then
1257 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1259 xm_file=i386/xm-cygwin.h
1260 tmake_file=i386/t-cygwin
1261 tm_file=i386/cygwin.h
1263 if test x$enable_threads = xyes; then
1268 i[34567]86-*-mingw32*)
1269 tm_file=i386/mingw32.h
1271 xm_file=i386/xm-mingw32.h
1272 tmake_file="i386/t-cygwin i386/t-mingw32"
1274 if test x$enable_threads = xyes; then
1280 tm_file="${tm_file} i386/crtdll.h"
1282 *minwg32msv* | *mingw32*)
1287 tm_file="i386/cygwin.h i386/uwin.h"
1288 tmake_file="i386/t-cygwin i386/t-uwin"
1290 if test x$enable_threads = xyes; then
1295 i[34567]86-*-interix3*)
1296 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"
1297 xm_file="i386/xm-i386-interix.h"
1299 tmake_file="t-interix i386/t-interix"
1301 xmake_file="x-interix"
1302 if test x$enable_threads = xyes ; then
1305 if test x$stabs = xyes ; then
1306 tm_file="${tm_file} dbxcoff.h"
1309 i[34567]86-*-interix*)
1310 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1311 xm_file="i386/xm-i386-interix.h"
1313 tmake_file="t-interix i386/t-interix"
1315 if test x$enable_threads = xyes ; then
1318 if test x$stabs = xyes ; then
1319 tm_file="${tm_file} dbxcoff.h"
1322 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1323 tm_file="${tm_file} i960/vx960.h"
1324 tmake_file=i960/t-vxworks960
1326 thread_file='vxworks'
1327 c_target_objs="i960-c.o"
1328 cxx_target_objs="i960-c.o"
1330 i960-wrs-vxworks5* | i960-wrs-vxworks)
1331 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1332 tmake_file=i960/t-vxworks960
1334 thread_file='vxworks'
1335 c_target_objs="i960-c.o"
1336 cxx_target_objs="i960-c.o"
1339 tm_file="${tm_file} i960/vx960.h"
1340 tmake_file=i960/t-vxworks960
1342 thread_file='vxworks'
1343 c_target_objs="i960-c.o"
1344 cxx_target_objs="i960-c.o"
1347 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1348 tmake_file=i960/t-960bare
1349 c_target_objs="i960-c.o"
1350 cxx_target_objs="i960-c.o"
1354 tmake_file="i960/t-960bare t-rtems"
1355 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1356 if test x$enable_threads = xyes; then
1359 c_target_objs="i960-c.o"
1360 cxx_target_objs="i960-c.o"
1362 i960-*-*) # Default i960 environment.
1364 tmake_file=i960/t-960bare
1365 c_target_objs="i960-c.o"
1366 cxx_target_objs="i960-c.o"
1369 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1370 tmake_file="ia64/t-ia64 ia64/t-aix"
1371 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1372 extra_parts="crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1375 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1376 tmake_file="ia64/t-ia64"
1377 target_cpu_default="0"
1378 if test x$gas = xyes
1380 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1382 if test x$gnu_ld = xyes
1384 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1386 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1389 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1390 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1391 tmake_file="${tmake_file} ia64/t-ia64"
1392 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1395 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1396 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1397 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1398 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1401 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1402 tmake_file="ia64/t-ia64 ia64/t-hpux"
1403 target_cpu_default="MASK_GNU_AS"
1404 if test x$enable_threads = xyes; then
1408 c_target_objs="ia64-c.o"
1409 cxx_target_objs="ia64-c.o"
1414 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1415 extra_parts="crtinit.o crtfini.o"
1417 # m68hc11 and m68hc12 share the same machine description.
1418 m68hc11-*-*|m6811-*-*)
1419 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1420 tm_p_file="m68hc11/m68hc11-protos.h"
1421 md_file="m68hc11/m68hc11.md"
1422 out_file="m68hc11/m68hc11.c"
1423 tmake_file="m68hc11/t-m68hc11-gas"
1425 m68hc12-*-*|m6812-*-*)
1426 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1427 tm_p_file="m68hc11/m68hc11-protos.h"
1428 md_file="m68hc11/m68hc11.md"
1429 out_file="m68hc11/m68hc11.c"
1430 tmake_file="m68hc11/t-m68hc11-gas"
1432 m68000-hp-bsd*) # HP 9000/200 running BSD
1433 tm_file=m68k/hp2bsd.h
1436 m68000-hp-hpux*) # HP 9000 series 300
1438 if test x$gas = xyes
1440 tm_file=m68k/hp310g.h
1442 tm_file=m68k/hp310.h
1444 tmake_file=m68k/t-hp320
1445 install_headers_dir=install-headers-cpio
1453 tm_file=m68k/sun2o4.h
1458 if test x$gas = xyes
1466 m68k-atari-sysv4*) # Atari variant of V.4.
1467 tm_file=m68k/atari.h
1470 extra_parts="crtbegin.o crtend.o"
1472 m68k-apollo-sysv* | m68k-bull-sysv*)
1473 # can otherwise be caught by m68k-*-sysv4*
1474 echo "*** Configuration $machine not supported" 1>&2
1477 m68k-motorola-sysv*)
1478 tm_file=m68k/mot3300.h
1480 if test x$gas = xyes
1482 if test x$gnu_ld = xyes
1484 tmake_file=m68k/t-mot3300-gald
1486 tmake_file=m68k/t-mot3300-gas
1490 if test x$gnu_ld = xyes
1492 tmake_file=m68k/t-mot3300-gld
1494 tmake_file=m68k/t-mot3300
1498 gdb_needs_out_file_path=yes
1499 extra_parts="crt0.o mcrt0.o"
1501 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1502 tm_file=m68k/tower-as.h
1504 extra_parts="crtbegin.o crtend.o"
1507 tm_file=m68k/plexus.h
1520 m68k-cbm-sysv4*) # Commodore variant of V.4.
1524 extra_parts="crtbegin.o crtend.o"
1527 tm_file=m68k/ccur-GAS.h
1530 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1531 tm_file=m68k/hp3bsd44.h
1534 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1535 tm_file=m68k/hp3bsd.h
1538 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1540 if test x$gas = xyes
1542 xmake_file=m68k/x-hp320g
1543 tm_file=m68k/hp320g.h
1545 xmake_file=m68k/x-hp320
1546 tm_file=m68k/hpux7.h
1548 install_headers_dir=install-headers-cpio
1551 m68k-hp-hpux*) # HP 9000 series 300
1553 if test x$gas = xyes
1555 xmake_file=m68k/x-hp320g
1556 tm_file=m68k/hp320g.h
1558 xmake_file=m68k/x-hp320
1559 tm_file=m68k/hp320.h
1561 install_headers_dir=install-headers-cpio
1565 tm_file=m68k/sun3mach.h
1569 if test x$with_fp = xno
1571 tm_file=m68k/sun3n3.h
1573 tm_file=m68k/sun3o3.h
1577 m68k-sun-sunos*) # For SunOS 4 (the default).
1578 if test x$with_fp = xno
1580 tm_file=m68k/sun3n.h
1587 tm_file=m68k/vxm68k.h
1588 tmake_file=m68k/t-vxworks68
1589 thread_file='vxworks'
1592 tmake_file=m68k/t-m68kbare
1593 tm_file="m68k/m68k-aout.h libgloss.h"
1596 tmake_file=m68k/t-m68kbare
1597 tm_file="m68k/m68k-coff.h dbx.h"
1599 m68020-*-elf* | m68k-*-elf*)
1600 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1602 tmake_file=m68k/t-m68kelf
1603 extra_parts="crtbegin.o crtend.o"
1605 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1606 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1609 target_cpu_default="0"
1612 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1617 tm_file=m68k/netbsd.h
1622 # needed to unconfuse gdb
1623 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1624 # we need collect2 until our bug is fixed...
1627 m68k-*-sysv4*) # Motorola m68k's running system V.4
1628 tm_file=m68k/m68kv4.h
1631 extra_parts="crtbegin.o crtend.o"
1633 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1635 tm_file=m68k/linux-aout.h
1636 tmake_file="t-linux-aout m68k/t-linux-aout"
1639 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1640 # with ELF format using the
1641 # GNU/Linux C library 5
1642 tm_file=m68k/linux.h
1643 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
1644 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1647 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1648 # with ELF format using glibc 2
1649 # aka the GNU/Linux C library 6.
1650 tm_file=m68k/linux.h
1651 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
1652 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1656 tmake_file=m68k/t-m68kbare
1657 tm_file=m68k/m68k-psos.h
1659 m68k-*-rtemscoff*) # would otherwise be caught by m68k-*-rtems*
1660 echo "*** Configuration $machine not supported" 1>&2
1665 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1666 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"
1667 extra_parts="crtbegin.o crtend.o"
1668 if test x$enable_threads = xyes; then
1674 tm_file=m88k/m88k-aout.h
1677 tmake_file="${tmake_file} m88k/t-luna-gas"
1678 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
1682 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
1683 extra_parts="crtbegin.o crtend.o"
1684 tmake_file=m88k/t-sysv4
1687 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1688 tmake_file=mcore/t-mcore
1691 tm_file=mcore/mcore-pe.h
1692 tmake_file=mcore/t-mcore-pe
1694 mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
1695 if test x$gas = xyes
1697 tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h"
1698 if test x$stabs = xyes
1700 tm_file="${tm_file} dbx.h"
1702 tmake_file=mips/t-iris5-gas
1704 tm_file="mips/iris5.h mips/iris6-o32-as.h"
1705 tmake_file=mips/t-iris5-as
1707 tm_file="${tm_file} mips/iris6-o32.h"
1708 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1710 xm_file=mips/xm-iris5.h
1711 # mips-tfile doesn't work yet
1712 # See comment in mips/iris5.h file.
1714 # if test x$enable_threads = xyes; then
1715 # thread_file='irix'
1718 mips-sgi-irix6*) # SGI System V.4., IRIX 6
1719 if test "x$gnu_ld" = xyes
1721 tm_file="mips/iris6.h mips/iris6gld.h"
1723 tm_file=mips/iris6.h
1725 tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1727 # if test x$enable_threads = xyes; then
1728 # thread_file='irix'
1732 tm_file="${tm_file} mips/elf.h mips/vxworks.h"
1733 tmake_file=mips/t-ecoff
1736 extra_parts="crtbegin.o crtend.o"
1737 thread_file='vxworks'
1739 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
1740 tm_file="mips/iris6.h mips/cross64.h"
1742 xm_file=mips/xm-iris5.h
1743 tmake_file="mips/t-iris mips/t-cross64"
1744 # See comment in mips/iris[56].h files.
1746 # if test x$enable_threads = xyes; then
1747 # thread_file='irix'
1751 if test x$gas = xyes
1753 if test x$stabs = xyes
1755 tm_file=mips/iris5gdb.h
1757 tm_file="mips/sni-svr4.h mips/sni-gas.h"
1760 tm_file=mips/sni-svr4.h
1763 if test x$gnu_ld != xyes
1768 mips-sgi-irix5*) # SGI System V.4., IRIX 5
1769 if test x$gas = xyes
1771 tm_file="mips/iris5.h mips/iris5gas.h"
1772 if test x$stabs = xyes
1774 tm_file="${tm_file} dbx.h"
1776 tmake_file=mips/t-iris5-gas
1778 tm_file=mips/iris5.h
1779 tmake_file=mips/t-iris5-as
1781 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1783 xm_file=mips/xm-iris5.h
1784 # mips-tfile doesn't work yet
1785 # See comment in mips/iris5.h file.
1787 # if test x$enable_threads = xyes; then
1788 # thread_file='irix'
1791 mips-sgi-*) # would otherwise be caught by mips-*-elf*
1792 echo "*** Configuration $machine not supported" 1>&2
1795 mips*-*-netbsd*) # NetBSD/mips, either endian.
1796 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1797 tm_file="elfos.h ${tm_file} mips/netbsd.h"
1798 tmake_file="${tmake_file} mips/t-netbsd"
1800 mips*-*-linux*) # Linux MIPS, either endian.
1801 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1804 target_cpu_default="MASK_SOFT_FLOAT"
1805 tm_defines="MIPS_ISA_DEFAULT=32"
1808 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
1810 mips*el-*-openbsd*) # mips little endian
1811 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1813 mips*-*-openbsd*) # mips big endian
1814 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1815 tm_file="mips/openbsd-be.h ${tm_file}"
1817 mips-*-ecoff* | mipsel-*-ecoff*)
1818 if test x$stabs = xyes; then
1819 tm_file="${tm_file} dbx.h"
1821 tmake_file=mips/t-ecoff
1823 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1824 tm_file="${tm_file} mips/elf.h"
1825 tmake_file=mips/t-isa3264
1826 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_MEABI"
1828 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1829 tm_file="${tm_file} mips/elf.h"
1830 tmake_file=mips/t-isa3264
1831 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1832 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_MEABI"
1834 mipsisa64sr71k-*-elf*)
1835 tm_file="${tm_file} mips/elf.h"
1836 tmake_file=mips/t-sr71k
1837 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1838 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_MEABI"
1840 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1841 tm_file="${tm_file} mips/elf.h"
1842 tmake_file=mips/t-elf
1843 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1844 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1846 mips-*-elf* | mipsel-*-elf*)
1847 tm_file="${tm_file} mips/elf.h"
1848 tmake_file=mips/t-elf
1850 mips64-*-elf* | mips64el-*-elf*)
1851 tm_file="${tm_file} mips/elf64.h"
1852 tmake_file=mips/t-elf
1853 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1854 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1856 mips64vr-*-elf* | mips64vrel-*-elf*)
1857 tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1858 tm_defines="MIPS_ABI_DEFAULT=ABI_O64"
1859 tmake_file=mips/t-vr
1861 mips64orion-*-elf* | mips64orionel-*-elf*)
1862 tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1863 tmake_file=mips/t-elf
1864 tmake_file=mips/t-elf
1865 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1866 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1868 mips64orion-*-rtems*)
1870 tm_file="${tm_file} mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
1871 tmake_file="mips/t-elf t-rtems"
1872 tmake_file=mips/t-elf
1873 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1874 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1875 if test x$enable_threads = xyes; then
1881 tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1882 tmake_file="mips/t-elf t-rtems"
1883 if test x$enable_threads = xyes; then
1887 mipstx39-*-elf* | mipstx39el-*-elf*)
1888 tm_file="${tm_file} mips/r3900.h mips/elf.h"
1889 tmake_file=mips/t-r3900
1891 mmix-knuth-mmixware)
1894 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1895 if test x$stabs = xyes
1897 tm_file="${tm_file} dbx.h"
1902 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1903 if test x$stabs = xyes
1905 tm_file="${tm_file} dbx.h"
1910 echo "GCC does not yet support the ${machine} target"; exit 1
1913 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1914 # On NetBSD, the headers are already okay, except for math.h.
1915 tmake_file="t-netbsd ns32k/t-ns32k"
1919 tm_file="${tm_file} pdp11/2bsd.h"
1932 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
1936 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
1937 out_file=rs6000/rs6000.c
1938 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64"
1941 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"
1942 out_file=rs6000/rs6000.c
1943 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1946 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1948 tmake_file=rs6000/t-beos
1952 tm_file="${tm_file} darwin.h rs6000/darwin.h"
1953 tm_p_file="${tm_p_file} darwin-protos.h"
1954 tmake_file=rs6000/t-darwin
1955 extra_objs="darwin.o"
1956 target_gtfiles="\$(srcdir)/config/darwin.c"
1957 c_target_objs="darwin-c.o"
1958 cxx_target_objs="darwin-c.o"
1959 extra_parts="crtbegin.o crtend.o"
1960 # Darwin linker does collect2 functionality
1962 extra_headers=altivec.h
1964 powerpc*-*-freebsd*)
1965 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1966 xm_file=rs6000/xm-sysv4.h
1967 out_file=rs6000/rs6000.c
1968 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1971 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1973 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
1976 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1977 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
1979 powerpc-*-chorusos*)
1981 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1982 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
1983 case x${enable_threads} in
1984 xyes | xpthreads | xposix)
1991 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
1992 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
1996 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1997 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
1999 powerpc-*-eabisimaltivec*)
2001 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"
2002 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2006 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2007 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2011 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2012 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2014 powerpc-*-eabialtivec*)
2016 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2017 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2021 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2022 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2026 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2027 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2028 if test x$enable_threads = xyes; then
2032 powerpc-*-linux*libc1)
2033 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2034 out_file=rs6000/rs6000.c
2035 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2036 if test x$enable_threads = xyes; then
2040 powerpc-*-linux-gnualtivec*)
2041 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2042 out_file=rs6000/rs6000.c
2043 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2046 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2047 out_file=rs6000/rs6000.c
2048 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2050 powerpc-*-gnu-gnualtivec*)
2051 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"
2052 out_file=rs6000/rs6000.c
2053 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2054 if test x$enable_threads = xyes; then
2059 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"
2060 out_file=rs6000/rs6000.c
2061 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2062 if test x$enable_threads = xyes; then
2066 powerpc-wrs-vxworks*)
2068 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2069 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2070 thread_file='vxworks'
2072 powerpc-wrs-windiss*)
2074 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2075 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2078 powerpcle-wrs-vxworks*)
2080 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2081 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2082 thread_file='vxworks'
2085 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2087 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2091 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2092 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2094 powerpcle-*-eabisim*)
2096 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"
2097 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2101 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2102 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2104 rs6000-ibm-aix3.[01]*)
2106 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2109 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2111 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2112 tmake_file=rs6000/t-newas
2116 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2118 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2119 tmake_file=rs6000/t-newas
2123 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2125 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2126 tmake_file=rs6000/t-aix43
2131 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2133 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2134 tmake_file=rs6000/t-aix43
2141 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2146 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2150 tm_file="${tm_file} rs6000/mach.h"
2155 tm_file="lynx.h rs6000/lynx.h"
2156 tmake_file=rs6000/t-rs6000
2160 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2161 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
2164 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2165 tm_p_file=s390/s390-protos.h
2166 md_file=s390/s390.md
2167 extra_modes=s390/s390-modes.def
2168 out_file=s390/s390.c
2169 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
2171 sh-*-elf* | sh[2346l]*-*-elf*)
2172 tmake_file="sh/t-sh sh/t-elf"
2175 tm_file="sh/little.h ${tm_file}"
2176 tmake_file="${tmake_file} sh/t-le"
2179 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
2182 tmake_file="${tmake_file} sh/t-sh64"
2183 tm_file="${tm_file} sh/sh64.h"
2184 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2186 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2187 sh4*) target_cpu_default="SELECT_SH4" ;;
2188 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2189 sh3*) target_cpu_default="SELECT_SH3" ;;
2190 sh2*) target_cpu_default="SELECT_SH2" ;;
2193 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2198 tmake_file="sh/t-sh sh/t-elf t-rtems"
2199 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
2200 if test x$enable_threads = xyes; then
2206 tmake_file="sh/t-sh t-rtems"
2207 tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
2208 if test x$enable_threads = xyes; then
2212 sh-*-linux* | sh[2346lbe]*-*-linux*)
2213 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2215 sh*be-*-* | sh*eb-*-*) ;;
2217 tm_file="sh/little.h ${tm_file}"
2218 tmake_file="${tmake_file} sh/t-le"
2221 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
2225 tmake_file="${tmake_file} sh/t-sh64"
2226 tm_file="${tm_file} sh/sh64.h"
2227 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2229 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2230 sh4*) target_cpu_default="SELECT_SH4" ;;
2231 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
2232 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
2233 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2234 sh3*) target_cpu_default="SELECT_SH3" ;;
2235 sh2*) target_cpu_default="SELECT_SH2" ;;
2238 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2241 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2242 sh64-*-netbsd* | sh64l*-*-netbsd*)
2243 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2244 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2247 tm_file="sh/little.h ${tm_file}"
2248 tmake_file="${tmake_file} sh/t-le"
2251 tmake_file="${tmake_file} sh/t-be"
2256 # SHmedia, 32-bit ABI
2257 target_cpu_default="SH5_BIT|SH4_BIT|SH3E_BIT"
2258 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
2261 # SHmedia, 64-bit ABI
2262 target_cpu_default="SH5_BIT|SH4_BIT"
2263 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
2266 # SH3, software floating point
2267 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
2268 tmake_file="${tmake_file} sh/t-netbsd"
2273 tm_file="${tm_file} sh/coff.h"
2276 tm_file="${tm_file} sparc/pbd.h"
2279 sparc64-wrs-vxworks*)
2280 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
2281 tmake_file="sparc/t-vxsparc64 sparc/t-crtfm"
2284 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
2285 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
2286 tmake_file=sparc/t-vxsparc
2288 thread_file='vxworks'
2291 tmake_file=sparc/t-sparcbare
2292 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2295 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2298 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2303 tm_file="sparc/sparc.h ${tm_file}"
2304 # needed to unconfuse gdb
2305 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2306 # we need collect2 until our bug is fixed...
2310 tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2311 xm_file=sparc/xm-sp64.h
2316 tm_file="${tm_file} sparc/bsd.h"
2319 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h chorus.h"
2320 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
2321 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2322 case x${enable_threads} in
2323 xyes | xpthreads | xposix)
2329 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
2330 tmake_file="sparc/t-elf sparc/t-crtfm"
2331 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2333 sparc-*-linux*aout*) # SPARC's running GNU/Linux, a.out
2334 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
2337 sparc-*-linux*libc1*) # SPARC's running GNU/Linux, libc5
2338 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2339 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
2340 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2343 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
2344 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2345 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
2348 if test x$gas = xyes
2350 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
2352 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
2354 tmake_file=sparc/t-sunos41
2356 sparc-*-rtemsaout*) # would otherwise be caught by sparc-*-rtems*
2357 echo "*** Configuration $machine not supported" 1>&2
2362 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
2363 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2364 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2365 if test x$enable_threads = xyes; then
2369 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2370 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
2371 if test x$gnu_ld = xyes; then
2372 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2374 if test x$gas = xyes; then
2375 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2378 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2379 if test x$gnu_ld = xyes; then
2380 tmake_file="$tmake_file t-slibgcc-elf-ver"
2382 tmake_file="$tmake_file t-slibgcc-sld"
2384 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2385 if test x${enable_threads} = x ; then
2386 enable_threads=$have_pthread_h
2387 if test x${enable_threads} = x ; then
2388 enable_threads=$have_thread_h
2391 if test x${enable_threads} = xyes ; then
2392 if test x${have_pthread_h} = xyes ; then
2395 thread_file='solaris'
2399 sparc-hal-solaris2*)
2401 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h"
2402 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
2403 if test x$gnu_ld = xyes; then
2404 tm_file="${tm_file} sparc/sol2-gld.h"
2405 tmake_file="$tmake_file t-slibgcc-elf-ver"
2407 tmake_file="$tmake_file t-slibgcc-sld"
2409 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
2410 thread_file='solaris'
2413 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
2414 if test x$gnu_ld = xyes; then
2415 tm_file="${tm_file} sparc/sol2-gld.h"
2417 tmake_file="sparc/t-sol2 sparc/t-crtfm"
2418 if test x$gnu_ld = xyes; then
2419 tmake_file="$tmake_file t-slibgcc-elf-ver"
2421 tmake_file="$tmake_file t-slibgcc-sld"
2424 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2425 if test x$gnu_ld = xno; then
2426 tm_file="${tm_file} sparc/sol26-sld.h"
2430 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2431 if test x$gnu_ld = xyes; then
2432 tm_file="${tm_file} sparc/sol2-gld-bi.h"
2434 if test x$gas = xyes; then
2435 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2437 tmake_file="$tmake_file sparc/t-sol2-64"
2441 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2442 if test x${enable_threads} = x; then
2443 enable_threads=$have_pthread_h
2444 if test x${enable_threads} = x; then
2445 enable_threads=$have_thread_h
2448 if test x${enable_threads} = xyes; then
2449 if test x${have_pthread_h} = xyes; then
2452 thread_file='solaris'
2457 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2461 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2462 tmake_file=sparc/t-sunos41
2464 if test x$gas = xyes; then
2465 tm_file="${tm_file} sparc/sun4gas.h"
2469 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
2473 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
2476 extra_parts="crtbegin.o crtend.o"
2480 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
2481 tmake_file=sparc/t-vxsparc
2484 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
2485 tmake_file=sparc/t-splet
2488 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
2489 tmake_file=sparc/t-sparclite
2492 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
2493 tmake_file=sparc/t-sparclite
2496 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
2497 tmake_file="sparc/t-sparclite sparc/t-crtfm"
2498 extra_parts="crtbegin.o crtend.o"
2501 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
2502 tmake_file=sparc/t-sp86x
2505 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
2506 tmake_file="sparc/t-sp86x sparc/t-crtfm"
2507 extra_parts="crtbegin.o crtend.o"
2510 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
2513 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2514 tmake_file="${tmake_file} sparc/t-crtfm"
2515 extra_parts="crtbegin.o crtend.o"
2517 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2518 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2519 tmake_file="${tmake_file} sparc/t-crtfm"
2521 case "x$with_cpu" in
2523 x) with_cpu=ultrasparc ;;
2524 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2527 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
2528 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
2529 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2532 tmake_file="${tmake_file} sparc/t-netbsd64"
2533 tm_file="sparc/biarch64.h ${tm_file}"
2534 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2537 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2538 tmake_file=arm/t-strongarm-elf
2541 extra_modes=arm/arm-modes.def
2544 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
2545 tmake_file=arm/t-strongarm-coff
2548 extra_modes=arm/arm-modes.def
2551 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"
2552 tmake_file=arm/t-strongarm-pe
2555 extra_modes=arm/arm-modes.def
2559 { echo "config.gcc: error:
2560 *** The Thumb targets have been deprecated. The equivalent
2561 *** ARM based toolchain can now generate Thumb instructions
2562 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
2566 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
2567 tmake_file="v850/t-v850 t-rtems"
2568 if test x$stabs = xyes
2570 tm_file="${tm_file} dbx.h"
2573 c_target_objs="v850-c.o"
2574 cxx_target_objs="v850-c.o"
2577 target_cpu_default="TARGET_CPU_v850e"
2578 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2579 tm_p_file=v850/v850-protos.h
2580 tmake_file=v850/t-v850
2581 md_file=v850/v850.md
2582 out_file=v850/v850.c
2583 if test x$stabs = xyes
2585 tm_file="${tm_file} dbx.h"
2588 c_target_objs="v850-c.o"
2589 cxx_target_objs="v850-c.o"
2592 target_cpu_default="TARGET_CPU_generic"
2593 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2594 tmake_file=v850/t-v850
2595 if test x$stabs = xyes
2597 tm_file="${tm_file} dbx.h"
2600 c_target_objs="v850-c.o"
2601 cxx_target_objs="v850-c.o"
2603 vax-*-bsd*) # VAXen running BSD
2604 tm_file="${tm_file} vax/bsd.h"
2607 vax-*-sysv*) # VAXen running system V
2608 tm_file="${tm_file} vax/vaxv.h"
2612 echo "GCC does not yet support the ${machine} target"; exit 1
2615 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2620 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
2623 vax-*-ultrix*) # VAXen running ultrix
2624 tm_file="${tm_file} vax/ultrix.h"
2626 vax-*-vms*) # VAXen running VMS
2627 xm_file=vax/xm-vms.h
2630 vax-*-*) # VAX default entry
2633 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2634 tmake_file=arm/t-xscale-elf
2637 extra_modes=arm/arm-modes.def
2640 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
2641 tmake_file=arm/t-xscale-coff
2644 extra_modes=arm/arm-modes.def
2647 # For historical reasons, the target files omit the 'x'.
2648 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2649 tm_p_file=stormy16/stormy16-protos.h
2650 md_file=stormy16/stormy16.md
2651 out_file=stormy16/stormy16.c
2652 tmake_file="stormy16/t-stormy16"
2653 extra_parts="crtbegin.o crtend.o"
2656 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2658 tmake_file=xtensa/t-xtensa
2659 extra_parts="crtbegin.o crtend.o"
2660 fixincludes=Makefile.in # newlib headers should be OK
2663 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2664 tmake_file="t-linux xtensa/t-xtensa"
2667 echo "*** Configuration $machine not supported" 1>&2
2674 install_headers_dir=install-headers-cpio
2678 # Distinguish i[34567]86
2679 # Also, do not run mips-tfile on MIPS if using gas.
2680 # Process --with-cpu= for PowerPC/rs6000
2681 target_cpu_default2=
2684 target_cpu_default2=TARGET_CPU_DEFAULT_i486
2687 case $target_alias in
2689 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2692 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2695 target_cpu_default2=TARGET_CPU_DEFAULT_k6
2697 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2698 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
2701 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
2705 i686-*-* | i786-*-*)
2706 case $target_alias in
2707 athlon_xp-*|athlon_mp-*|athlon_4-*)
2708 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2710 athlon_tbird-*|athlon-*)
2711 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2714 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2717 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2720 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
2723 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
2728 # We should have hammer chip here, but it does not exist yet and
2729 # thus it is not supported. Athlon_SSE is probably equivalent feature
2730 # wise to hammer from our point of view except for 64bit mode.
2731 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2736 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2739 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2742 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2745 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2748 target_cpu_default2="MASK_CPU_EV5"
2752 if test x$gas = xyes
2754 if test "$target_cpu_default2" = ""
2756 target_cpu_default2="MASK_GAS"
2758 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2763 case "x$with_cpu" in
2766 target_cpu_default2="TARGET_CPU_generic"
2769 # Distinguish cores, and major variants
2770 # arm7m doesn't exist, but D & I don't affect code
2771 xarm[236789] | xarm250 | xarm[67][01]0 \
2772 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
2773 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
2775 | xstrongarm | xstrongarm110 | xstrongarm1100)
2776 target_cpu_default2="TARGET_CPU_$with_cpu"
2780 echo "--with-cpu must be passed a value" 1>&2
2785 if test x$pass2done = xyes
2787 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2794 hppa*-*-* | parisc*-*-*)
2795 if test x$gas = xyes
2797 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2801 tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
2807 mips*-*-ecoff* | mips*-*-elf*)
2808 if test x$gas = xyes
2810 if test x$gnu_ld = xyes
2812 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2814 target_cpu_default2="MASK_GAS"
2819 if test x$gas = xyes
2821 target_cpu_default2="MASK_GAS"
2827 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2830 if test "x$enable_gofast" = xyes
2832 tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines"
2833 tm_file="gofast.h $tm_file"
2834 tmake_file="mips/t-gofast $tmake_file"
2836 tmake_file="mips/t-mips $tmake_file"
2839 powerpc*-*-* | rs6000-*-*)
2840 if test x$enable_altivec = xyes
2842 tm_file="$tm_file rs6000/altivec-defs.h"
2844 case "x$with_cpu" in
2848 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
2849 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2850 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2851 | x740 | x750 | x7400 | x7450 | x505)
2852 target_cpu_default2="\\\"$with_cpu\\\""
2855 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
2856 target_cpu_default2="\\\"$with_cpu\\\""
2860 echo "--with-cpu must be passed a value" 1>&2
2865 if test x$pass2done = xyes
2867 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2872 c_target_objs="${c_target_objs} rs6000-c.o"
2873 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2874 tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
2877 case ".$with_cpu" in
2879 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2881 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2882 target_cpu_default2="TARGET_CPU_$with_cpu"
2885 if test x$pass2done = xyes
2887 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2894 case "x$with_cpu" in
2898 target_cpu_default2="TARGET_CPU_$with_cpu"
2901 if test x$pass2done = xyes
2903 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2911 if test "$target_cpu_default2" != ""
2913 if test "$target_cpu_default" != ""
2915 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2917 target_cpu_default=$target_cpu_default2
2921 # Save data on machine being used to compile GCC in build_xm_file.
2922 # Save data on host machine in vars host_xm_file and host_xmake_file.
2923 if test x$pass1done = x
2925 if test x$xm_file != x
2926 then build_xm_file=$xm_file
2928 build_xm_defines=$xm_defines
2929 build_install_headers_dir=$install_headers_dir
2930 build_exeext=$exeext
2933 if test x$pass2done = x
2935 if test x$xm_file != x
2936 then host_xm_file=$xm_file
2938 host_xm_defines=$xm_defines
2939 host_xmake_file="$xmake_file"
2940 host_truncate_target=$truncate_target
2941 host_extra_gcc_objs=$extra_gcc_objs
2942 host_extra_objs=$extra_host_objs