1 # GCC build-, host- and target-specific configuration file.
2 # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
4 #This file is part of GNU CC.
6 #GNU CC is free software; you can redistribute it and/or modify
7 #it under the terms of the GNU General Public License as published by
8 #the Free Software Foundation; either version 2, or (at your option)
11 #GNU CC is distributed in the hope that it will be useful,
12 #but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 #GNU General Public License for more details.
16 #You should have received a copy of the GNU General Public License
17 #along with GNU CC; see the file COPYING. If not, write to
18 #the Free Software Foundation, 59 Temple Place - Suite 330,
19 #Boston, MA 02111-1307, USA.
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".
51 # tm_p_file Location of file with declarations for functions
54 # out_file The name of the machine description C support
55 # file, if different from "$cpu_type/$cpu_type.c".
57 # md_file The name of the machine-description file, if
58 # different from "$cpu_type/$cpu_type.md".
60 # tmake_file A list of machine-description-specific
61 # makefile-fragments, if different from
62 # "$cpu_type/t-$cpu_type".
64 # float_format Set to the symbolic name for the floating-point
65 # formats used for this machine, if different from
66 # "i64". Used to derive a header file name to
67 # include, like "vax" for "float-vax.h". If no such
68 # file is wanted, set to "none".
70 # extra_objs List of extra objects that should be linked into
71 # the compiler proper (cc1, cc1obj, cc1plus)
72 # depending on target.
74 # extra_headers List of used header files from the directory
77 # host_xmake_file List of host-specific makefile-fragments.
79 # extra_passes List of extra executables compiled for this target
80 # machine, used for compiling from source to object.
82 # extra_parts List of extra object files that should be compiled
83 # for this target machine.
85 # extra_programs Like extra_passes, but these are used when linking.
87 # host_extra_objs List of extra host-dependant objects that should
88 # be linked into the compiler proper.
90 # host_extra_gcc_objs List of extra host-dependant objects that should
91 # be linked into the gcc driver.
93 # c_target_objs List of extra target-dependant objects that be
94 # linked into the C compiler only.
96 # cxx_target_objs List of extra target-dependant objects that be
97 # linked into the C++ compiler only.
99 # build_xm_defines List of macros to define when compiling for the
102 # build_xm_file List of files to include when compiling for the
105 # host_xm_defines List of macros to define when compiling for the
108 # host_xm_file List of files to include when compiling for the
111 # xm_defines List of macros to define when compiling for the
114 # xm_file List of files to include when compiling for the
117 # use_collect2 Set to yes or no, depending on whether collect2
120 # target_cpu_default Set to override the default target model.
122 # build_install_headers_dir
123 # Target to use when installing header files.
125 # host_truncate_target
126 # Non-empty if the target name should be truncated
127 # on this host, due to filename length issues.
129 # gdb_needs_out_file_path
130 # Set to yes if gdb needs a dir command with
131 # `dirname $out_file`.
133 # build_exeext Set to the suffix, if the build machine requires
134 # executables to have a file name suffix.
136 # host_exeext Set to the suffix, if the host machine requires
137 # executables to have a file name suffix.
139 # thread_file Set to control which thread package to use.
141 # gas Set to yes or no depending on whether the target
142 # system normally uses GNU as.
144 # The following variables are used in each case-construct to build up the
145 # outgoing variables:
147 # xmake_file Makefile-fragment when this system is as a host,
148 # for host_xmake_file.
150 # extra_host_objs List of extra objects that should be linked into
151 # the compiler proper when this system is a host,
152 # for host_extra_objs.
154 # install_headers_dir Makefile-target for how the header file directory
155 # is installed, when this system is a build system,
156 # for build_install_headers_dir.
158 # truncate_target Non-empty if the target name should be truncated
159 # when this system is a host, due to filename length
160 # issues. For host_truncate_target.
162 # exeext The suffix for executables on this system.
164 # gnu_ld Set to yes or no depending on whether the target
165 # system normally uses GNU ld.
181 # Set this to force installation and use of collect2.
183 # Set this to override the default target model.
185 # Set this to control how the header file directory is installed.
186 install_headers_dir=install-headers-tar
187 # Set this if directory names should be truncated to 14 characters.
189 # Set this if gdb needs a dir command with `dirname $out_file`
190 gdb_needs_out_file_path=
191 # Set this if the build machine requires executables to have a
194 # Set this to control which thread package will be used.
196 # Reinitialize these from the flag values every loop pass, since some
197 # configure entries modify them.
199 gnu_ld="$gnu_ld_flag"
200 enable_threads=$enable_threads_flag
202 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
203 # updated in each machine entry.
205 cpu_type=`echo $machine | sed 's/-.*$//'`
225 hppa*-*-* | parisc*-*-*)
245 tm_file=${cpu_type}/${cpu_type}.h
246 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
248 tm_p_file=${cpu_type}/${cpu_type}-protos.h
250 # On a.out targets, we need to use collect2.
257 # Common parts for GNU/Linux, GNU/Hurd and OpenBSD systems.
263 # On the Hurd, the setup is just about the same on
264 # each different CPU. The specific machines that we
265 # support are matched above and just set $cpu_type.
267 tm_file="${cpu_type}/gnu.h"
268 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
269 # GNU always uses ELF.
271 # GNU tools are the only tools.
274 # These details are the same as for Linux.
276 # But here we need a little extra magic.
277 tmake_file="t-linux t-gnu"
280 tm_file="${cpu_type}/${cpu_type}.h i386/att.h linux.h i386/linux.h gnu.h ${tm_file}"
283 tm_file="svr4.h ${cpu_type}/${cpu_type}.h ${tm_file}"
288 tm_file=${cpu_type}/openbsd.h
289 tmake_file="t-libc-ok t-openbsd"
291 if test x$enable_threads = xyes; then
293 tmake_file="${tmake_file} t-openbsd-thread"
299 # Support site-specific machine types.
301 rest=`echo $machine | sed -e "s/$cpu_type-//"`
302 tm_file=${cpu_type}/$rest.h
303 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
304 then xm_file=${cpu_type}/xm-$rest.h
306 if test -f $srcdir/config/${cpu_type}/x-$rest
307 then xmake_file=${cpu_type}/x-$rest
309 if test -f $srcdir/config/${cpu_type}/t-$rest
310 then tmake_file=${cpu_type}/t-$rest
314 # 1750a is only supported as a target.
315 case "$build,$host" in 1750a*,* | *,1750a* )
316 echo "*** $machine is only supported as a target" >&2
320 a29k-*-bsd* | a29k-*-sym1*)
321 tm_file="${tm_file} a29k/unix.h"
325 a29k-*-udi | a29k-*-coff)
326 tm_file="${tm_file} dbxcoff.h a29k/udi.h"
327 tmake_file=a29k/t-a29kbare
331 tmake_file="a29k/t-a29kbare t-rtems"
332 if test x$enable_threads = xyes; then
337 tm_file="${tm_file} dbxcoff.h a29k/udi.h a29k/vx29k.h"
338 tmake_file=a29k/t-vx29k
339 extra_parts="crtbegin.o crtend.o"
340 thread_file='vxworks'
342 a29k-*-*) # Default a29k environment.
346 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
348 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
349 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
351 # GAS + IEEE_CONFORMANT
352 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
355 xm_file="alpha/xm-alpha-interix.h xm-interix.h"
357 tmake_file="alpha/t-alpha alpha/t-interix alpha/t-ieee"
358 if test x$enable_threads = xyes ; then
361 if test x$stabs = xyes ; then
362 tm_file="${tm_file} dbxcoff.h"
364 #prefix='$$INTERIX_ROOT'/usr/contrib
365 #local_prefix='$$INTERIX_ROOT'/usr/contrib
367 alpha*-*-linux*ecoff*)
368 tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
369 target_cpu_default="MASK_GAS"
370 tmake_file="alpha/t-alpha alpha/t-ieee"
374 alpha*-*-linux*libc1*)
375 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
376 target_cpu_default="MASK_GAS"
377 tmake_file="t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtbe alpha/t-ieee"
378 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
380 if test x$enable_threads = xyes; then
385 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
386 target_cpu_default="MASK_GAS"
387 tmake_file="t-linux alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
388 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
390 if test x$enable_threads = xyes; then
396 tm_file="${tm_file} freebsd.h alpha/elf.h alpha/freebsd.h"
397 target_cpu_default="MASK_GAS"
398 tmake_file="t-freebsd alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
399 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
402 case x${enable_threads} in
403 xyes | xpthreads | xposix)
405 tmake_file="${tmake_file} t-freebsd-thread"
411 tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
412 target_cpu_default="MASK_GAS"
413 tmake_file="alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
414 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
419 # default x-alpha is only appropriate for dec-osf.
420 target_cpu_default="MASK_GAS"
421 tmake_file="alpha/t-alpha alpha/t-ieee"
426 if test x$stabs = xyes
428 tm_file="${tm_file} dbx.h"
430 if test x$gas != xyes
432 extra_passes="mips-tfile mips-tdump"
435 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-osf"
438 tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
441 tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
444 tm_file="${tm_file} alpha/osf.h"
445 tmake_file="$tmake_file alpha/t-osf4"
446 # Some versions of OSF4 (specifically X4.0-9 296.7) have
447 # a broken tar, so we use cpio instead.
448 install_headers_dir=install-headers-cpio
451 tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
452 tmake_file="$tmake_file alpha/t-osf4"
457 *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
458 target_cpu_default=MASK_SUPPORT_ARCH
464 tm_file="${tm_file} dbx.h alpha/vxworks.h"
465 tmake_file="alpha/t-alpha alpha/t-ieee"
468 extra_passes="mips-tfile mips-tdump"
471 thread_file='vxworks'
476 xm_file=alpha/xm-vms.h
477 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
480 tm_file=arm/rtems-elf.h
481 tmake_file="arm/t-arm-elf t-rtems"
482 if test x$enable_threads = xyes; then
485 extra_parts="crtinit.o crtfini.o"
488 extra_parts="crtinit.o crtfini.o"
490 arm-*-coff* | armel-*-coff*)
492 tmake_file=arm/t-arm-coff
496 tmake_file=arm/t-arm-coff
497 thread_file='vxworks'
499 arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)
500 tm_file=arm/riscix1-1.h
503 arm-*-riscix*) # Acorn RISC machine
506 tm_file=arm/rix-gas.h
510 xmake_file=arm/x-riscix
511 tmake_file=arm/t-riscix
514 arm-semi-aout | armel-semi-aout)
516 tmake_file=arm/t-semi
518 arm-semi-aof | armel-semi-aof)
519 tm_file=arm/semiaof.h
520 tmake_file=arm/t-semiaof
524 tmake_file="t-netbsd arm/t-netbsd"
527 arm*-*-linux*) # ARM GNU/Linux with ELF
529 tm_file="arm/linux-elf.h"
530 tmake_file="t-linux arm/t-linux"
531 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
533 case x${enable_threads} in
534 x | xyes | xpthreads | xposix)
539 arm*-*-uclinux*) # ARM ucLinux
540 tm_file=arm/uclinux-elf.h
541 tmake_file=arm/t-arm-elf
545 tmake_file=arm/t-arm-aout
548 tm_file=arm/ecos-elf.h
549 tmake_file=arm/t-arm-elf
552 tm_file=arm/unknown-elf.h
553 tmake_file=arm/t-arm-elf
556 tm_file=arm/conix-elf.h
557 tmake_file=arm/t-arm-elf
560 tm_file=arm/unknown-elf-oabi.h
561 tmake_file=arm/t-arm-elf
570 c1-convex-*) # Convex C1
574 c2-convex-*) # Convex C2
587 target_cpu_default=16
592 tmake_file="c4x/t-c4x t-rtems"
594 if test x$enable_threads = xyes; then
603 clipper-intergraph-clix*)
604 tm_file="${tm_file} svr3.h clipper/clix.h"
606 extra_headers=va-clipper.h
607 extra_parts="crtbegin.o crtend.o"
608 install_headers_dir=install-headers-cpio
619 tm_file="fr30/fr30.h"
620 tmake_file=fr30/t-fr30
621 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
624 tmake_file="h8300/t-h8300 t-rtems"
625 tm_file=h8300/rtems.h
626 if test x$enable_threads = xyes; then
634 hppa*64*-*-linux* | parisc*64*-*-linux*)
635 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
636 tm_file="pa/pa64-start.h ${tm_file} linux.h pa/pa-linux.h \
637 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
638 tmake_file=pa/t-linux64
641 hppa*-*-linux* | parisc*-*-linux*)
642 target_cpu_default="MASK_PA_11"
643 tm_file="${tm_file} linux.h pa/pa-linux.h \
644 pa/pa32-regs.h pa/pa32-linux.h"
645 tmake_file=pa/t-linux
646 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
648 if test x$enable_threads = xyes; then
653 target_cpu_default="MASK_PA_11"
654 tmake_file=pa/t-openbsd
657 tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h pa/rtems.h"
658 tmake_file="pa/t-pro t-rtems"
659 if test x$enable_threads = xyes; then
664 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
665 tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
669 target_cpu_default="MASK_PA_11"
670 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
674 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
675 tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h"
679 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
683 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
684 target_cpu_default="MASK_PA_11"
688 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
692 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
694 xmake_file=pa/x-pa-hpux
695 install_headers_dir=install-headers-cpio
698 hppa1.0-*-hpux8.0[0-2]*)
699 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
701 xmake_file=pa/x-pa-hpux
702 if test x$gas != xyes
704 tm_file="pa/pa-oldas.h ${tm_file}"
706 install_headers_dir=install-headers-cpio
709 hppa1.1-*-hpux8.0[0-2]*)
710 target_cpu_default="MASK_PA_11"
711 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
713 xmake_file=pa/x-pa-hpux
714 if test x$gas != xyes
716 tm_file="pa/pa-oldas.h ${tm_file}"
718 install_headers_dir=install-headers-cpio
722 target_cpu_default="MASK_PA_11"
723 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
725 xmake_file=pa/x-pa-hpux
726 install_headers_dir=install-headers-cpio
730 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
732 xmake_file=pa/x-pa-hpux
733 install_headers_dir=install-headers-cpio
736 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
737 target_cpu_default="MASK_PA_11"
738 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
741 xmake_file=pa/x-pa-hpux
743 if test x$enable_threads = x; then
744 enable_threads=$have_pthread_h
746 case x${enable_threads} in
748 tmake_file="${tmake_file} pa/t-dce-thr"
751 install_headers_dir=install-headers-cpio
755 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
758 xmake_file=pa/x-pa-hpux
760 if test x$enable_threads = x; then
761 enable_threads=$have_pthread_h
763 case x${enable_threads} in
765 tmake_file="${tmake_file} pa/t-dce-thr"
768 install_headers_dir=install-headers-cpio
773 xmake_file=pa/x-pa-hpux
775 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"
778 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
780 # if [ x$enable_threads = x ]; then
781 # enable_threads=$have_pthread_h
783 # if [ x$enable_threads = xyes ]; then
785 # tmake_file="${tmake_file} pa/t-dce-thr"
787 install_headers_dir=install-headers-cpio
790 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
791 target_cpu_default="MASK_PA_11"
792 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
795 xmake_file=pa/x-pa-hpux
797 # if test x$enable_threads = x; then
798 # enable_threads=$have_pthread_h
800 # if test x$enable_threads = xyes; then
802 # tmake_file="${tmake_file} pa/t-dce-thr"
804 install_headers_dir=install-headers-cpio
808 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
811 xmake_file=pa/x-pa-hpux
812 # if test x$enable_threads = x; then
813 # enable_threads=$have_pthread_h
815 # if test x$enable_threads = xyes; then
817 # tmake_file="${tmake_file} pa/t-dce-thr"
819 install_headers_dir=install-headers-cpio
822 hppa1.1-*-hpux* | hppa2*-*-hpux*)
823 target_cpu_default="MASK_PA_11"
824 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
826 xmake_file=pa/x-pa-hpux
827 install_headers_dir=install-headers-cpio
831 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
833 xmake_file=pa/x-pa-hpux
834 install_headers_dir=install-headers-cpio
837 hppa1.1-*-hiux* | hppa2*-*-hiux*)
838 target_cpu_default="MASK_PA_11"
839 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
841 xmake_file=pa/x-pa-hpux
842 install_headers_dir=install-headers-cpio
846 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
848 xmake_file=pa/x-pa-hpux
849 install_headers_dir=install-headers-cpio
853 tm_file="${tm_file} pa/pa32-regs.h elfos.h pa/elf.h"
854 target_cpu_default="MASK_PA_11"
858 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
859 xmake_file=pa/x-pa-mpeix
860 echo "You must use gas. Assuming it is already installed."
862 install_headers_dir=install-headers-tar
865 i370-*-opened*) # IBM 360/370/390 Architecture
866 xm_defines='POSIX FATAL_EXIT_CODE=12'
872 xm_defines='POSIX FATAL_EXIT_CODE=12'
874 tmake_file=i370/t-mvs
878 tm_file="i370/linux.h ${tm_file}"
879 tmake_file="t-linux i370/t-linux"
881 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
882 # extra_parts="crtbegin.o crtend.o"
886 if test x$enable_threads = xyes; then
890 i[34567]86-*-chorusos*)
892 tm_file="i386/i386.h i386/att.h elfos.h i386/i386elf.h i386/chorus.h"
893 tmake_file=i386/t-i386elf
895 case x${enable_threads} in
896 xyes | xpthreads | xposix)
903 tm_file="i386/i386.h i386/att.h elfos.h i386/i386elf.h"
904 tmake_file=i386/t-i386elf
907 i[34567]86-ibm-aix*) # IBM PS/2 running AIX
910 tm_file=i386/aix386.h
911 extra_parts="crtbegin.o crtend.o"
912 tmake_file=i386/t-crtstuff
914 tm_file=i386/aix386ng.h
919 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
920 xm_defines="POSIX SMALL_ARG_MAX"
921 if test x$stabs = xyes -a x$gas = xyes
923 tm_file=i386/sysv4gdb.h
927 extra_parts="crtbegin.o crtend.o"
928 tmake_file=i386/t-crtpic
932 tmake_file=i386/t-next
933 extra_objs=nextstep.o
934 extra_parts="crtbegin.o crtend.o"
935 if test x$enable_threads = xyes; then
939 i[34567]86-*-netware) # Intel 80386's running netware
940 tm_file=i386/netware.h
941 tmake_file=i386/t-netware
943 i[34567]86-sequent-bsd*) # 80386 from Sequent
947 tm_file=i386/seq-gas.h
949 tm_file=i386/sequent.h
952 i[34567]86-sequent-ptx1*)
954 tm_file=i386/seq-sysv3.h
955 tmake_file=i386/t-crtstuff
956 extra_parts="crtbegin.o crtend.o"
957 install_headers_dir=install-headers-cpio
959 i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
961 tm_file=i386/seq2-sysv3.h
962 tmake_file=i386/t-crtstuff
963 extra_parts="crtbegin.o crtend.o"
964 install_headers_dir=install-headers-cpio
966 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
969 tm_file="${tm_file} usegas.h"
971 xm_defines="POSIX SMALL_ARG_MAX"
973 tm_file=i386/ptx4-i.h
975 extra_parts="crtbegin.o crtend.o"
976 install_headers_dir=install-headers-cpio
978 i386-sun-sunos*) # Sun i386 roadrunner
983 i[34567]86-wrs-vxworks*)
984 tm_file=i386/vxi386.h
985 tmake_file=i386/t-i386bare
986 thread_file='vxworks'
989 tm_file=i386/i386-aout.h
990 tmake_file=i386/t-i386bare
992 i[34567]86-*-beoself* | i[34567]86-*-beos*)
994 tmake_file='i386/t-beos i386/t-crtpic'
995 tm_file=i386/beos-elf.h
996 xmake_file=i386/x-beos
997 extra_parts='crtbegin.o crtend.o'
999 i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
1000 tm_file=i386/bsd386.h
1001 # tmake_file=t-libc-ok
1004 tm_file=i386/386bsd.h
1005 # tmake_file=t-libc-ok
1006 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
1009 i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
1010 tm_file="i386/freebsd-aout.h i386/perform.h"
1011 tmake_file=t-freebsd
1013 i[34567]86-*-freebsd*)
1014 tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd.h i386/perform.h"
1015 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1016 tmake_file=t-freebsd
1020 case x${enable_threads} in
1021 xyes | xpthreads | xposix)
1023 tmake_file="${tmake_file} t-freebsd-thread"
1027 i[34567]86-*-netbsd*)
1028 tm_file=i386/netbsd.h
1032 i[34567]86-*-openbsd*)
1033 # we need collect2 until our bug is fixed...
1037 tm_file=i386/i386-coff.h
1038 tmake_file=i386/t-i386bare
1040 i[34567]86-*-isc*) # 80386 running ISC system
1042 if test x$gas = xyes -a x$stabs = xyes
1044 tm_file=i386/iscdbx.h
1045 tmake_file=i386/t-svr3dbx
1046 extra_parts="svr3.ifile svr3z.ifile"
1048 tm_file=i386/isccoff.h
1049 tmake_file=i386/t-crtstuff
1050 extra_parts="crtbegin.o crtend.o"
1052 tmake_file="$tmake_file i386/t-i386bare"
1053 install_headers_dir=install-headers-cpio
1055 i[34567]86-*-linux*oldld*) # Intel 80386's running GNU/Linux
1056 # with a.out format using
1058 tmake_file="t-linux-aout i386/t-crtstuff"
1059 tm_file=i386/linux-oldld.h
1063 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1065 tmake_file="t-linux-aout i386/t-crtstuff"
1066 tm_file=i386/linux-aout.h
1070 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1071 # with ELF format using the
1072 # GNU/Linux C library 5
1074 tm_file="i386/i386.h i386/att.h linux.h i386/linux.h"
1075 tmake_file="t-linux t-linux-gnulibc1 i386/t-crtstuff"
1076 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1079 if test x$enable_threads = xyes; then
1080 thread_file='single'
1083 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1084 # with ELF format using glibc 2
1085 # aka GNU/Linux C library 6
1087 tm_file="i386/i386.h i386/att.h linux.h i386/linux.h"
1088 tmake_file="t-linux i386/t-crtstuff"
1089 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1092 if test x$enable_threads = xyes; then
1099 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1100 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1103 i[34567]86-pc-msdosdjgpp*)
1104 xm_file=i386/xm-djgpp.h
1105 tm_file=i386/djgpp.h
1106 tmake_file=i386/t-djgpp
1107 xmake_file=i386/x-djgpp
1112 case $host in *pc-msdosdjgpp*)
1117 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1118 tm_file="i386/i386.h i386/att.h linux.h i386/linux.h i386/moss.h"
1119 tmake_file=t-libc-ok
1123 i[34567]86-*-lynxos*)
1124 if test x$gas = xyes
1128 tm_file=i386/lynx-ng.h
1130 tmake_file=i386/t-i386bare
1134 # tmake_file=t-libc-ok
1137 i[34567]86-*-osfrose*) # 386 using OSF/rose
1138 if test x$elf = xyes
1140 tm_file=i386/osfelf.h
1143 tm_file=i386/osfrose.h
1146 tmake_file=i386/t-osf
1147 extra_objs=halfpic.o
1149 i[34567]86-go32-rtems*)
1151 tm_file=i386/go32-rtems.h
1153 if test x$enable_threads = xyes; then
1157 i[34567]86-*-rtemscoff*)
1159 tm_file=i386/rtems.h
1160 tmake_file="i386/t-i386bare t-rtems"
1161 if test x$enable_threads = xyes; then
1165 i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
1167 tm_file=i386/rtemself.h
1168 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1169 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1170 if test x$enable_threads = xyes; then
1174 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1176 xmake_file=i386/x-sco5
1177 install_headers_dir=install-headers-cpio
1179 if test x$gas = xyes
1181 tm_file="usegas.h ${tm_file}"
1182 tmake_file=i386/t-sco5gas
1184 tmake_file=i386/t-sco5
1186 tmake_file="$tmake_file i386/t-i386bare"
1187 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1189 i[34567]86-*-solaris2*)
1190 xm_defines="POSIX SMALL_ARG_MAX"
1192 if test x$gas = xyes; then
1193 # Only needed if gas does not support -s
1194 tm_file="i386/sol2gas.h ${tm_file}"
1196 tmake_file="i386/t-i386bare i386/t-sol2"
1197 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1199 if test x${enable_threads} = x; then
1200 enable_threads=$have_pthread_h
1201 if test x${enable_threads} = x; then
1202 enable_threads=$have_thread_h
1205 if test x${enable_threads} = xyes; then
1206 if test x${have_pthread_h} = xyes; then
1209 thread_file='solaris'
1213 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1215 tm_file=i386/sysv5.h
1216 if test x$stabs = xyes
1218 tm_file="${tm_file} dbx.h"
1220 tmake_file="i386/t-i386bare i386/t-crtpic"
1222 extra_parts="crtbegin.o crtend.o"
1223 if test x$enable_threads = xyes; then
1227 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1228 xm_defines="POSIX SMALL_ARG_MAX"
1229 tm_file=i386/sysv4.h
1230 if test x$stabs = xyes
1232 tm_file="${tm_file} dbx.h"
1234 tmake_file="i386/t-i386bare i386/t-crtpic"
1236 extra_parts="crtbegin.o crtend.o"
1238 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1241 tmake_file="i386/t-i386bare i386/t-crtpic i386/t-udk"
1243 extra_parts="crtbegin.o crtend.o"
1244 install_headers_dir=install-headers-cpio
1246 i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
1248 xm_file=i386/xm-osf1elf.h
1249 xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1250 if test x$stabs = xyes
1252 tm_file=i386/osf1elfgdb.h
1254 tm_file=i386/osf1elf.h
1256 tmake_file=i386/t-osf1elf
1257 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1259 i[34567]86-*-sysv*) # Intel 80386's running system V
1261 if test x$gas = xyes
1263 if test x$stabs = xyes
1265 tm_file=i386/svr3dbx.h
1266 tmake_file=i386/t-svr3dbx
1267 extra_parts="svr3.ifile svr3z.rfile"
1269 tm_file=i386/svr3gas.h
1270 extra_parts="crtbegin.o crtend.o"
1271 tmake_file=i386/t-crtstuff
1274 tm_file=i386/sysv3.h
1275 extra_parts="crtbegin.o crtend.o"
1276 tmake_file=i386/t-crtstuff
1278 tmake_file="$tmake_file i386/t-crtpic"
1280 i386-*-vsta) # Intel 80386's running VSTa kernel
1281 xm_file=i386/xm-vsta.h
1283 tmake_file=i386/t-vsta
1287 xm_file=i386/xm-cygwin.h
1289 tmake_file=i386/t-cygwin
1290 tm_file=i386/win32.h
1291 xmake_file=i386/x-cygwin
1293 if test x$enable_threads = xyes; then
1298 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1300 xm_file=i386/xm-cygwin.h
1302 tmake_file=i386/t-cygwin
1303 tm_file=i386/cygwin.h
1304 xmake_file=i386/x-cygwin
1306 if test x$enable_threads = xyes; then
1311 i[34567]86-*-mingw32*)
1312 tm_file=i386/mingw32.h
1315 xm_file=i386/xm-mingw32.h
1316 tmake_file="i386/t-cygwin i386/t-mingw32"
1318 xmake_file=i386/x-cygwin
1319 if test x$enable_threads = xyes; then
1326 *minwg32crt* | *mingw32*)
1327 tm_file="${tm_file} i386/crtdll.h"
1333 tmake_file="i386/t-cygwin i386/t-uwin"
1335 xmake_file=i386/x-cygwin
1336 if test x$enable_threads = xyes; then
1341 i[34567]86-*-interix*)
1342 tm_file="i386/i386-interix.h interix.h"
1343 xm_file="i386/xm-i386-interix.h xm-interix.h"
1345 tmake_file="i386/t-interix"
1346 extra_objs=interix.o
1347 xmake_file=x-interix
1348 if test x$enable_threads = xyes ; then
1351 if test x$stabs = xyes ; then
1352 tm_file="${tm_file} dbxcoff.h"
1355 i[34567]86-dg-dgux*)
1357 out_file=i386/dgux.c
1359 tmake_file=i386/t-dgux
1360 xmake_file=i386/x-dgux
1361 install_headers_dir=install-headers-cpio
1363 i860-alliant-*) # Alliant FX/2800
1364 tm_file="${tm_file} svr4.h i860/sysv4.h i860/fx2800.h"
1365 tmake_file=i860/t-fx2800
1366 extra_parts="crtbegin.o crtend.o"
1369 tm_file="${tm_file} i860/bsd.h"
1370 if test x$gas = xyes
1372 tm_file="${tm_file} i860/bsd-gas.h"
1377 tm_file="${tm_file} i860/mach.h"
1378 tmake_file=t-libc-ok
1380 i860-*-osf*) # Intel Paragon XP/S, OSF/1AD
1381 tm_file="${tm_file} svr3.h i860/paragon.h"
1385 tm_file="${tm_file} svr3.h i860/sysv3.h"
1387 extra_parts="crtbegin.o crtend.o"
1390 tm_file="${tm_file} svr4.h i860/sysv4.h"
1393 extra_parts="crtbegin.o crtend.o"
1395 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1396 tm_file="${tm_file} i960/vx960.h"
1397 tmake_file=i960/t-vxworks960
1399 thread_file='vxworks'
1400 c_target_objs="i960-c.o"
1401 cxx_target_objs="i960-c.o"
1403 i960-wrs-vxworks5* | i960-wrs-vxworks)
1404 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1405 tmake_file=i960/t-vxworks960
1407 thread_file='vxworks'
1408 c_target_objs="i960-c.o"
1409 cxx_target_objs="i960-c.o"
1412 tm_file="${tm_file} i960/vx960.h"
1413 tmake_file=i960/t-vxworks960
1415 thread_file='vxworks'
1416 c_target_objs="i960-c.o"
1417 cxx_target_objs="i960-c.o"
1420 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1421 tmake_file=i960/t-960bare
1423 c_target_objs="i960-c.o"
1424 cxx_target_objs="i960-c.o"
1427 tmake_file="i960/t-960bare t-rtems"
1428 tm_file="${tm_file} dbxcoff.h i960/rtems.h"
1430 if test x$enable_threads = xyes; then
1433 c_target_objs="i960-c.o"
1434 cxx_target_objs="i960-c.o"
1436 i960-*-*) # Default i960 environment.
1438 c_target_objs="i960-c.o"
1439 cxx_target_objs="i960-c.o"
1443 tmake_file="ia64/t-ia64"
1444 target_cpu_default="0"
1445 if test x$gas = xyes
1447 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1449 if test x$gnu_ld = xyes
1451 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1456 tm_file=ia64/linux.h
1457 tmake_file="t-linux ia64/t-ia64 ia64/t-glibc"
1458 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1459 if test x$enable_threads = xyes; then
1465 tm_file="ia64/ia64.h svr4.h ia64/sysv4.h ia64/hpux.h"
1466 tmake_file="ia64/t-ia64 ia64/t-hpux"
1467 target_cpu_default="MASK_GNU_AS"
1468 if test x$enable_threads = xyes; then
1474 extra_parts="crtinit.o crtfini.o"
1476 # m68hc11 and m68hc12 share the same machine description.
1477 m68hc11-*-*|m6811-*-*)
1478 tm_file="elfos.h m68hc11/m68hc11.h"
1479 tm_p_file="m68hc11/m68hc11-protos.h"
1480 md_file="m68hc11/m68hc11.md"
1481 out_file="m68hc11/m68hc11.c"
1482 tmake_file="m68hc11/t-m68hc11-gas"
1484 m68hc12-*-*|m6812-*-*)
1485 tm_file="m68hc11/m68hc12.h elfos.h m68hc11/m68hc11.h"
1486 tm_p_file="m68hc11/m68hc11-protos.h"
1487 md_file="m68hc11/m68hc11.md"
1488 out_file="m68hc11/m68hc11.c"
1489 tmake_file="m68hc11/t-m68hc11-gas"
1491 m68000-convergent-sysv*)
1495 extra_headers=math-68881.h
1497 m68000-hp-bsd*) # HP 9000/200 running BSD
1498 tm_file=m68k/hp2bsd.h
1500 extra_headers=math-68881.h
1502 m68000-hp-hpux*) # HP 9000 series 300
1504 if test x$gas = xyes
1506 xmake_file=m68k/x-hp320g
1507 tm_file=m68k/hp310g.h
1509 xmake_file=m68k/x-hp320
1510 tm_file=m68k/hp310.h
1512 install_headers_dir=install-headers-cpio
1514 extra_headers=math-68881.h
1519 extra_headers=math-68881.h
1522 tm_file=m68k/sun2o4.h
1524 extra_headers=math-68881.h
1528 if test x$gas = xyes
1535 extra_headers=math-68881.h
1537 m68k-apple-aux*) # Apple Macintosh running A/UX
1539 tmake_file=m68k/t-aux
1540 install_headers_dir=install-headers-cpio
1541 extra_headers=math-68881.h
1542 extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1544 if test "$gnu_ld" = yes
1546 tm_file="${tm_file} m68k/auxgld.h"
1548 tm_file="${tm_file} m68k/auxld.h"
1550 if test "$gas" = yes
1552 tm_file="${tm_file} m68k/auxgas.h"
1554 tm_file="${tm_file} m68k/auxas.h"
1556 tm_file="${tm_file} m68k/a-ux.h"
1560 tm_file=m68k/apollo68.h
1562 extra_headers=math-68881.h
1565 m68k-altos-sysv*) # Altos 3068
1566 if test x$gas = xyes
1568 tm_file=m68k/altos3068.h
1571 echo "The Altos is supported only with the GNU assembler" 1>&2
1574 extra_headers=math-68881.h
1576 m68k-bull-sysv*) # Bull DPX/2
1577 if test x$gas = xyes
1579 if test x$stabs = xyes
1581 tm_file=m68k/dpx2cdbx.h
1583 tm_file=m68k/dpx2g.h
1590 extra_headers=math-68881.h
1592 m68k-atari-sysv4*) # Atari variant of V.4.
1593 tm_file=m68k/atari.h
1596 extra_parts="crtbegin.o crtend.o"
1597 extra_headers=math-68881.h
1600 m68k-motorola-sysv*)
1601 tm_file=m68k/mot3300.h
1603 if test x$gas = xyes
1605 if test x$gnu_ld = xyes
1607 tmake_file=m68k/t-mot3300-gald
1609 tmake_file=m68k/t-mot3300-gas
1613 if test x$gnu_ld = xyes
1615 tmake_file=m68k/t-mot3300-gld
1617 tmake_file=m68k/t-mot3300
1621 gdb_needs_out_file_path=yes
1622 extra_parts="crt0.o mcrt0.o"
1623 extra_headers=math-68881.h
1626 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1627 tm_file=m68k/tower-as.h
1629 extra_parts="crtbegin.o crtend.o"
1630 extra_headers=math-68881.h
1633 tm_file=m68k/plexus.h
1636 extra_headers=math-68881.h
1641 extra_headers=math-68881.h
1647 extra_headers=math-68881.h
1649 m68k-cbm-sysv4*) # Commodore variant of V.4.
1653 extra_parts="crtbegin.o crtend.o"
1654 extra_headers=math-68881.h
1658 tm_file=m68k/ccur-GAS.h
1659 extra_headers=math-68881.h
1663 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1664 tm_file=m68k/hp3bsd44.h
1666 extra_headers=math-68881.h
1669 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1670 tm_file=m68k/hp3bsd.h
1672 extra_headers=math-68881.h
1676 if test x$with_fp = xno
1678 tm_file=m68k/isi-nfp.h
1684 extra_headers=math-68881.h
1686 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1688 if test x$gas = xyes
1690 xmake_file=m68k/x-hp320g
1691 tm_file=m68k/hp320g.h
1693 xmake_file=m68k/x-hp320
1694 tm_file=m68k/hpux7.h
1696 install_headers_dir=install-headers-cpio
1698 extra_headers=math-68881.h
1701 m68k-hp-hpux*) # HP 9000 series 300
1703 if test x$gas = xyes
1705 xmake_file=m68k/x-hp320g
1706 tm_file=m68k/hp320g.h
1708 xmake_file=m68k/x-hp320
1709 tm_file=m68k/hp320.h
1711 install_headers_dir=install-headers-cpio
1713 extra_headers=math-68881.h
1717 tm_file=m68k/sun3mach.h
1719 extra_headers=math-68881.h
1723 if test x$gas = xyes
1725 tm_file=m68k/news3gas.h
1727 tm_file=m68k/news3.h
1730 extra_headers=math-68881.h
1733 m68k-sony-bsd* | m68k-sony-newsos*)
1734 if test x$gas = xyes
1736 tm_file=m68k/newsgas.h
1741 extra_headers=math-68881.h
1744 m68k-next-nextstep2*)
1745 tm_file=m68k/next21.h
1746 tmake_file=m68k/t-next
1747 xmake_file=m68k/x-next
1748 extra_objs=nextstep.o
1749 extra_headers=math-68881.h
1753 m68k-next-nextstep[34]*)
1755 tmake_file=m68k/t-next
1756 xmake_file=m68k/x-next
1757 extra_objs=nextstep.o
1758 extra_parts="crtbegin.o crtend.o"
1759 extra_headers=math-68881.h
1761 if test x$enable_threads = xyes; then
1766 if test x$with_fp = xno
1768 tm_file=m68k/sun3n3.h
1770 tm_file=m68k/sun3o3.h
1774 extra_headers=math-68881.h
1776 m68k-sun-sunos*) # For SunOS 4 (the default).
1777 if test x$with_fp = xno
1779 tm_file=m68k/sun3n.h
1785 extra_headers=math-68881.h
1788 tm_file=m68k/vxm68k.h
1789 tmake_file=m68k/t-vxworks68
1790 extra_headers=math-68881.h
1791 thread_file='vxworks'
1795 tmake_file=m68k/t-m68kbare
1796 tm_file="m68k/m68k-aout.h libgloss.h"
1797 extra_headers=math-68881.h
1801 tmake_file=m68k/t-m68kbare
1802 tm_file="m68k/m68k-coff.h dbx.h"
1803 extra_headers=math-68881.h
1806 m68020-*-elf* | m68k-*-elf*)
1807 tm_file="m68k/m68020-elf.h"
1809 tmake_file=m68k/t-m68kelf
1810 header_files=math-68881.h
1813 if test x$gas = xyes
1817 tm_file=m68k/lynx-ng.h
1819 tmake_file=m68k/t-lynx
1820 extra_headers=math-68881.h
1824 tm_file=m68k/netbsd.h
1831 # we need collect2 until our bug is fixed...
1834 m68k-*-sysv3*) # Motorola m68k's running system V.3
1836 extra_parts="crtbegin.o crtend.o"
1837 extra_headers=math-68881.h
1840 m68k-*-sysv4*) # Motorola m68k's running system V.4
1841 tm_file=m68k/m68kv4.h
1844 extra_parts="crtbegin.o crtend.o"
1845 extra_headers=math-68881.h
1848 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1851 tm_file=m68k/linux-aout.h
1852 tmake_file="t-linux-aout m68k/t-linux-aout"
1853 extra_headers=math-68881.h
1857 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1858 # with ELF format using the
1859 # GNU/Linux C library 5
1861 tm_file=m68k/linux.h
1862 tmake_file="t-linux t-linux-gnulibc1 m68k/t-linux"
1863 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1864 extra_headers=math-68881.h
1868 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1869 # with ELF format using glibc 2
1870 # aka the GNU/Linux C library 6.
1872 tm_file=m68k/linux.h
1873 tmake_file="t-linux m68k/t-linux"
1874 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1875 extra_headers=math-68881.h
1878 if test x$enable_threads = xyes; then
1883 tmake_file=m68k/t-m68kbare
1884 tm_file=m68k/m68k-psos.h
1885 extra_headers=math-68881.h
1889 tmake_file="m68k/t-m68kbare t-rtems"
1890 tm_file=m68k/rtems.h
1891 extra_headers=math-68881.h
1893 if test x$enable_threads = xyes; then
1897 m68k-*-rtemself*|m68k-*-rtems*)
1898 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1899 tm_file=m68k/rtemself.h
1900 extra_headers=math-68881.h
1902 if test x$enable_threads = xyes; then
1910 tm_file=m88k/dguxbcs.h
1911 tmake_file=m88k/t-dguxbcs
1915 tmake_file=m88k/t-dgux
1918 extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
1919 xmake_file=m88k/x-dgux
1920 if test x$gas = xyes
1922 tmake_file=m88k/t-dgux-gas
1925 m88k-dolphin-sysv3*)
1927 tm_file=m88k/dolph.h
1928 extra_parts="crtbegin.o crtend.o"
1929 xmake_file=m88k/x-dolph
1930 if test x$gas = xyes
1932 tmake_file=m88k/t-m88k-gas
1935 m88k-tektronix-sysv3)
1937 tm_file=m88k/tekXD88.h
1938 extra_parts="crtbegin.o crtend.o"
1939 xmake_file=m88k/x-tekXD88
1940 if test x$gas = xyes
1942 tmake_file=m88k/t-m88k-gas
1947 tm_file=m88k/m88k-aout.h
1951 tm_file=m88k/m88k-coff.h
1952 tmake_file=m88k/t-bug
1956 extra_parts="crtbegin.o crtend.o"
1957 if test x$gas = xyes
1959 tmake_file=m88k/t-luna-gas
1961 tmake_file=m88k/t-luna
1965 tmake_file="${tmake_file} m88k/t-luna-gas"
1966 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
1970 tm_file=m88k/sysv3.h
1971 extra_parts="crtbegin.o crtend.o"
1972 if test x$gas = xyes
1974 tmake_file=m88k/t-m88k-gas
1979 tm_file=m88k/sysv4.h
1980 extra_parts="crtbegin.o crtend.o"
1981 tmake_file=m88k/t-sysv4
1984 tm_file=mcore/mcore-elf.h
1985 tmake_file=mcore/t-mcore
1988 tm_file=mcore/mcore-pe.h
1989 tmake_file=mcore/t-mcore-pe
1991 mips-sgi-irix6*) # SGI System V.4., IRIX 6
1992 if test "x$gnu_ld" = xyes
1994 tm_file="mips/iris6.h mips/iris6gld.h"
1996 tm_file=mips/iris6.h
1998 tmake_file=mips/t-iris6
2000 xmake_file=mips/x-iris6
2001 # if test x$enable_threads = xyes; then
2002 # thread_file='irix'
2006 tm_file="mips/elf.h mips/vxworks.h"
2007 tmake_file=mips/t-ecoff
2010 extra_parts="crtbegin.o crtend.o"
2011 thread_file='vxworks'
2013 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
2014 tm_file="mips/iris6.h mips/cross64.h"
2016 xm_file=mips/xm-iris5.h
2017 xmake_file=mips/x-iris
2018 tmake_file=mips/t-cross64
2019 # See comment in mips/iris[56].h files.
2021 # if test x$enable_threads = xyes; then
2022 # thread_file='irix'
2026 if test x$gas = xyes
2028 if test x$stabs = xyes
2030 tm_file=mips/iris5gdb.h
2032 tm_file="mips/sni-svr4.h mips/sni-gas.h"
2035 tm_file=mips/sni-svr4.h
2038 tmake_file=mips/t-mips-gas
2039 if test x$gnu_ld != xyes
2044 mips-sgi-irix5*) # SGI System V.4., IRIX 5
2045 if test x$gas = xyes
2047 tm_file="mips/iris5.h mips/iris5gas.h"
2048 if test x$stabs = xyes
2050 tm_file="${tm_file} dbx.h"
2053 tm_file=mips/iris5.h
2056 xm_file=mips/xm-iris5.h
2057 xmake_file=mips/x-iris
2058 # mips-tfile doesn't work yet
2059 tmake_file=mips/t-mips-gas
2060 # See comment in mips/iris5.h file.
2062 # if test x$enable_threads = xyes; then
2063 # thread_file='irix'
2066 mips-sgi-irix4loser*) # Mostly like a MIPS.
2067 tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2068 if test x$stabs = xyes; then
2069 tm_file="${tm_file} dbx.h"
2072 xmake_file=mips/x-iris
2073 if test x$gas = xyes
2075 tmake_file=mips/t-mips-gas
2077 extra_passes="mips-tfile mips-tdump"
2079 if test x$gnu_ld != xyes
2083 # if test x$enable_threads = xyes; then
2084 # thread_file='irix'
2087 mips-sgi-irix4*) # Mostly like a MIPS.
2088 tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2089 if test x$stabs = xyes; then
2090 tm_file="${tm_file} dbx.h"
2093 xmake_file=mips/x-iris
2094 if test x$gas = xyes
2096 tmake_file=mips/t-mips-gas
2098 extra_passes="mips-tfile mips-tdump"
2100 if test x$gnu_ld != xyes
2104 # if test x$enable_threads = xyes; then
2105 # thread_file='irix'
2108 mips-sgi-*) # Mostly like a MIPS.
2109 tm_file="mips/iris3.h ${tm_file}"
2110 if test x$stabs = xyes; then
2111 tm_file="${tm_file} dbx.h"
2114 if test x$gas = xyes
2116 tmake_file=mips/t-mips-gas
2118 extra_passes="mips-tfile mips-tdump"
2120 if test x$gnu_ld != xyes
2125 mips-dec-osfrose*) # Decstation running OSF/1 reference port with OSF/rose.
2126 tm_file="mips/osfrose.h ${tm_file}"
2127 tmake_file=mips/t-osfrose
2128 extra_objs=halfpic.o
2131 mips-dec-osf*) # Decstation running OSF/1 as shipped by DIGITAL
2132 tm_file=mips/dec-osf1.h
2133 if test x$stabs = xyes; then
2134 tm_file="${tm_file} dbx.h"
2136 if test x$gas = xyes
2138 tmake_file=mips/t-mips-gas
2140 tmake_file=mips/t-ultrix
2141 extra_passes="mips-tfile mips-tdump"
2143 if test x$gnu_ld != xyes
2148 mips-dec-bsd*) # Decstation running 4.4 BSD
2149 tm_file=mips/dec-bsd.h
2150 if test x$gas = xyes
2152 tmake_file=mips/t-mips-gas
2154 tmake_file=mips/t-ultrix
2155 extra_passes="mips-tfile mips-tdump"
2157 if test x$gnu_ld != xyes
2162 mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
2163 tm_file=mips/netbsd.h
2164 # On NetBSD, the headers are already okay, except for math.h.
2167 mips*-*-linux*) # Linux MIPS, either endian.
2170 mips*el-*) tm_file="elfos.h mips/elfl.h mips/linux.h" ;;
2171 *) tm_file="elfos.h mips/elf.h mips/linux.h" ;;
2174 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2177 if test x$enable_threads = xyes; then
2181 mips*el-*-openbsd*) # mips little endian
2182 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2184 mips*-*-openbsd*) # mips big endian
2185 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2186 tm_file="mips/openbsd-be.h ${tm_file}"
2188 mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
2189 tm_file="mips/news4.h ${tm_file}"
2190 if test x$stabs = xyes; then
2191 tm_file="${tm_file} dbx.h"
2193 if test x$gas = xyes
2195 tmake_file=mips/t-mips-gas
2197 extra_passes="mips-tfile mips-tdump"
2199 if test x$gnu_ld != xyes
2204 mips-sony-sysv*) # Sony NEWS 3800 with NEWSOS5.0.
2205 # That is based on svr4.
2206 # t-svr4 is not right because this system doesn't use ELF.
2207 tm_file="mips/news5.h ${tm_file}"
2208 if test x$stabs = xyes; then
2209 tm_file="${tm_file} dbx.h"
2212 if test x$gas = xyes
2214 tmake_file=mips/t-mips-gas
2216 extra_passes="mips-tfile mips-tdump"
2218 if test x$gnu_ld != xyes
2223 mips-tandem-sysv4*) # Tandem S2 running NonStop UX
2224 tm_file="mips/svr4-5.h mips/svr4-t.h"
2225 if test x$stabs = xyes; then
2226 tm_file="${tm_file} dbx.h"
2229 if test x$gas = xyes
2231 tmake_file=mips/t-mips-gas
2232 extra_parts="crtbegin.o crtend.o"
2234 tmake_file=mips/t-mips
2235 extra_passes="mips-tfile mips-tdump"
2237 if test x$gnu_ld != xyes
2242 mips-*-ultrix* | mips-dec-mach3) # Decstation.
2243 tm_file="mips/ultrix.h ${tm_file}"
2244 if test x$stabs = xyes; then
2245 tm_file="${tm_file} dbx.h"
2247 if test x$gas = xyes
2249 tmake_file=mips/t-mips-gas
2251 tmake_file=mips/t-ultrix
2252 extra_passes="mips-tfile mips-tdump"
2254 if test x$gnu_ld != xyes
2259 mips-*-riscos[56789]bsd*)
2260 tm_file=mips/bsd-5.h # MIPS BSD 4.3, RISC-OS 5.0
2261 if test x$stabs = xyes; then
2262 tm_file="${tm_file} dbx.h"
2264 if test x$gas = xyes
2266 tmake_file=mips/t-bsd-gas
2268 tmake_file=mips/t-bsd
2269 extra_passes="mips-tfile mips-tdump"
2271 if test x$gnu_ld != xyes
2276 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2277 tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2278 if test x$stabs = xyes; then
2279 tm_file="${tm_file} dbx.h"
2281 if test x$gas = xyes
2283 tmake_file=mips/t-bsd-gas
2285 tmake_file=mips/t-bsd
2286 extra_passes="mips-tfile mips-tdump"
2288 if test x$gnu_ld != xyes
2293 mips-*-riscos[56789]sysv4*)
2294 tm_file=mips/svr4-5.h # MIPS System V.4., RISC-OS 5.0
2295 if test x$stabs = xyes; then
2296 tm_file="${tm_file} dbx.h"
2298 if test x$gas = xyes
2300 tmake_file=mips/t-svr4-gas
2302 tmake_file=mips/t-svr4
2303 extra_passes="mips-tfile mips-tdump"
2305 if test x$gnu_ld != xyes
2310 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2311 tm_file="mips/svr4-4.h ${tm_file}"
2312 if test x$stabs = xyes; then
2313 tm_file="${tm_file} dbx.h"
2316 if test x$gas = xyes
2318 tmake_file=mips/t-svr4-gas
2320 tmake_file=mips/t-svr4
2321 extra_passes="mips-tfile mips-tdump"
2323 if test x$gnu_ld != xyes
2328 mips-*-riscos[56789]sysv*)
2329 tm_file=mips/svr3-5.h # MIPS System V.3, RISC-OS 5.0
2330 if test x$stabs = xyes; then
2331 tm_file="${tm_file} dbx.h"
2334 if test x$gas = xyes
2336 tmake_file=mips/t-svr3-gas
2338 tmake_file=mips/t-svr3
2339 extra_passes="mips-tfile mips-tdump"
2341 if test x$gnu_ld != xyes
2346 mips-*-sysv* | mips-*-riscos*sysv*)
2347 tm_file="mips/svr3-4.h ${tm_file}"
2348 if test x$stabs = xyes; then
2349 tm_file="${tm_file} dbx.h"
2352 if test x$gas = xyes
2354 tmake_file=mips/t-svr3-gas
2356 tmake_file=mips/t-svr3
2357 extra_passes="mips-tfile mips-tdump"
2359 if test x$gnu_ld != xyes
2364 mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0.
2365 tm_file=mips/mips-5.h
2366 if test x$stabs = xyes; then
2367 tm_file="${tm_file} dbx.h"
2369 if test x$gas = xyes
2371 tmake_file=mips/t-mips-gas
2373 extra_passes="mips-tfile mips-tdump"
2375 if test x$gnu_ld != xyes
2383 tm_file=mips/ecoffl.h
2384 if test x$stabs = xyes; then
2385 tm_file="${tm_file} dbx.h"
2387 tmake_file=mips/t-ecoff
2390 tm_file="gofast.h mips/ecoff.h"
2391 if test x$stabs = xyes; then
2392 tm_file="${tm_file} dbx.h"
2394 tmake_file=mips/t-ecoff
2397 tm_file="mips/elfl.h"
2398 tmake_file=mips/t-elf
2401 tm_file="mips/elf.h"
2402 tmake_file=mips/t-elf
2405 tm_file="mips/elfl64.h"
2406 tmake_file=mips/t-elf
2408 mips64orionel-*-elf*)
2409 tm_file="mips/elforion.h mips/elfl64.h"
2410 tmake_file=mips/t-elf
2413 tm_file="mips/elf64.h"
2414 tmake_file=mips/t-elf
2417 tm_file="mips/elforion.h mips/elf64.h"
2418 tmake_file=mips/t-elf
2420 mips64orion-*-rtems*)
2421 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h"
2422 tmake_file="mips/t-elf t-rtems"
2423 if test x$enable_threads = xyes; then
2428 tm_file="mips/elf.h mips/rtems.h"
2429 tmake_file="mips/t-elf t-rtems"
2430 if test x$enable_threads = xyes; then
2435 tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2436 tmake_file=mips/t-r3900
2439 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2440 tmake_file=mips/t-r3900
2442 mips-*-*) # Default MIPS RISC-OS 4.0.
2443 if test x$stabs = xyes; then
2444 tm_file="${tm_file} dbx.h"
2446 if test x$gas = xyes
2448 tmake_file=mips/t-mips-gas
2450 extra_passes="mips-tfile mips-tdump"
2452 if test x$gnu_ld != xyes
2460 tm_file="mn10200/mn10200.h"
2461 if test x$stabs = xyes
2463 tm_file="${tm_file} dbx.h"
2469 tm_file="mn10300/mn10300.h"
2470 if test x$stabs = xyes
2472 tm_file="${tm_file} dbx.h"
2477 tm_file=ns32k/encore.h
2481 tm_file=ns32k/sequent.h
2485 tm_file=ns32k/tek6100.h
2489 tm_file=ns32k/tek6200.h
2493 tm_file=ns32k/merlin.h
2497 tm_file=ns32k/pc532-mach.h
2501 tm_file=ns32k/pc532-min.h
2502 xm_defines='POSIX HZ=60'
2506 tm_file=ns32k/netbsd.h
2507 # On NetBSD, the headers are already okay, except for math.h.
2512 tm_file="${tm_file} pdp11/2bsd.h"
2522 tm_file="svr4.h pj/linux.h ${tm_file}"
2527 tm_file="svr4.h pj/pjl.h ${tm_file}"
2540 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2544 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h"
2546 xm_file=rs6000/xm-beos.h
2547 tmake_file=rs6000/t-beos
2551 tm_file="${tm_file} darwin.h rs6000/darwin.h"
2552 tm_p_file="${tm_p_file} darwin-protos.h"
2553 tmake_file=rs6000/t-darwin
2554 xmake_file=rs6000/x-darwin
2555 # Override the usual setting, since Apple's GCC has lame bugs
2556 # and can't handle the initializers. Someday the bugs will be
2557 # fixed and we can get rid of this silliness.
2558 xm_defines="HAVE_DESIGNATED_INITIALIZERS=0"
2559 extra_objs="darwin.o"
2560 # Darwin linker does collect2 functionality
2564 tm_file="${tm_file} svr4.h rs6000/sysv4.h"
2566 extra_headers=ppc-asm.h
2567 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2569 powerpc-*-chorusos*)
2571 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/chorus.h"
2572 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2573 extra_headers=ppc-asm.h
2574 case x${enable_threads} in
2575 xyes | xpthreads | xposix)
2582 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2583 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2584 extra_headers=ppc-asm.h
2588 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2589 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2590 extra_headers=ppc-asm.h
2594 tm_file="${tm_file} svr4.h rs6000/sysv4.h"
2595 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2596 extra_headers=ppc-asm.h
2600 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/eabi.h"
2601 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2602 extra_headers=ppc-asm.h
2606 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/eabi.h rtems.h rs6000/rtems.h"
2607 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2608 extra_headers=ppc-asm.h
2609 if test x$enable_threads = xyes; then
2613 powerpc-*-linux*libc1)
2614 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/linux.h"
2615 out_file=rs6000/rs6000.c
2616 tmake_file="rs6000/t-ppcos t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2618 extra_headers=ppc-asm.h
2619 if test x$enable_threads = xyes; then
2624 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/linux.h"
2625 out_file=rs6000/rs6000.c
2626 tmake_file="rs6000/t-ppcos t-linux rs6000/t-ppccomm"
2628 extra_headers=ppc-asm.h
2629 if test x$enable_threads = xyes; then
2633 powerpc-wrs-vxworks*)
2636 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/vxppc.h"
2637 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2638 extra_headers=ppc-asm.h
2639 thread_file='vxworks'
2641 powerpcle-wrs-vxworks*)
2644 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2645 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2646 extra_headers=ppc-asm.h
2647 thread_file='vxworks'
2650 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/sysv4le.h"
2652 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2653 extra_headers=ppc-asm.h
2657 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/sysv4le.h"
2658 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2659 extra_headers=ppc-asm.h
2661 powerpcle-*-eabisim*)
2663 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
2664 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2665 extra_headers=ppc-asm.h
2669 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2670 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2671 extra_headers=ppc-asm.h
2673 powerpcle-*-solaris2*)
2674 tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/sol2.h"
2676 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2677 extra_headers=ppc-asm.h
2679 rs6000-ibm-aix3.[01]*)
2681 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h"
2685 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2687 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h"
2688 tmake_file=rs6000/t-newas
2692 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2694 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h"
2695 tmake_file=rs6000/t-newas
2699 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2701 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h"
2702 tmake_file=rs6000/t-aix43
2707 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2709 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h"
2710 tmake_file=rs6000/t-aix43
2717 tm_file="${tm_file} rs6000/aix.h"
2723 tm_file="${tm_file} rs6000/aix.h"
2728 tm_file="rs6000/rs6000.h rs6000/mach.h"
2733 tm_file=rs6000/lynx.h
2734 tmake_file=rs6000/t-rs6000
2738 tmake_file="sh/t-sh sh/t-elf"
2739 tm_file="sh/sh.h sh/elf.h"
2743 tmake_file="sh/t-sh sh/t-elf t-rtems"
2744 tm_file="sh/sh.h sh/elf.h sh/rtemself.h"
2746 if test x$enable_threads = xyes; then
2751 tmake_file="sh/t-sh t-rtems"
2752 tm_file="sh/sh.h sh/rtems.h"
2754 if test x$enable_threads = xyes; then
2759 tm_file="sh/sh.h sh/elf.h sh/linux.h"
2760 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2763 if test x$enable_threads = xyes; then
2775 sparc64-wrs-vxworks*)
2776 tm_file="sparc/sol2.h sparc/elf.h sparc/vxsparc64.h"
2777 tmake_file=sparc/t-vxsparc64
2780 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
2781 tm_file=sparc/vxsparc.h
2782 tmake_file=sparc/t-vxsparc
2784 thread_file='vxworks'
2787 tmake_file=sparc/t-sparcbare
2788 tm_file="sparc/aout.h libgloss.h"
2791 tm_file=sparc/netbsd.h
2796 # we need collect2 until our bug is fixed...
2803 tm_file="sparc/sol2.h sparc/elf.h sparc/chorus.h"
2804 tmake_file=sparc/t-chorus-elf
2805 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2807 case x${enable_threads} in
2808 xyes | xpthreads | xposix)
2814 tm_file="sparc/sol2.h sparc/elf.h"
2815 tmake_file=sparc/t-elf
2816 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2820 sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
2821 tm_file=sparc/linux-aout.h
2825 sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
2827 tm_file=sparc/linux.h
2828 tmake_file="t-linux t-linux-gnulibc1"
2829 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2833 sparc-*-linux*) # Sparc's running GNU/Linux, libc6
2835 tm_file=sparc/linux.h
2836 tmake_file="t-linux"
2837 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2839 if test x$enable_threads = xyes; then
2845 if test x$gas = xyes
2847 tm_file=sparc/lynx.h
2849 tm_file=sparc/lynx-ng.h
2851 tmake_file=sparc/t-sunos41
2854 tmake_file="sparc/t-sparcbare t-rtems"
2855 tm_file=sparc/rtems.h
2856 if test x$enable_threads = xyes; then
2860 sparc-*-rtems*|sparc-*-rtemself*)
2861 tm_file="sparc/sol2.h sparc/elf.h sparc/rtemself.h"
2862 tmake_file="sparc/t-elf t-rtems"
2863 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2866 if test x$enable_threads = xyes; then
2870 sparcv9-*-solaris2*)
2871 if test x$gnu_ld = xyes
2873 tm_file=sparc/sol2-64.h
2875 tm_file=sparc/sol2-sld-64.h
2878 tmake_file="sparc/t-sol2 sparc/t-sol2-64"
2879 if test x$gnu_ld = xyes; then
2880 tmake_file="$tmake_file sparc/t-slibgcc"
2882 tmake_file="$tmake_file sparc/t-slibgcc-sld"
2884 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2886 if test x${enable_threads} = x ; then
2887 enable_threads=$have_pthread_h
2888 if test x${enable_threads} = x ; then
2889 enable_threads=$have_thread_h
2892 if test x${enable_threads} = xyes ; then
2893 if test x${have_pthread_h} = xyes ; then
2896 thread_file='solaris'
2900 sparc-hal-solaris2*)
2902 tm_file="sparc/sol2.h sparc/hal.h"
2903 tmake_file="sparc/t-halos sparc/t-sol2"
2904 if test x$gnu_ld = xyes; then
2905 tmake_file="$tmake_file sparc/t-slibgcc"
2907 tmake_file="$tmake_file sparc/t-slibgcc-sld"
2909 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
2918 thread_file='solaris'
2921 if test x$gnu_ld = xyes
2923 tm_file=sparc/sol2.h
2925 tm_file=sparc/sol2-sld.h
2928 tmake_file=sparc/t-sol2
2929 if test x$gnu_ld = xyes; then
2930 tmake_file="$tmake_file sparc/t-slibgcc"
2932 tmake_file="$tmake_file sparc/t-slibgcc-sld"
2934 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2935 # At the moment, 32-to-64 cross compilation doesn't work.
2937 # *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
2939 # if test x$gnu_ld = xyes
2941 # tm_file=sparc/sol2-64.h
2943 # tm_file=sparc/sol2-sld-64.h
2945 # tmake_file="$tmake_file sparc/t-sol2-64"
2956 if test x${enable_threads} = x; then
2957 enable_threads=$have_pthread_h
2958 if test x${enable_threads} = x; then
2959 enable_threads=$have_thread_h
2962 if test x${enable_threads} = xyes; then
2963 if test x${have_pthread_h} = xyes; then
2966 thread_file='solaris'
2971 tm_file=sparc/sunos4.h
2972 tmake_file=sparc/t-sunos40
2976 tm_file=sparc/sunos4.h
2977 tmake_file=sparc/t-sunos41
2979 if test x$gas = xyes; then
2980 tm_file="${tm_file} sparc/sun4gas.h"
2984 tm_file=sparc/sun4o3.h
2988 tm_file=sparc/sysv4.h
2991 extra_parts="crtbegin.o crtend.o"
2995 tm_file=sparc/vxsim.h
2996 tmake_file=sparc/t-vxsparc
2999 tm_file="sparc/splet.h libgloss.h"
3000 tmake_file=sparc/t-splet
3003 tm_file="sparc/litecoff.h libgloss.h"
3004 tmake_file=sparc/t-sparclite
3007 tm_file="sparc/lite.h aoutos.h libgloss.h"
3008 tmake_file=sparc/t-sparclite
3011 tm_file="sparc/sol2.h sparc/elf.h sparc/liteelf.h"
3012 tmake_file=sparc/t-sparclite
3013 extra_parts="crtbegin.o crtend.o"
3016 tm_file="sparc/sp86x-aout.h aoutos.h libgloss.h"
3017 tmake_file=sparc/t-sp86x
3020 tm_file="sparc/sol2.h sparc./elf.h sparc/sp86x-elf.h"
3021 tmake_file=sparc/t-sp86x
3022 extra_parts="crtbegin.o crtend.o"
3025 tmake_file=sparc/t-sp64
3026 tm_file=sparc/sp64-aout.h
3029 tmake_file=sparc/t-sp64
3030 tm_file=sparc/sp64-elf.h
3031 extra_parts="crtbegin.o crtend.o"
3033 sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
3034 tmake_file="t-linux sparc/t-linux64"
3035 tm_file=sparc/linux64.h
3037 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3039 if test x$enable_threads = xyes; then
3045 tm_file=arm/strongarm-elf.h
3046 tmake_file=arm/t-strongarm-elf
3051 tm_file=arm/strongarm-coff.h
3052 tmake_file=arm/t-strongarm-coff
3057 tm_file=arm/strongarm-pe.h
3058 tmake_file=arm/t-strongarm-pe
3064 { echo "config.gcc: error:
3065 *** The Thumb targets have been deprecated. The equivalent
3066 *** ARM based toolchain can now generate Thumb instructions
3067 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3071 tm_file="v850/rtems.h"
3072 tmake_file="v850/t-v850 t-rtems"
3073 if test x$stabs = xyes
3075 tm_file="${tm_file} dbx.h"
3078 c_target_objs="v850-c.o"
3079 cxx_target_objs="v850-c.o"
3082 target_cpu_default="TARGET_CPU_generic"
3084 tm_file="v850/v850.h"
3085 tmake_file=v850/t-v850
3086 if test x$stabs = xyes
3088 tm_file="${tm_file} dbx.h"
3091 c_target_objs="v850-c.o"
3092 cxx_target_objs="v850-c.o"
3094 vax-*-bsd*) # vaxen running BSD
3098 vax-*-sysv*) # vaxen running system V
3099 tm_file="${tm_file} vax/vaxv.h"
3104 tm_file="${tm_file} netbsd.h vax/netbsd.h"
3110 tmake_file="${tmake_file} vax/t-openbsd"
3111 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3115 vax-*-ultrix*) # vaxen running ultrix
3116 tm_file="${tm_file} vax/ultrix.h"
3119 vax-*-vms*) # vaxen running VMS
3120 xm_file=vax/xm-vms.h
3124 vax-*-*) # vax default entry
3132 tm_file=arm/xscale-elf.h
3133 tmake_file=arm/t-xscale-elf
3138 tm_file=arm/xscale-coff.h
3139 tmake_file=arm/t-xscale-coff
3144 echo "Configuration $machine not supported" 1>&2
3151 install_headers_dir=install-headers-cpio
3155 # Distinguish i[34567]86
3156 # Also, do not run mips-tfile on MIPS if using gas.
3157 # Process --with-cpu= for PowerPC/rs6000
3158 target_cpu_default2=
3161 target_cpu_default2=1
3164 case $target_alias in
3166 target_cpu_default2=4
3169 target_cpu_default2=2
3173 i686-*-* | i786-*-*)
3174 target_cpu_default2=3
3179 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3182 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3185 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3188 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3191 target_cpu_default2="MASK_CPU_EV5"
3195 if test x$gas = xyes
3197 if test "$target_cpu_default2" = ""
3199 target_cpu_default2="MASK_GAS"
3201 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3206 case "x$with_cpu" in
3209 target_cpu_default2="TARGET_CPU_generic"
3212 # Distinguish cores, and major variants
3213 # arm7m doesn't exist, but D & I don't affect code
3214 xarm[236789] | xarm250 | xarm[67][01]0 \
3215 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3216 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3218 | xstrongarm | xstrongarm110 | xstrongarm1100)
3219 target_cpu_default2="TARGET_CPU_$with_cpu"
3223 echo "--with-cpu must be passed a value" 1>&2
3228 if test x$pass2done = xyes
3230 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3237 hppa*-*-* | parisc*-*-*)
3238 if test x$gas = xyes
3240 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3244 mips*-*-ecoff* | mips*-*-elf*)
3245 if test x$gas = xyes
3247 if test x$gnu_ld = xyes
3249 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3251 target_cpu_default2="MASK_GAS"
3256 if test x$gas = xyes
3258 target_cpu_default2="MASK_GAS"
3261 powerpc*-*-* | rs6000-*-*)
3262 case "x$with_cpu" in
3266 xcommon | xpower | xpower2 | xpowerpc | xrios \
3267 | xrios1 | xrios2 | xrsc | xrsc1 \
3268 | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
3269 | xec603e | x740 | x750 | x401 \
3270 | x403 | x505 | x801 | x821 | x823 | x860)
3271 target_cpu_default2="\"$with_cpu\""
3275 echo "--with-cpu must be passed a value" 1>&2
3280 if test x$pass2done = xyes
3282 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3289 case ".$with_cpu" in
3291 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3293 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3294 target_cpu_default2="TARGET_CPU_$with_cpu"
3297 if test x$pass2done = xyes
3299 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3307 if test "$target_cpu_default2" != ""
3309 if test "$target_cpu_default" != ""
3311 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3313 target_cpu_default=$target_cpu_default2
3317 # No need for collect2 if we have the GNU linker.
3318 # Actually, there is now; GNU ld doesn't handle the EH info or
3319 # collecting for shared libraries.
3326 # Save data on machine being used to compile GCC in build_xm_file.
3327 # Save data on host machine in vars host_xm_file and host_xmake_file.
3328 if test x$pass1done = x
3330 if test x$xm_file != x
3331 then build_xm_file=$xm_file
3333 build_xm_defines=$xm_defines
3334 build_install_headers_dir=$install_headers_dir
3335 build_exeext=$exeext
3338 if test x$pass2done = x
3340 if test x$xm_file != x
3341 then host_xm_file=$xm_file
3343 host_xm_defines=$xm_defines
3344 host_xmake_file="$xmake_file"
3345 host_truncate_target=$truncate_target
3346 host_extra_gcc_objs=$extra_gcc_objs
3347 host_extra_objs=$extra_host_objs