OSDN Git Service

* config/rs6000/rs6000.c (rs6000_override_options): Add
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
1 # GCC build-, host- and target-specific configuration file.
2 # Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3
4 #This file is part of GCC.
5
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
9 #version.
10
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
14 #for more details.
15
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
19 #02111-1307, USA.
20
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.
28
29 # This file switches on the shell variable ${machine}, and also uses the
30 # following shell variables:
31 #
32 #  with_*               Various variables as set by configure.
33 #
34 #  enable_threads_flag  Either the name, yes or no depending on whether
35 #                       threads support was requested.
36 #
37 #  gas_flag             Either yes or no depending on whether GNU as was
38 #                       requested.
39 #
40 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
41 #                       requested.
42
43 # This file sets the following shell variables for use by the
44 # autoconf-generated configure script:
45 #
46 #  cpu_type             The name of the cpu, if different from machine.
47 #
48 #  tm_file              A list of target macro files, if different from
49 #                       "$cpu_type/$cpu_type.h". Usually it's constructed
50 #                       per target in a way like this:
51 #                       tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
52 #                       Note that the preferred order is:
53 #                       - specific target header "${cpu_type}/${cpu_type.h}"
54 #                       - generic headers like dbxelf.h elfos.h, netware.h, etc.
55 #                       - specializing target headers like ${cpu_type.h}/elf.h
56 #                       This helps to keep OS specific stuff out of the CPU
57 #                       defining header ${cpu_type}/${cpu_type.h}.
58 #
59 #  tm_p_file            Location of file with declarations for functions
60 #                       in $out_file.
61 #
62 #  out_file             The name of the machine description C support
63 #                       file, if different from "$cpu_type/$cpu_type.c".
64 #
65 #  md_file              The name of the machine-description file, if
66 #                       different from "$cpu_type/$cpu_type.md".
67 #
68 #  tmake_file           A list of machine-description-specific
69 #                       makefile-fragments, if different from
70 #                       "$cpu_type/t-$cpu_type".
71 #
72 #  float_format         Set to the symbolic name for the floating-point
73 #                       formats used for this machine, if different from
74 #                       "i64".  Used to derive a header file name to
75 #                       include, like "vax" for "float-vax.h".  If no such
76 #                       file is wanted, set to "none".
77 #
78 #  extra_objs           List of extra objects that should be linked into
79 #                       the compiler proper (cc1, cc1obj, cc1plus)
80 #                       depending on target.
81 #
82 #  extra_headers        List of used header files from the directory
83 #                       ginclude.
84 #
85 #  host_xmake_file      List of host-specific makefile-fragments.
86 #
87 #  extra_passes         List of extra executables compiled for this target
88 #                       machine, used for compiling from source to object.
89 #
90 #  extra_parts          List of extra object files that should be compiled
91 #                       for this target machine.
92 #
93 #  extra_programs       Like extra_passes, but these are used when linking.
94 #
95 #  host_extra_objs      List of extra host-dependent objects that should
96 #                       be linked into the compiler proper.
97 #
98 #  host_extra_gcc_objs  List of extra host-dependent objects that should
99 #                       be linked into the gcc driver.
100 #
101 #  c_target_objs        List of extra target-dependent objects that be
102 #                       linked into the C compiler only.
103 #
104 #  cxx_target_objs      List of extra target-dependent objects that be
105 #                       linked into the C++ compiler only.
106 #
107 #  build_xm_defines     List of macros to define when compiling for the
108 #                       build machine.
109 #
110 #  build_xm_file        List of files to include when compiling for the
111 #                       build machine.
112 #
113 #  host_xm_defines      List of macros to define when compiling for the
114 #                       host machine.
115 #
116 #  host_xm_file         List of files to include when compiling for the
117 #                       host machine.
118 #
119 #  xm_defines           List of macros to define when compiling for the
120 #                       target machine.
121 #
122 #  xm_file              List of files to include when compiling for the
123 #                       target machine.
124 #
125 #  use_collect2         Set to yes or no, depending on whether collect2
126 #                       will be used.
127 #
128 #  target_cpu_default   Set to override the default target model.
129 #
130 #  build_install_headers_dir
131 #                       Target to use when installing header files.
132 #
133 #  host_truncate_target
134 #                       Non-empty if the target name should be truncated
135 #                       on this host, due to filename length issues.
136 #
137 #  gdb_needs_out_file_path
138 #                       Set to yes if gdb needs a dir command with
139 #                       `dirname $out_file`.
140 #
141 #  build_exeext         Set to the suffix, if the build machine requires
142 #                       executables to have a file name suffix.
143 #
144 #  host_exeext          Set to the suffix, if the host machine requires
145 #                       executables to have a file name suffix.
146 #
147 #  thread_file          Set to control which thread package to use.
148 #
149 #  gas                  Set to yes or no depending on whether the target
150 #                       system normally uses GNU as.
151
152 # The following variables are used in each case-construct to build up the
153 # outgoing variables:
154 #
155 #  xmake_file           Makefile-fragment when this system is as a host,
156 #                       for host_xmake_file.
157 #
158 #  extra_host_objs      List of extra objects that should be linked into
159 #                       the compiler proper when this system is a host,
160 #                       for host_extra_objs.
161 #
162 #  install_headers_dir  Makefile-target for how the header file directory
163 #                       is installed, when this system is a build system,
164 #                       for build_install_headers_dir.
165 #
166 #  truncate_target      Non-empty if the target name should be truncated
167 #                       when this system is a host, due to filename length
168 #                       issues.  For host_truncate_target.
169 #
170 #  exeext               The suffix for executables on this system.
171 #
172 #  gnu_ld               Set to yes or no depending on whether the target
173 #                       system normally uses GNU ld.
174
175 out_file=
176 xmake_file=
177 tmake_file=
178 extra_headers=
179 extra_passes=
180 extra_parts=
181 extra_programs=
182 extra_objs=
183 extra_host_objs=
184 extra_gcc_objs=
185 c_target_objs=
186 cxx_target_objs=
187 xm_defines=
188 float_format=
189 # Set this to force installation and use of collect2.
190 use_collect2=
191 # Set this to override the default target model.
192 target_cpu_default=
193 # Set this to control how the header file directory is installed.
194 install_headers_dir=install-headers-tar
195 # Set this if directory names should be truncated to 14 characters.
196 truncate_target=
197 # Set this if gdb needs a dir command with `dirname $out_file`
198 gdb_needs_out_file_path=
199 # Set this if the build machine requires executables to have a
200 # file name suffix.
201 exeext=
202 # Set this to control which thread package will be used.
203 thread_file=
204 # Reinitialize these from the flag values every loop pass, since some
205 # configure entries modify them.
206 gas="$gas_flag"
207 gnu_ld="$gnu_ld_flag"
208 enable_threads=$enable_threads_flag
209
210 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
211 # updated in each machine entry.
212 tm_p_file=
213 cpu_type=`echo $machine | sed 's/-.*$//'`
214 case $machine in
215 alpha*-*-*)
216         cpu_type=alpha
217         ;;
218 strongarm*-*-*)
219         cpu_type=arm
220         ;;
221 arm*-*-*)
222         cpu_type=arm
223         ;;
224 xscale-*-*)
225         cpu_type=arm
226         ;;
227 c*-convex-*)
228         cpu_type=convex
229         ;;
230 i[34567]86-*-*)
231         cpu_type=i386
232         ;;
233 x86_64-*-*)
234         cpu_type=i386
235         ;;
236 hppa*-*-* | parisc*-*-*)
237         cpu_type=pa
238         ;;
239 m680[02]0-*-*)
240         cpu_type=m68k
241         ;;
242 mips*-*-*)
243         cpu_type=mips
244         ;;
245 pj*-*-*)
246         cpu_type=pj
247         ;;
248 powerpc*-*-*)
249         cpu_type=rs6000
250         ;;
251 sparc*-*-*)
252         cpu_type=sparc
253         ;;
254 esac
255
256 tm_file=${cpu_type}/${cpu_type}.h
257 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
258 then
259         tm_p_file=${cpu_type}/${cpu_type}-protos.h
260 fi
261 # On a.out targets, we need to use collect2.
262 case $machine in
263 *-*-*aout*)
264         use_collect2=yes
265         ;;
266 esac
267
268 # Common parts for GNU/Linux, GNU/Hurd, OpenBSD and FreeBSD systems.
269 case $machine in
270 *-*-linux*)
271         xm_defines=POSIX
272         ;;
273 *-*-gnu*)
274         # On the Hurd, the setup is just about the same on
275         # each different CPU.  The specific machines that we
276         # support are matched above and just set $cpu_type.
277         xm_defines=POSIX
278         tm_file="${cpu_type}/gnu.h"
279         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
280         # GNU always uses ELF.
281         elf=yes
282         # GNU tools are the only tools.
283         gnu_ld=yes
284         gas=yes
285         # These details are the same as for Linux.
286         # But here we need a little extra magic.
287         tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
288         case $machine in
289         i[34567]86-*-*)
290                 tm_file="${cpu_type}/${cpu_type}.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}"
291                 ;;
292         esac
293         ;;
294 *-*-openbsd*)
295         tm_file=${cpu_type}/openbsd.h
296         tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
297         xm_defines=POSIX
298         if test x$enable_threads = xyes; then
299                 thread_file='posix'
300                 tmake_file="${tmake_file} t-openbsd-thread"
301         fi
302         ;;
303 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
304         # This is the place-holder for the generic a.out configuration
305         # of FreeBSD.  No actual configuration resides here since
306         # there was only ever a bare-bones ix86 configuration for
307         # a.out and it exists solely in the machine-specific section.
308         # This place-holder must exist to avoid dropping into
309         # the generic ELF configuration of FreeBSD (i.e. it must be
310         # ordered before that section).
311         ;;
312 *-*-freebsd*)
313         # This is the generic ELF configuration of FreeBSD.  Later
314         # machine-specific sections may refine and add to this
315         # configuration.
316         #
317         # Due to tm_file entry ordering issues that vary between cpu
318         # architectures, we only define fbsd_tm_file to allow the
319         # machine-specific section to dictate the final order of all
320         # entries of tm_file with the minor exception that components
321         # of the tm_file set here will always be of the form:
322         #
323         # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
324         #
325         # The machine-specific section should not tamper with this
326         # ordering but may order all other entries of tm_file as it
327         # pleases around the provided core setting.
328         gas=yes
329         gnu_ld=yes
330         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
331         case $machine in
332         *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
333         *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
334         *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
335         *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
336         *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
337         esac
338         tmake_file=t-freebsd
339         xmake_file=none
340         xm_defines=POSIX
341         case x${enable_threads} in
342         xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
343         x | xyes | xpthreads | xposix)
344                 thread_file='posix'
345                 tmake_file="${tmake_file} t-freebsd-thread"
346                 ;;
347         *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
348         esac
349         fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
350         ;;
351 esac
352
353 case $machine in
354 # Support site-specific machine types.
355 *local*)
356         rest=`echo $machine | sed -e "s/$cpu_type-//"`
357         tm_file=${cpu_type}/$rest.h
358         if test -f $srcdir/config/${cpu_type}/xm-$rest.h
359         then xm_file=${cpu_type}/xm-$rest.h
360         fi
361         if test -f $srcdir/config/${cpu_type}/x-$rest
362         then xmake_file=${cpu_type}/x-$rest
363         fi
364         if test -f $srcdir/config/${cpu_type}/t-$rest
365         then tmake_file=${cpu_type}/t-$rest
366         fi
367         ;;
368 1750a-*-*)
369         # 1750a is only supported as a target.
370         case "$build,$host" in 1750a*,* | *,1750a* )
371                 echo "*** $machine is only supported as a target" >&2
372                 exit 1
373         esac
374         ;;
375 a29k-*-bsd* | a29k-*-sym1*)
376         tm_file="${tm_file} a29k/unix.h"
377         xm_defines=POSIX
378         use_collect2=yes
379         ;;
380 a29k-*-udi | a29k-*-coff)
381         tm_file="${tm_file} dbxcoff.h"
382         tmake_file=a29k/t-a29kbare
383         ;;
384 a29k*-*-rtems*)
385         tm_file=a29k/rtems.h
386         tmake_file="a29k/t-a29kbare t-rtems"
387         if test x$enable_threads = xyes; then
388           thread_file='rtems'
389         fi
390         ;;
391 a29k-wrs-vxworks*)
392         tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
393         tmake_file=a29k/t-vx29k
394         extra_parts="crtbegin.o crtend.o"
395         thread_file='vxworks'
396         ;;
397 a29k-*-*)                       # Default a29k environment.
398         use_collect2=yes
399         ;;
400 alpha*-*-unicosmk*)
401         use_collect2=yes
402         tm_file="${tm_file} alpha/unicosmk.h"
403
404         # Don't include t-ieee for now because we don't support that yet
405         # tmake_file="alpha/t-ieee"
406         tmake_file="alpha/t-unicosmk"
407         ;;
408 alpha-*-interix)
409         tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
410
411         # GAS + IEEE_CONFORMANT+IEEE (no inexact);
412         #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
413
414         # GAS + IEEE_CONFORMANT
415         target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
416
417         xm_defines=POSIX
418         xm_file="alpha/xm-alpha-interix.h xm-interix.h"
419         tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
420         if test x$enable_threads = xyes ; then
421                 thread_file='posix'
422         fi
423         if test x$stabs = xyes ; then
424                 tm_file="${tm_file} dbxcoff.h"
425         fi
426         #prefix='$$INTERIX_ROOT'/usr/contrib
427         #local_prefix='$$INTERIX_ROOT'/usr/contrib
428         ;;
429 alpha*-*-linux*ecoff*)
430         tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
431         target_cpu_default="MASK_GAS"
432         tmake_file="alpha/t-alpha alpha/t-ieee"
433         gas=no
434         gas=yes gnu_ld=yes
435         ;;
436 alpha*-*-linux*libc1*)
437         tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
438         target_cpu_default="MASK_GAS"
439         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtbe alpha/t-crtfm alpha/t-ieee"
440         gas=yes gnu_ld=yes
441         if test x$enable_threads = xyes; then
442                 thread_file='posix'
443         fi
444         ;;
445 alpha*-*-linux*)
446         tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
447         target_cpu_default="MASK_GAS"
448         tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtbe alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
449         gas=yes gnu_ld=yes
450         if test x$enable_threads = xyes; then
451                 thread_file='posix'
452         fi
453         ;;
454 alpha*-*-freebsd*)
455         tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
456         target_cpu_default="MASK_GAS"
457         tmake_file="${tmake_file} alpha/t-crtbe alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
458         ;;
459 alpha*-*-netbsd*)
460         xm_defines=POSIX
461         tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
462         target_cpu_default="MASK_GAS"
463         tmake_file="alpha/t-crtbe alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
464         gas=yes gnu_ld=yes
465         ;;
466
467 alpha*-*-openbsd*)
468         # default x-alpha is only appropriate for dec-osf.
469         target_cpu_default="MASK_GAS"
470         tmake_file="alpha/t-alpha alpha/t-ieee"
471         ;;
472
473 alpha*-dec-osf*)
474         xm_defines=POSIX
475         if test x$stabs = xyes
476         then
477                 tm_file="${tm_file} dbx.h"
478         fi
479         if test x$gas != xyes
480         then
481                 extra_passes="mips-tfile mips-tdump"
482         fi
483         use_collect2=yes
484         tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-osf alpha/t-crtfm"
485         case $machine in
486           *-*-osf1*)
487             tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
488             ;;
489           *-*-osf[23]*)
490             tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
491             ;;
492           *-*-osf4*)
493             tm_file="${tm_file} alpha/osf.h"
494             tmake_file="$tmake_file alpha/t-osf4"
495             # Some versions of OSF4 (specifically X4.0-9 296.7) have
496             # a broken tar, so we use cpio instead.
497             install_headers_dir=install-headers-cpio
498             ;;
499           *-*-osf5*)
500             tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
501             tmake_file="$tmake_file alpha/t-osf4"
502             float_format=i128
503             ;;
504         esac
505         case $machine in
506           *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
507             target_cpu_default=MASK_SUPPORT_ARCH
508             ;;
509         esac
510         ;;
511 alpha*-*-vxworks*)
512         xm_defines=POSIX
513         tm_file="${tm_file} dbx.h alpha/vxworks.h"
514         tmake_file="alpha/t-alpha alpha/t-ieee"
515         if [ x$gas != xyes ]
516         then
517                 extra_passes="mips-tfile mips-tdump"
518         fi
519         use_collect2=yes
520         thread_file='vxworks'
521         ;;
522 alpha*-dec-*vms*)
523         xm_defines=POSIX
524         tm_file=alpha/vms.h
525         xm_file=alpha/xm-vms.h
526         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
527         xmake_file=alpha/x-vms
528         exeext=.exe
529         # This removes the cpu type and manufacturer components and
530         #  replaces "." with "_" in the operating system version.
531         case $host in *-*-*vms*)
532                 target_alias=`echo $host \
533                   | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
534                 ;;
535         esac
536         prefix=/gnu
537         local_prefix=/gnu
538         ;;
539 arc-*-elf*)
540         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
541         extra_parts="crtinit.o crtfini.o"
542         ;;
543 arm*-*-rtems*)
544         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"
545         tmake_file="arm/t-arm-elf t-rtems"
546         if test x$enable_threads = xyes; then
547           thread_file='rtems'
548         fi
549         ;;
550 arm-*-coff* | armel-*-coff*)
551         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
552         tmake_file=arm/t-arm-coff
553         ;;
554 arm-*-vxworks*)
555         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
556         tmake_file=arm/t-arm-coff
557         thread_file='vxworks'
558         ;;
559 arm-*-riscix1.[01]*)            # Acorn RISC machine (early versions)
560         tm_file="arm/riscix1-1.h arm/arm.h"
561         use_collect2=yes
562         ;;
563 arm-*-riscix*)                  # Acorn RISC machine
564         if test x$gas = xyes
565         then
566             tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
567         else
568             tm_file="arm/riscix.h arm/arm.h"
569         fi
570         tmake_file=arm/t-riscix
571         use_collect2=yes
572         ;;
573 arm-semi-aout | armel-semi-aout)
574         tm_file="arm/semi.h arm/aout.h arm/arm.h"
575         tmake_file=arm/t-semi
576         ;;
577 arm-semi-aof | armel-semi-aof)
578         tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
579         tmake_file=arm/t-semi
580         ;;
581 arm*-*-freebsd*|strongarm*-*-freebsd*)
582         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
583         tmake_file="${tmake_file} arm/t-strongarm-elf"
584         ;;
585 arm*-*-netbsd*)
586         tm_file="arm/aout.h arm/arm.h netbsd.h arm/netbsd.h"
587         tmake_file="t-netbsd arm/t-netbsd"
588         use_collect2=yes
589         ;;
590 arm*-*-linux*)                  # ARM GNU/Linux with ELF
591         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"
592         tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
593         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
594         gnu_ld=yes
595         case x${enable_threads} in
596         x | xyes | xpthreads | xposix)
597                 thread_file='posix'
598                 ;;
599         esac
600         ;;
601 arm*-*-uclinux*)                # ARM ucLinux
602         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"
603         tmake_file=arm/t-arm-elf
604         ;;
605 arm*-*-aout)
606         tm_file="arm/aout.h arm/arm.h"
607         tmake_file=arm/t-arm-aout
608         ;;
609 arm*-*-ecos-elf)
610         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
611         tmake_file=arm/t-arm-elf
612         ;;
613 arm*-*-elf)
614         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
615         tmake_file=arm/t-arm-elf
616         ;;
617 arm*-*-conix*)
618         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
619         tmake_file=arm/t-arm-elf
620         ;;
621 arm*-*-oabi)
622         tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
623         tmake_file=arm/t-arm-elf
624         ;;
625 arm-*-pe*)
626         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
627         tmake_file=arm/t-pe
628         extra_objs="pe.o"
629         ;;
630 avr-*-*)
631         ;;
632 c1-convex-*)                    # Convex C1
633         target_cpu_default=1
634         use_collect2=yes
635         ;;
636 c2-convex-*)                    # Convex C2
637         target_cpu_default=2
638         use_collect2=yes
639         ;;
640 c32-convex-*)
641         target_cpu_default=4
642         use_collect2=yes
643         ;;
644 c34-convex-*)
645         target_cpu_default=8
646         use_collect2=yes
647         ;;
648 c38-convex-*)
649         target_cpu_default=16
650         use_collect2=yes
651         ;;
652 c4x-*-rtems*)
653         tmake_file="c4x/t-c4x t-rtems"
654         tm_file=c4x/rtems.h
655         if test x$enable_threads = xyes; then
656           thread_file='rtems'
657         fi
658         c_target_objs="c4x-c.o"
659         cxx_target_objs="c4x-c.o"
660         ;;
661 c4x-*)
662         float_format=c4x
663         tmake_file=c4x/t-c4x
664         c_target_objs="c4x-c.o"
665         cxx_target_objs="c4x-c.o"
666         ;;
667 clipper-intergraph-clix*)
668         tm_file="${tm_file} svr3.h clipper/clix.h"
669         xm_defines=POSIX
670         extra_parts="crtbegin.o crtend.o"
671         install_headers_dir=install-headers-cpio
672         ;;
673 cris-*-aout)
674         tm_file="dbxelf.h ${tm_file} cris/aout.h"
675         gas=yes
676         tmake_file="cris/t-cris cris/t-aout"
677         ;;
678 cris-*-elf | cris-*-none)
679         tm_file="dbxelf.h elfos.h ${tm_file}"
680         tmake_file="cris/t-cris cris/t-elfmulti"
681         gas=yes
682         ;;
683 cris-*-linux*)
684         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
685         tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
686         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
687         case x${enable_threads} in
688         x | xyes | xpthreads | xposix)
689                 thread_file=posix
690                 ;;
691         esac
692         gas=yes
693         ;;
694 d30v-*)
695         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
696         float_format=i64
697         ;;
698 dsp16xx-*)
699         ;;
700 elxsi-elxsi-*)
701         use_collect2=yes
702         ;;
703 fr30-*-elf)
704         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
705         tmake_file=fr30/t-fr30
706         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
707         ;;
708 h8300-*-rtems*)
709         tmake_file="h8300/t-h8300 t-rtems"
710         tm_file=h8300/rtems.h
711         if test x$enable_threads = xyes; then
712           thread_file='rtems'
713         fi
714         float_format=i32
715         ;;
716 h8300-*-elf*)
717         tmake_file="h8300/t-h8300 h8300/t-elf"
718         tm_file="h8300/h8300.h h8300/elf.h"
719         float_format=i32
720         ;;
721 h8300-*-*)
722         float_format=i32
723         ;;
724 hppa*64*-*-linux* | parisc*64*-*-linux*)
725         target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
726         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
727                  pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
728         tmake_file=pa/t-linux64
729         gas=yes gnu_ld=yes
730         ;;
731 hppa*-*-linux* | parisc*-*-linux*)
732         target_cpu_default="MASK_PA_11"
733         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
734                  pa/pa32-regs.h pa/pa32-linux.h"
735         tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
736         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
737         gas=yes gnu_ld=yes
738         if test x$enable_threads = xyes; then
739                 thread_file='posix'
740         fi
741         ;;
742 hppa*-*-openbsd*)
743         target_cpu_default="MASK_PA_11"
744         tmake_file=pa/t-bsd
745         ;;
746 hppa1.1-*-pro*)
747         target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
748         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
749         tmake_file="pa/t-bsd pa/t-pro"
750         ;;
751 hppa1.1-*-osf*)
752         target_cpu_default="MASK_PA_11"
753         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
754         tmake_file="pa/t-bsd pa/t-pa"
755         use_collect2=yes
756         ;;
757 hppa1.1-*-rtems*)
758         target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
759         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"
760         tmake_file="pa/t-bsd pa/t-pro"
761         ;;
762 hppa1.0-*-osf*)
763         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
764         tmake_file="pa/t-bsd pa/t-pa"
765         use_collect2=yes
766         ;;
767 hppa1.1-*-bsd*)
768         tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
769         target_cpu_default="MASK_PA_11"
770         tmake_file="pa/t-bsd pa/t-pa"
771         use_collect2=yes
772         ;;
773 hppa1.0-*-bsd*)
774         tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
775         tmake_file="pa/t-bsd pa/t-pa"
776         use_collect2=yes
777         ;;
778 hppa1.0-*-hpux7*)
779         tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
780         xm_defines=POSIX
781         tmake_file=pa/t-pa-hpux
782         install_headers_dir=install-headers-cpio
783         use_collect2=yes
784         ;;
785 hppa1.0-*-hpux8.0[0-2]*)
786         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
787         xm_defines=POSIX
788         tmake_file=pa/t-pa-hpux
789         if test x$gas != xyes
790         then
791                 tm_file="pa/pa-oldas.h ${tm_file}"
792         fi
793         install_headers_dir=install-headers-cpio
794         use_collect2=yes
795         ;;
796 hppa1.1-*-hpux8.0[0-2]*)
797         target_cpu_default="MASK_PA_11"
798         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
799         xm_defines=POSIX
800         tmake_file=pa/t-pa-hpux
801         if test x$gas != xyes
802         then
803                 tm_file="pa/pa-oldas.h ${tm_file}"
804         fi
805         install_headers_dir=install-headers-cpio
806         use_collect2=yes
807         ;;
808 hppa1.1-*-hpux8*)
809         target_cpu_default="MASK_PA_11"
810         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
811         xm_defines=POSIX
812         tmake_file=pa/t-pa-hpux
813         install_headers_dir=install-headers-cpio
814         use_collect2=yes
815         ;;
816 hppa1.0-*-hpux8*)
817         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
818         xm_defines=POSIX
819         tmake_file=pa/t-pa-hpux
820         install_headers_dir=install-headers-cpio
821         use_collect2=yes
822         ;;
823 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
824         target_cpu_default="MASK_PA_11"
825         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
826         float_format=i128
827         xm_defines=POSIX
828         tmake_file="pa/t-pa pa/t-pa-hpux"
829         if test x$enable_threads = x; then
830             enable_threads=$have_pthread_h
831         fi
832         case x${enable_threads} in
833         xyes | xdce)
834                 tmake_file="${tmake_file} pa/t-dce-thr"
835                 ;;
836         esac
837         install_headers_dir=install-headers-cpio
838         use_collect2=yes
839         ;;
840 hppa1.0-*-hpux10*)
841         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
842         float_format=i128
843         xm_defines=POSIX
844         tmake_file="pa/t-pa pa/t-pa-hpux"
845         if test x$enable_threads = x; then
846             enable_threads=$have_pthread_h
847         fi
848         case x${enable_threads} in
849         xyes | xdce)
850                 tmake_file="${tmake_file} pa/t-dce-thr"
851                 ;;
852         esac
853         install_headers_dir=install-headers-cpio
854         use_collect2=yes
855         ;;
856 hppa*64*-*-hpux11*)
857         xm_defines=POSIX
858         tmake_file="pa/t-pa pa/t-pa-hpux"
859         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"
860         float_format=i128
861         tmake_file=pa/t-pa64
862         target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
863
864 #       if [ x$enable_threads = x ]; then
865 #           enable_threads=$have_pthread_h
866 #       fi
867 #       if [ x$enable_threads = xyes ]; then
868 #               thread_file='dce'
869 #               tmake_file="${tmake_file} pa/t-dce-thr"
870 #       fi
871         install_headers_dir=install-headers-cpio
872         use_collect2=yes
873         ;;
874 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
875         target_cpu_default="MASK_PA_11"
876         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
877         float_format=i128
878         xm_defines=POSIX
879         tmake_file="pa/t-pa pa/t-pa-hpux"
880 #       if test x$enable_threads = x; then
881 #           enable_threads=$have_pthread_h
882 #       fi
883 #       if test x$enable_threads = xyes; then
884 #               thread_file='dce'
885 #               tmake_file="${tmake_file} pa/t-dce-thr"
886 #       fi
887         install_headers_dir=install-headers-cpio
888         use_collect2=yes
889         ;;
890 hppa1.0-*-hpux11*)
891         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
892         float_format=i128
893         xm_defines=POSIX
894         tmake_file=pa/t-pa-hpux
895 #       if test x$enable_threads = x; then
896 #           enable_threads=$have_pthread_h
897 #       fi
898 #       if test x$enable_threads = xyes; then
899 #               thread_file='dce'
900 #               tmake_file="${tmake_file} pa/t-dce-thr"
901 #       fi
902         install_headers_dir=install-headers-cpio
903         use_collect2=yes
904         ;;
905 hppa1.1-*-hpux* | hppa2*-*-hpux*)
906         target_cpu_default="MASK_PA_11"
907         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
908         xm_defines=POSIX
909         tmake_file=pa/t-pa-hpux
910         install_headers_dir=install-headers-cpio
911         use_collect2=yes
912         ;;
913 hppa1.0-*-hpux*)
914         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
915         xm_defines=POSIX
916         tmake_file=pa/t-pa-hpux
917         install_headers_dir=install-headers-cpio
918         use_collect2=yes
919         ;;
920 hppa1.1-*-hiux* | hppa2*-*-hiux*)
921         target_cpu_default="MASK_PA_11"
922         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
923         xm_defines=POSIX
924         tmake_file=pa/t-pa-hpux
925         install_headers_dir=install-headers-cpio
926         use_collect2=yes
927         ;;
928 hppa1.0-*-hiux*)
929         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
930         xm_defines=POSIX
931         tmake_file=pa/t-pa-hpux
932         install_headers_dir=install-headers-cpio
933         use_collect2=yes
934         ;;
935 hppa*-*-lites*)
936         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
937         target_cpu_default="MASK_PA_11"
938         tmake_file="pa/t-bsd pa/t-pa"
939         use_collect2=yes
940         ;;
941 hppa*-*-mpeix*)
942         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
943         xmake_file=pa/x-pa-mpeix
944         echo "You must use gas. Assuming it is already installed."
945         gas=yes
946         install_headers_dir=install-headers-tar
947         use_collect2=yes
948         ;;
949 i370-*-opened*)                  # IBM 360/370/390 Architecture
950         xm_defines='POSIX FATAL_EXIT_CODE=12'
951         tm_file=i370/oe.h
952         tmake_file="i370/t-oe i370/t-i370"
953         c_target_objs="i370-c.o"
954         cxx_target_objs="i370-c.o"
955         ;;
956 i370-*-mvs*)
957         xm_defines='POSIX FATAL_EXIT_CODE=12'
958         tm_file=i370/mvs.h
959         tmake_file="i370/t-i370"
960         c_target_objs="i370-c.o"
961         cxx_target_objs="i370-c.o"
962         ;;
963 i370-*-linux*)
964         tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
965         tmake_file="t-slibgcc-elf-ver t-linux"
966         # broken_install=yes
967         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
968         # extra_parts="crtbegin.o crtend.o"
969         gnu_ld=yes
970         gas=yes
971         elf=yes
972         if test x$enable_threads = xyes; then
973                 thread_file='posix'
974         fi
975         ;;
976 i[34567]86-*-chorusos*)
977         xm_defines=POSIX
978         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
979         tmake_file="i386/t-i386elf t-svr4"
980         case x${enable_threads} in
981           xyes | xpthreads | xposix)
982                 thread_file='posix'
983                 ;;
984         esac
985         ;;
986 i[34567]86-*-elf*)
987         xm_defines=POSIX
988         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h"
989         tmake_file="i386/t-i386elf t-svr4"
990         ;;
991 i[34567]86-ibm-aix*)            # IBM PS/2 running AIX
992         if test x$gas = xyes
993         then
994                 tm_file=i386/aix386.h
995                 extra_parts="crtbegin.o crtend.o"
996                 tmake_file=i386/t-crtstuff
997         else
998                 tm_file=i386/aix386ng.h
999                 use_collect2=yes
1000         fi
1001         xm_defines=POSIX
1002         ;;
1003 i[34567]86-ncr-sysv4*)          # NCR 3000 - ix86 running system V.4
1004         xm_defines="POSIX SMALL_ARG_MAX"
1005         if test x$stabs = xyes -a x$gas = xyes
1006         then
1007                 tm_file=i386/sysv4gdb.h
1008         else
1009                 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1010         fi
1011         extra_parts="crtbegin.o crtend.o"
1012         tmake_file=i386/t-crtpic
1013         ;;
1014 i[34567]86-next-*)
1015         tm_file=i386/next.h
1016         tmake_file=i386/t-next
1017         extra_objs=nextstep.o
1018         extra_parts="crtbegin.o crtend.o"
1019         if test x$enable_threads = xyes; then
1020                 thread_file='mach'
1021         fi
1022         ;;
1023 i[34567]86-*-netware)           # Intel 80386's running netware
1024         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1025         tmake_file=i386/t-netware
1026         ;;
1027 i[34567]86-sequent-bsd*)                # 80386 from Sequent
1028         use_collect2=yes
1029         if test x$gas = xyes
1030         then
1031                 tm_file=i386/seq-gas.h
1032         else
1033                 tm_file=i386/sequent.h
1034         fi
1035         ;;
1036 i[34567]86-sequent-ptx1*)
1037         xm_defines=POSIX
1038         tm_file=i386/seq-sysv3.h
1039         tmake_file=i386/t-crtstuff
1040         extra_parts="crtbegin.o crtend.o"
1041         install_headers_dir=install-headers-cpio
1042         ;;
1043 i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
1044         xm_defines=POSIX
1045         tm_file=i386/seq2-sysv3.h
1046         tmake_file=i386/t-crtstuff
1047         extra_parts="crtbegin.o crtend.o"
1048         install_headers_dir=install-headers-cpio
1049         ;;
1050 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1051         if test x$gas = xyes
1052         then
1053                 tm_file="${tm_file} usegas.h"
1054         fi
1055         xm_defines="POSIX SMALL_ARG_MAX"
1056         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1057         tmake_file=t-svr4
1058         extra_parts="crtbegin.o crtend.o"
1059         install_headers_dir=install-headers-cpio
1060         ;;
1061 i386-sun-sunos*)                # Sun i386 roadrunner
1062         xm_defines=POSIX
1063         tm_file=i386/sun.h
1064         use_collect2=yes
1065         ;;
1066 i[34567]86-wrs-vxworks*)
1067         tm_file=i386/vxi386.h
1068         thread_file='vxworks'
1069         ;;
1070 i[34567]86-*-aout*)
1071         tm_file=i386/i386-aout.h
1072         ;;
1073 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1074         xm_defines=POSIX
1075         tmake_file='i386/t-beos i386/t-crtpic'
1076         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1077         xmake_file=i386/x-beos
1078         extra_parts='crtbegin.o crtend.o'
1079         ;;
1080 i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
1081         tm_file="i386/386bsd.h i386/bsd386.h"
1082 #       tmake_file=t-libc-ok
1083         ;;
1084 i[34567]86-*-bsd*)
1085         tm_file=i386/386bsd.h
1086 #       tmake_file=t-libc-ok
1087 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
1088 #       use_collect2=yes
1089         ;;
1090 i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
1091         tm_file=i386/freebsd-aout.h
1092         tmake_file=t-freebsd
1093         ;;
1094 i[34567]86-*-freebsd*)
1095         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h ${fbsd_tm_file} i386/freebsd.h"
1096         ;;
1097 i[34567]86-*-netbsdelf*)
1098         xm_defines=POSIX
1099         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/netbsd-elf.h"
1100         tmake_file=t-netbsd
1101         gnu_ld=yes
1102         float_format=i386
1103         ;;
1104 i[34567]86-*-netbsd*)
1105         tm_file=i386/netbsd.h
1106         tmake_file=t-netbsd
1107         use_collect2=yes
1108         ;;
1109 i[34567]86-*-openbsd*)
1110         # needed to unconfuse gdb
1111         tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1112         # we need collect2 until our bug is fixed...
1113         use_collect2=yes
1114         ;;
1115 i[34567]86-*-coff*)
1116         tm_file=i386/i386-coff.h
1117         ;;
1118 i[34567]86-*-isc*)              # 80386 running ISC system
1119         xm_defines=POSIX
1120         if test x$gas = xyes -a x$stabs = xyes
1121         then
1122                 tm_file=i386/iscdbx.h
1123                 tmake_file=i386/t-svr3dbx
1124                 extra_parts="svr3.ifile svr3z.ifile"
1125         else
1126                 tm_file=i386/isccoff.h
1127                 tmake_file=i386/t-crtstuff
1128                 extra_parts="crtbegin.o crtend.o"
1129         fi
1130         install_headers_dir=install-headers-cpio
1131         ;;
1132 i[34567]86-*-linux*oldld*)      # Intel 80386's running GNU/Linux
1133                                 # with a.out format using
1134                                 # pre BFD linkers
1135         tmake_file="t-linux-aout i386/t-crtstuff"
1136         tm_file=i386/linux-oldld.h
1137         gnu_ld=yes
1138         float_format=i386
1139         ;;
1140 i[34567]86-*-linux*aout*)       # Intel 80386's running GNU/Linux
1141                                 # with a.out format
1142         tmake_file="t-linux-aout i386/t-crtstuff"
1143         tm_file=i386/linux-aout.h
1144         gnu_ld=yes
1145         float_format=i386
1146         ;;
1147 i[34567]86-*-linux*libc1)       # Intel 80386's running GNU/Linux
1148                                 # with ELF format using the
1149                                 # GNU/Linux C library 5
1150         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1151         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1152         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1153         gnu_ld=yes
1154         float_format=i386
1155         if test x$enable_threads = xyes; then
1156                 thread_file='single'
1157         fi
1158         ;;
1159 i[34567]86-*-linux*)    # Intel 80386's running GNU/Linux
1160                         # with ELF format using glibc 2
1161                         # aka GNU/Linux C library 6
1162         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1163         tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1164         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1165         gnu_ld=yes
1166         float_format=i386
1167         if test x$enable_threads = xyes; then
1168                 thread_file='posix'
1169         fi
1170         ;;
1171 x86_64-*-linux*)
1172         tm_file="i386/biarch64.h i386/i386.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1173                  i386/x86-64.h i386/linux64.h"
1174         tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1175         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1176         gnu_ld=yes
1177         float_format=i386
1178         if test x$enable_threads = xyes; then
1179                 thread_file='posix'
1180         fi
1181         ;;
1182 i[34567]86-*-gnu*)
1183         float_format=i386
1184         ;;
1185 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1186         echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1187         exit 1
1188         ;;
1189 i[34567]86-pc-msdosdjgpp*)
1190         xm_file=i386/xm-djgpp.h
1191         tm_file=i386/djgpp.h
1192         xmake_file=i386/x-djgpp
1193         gnu_ld=yes
1194         gas=yes
1195         exeext=.exe
1196         float_format=none
1197         case $host in *pc-msdosdjgpp*)
1198                 target_alias=djgpp
1199                 ;;
1200         esac
1201         ;;
1202 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1203         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1204         tmake_file=t-libc-ok
1205         gnu_ld=yes
1206         gas=yes
1207         ;;
1208 i[34567]86-*-lynxos*)
1209         if test x$gas = xyes
1210         then
1211                 tm_file=i386/lynx.h
1212         else
1213                 tm_file=i386/lynx-ng.h
1214         fi
1215         ;;
1216 i[34567]86-*-mach*)
1217         tm_file=i386/mach.h
1218 #       tmake_file=t-libc-ok
1219         use_collect2=yes
1220         ;;
1221 i[34567]86-*-osfrose*)          # 386 using OSF/rose
1222         if test x$elf = xyes
1223         then
1224                 tm_file=i386/osfelf.h
1225                 use_collect2=
1226         else
1227                 tm_file=i386/osfrose.h
1228                 use_collect2=yes
1229         fi
1230         tmake_file=i386/t-osf
1231         extra_objs=halfpic.o
1232         ;;
1233 i[34567]86-go32-rtems*)
1234         tm_file=i386/djgpp-rtems.h
1235         tmake_file=t-rtems
1236         if test x$enable_threads = xyes; then
1237           thread_file='rtems'
1238         fi
1239         ;;
1240 i[34567]86-*-rtemscoff*)
1241         tm_file=i386/rtems.h
1242         tmake_file=t-rtems
1243         if test x$enable_threads = xyes; then
1244           thread_file='rtems'
1245         fi
1246         ;;
1247 i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
1248         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/rtemself.h rtems.h"
1249         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1250         tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1251         if test x$enable_threads = xyes; then
1252           thread_file='rtems'
1253         fi
1254         ;;
1255 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1256         xm_defines=POSIX
1257         install_headers_dir=install-headers-cpio
1258         tm_file=i386/sco5.h
1259         if test x$gas = xyes
1260         then
1261                 tm_file="usegas.h ${tm_file}"
1262                 tmake_file=i386/t-sco5gas
1263         else
1264                 tmake_file=i386/t-sco5
1265         fi
1266         extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1267         ;;
1268 i[34567]86-*-solaris2*)
1269         xm_defines="POSIX SMALL_ARG_MAX"
1270         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
1271         if test x$gas = xyes; then
1272                 # Only needed if gas does not support -s
1273                 tm_file="i386/sol2gas.h ${tm_file}"
1274         fi
1275         tmake_file="i386/t-sol2 t-svr4"
1276         if test x$gnu_ld = xyes; then
1277                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1278         else
1279                 tmake_file="$tmake_file t-slibgcc-sld"
1280         fi
1281         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1282         if test x${enable_threads} = x; then
1283             enable_threads=$have_pthread_h
1284             if test x${enable_threads} = x; then
1285                 enable_threads=$have_thread_h
1286             fi
1287         fi
1288         if test x${enable_threads} = xyes; then
1289             if test x${have_pthread_h} = xyes; then
1290                 thread_file='posix'
1291             else
1292                 thread_file='solaris'
1293             fi
1294         fi
1295         ;;
1296 i[34567]86-*-sysv5*)           # Intel x86 on System V Release 5
1297        xm_defines=POSIX
1298        tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1299        if test x$stabs = xyes
1300        then
1301                tm_file="${tm_file} dbx.h"
1302        fi
1303        tmake_file="i386/t-crtpic t-svr4"
1304        extra_parts="crtbegin.o crtend.o"
1305        if test x$enable_threads = xyes; then
1306                thread_file='posix'
1307        fi
1308        ;;
1309 i[34567]86-*-sysv4*)            # Intel 80386's running system V.4
1310         xm_defines="POSIX SMALL_ARG_MAX"
1311         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1312         if test x$stabs = xyes
1313         then
1314                 tm_file="${tm_file} dbx.h"
1315         fi
1316         tmake_file="i386/t-crtpic t-svr4"
1317         extra_parts="crtbegin.o crtend.o"
1318         ;;
1319 i[34567]86-*-udk*)      # Intel x86 on SCO UW/OSR5 Dev Kit
1320         xm_defines=POSIX
1321         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
1322         tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1323         extra_parts="crtbegin.o crtend.o"
1324         install_headers_dir=install-headers-cpio
1325         ;;
1326 i[34567]86-*-osf1*)             # Intel 80386's running OSF/1 1.3+
1327         xm_file=i386/xm-osf1elf.h
1328         xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1329         if test x$stabs = xyes
1330         then
1331                 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
1332         else
1333                 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
1334         fi
1335         tmake_file=i386/t-osf1elf
1336         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1337         ;;
1338 i[34567]86-*-sysv*)             # Intel 80386's running system V
1339         xm_defines=POSIX
1340         if test x$gas = xyes
1341         then
1342                 if test x$stabs = xyes
1343                 then
1344                         tm_file=i386/svr3dbx.h
1345                         tmake_file=i386/t-svr3dbx
1346                         extra_parts="svr3.ifile svr3z.rfile"
1347                 else
1348                         tm_file=i386/svr3gas.h
1349                         extra_parts="crtbegin.o crtend.o"
1350                         tmake_file=i386/t-crtstuff
1351                 fi
1352         else
1353                 tm_file=i386/sysv3.h
1354                 extra_parts="crtbegin.o crtend.o"
1355                 tmake_file=i386/t-crtstuff
1356         fi
1357         tmake_file="$tmake_file i386/t-crtpic"
1358         ;;
1359 i386-*-vsta)                    # Intel 80386's running VSTa kernel
1360         xm_file=i386/xm-vsta.h
1361         tm_file=i386/vsta.h
1362         ;;
1363 i[34567]86-*-win32)
1364         xm_defines=POSIX
1365         xm_file=i386/xm-cygwin.h
1366         float_format=i386
1367         tmake_file=i386/t-cygwin
1368         tm_file=i386/win32.h
1369         extra_objs=winnt.o
1370         if test x$enable_threads = xyes; then
1371                 thread_file='win32'
1372         fi
1373         exeext=.exe
1374         ;;
1375 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1376         xm_defines=POSIX
1377         xm_file=i386/xm-cygwin.h
1378         float_format=i386
1379         tmake_file=i386/t-cygwin
1380         tm_file=i386/cygwin.h
1381         extra_objs=winnt.o
1382         if test x$enable_threads = xyes; then
1383                 thread_file='win32'
1384         fi
1385         exeext=.exe
1386         ;;
1387 i[34567]86-*-mingw32*)
1388         tm_file=i386/mingw32.h
1389         float_format=i386
1390         xm_defines=POSIX
1391         xm_file=i386/xm-mingw32.h
1392         tmake_file="i386/t-cygwin i386/t-mingw32"
1393         extra_objs=winnt.o
1394         if test x$enable_threads = xyes; then
1395                 thread_file='win32'
1396         fi
1397         exeext=.exe
1398         case $machine in
1399                 *mingw32crt*)
1400                         tm_file="${tm_file} i386/crtdll.h"
1401                         ;;
1402                 *minwg32msv* | *mingw32*)
1403                         ;;
1404         esac
1405         ;;
1406 i[34567]86-*-uwin*)
1407         tm_file=i386/uwin.h
1408         tmake_file="i386/t-cygwin i386/t-uwin"
1409         extra_objs=winnt.o
1410         if test x$enable_threads = xyes; then
1411                 thread_file='win32'
1412         fi
1413         exeext=.exe
1414         ;;
1415 i[34567]86-*-interix3*)
1416         tm_file="i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
1417         xm_file="i386/xm-i386-interix.h xm-interix.h"
1418         xm_defines=POSIX
1419         tmake_file="i386/t-interix"
1420         extra_objs=interix.o
1421         xmake_file="x-interix x-interix3"
1422         if test x$enable_threads = xyes ; then
1423                 thread_file='posix'
1424         fi
1425         if test x$stabs = xyes ; then
1426                 tm_file="${tm_file} dbxcoff.h"
1427         fi
1428         ;;
1429 i[34567]86-*-interix*)
1430         tm_file="i386/i386-interix.h interix.h"
1431         xm_file="i386/xm-i386-interix.h xm-interix.h"
1432         xm_defines=POSIX
1433         tmake_file="t-interix i386/t-interix"
1434         extra_objs=interix.o
1435         if test x$enable_threads = xyes ; then
1436                 thread_file='posix'
1437         fi
1438         if test x$stabs = xyes ; then
1439                 tm_file="${tm_file} dbxcoff.h"
1440         fi
1441         ;;
1442 i[34567]86-dg-dgux*)
1443         xm_defines=POSIX
1444         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
1445         tmake_file=i386/t-dgux
1446         install_headers_dir=install-headers-cpio
1447       ;;
1448 i860-alliant-*)         # Alliant FX/2800
1449         tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
1450         tmake_file=i860/t-fx2800
1451         extra_parts="crtbegin.o crtend.o"
1452         ;;
1453 i860-*-bsd*)
1454         tm_file="${tm_file} i860/bsd.h"
1455         if test x$gas = xyes
1456         then
1457                 tm_file="${tm_file} i860/bsd-gas.h"
1458         fi
1459         use_collect2=yes
1460         ;;
1461 i860-*-mach*)
1462         tm_file="${tm_file} i860/mach.h"
1463         tmake_file=t-libc-ok
1464         ;;
1465 i860-*-osf*)                    # Intel Paragon XP/S, OSF/1AD
1466         tm_file="${tm_file} svr3.h i860/paragon.h"
1467         xm_defines=POSIX
1468         ;;
1469 i860-*-sysv3*)
1470         tm_file="${tm_file} svr3.h i860/sysv3.h"
1471         xm_defines=POSIX
1472         extra_parts="crtbegin.o crtend.o"
1473         ;;
1474 i860-*-sysv4*)
1475         tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
1476         xm_defines=POSIX
1477         tmake_file=t-svr4
1478         extra_parts="crtbegin.o crtend.o"
1479         ;;
1480 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1481         tm_file="${tm_file} i960/vx960.h"
1482         tmake_file=i960/t-vxworks960
1483         use_collect2=yes
1484         thread_file='vxworks'
1485         c_target_objs="i960-c.o"
1486         cxx_target_objs="i960-c.o"
1487         ;;
1488 i960-wrs-vxworks5* | i960-wrs-vxworks)
1489         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1490         tmake_file=i960/t-vxworks960
1491         use_collect2=yes
1492         thread_file='vxworks'
1493         c_target_objs="i960-c.o"
1494         cxx_target_objs="i960-c.o"
1495         ;;
1496 i960-wrs-vxworks*)
1497         tm_file="${tm_file} i960/vx960.h"
1498         tmake_file=i960/t-vxworks960
1499         use_collect2=yes
1500         thread_file='vxworks'
1501         c_target_objs="i960-c.o"
1502         cxx_target_objs="i960-c.o"
1503         ;;
1504 i960-*-coff*)
1505         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1506         tmake_file=i960/t-960bare
1507         c_target_objs="i960-c.o"
1508         cxx_target_objs="i960-c.o"
1509         ;;
1510 i960-*-rtems)
1511         tmake_file="i960/t-960bare t-rtems"
1512         tm_file="${tm_file} dbxcoff.h i960/rtems.h"
1513         if test x$enable_threads = xyes; then
1514           thread_file='rtems'
1515         fi
1516         c_target_objs="i960-c.o"
1517         cxx_target_objs="i960-c.o"
1518         ;;
1519 i960-*-*)                       # Default i960 environment.
1520         use_collect2=yes
1521         tmake_file=i960/t-960bare
1522         c_target_objs="i960-c.o"
1523         cxx_target_objs="i960-c.o"
1524         ;;
1525 ia64*-*-aix*)
1526         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1527         tmake_file="ia64/t-ia64 ia64/t-aix"
1528         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1529         ;;
1530 ia64*-*-elf*)
1531         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1532         tmake_file="ia64/t-ia64"
1533         target_cpu_default="0"
1534         if test x$gas = xyes
1535         then
1536                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1537         fi
1538         if test x$gnu_ld = xyes
1539         then
1540                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1541         fi
1542         float_format=i386
1543         ;;
1544 ia64*-*-freebsd*)
1545         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/freebsd.h"
1546         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1547         tmake_file="${tmake_file} ia64/t-ia64"
1548         float_format=i386
1549         ;;
1550 ia64*-*-linux*)
1551         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1552         tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1553         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1554         if test x$enable_threads = xyes; then
1555                 thread_file='posix'
1556         fi
1557         float_format=i386
1558         ;;
1559 ia64*-*-hpux*)
1560         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1561         tmake_file="ia64/t-ia64 ia64/t-hpux"
1562         target_cpu_default="MASK_GNU_AS"
1563         if test x$enable_threads = xyes; then
1564                 thread_file='posix'
1565         fi
1566         float_format=i386
1567         ;;
1568 m32r-*-elf*)
1569         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1570         extra_parts="crtinit.o crtfini.o"
1571         ;;
1572 # m68hc11 and m68hc12 share the same machine description.
1573 m68hc11-*-*|m6811-*-*)
1574         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1575         tm_p_file="m68hc11/m68hc11-protos.h"
1576         md_file="m68hc11/m68hc11.md"
1577         out_file="m68hc11/m68hc11.c"
1578         tmake_file="m68hc11/t-m68hc11-gas"
1579         ;;
1580 m68hc12-*-*|m6812-*-*)
1581         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1582         tm_p_file="m68hc11/m68hc11-protos.h"
1583         md_file="m68hc11/m68hc11.md"
1584         out_file="m68hc11/m68hc11.c"
1585         tmake_file="m68hc11/t-m68hc11-gas"
1586         ;;
1587 m68000-convergent-sysv*)
1588         tm_file=m68k/ctix.h
1589         xm_defines=POSIX
1590         use_collect2=yes
1591         extra_headers=math-68881.h
1592         ;;
1593 m68000-hp-bsd*)                 # HP 9000/200 running BSD
1594         tm_file=m68k/hp2bsd.h
1595         use_collect2=yes
1596         extra_headers=math-68881.h
1597         ;;
1598 m68000-hp-hpux*)                # HP 9000 series 300
1599         xm_defines=POSIX
1600         if test x$gas = xyes
1601         then
1602                 tm_file=m68k/hp310g.h
1603         else
1604                 tm_file=m68k/hp310.h
1605         fi
1606         tmake_file=m68k/t-hp320
1607         install_headers_dir=install-headers-cpio
1608         use_collect2=yes
1609         extra_headers=math-68881.h
1610         ;;
1611 m68000-sun-sunos3*)
1612         tm_file=m68k/sun2.h
1613         use_collect2=yes
1614         extra_headers=math-68881.h
1615         ;;
1616 m68000-sun-sunos4*)
1617         tm_file=m68k/sun2o4.h
1618         use_collect2=yes
1619         extra_headers=math-68881.h
1620         ;;
1621 m68000-att-sysv*)
1622         xm_defines=POSIX
1623         if test x$gas = xyes
1624         then
1625                 tm_file=m68k/3b1g.h
1626         else
1627                 tm_file=m68k/3b1.h
1628         fi
1629         use_collect2=yes
1630         extra_headers=math-68881.h
1631         ;;
1632 m68k-apple-aux*)                # Apple Macintosh running A/UX
1633         xm_defines=POSIX
1634         tmake_file=m68k/t-aux
1635         install_headers_dir=install-headers-cpio
1636         extra_headers=math-68881.h
1637         extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1638         tm_file=
1639         if test "$gnu_ld" = yes
1640         then
1641                 tm_file="${tm_file} m68k/auxgld.h"
1642         else
1643                 tm_file="${tm_file} m68k/auxld.h"
1644         fi
1645         if test "$gas" = yes
1646         then
1647                 tm_file="${tm_file} m68k/auxgas.h"
1648         else
1649                 tm_file="${tm_file} m68k/auxas.h"
1650         fi
1651         tm_file="${tm_file} m68k/a-ux.h"
1652         float_format=m68k
1653         ;;
1654 m68k-apollo-*)
1655         tm_file=m68k/apollo68.h
1656         use_collect2=yes
1657         extra_headers=math-68881.h
1658         float_format=m68k
1659         ;;
1660 m68k-altos-sysv*)                  # Altos 3068
1661         if test x$gas = xyes
1662         then
1663                 tm_file=m68k/altos3068.h
1664                 xm_defines=POSIX
1665         else
1666                 echo "The Altos is supported only with the GNU assembler" 1>&2
1667                 exit 1
1668         fi
1669         extra_headers=math-68881.h
1670         ;;
1671 m68k-bull-sysv*)                # Bull DPX/2
1672         if test x$gas = xyes
1673         then
1674                 if test x$stabs = xyes
1675                 then
1676                         tm_file=m68k/dpx2cdbx.h
1677                 else
1678                         tm_file=m68k/dpx2g.h
1679                 fi
1680         else
1681                 tm_file=m68k/dpx2.h
1682         fi
1683         xm_defines=POSIX
1684         use_collect2=yes
1685         extra_headers=math-68881.h
1686         ;;
1687 m68k-atari-sysv4*)              # Atari variant of V.4.
1688         tm_file=m68k/atari.h
1689         xm_defines=POSIX
1690         tmake_file=t-svr4
1691         extra_parts="crtbegin.o crtend.o"
1692         extra_headers=math-68881.h
1693         float_format=m68k
1694         ;;
1695 m68k-motorola-sysv*)
1696         tm_file=m68k/mot3300.h
1697         xm_defines=POSIX
1698         if test x$gas = xyes
1699         then
1700                 if test x$gnu_ld = xyes
1701                 then
1702                         tmake_file=m68k/t-mot3300-gald
1703                 else
1704                         tmake_file=m68k/t-mot3300-gas
1705                         use_collect2=yes
1706                 fi
1707         else
1708                 if test x$gnu_ld = xyes
1709                 then
1710                         tmake_file=m68k/t-mot3300-gld
1711                 else
1712                         tmake_file=m68k/t-mot3300
1713                         use_collect2=yes
1714                 fi
1715         fi
1716         gdb_needs_out_file_path=yes
1717         extra_parts="crt0.o mcrt0.o"
1718         extra_headers=math-68881.h
1719         float_format=m68k
1720         ;;
1721 m68k-ncr-sysv*)                 # NCR Tower 32 SVR3
1722         tm_file=m68k/tower-as.h
1723         xm_defines=POSIX
1724         extra_parts="crtbegin.o crtend.o"
1725         extra_headers=math-68881.h
1726         ;;
1727 m68k-plexus-sysv*)
1728         tm_file=m68k/plexus.h
1729         xm_defines=POSIX
1730         use_collect2=yes
1731         extra_headers=math-68881.h
1732         ;;
1733 m68k-tti-*)
1734         tm_file=m68k/pbb.h
1735         xm_defines=POSIX
1736         extra_headers=math-68881.h
1737         ;;
1738 m68k-crds-unos*)
1739         xm_defines=POSIX
1740         tm_file=m68k/crds.h
1741         use_collect2=yes
1742         extra_headers=math-68881.h
1743         ;;
1744 m68k-cbm-sysv4*)                # Commodore variant of V.4.
1745         tm_file=m68k/amix.h
1746         xm_defines=POSIX
1747         tmake_file=t-svr4
1748         extra_parts="crtbegin.o crtend.o"
1749         extra_headers=math-68881.h
1750         float_format=m68k
1751         ;;
1752 m68k-ccur-rtu)
1753         tm_file=m68k/ccur-GAS.h
1754         extra_headers=math-68881.h
1755         use_collect2=yes
1756         float_format=m68k
1757         ;;
1758 m68k-hp-bsd4.4*)                # HP 9000/3xx running 4.4bsd
1759         tm_file=m68k/hp3bsd44.h
1760         use_collect2=yes
1761         extra_headers=math-68881.h
1762         float_format=m68k
1763         ;;
1764 m68k-hp-bsd*)                   # HP 9000/3xx running Berkeley Unix
1765         tm_file=m68k/hp3bsd.h
1766         use_collect2=yes
1767         extra_headers=math-68881.h
1768         float_format=m68k
1769         ;;
1770 m68k-isi-bsd*)
1771         if test x$with_fp = xno
1772         then
1773                 tm_file=m68k/isi-nfp.h
1774         else
1775                 tm_file=m68k/isi.h
1776                 float_format=m68k
1777         fi
1778         use_collect2=yes
1779         extra_headers=math-68881.h
1780         ;;
1781 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1782         xm_defines=POSIX
1783         if test x$gas = xyes
1784         then
1785                 xmake_file=m68k/x-hp320g
1786                 tm_file=m68k/hp320g.h
1787         else
1788                 xmake_file=m68k/x-hp320
1789                 tm_file=m68k/hpux7.h
1790         fi
1791         install_headers_dir=install-headers-cpio
1792         use_collect2=yes
1793         extra_headers=math-68881.h
1794         float_format=m68k
1795         ;;
1796 m68k-hp-hpux*)  # HP 9000 series 300
1797         xm_defines=POSIX
1798         if test x$gas = xyes
1799         then
1800                 xmake_file=m68k/x-hp320g
1801                 tm_file=m68k/hp320g.h
1802         else
1803                 xmake_file=m68k/x-hp320
1804                 tm_file=m68k/hp320.h
1805         fi
1806         install_headers_dir=install-headers-cpio
1807         use_collect2=yes
1808         extra_headers=math-68881.h
1809         float_format=m68k
1810         ;;
1811 m68k-sun-mach*)
1812         tm_file=m68k/sun3mach.h
1813         use_collect2=yes
1814         extra_headers=math-68881.h
1815         float_format=m68k
1816         ;;
1817 m68k-sony-newsos3*)
1818         if test x$gas = xyes
1819         then
1820                 tm_file=m68k/news3gas.h
1821         else
1822                 tm_file=m68k/news3.h
1823         fi
1824         use_collect2=yes
1825         extra_headers=math-68881.h
1826         float_format=m68k
1827         ;;
1828 m68k-sony-bsd* | m68k-sony-newsos*)
1829         if test x$gas = xyes
1830         then
1831                 tm_file=m68k/newsgas.h
1832         else
1833                 tm_file=m68k/news.h
1834         fi
1835         use_collect2=yes
1836         extra_headers=math-68881.h
1837         float_format=m68k
1838         ;;
1839 m68k-next-nextstep2*)
1840         tm_file=m68k/next21.h
1841         tmake_file=m68k/t-next
1842         xmake_file=m68k/x-next
1843         extra_objs=nextstep.o
1844         extra_headers=math-68881.h
1845         use_collect2=yes
1846         float_format=m68k
1847         ;;
1848 m68k-next-nextstep[34]*)
1849         tm_file=m68k/next.h
1850         tmake_file=m68k/t-next
1851         xmake_file=m68k/x-next
1852         extra_objs=nextstep.o
1853         extra_parts="crtbegin.o crtend.o"
1854         extra_headers=math-68881.h
1855         float_format=m68k
1856         if test x$enable_threads = xyes; then
1857                 thread_file='mach'
1858         fi
1859         ;;
1860 m68k-sun-sunos3*)
1861         if test x$with_fp = xno
1862         then
1863                 tm_file=m68k/sun3n3.h
1864         else
1865                 tm_file=m68k/sun3o3.h
1866                 float_format=m68k
1867         fi
1868         use_collect2=yes
1869         extra_headers=math-68881.h
1870         ;;
1871 m68k-sun-sunos*)                        # For SunOS 4 (the default).
1872         if test x$with_fp = xno
1873         then
1874                 tm_file=m68k/sun3n.h
1875         else
1876                 tm_file=m68k/sun3.h
1877                 float_format=m68k
1878         fi
1879         use_collect2=yes
1880         extra_headers=math-68881.h
1881         ;;
1882 m68k-wrs-vxworks*)
1883         tm_file=m68k/vxm68k.h
1884         tmake_file=m68k/t-vxworks68
1885         extra_headers=math-68881.h
1886         thread_file='vxworks'
1887         float_format=m68k
1888         ;;
1889 m68k-*-aout*)
1890         tmake_file=m68k/t-m68kbare
1891         tm_file="m68k/m68k-aout.h libgloss.h"
1892         extra_headers=math-68881.h
1893         float_format=m68k
1894         ;;
1895 m68k-*-coff*)
1896         tmake_file=m68k/t-m68kbare
1897         tm_file="m68k/m68k-coff.h dbx.h"
1898         extra_headers=math-68881.h
1899         float_format=m68k
1900         ;;
1901 m68020-*-elf* | m68k-*-elf*)
1902         tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1903         xm_defines=POSIX
1904         tmake_file=m68k/t-m68kelf
1905         header_files=math-68881.h
1906         extra_parts="crtbegin.o crtend.o"
1907         ;;
1908 m68k-*-lynxos*)
1909         if test x$gas = xyes
1910         then
1911                 tm_file=m68k/lynx.h
1912         else
1913                 tm_file=m68k/lynx-ng.h
1914         fi
1915         tmake_file=m68k/t-lynx
1916         extra_headers=math-68881.h
1917         float_format=m68k
1918         ;;
1919 m68k*-*-netbsd*)
1920         tm_file=m68k/netbsd.h
1921         tmake_file=t-netbsd
1922         float_format=m68k
1923         use_collect2=yes
1924         ;;
1925 m68k*-*-openbsd*)
1926         # needed to unconfuse gdb
1927         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1928         float_format=m68k
1929         # we need collect2 until our bug is fixed...
1930         use_collect2=yes
1931         ;;
1932 m68k-*-sysv3*)                  # Motorola m68k's running system V.3
1933         xm_defines=POSIX
1934         extra_parts="crtbegin.o crtend.o"
1935         extra_headers=math-68881.h
1936         float_format=m68k
1937         ;;
1938 m68k-*-sysv4*)                  # Motorola m68k's running system V.4
1939         tm_file=m68k/m68kv4.h
1940         xm_defines=POSIX
1941         tmake_file=t-svr4
1942         extra_parts="crtbegin.o crtend.o"
1943         extra_headers=math-68881.h
1944         float_format=m68k
1945         ;;
1946 m68k-*-linux*aout*)             # Motorola m68k's running GNU/Linux
1947                                 # with a.out format
1948         tm_file=m68k/linux-aout.h
1949         tmake_file="t-linux-aout m68k/t-linux-aout"
1950         extra_headers=math-68881.h
1951         float_format=m68k
1952         gnu_ld=yes
1953         ;;
1954 m68k-*-linux*libc1)             # Motorola m68k's running GNU/Linux
1955                                 # with ELF format using the
1956                                 # GNU/Linux C library 5
1957         tm_file=m68k/linux.h
1958         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
1959         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1960         extra_headers=math-68881.h
1961         float_format=m68k
1962         gnu_ld=yes
1963         ;;
1964 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
1965                                 # with ELF format using glibc 2
1966                                 # aka the GNU/Linux C library 6.
1967         tm_file=m68k/linux.h
1968         tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
1969         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1970         extra_headers=math-68881.h
1971         float_format=m68k
1972         gnu_ld=yes
1973         if test x$enable_threads = xyes; then
1974                 thread_file='posix'
1975         fi
1976         ;;
1977 m68k-*-psos*)
1978         tmake_file=m68k/t-m68kbare
1979         tm_file=m68k/m68k-psos.h
1980         extra_headers=math-68881.h
1981         float_format=m68k
1982         ;;
1983 m68k-*-rtemscoff*)
1984         tmake_file="m68k/t-m68kbare t-rtems"
1985         tm_file=m68k/rtems.h
1986         extra_headers=math-68881.h
1987         float_format=m68k
1988         if test x$enable_threads = xyes; then
1989           thread_file='rtems'
1990         fi
1991         ;;
1992 m68k-*-rtemself*|m68k-*-rtems*)
1993         tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1994         tm_file=m68k/rtemself.h
1995         extra_headers=math-68881.h
1996         float_format=m68k
1997         extra_parts="crtbegin.o crtend.o"
1998         if test x$enable_threads = xyes; then
1999           thread_file='rtems'
2000         fi
2001         ;;
2002 m88k-dg-dgux*)
2003         xm_defines=POSIX
2004         case $machine in
2005           m88k-dg-dguxbcs*)
2006             tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
2007             tmake_file="m88k/t-dgux m88k/t-dguxbcs"
2008             ;;
2009           *)
2010             tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
2011             tmake_file=m88k/t-dgux
2012             ;;
2013         esac
2014         extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
2015         if test x$gas = xyes
2016         then
2017                 tmake_file=m88k/t-dgux-gas
2018         fi
2019         ;;
2020 m88k-dolphin-sysv3*)
2021         xm_defines=POSIX
2022         tm_file=m88k/dolph.h
2023         extra_parts="crtbegin.o crtend.o"
2024         xmake_file=m88k/x-dolph
2025         if test x$gas = xyes
2026         then
2027                 tmake_file=m88k/t-m88k-gas
2028         fi
2029         ;;
2030 m88k-tektronix-sysv3)
2031         xm_defines=POSIX
2032         tm_file=m88k/tekXD88.h
2033         extra_parts="crtbegin.o crtend.o"
2034         xmake_file=m88k/x-tekXD88
2035         if test x$gas = xyes
2036         then
2037                 tmake_file=m88k/t-m88k-gas
2038         fi
2039         ;;
2040 m88k-*-aout*)
2041         xm_defines=POSIX
2042         tm_file=m88k/m88k-aout.h
2043         ;;
2044 m88k-*-coff*)
2045         xm_defines=POSIX
2046         tm_file=m88k/m88k-coff.h
2047         tmake_file=m88k/t-bug
2048         ;;
2049 m88k-*-luna*)
2050         tm_file=m88k/luna.h
2051         extra_parts="crtbegin.o crtend.o"
2052         if test x$gas = xyes
2053         then
2054                 tmake_file=m88k/t-luna-gas
2055         else
2056                 tmake_file=m88k/t-luna
2057         fi
2058         ;;
2059 m88k-*-openbsd*)
2060         tmake_file="${tmake_file} m88k/t-luna-gas"
2061         tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
2062         ;;
2063 m88k-*-sysv3*)
2064         xm_defines=POSIX
2065         tm_file=m88k/sysv3.h
2066         extra_parts="crtbegin.o crtend.o"
2067         if test x$gas = xyes
2068         then
2069                 tmake_file=m88k/t-m88k-gas
2070         fi
2071         ;;
2072 m88k-*-sysv4*)
2073         xm_defines=POSIX
2074         tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
2075         extra_parts="crtbegin.o crtend.o"
2076         tmake_file=m88k/t-sysv4
2077         ;;
2078 mcore-*-elf)
2079         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
2080         tmake_file=mcore/t-mcore
2081         ;;
2082 mcore-*-pe*)
2083         tm_file=mcore/mcore-pe.h
2084         tmake_file=mcore/t-mcore-pe
2085         ;;
2086 mips-sgi-irix6*)                # SGI System V.4., IRIX 6
2087         if test "x$gnu_ld" = xyes
2088         then
2089                 tm_file="mips/iris6.h mips/iris6gld.h"
2090         else
2091                 tm_file=mips/iris6.h
2092         fi
2093         tmake_file="mips/t-iris mips/t-iris6"
2094         xm_defines=POSIX
2095 #       if test x$enable_threads = xyes; then
2096 #               thread_file='irix'
2097 #       fi
2098         ;;
2099 mips-wrs-vxworks)
2100         tm_file="mips/elf.h mips/vxworks.h"
2101         tmake_file=mips/t-ecoff
2102         gas=yes
2103         gnu_ld=yes
2104         extra_parts="crtbegin.o crtend.o"
2105         thread_file='vxworks'
2106         ;;
2107 mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
2108         tm_file="mips/iris6.h mips/cross64.h"
2109         xm_defines=POSIX
2110         xm_file=mips/xm-iris5.h
2111         tmake_file="mips/t-iris mips/t-cross64"
2112         # See comment in mips/iris[56].h files.
2113         use_collect2=yes
2114 #       if test x$enable_threads = xyes; then
2115 #               thread_file='irix'
2116 #       fi
2117         ;;
2118 mips-sni-sysv4)
2119         if test x$gas = xyes
2120         then
2121                 if test x$stabs = xyes
2122                 then
2123                         tm_file=mips/iris5gdb.h
2124                 else
2125                         tm_file="mips/sni-svr4.h mips/sni-gas.h"
2126                 fi
2127         else
2128                 tm_file=mips/sni-svr4.h
2129         fi
2130         xm_defines=POSIX
2131         if test x$gnu_ld != xyes
2132         then
2133                 use_collect2=yes
2134         fi
2135         ;;
2136 mips-sgi-irix5*)                # SGI System V.4., IRIX 5
2137         if test x$gas = xyes
2138         then
2139                 tm_file="mips/iris5.h mips/iris5gas.h"
2140                 if test x$stabs = xyes
2141                 then
2142                         tm_file="${tm_file} dbx.h"
2143                 fi
2144         else
2145                 tm_file=mips/iris5.h
2146         fi
2147         tmake_file=mips/t-iris
2148         xm_defines=POSIX
2149         xm_file=mips/xm-iris5.h
2150         # mips-tfile doesn't work yet
2151         # See comment in mips/iris5.h file.
2152         use_collect2=yes
2153 #       if test x$enable_threads = xyes; then
2154 #               thread_file='irix'
2155 #       fi
2156         ;;
2157 mips-sgi-irix4loser*)           # Mostly like a MIPS.
2158         tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2159         if test x$stabs = xyes; then
2160                 tm_file="${tm_file} dbx.h"
2161         fi
2162         tmake_file=mips/t-iris
2163         xm_defines=POSIX
2164         if test x$gas = xyes
2165         then    :
2166         else
2167                 extra_passes="mips-tfile mips-tdump"
2168         fi
2169         if test x$gnu_ld != xyes
2170         then
2171                 use_collect2=yes
2172         fi
2173 #       if test x$enable_threads = xyes; then
2174 #               thread_file='irix'
2175 #       fi
2176         ;;
2177 mips-sgi-irix4*)                # Mostly like a MIPS.
2178         tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2179         if test x$stabs = xyes; then
2180                 tm_file="${tm_file} dbx.h"
2181         fi
2182         tmake_file=mips/t-iris
2183         xm_defines=POSIX
2184         if test x$gas = xyes
2185         then    :
2186         else
2187                 extra_passes="mips-tfile mips-tdump"
2188         fi
2189         if test x$gnu_ld != xyes
2190         then
2191                 use_collect2=yes
2192         fi
2193 #       if test x$enable_threads = xyes; then
2194 #               thread_file='irix'
2195 #       fi
2196         ;;
2197 mips-sgi-*)                     # Mostly like a MIPS.
2198         tm_file="mips/iris3.h ${tm_file}"
2199         if test x$stabs = xyes; then
2200                 tm_file="${tm_file} dbx.h"
2201         fi
2202         xm_defines=POSIX
2203         if test x$gas = xyes
2204         then    :
2205         else
2206                 extra_passes="mips-tfile mips-tdump"
2207         fi
2208         if test x$gnu_ld != xyes
2209         then
2210                 use_collect2=yes
2211         fi
2212         ;;
2213 mips-dec-osfrose*)              # Decstation running OSF/1 reference port with OSF/rose.
2214         tm_file="mips/osfrose.h ${tm_file}"
2215         extra_objs=halfpic.o
2216         use_collect2=yes
2217         ;;
2218 mips-dec-osf*)                  # Decstation running OSF/1 as shipped by DIGITAL
2219         tm_file=mips/dec-osf1.h
2220         if test x$stabs = xyes; then
2221                 tm_file="${tm_file} dbx.h"
2222         fi
2223         if test x$gas = xyes
2224         then    :
2225         else
2226                 tmake_file=mips/t-ultrix
2227                 extra_passes="mips-tfile mips-tdump"
2228         fi
2229         if test x$gnu_ld != xyes
2230         then
2231                 use_collect2=yes
2232         fi
2233         ;;
2234 mips-dec-bsd*)                  # Decstation running 4.4 BSD
2235       tm_file=mips/dec-bsd.h
2236       if test x$gas = xyes
2237       then      :
2238       else
2239                 tmake_file=mips/t-ultrix
2240                 extra_passes="mips-tfile mips-tdump"
2241       fi
2242       if test x$gnu_ld != xyes
2243       then
2244                 use_collect2=yes
2245       fi
2246       ;;
2247 mipsel-*-netbsd* | mips-dec-netbsd*)    # Decstation running NetBSD
2248         tm_file=mips/netbsd.h
2249         # On NetBSD, the headers are already okay, except for math.h.
2250         tmake_file=t-netbsd
2251         ;;
2252 mips*-*-linux*)                         # Linux MIPS, either endian.
2253         tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
2254         case $machine in
2255         mipsisa32*-*)
2256                 tm_file="$tm_file mips/isa32-linux.h"
2257                 target_cpu_default="MASK_SOFT_FLOAT"
2258                 ;;
2259         esac
2260         case $machine in
2261         mips*el-*)
2262                 tm_file="mips/little.h $tm_file"
2263                 ;;
2264         esac
2265         tmake_file="t-slibgcc-elf-ver t-linux"
2266         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2267         gnu_ld=yes
2268         gas=yes
2269         if test x$enable_threads = xyes; then
2270                 thread_file='posix'
2271         fi
2272         ;;
2273 mips*el-*-openbsd*)     # mips little endian
2274         target_cpu_default="MASK_GAS|MASK_ABICALLS"
2275         ;;
2276 mips*-*-openbsd*)               # mips big endian
2277         target_cpu_default="MASK_GAS|MASK_ABICALLS"
2278         tm_file="mips/openbsd-be.h ${tm_file}"
2279         ;;
2280 mips-sony-bsd* | mips-sony-newsos*)     # Sony NEWS 3600 or risc/news.
2281         tm_file="mips/news4.h ${tm_file}"
2282         if test x$stabs = xyes; then
2283                 tm_file="${tm_file} dbx.h"
2284         fi
2285         if test x$gas = xyes
2286         then    :
2287         else
2288                 extra_passes="mips-tfile mips-tdump"
2289         fi
2290         if test x$gnu_ld != xyes
2291         then
2292                 use_collect2=yes
2293         fi
2294         ;;
2295 mips-sony-sysv*)                # Sony NEWS 3800 with NEWSOS5.0.
2296                                 # That is based on svr4.
2297         # t-svr4 is not right because this system doesn't use ELF.
2298         tm_file="mips/news5.h ${tm_file}"
2299         if test x$stabs = xyes; then
2300                 tm_file="${tm_file} dbx.h"
2301         fi
2302         xm_defines=POSIX
2303         if test x$gas = xyes
2304         then    :
2305         else
2306                 extra_passes="mips-tfile mips-tdump"
2307         fi
2308         if test x$gnu_ld != xyes
2309         then
2310                 use_collect2=yes
2311         fi
2312         ;;
2313 mips-tandem-sysv4*)             # Tandem S2 running NonStop UX
2314         tm_file="mips/svr4-5.h mips/svr4-t.h"
2315         if test x$stabs = xyes; then
2316                 tm_file="${tm_file} dbx.h"
2317         fi
2318         xm_defines=POSIX
2319         if test x$gas = xyes
2320         then
2321                 extra_parts="crtbegin.o crtend.o"
2322         else
2323                 extra_passes="mips-tfile mips-tdump"
2324         fi
2325         if test x$gnu_ld != xyes
2326         then
2327                 use_collect2=yes
2328         fi
2329         ;;
2330 mips-*-ultrix* | mips-dec-mach3)        # Decstation.
2331         tm_file="mips/ultrix.h ${tm_file}"
2332         if test x$stabs = xyes; then
2333                 tm_file="${tm_file} dbx.h"
2334         fi
2335         if test x$gas = xyes
2336         then    :
2337         else
2338                 tmake_file=mips/t-ultrix
2339                 extra_passes="mips-tfile mips-tdump"
2340         fi
2341         if test x$gnu_ld != xyes
2342         then
2343                 use_collect2=yes
2344         fi
2345         ;;
2346 mips-*-riscos[56789]bsd*)
2347         tm_file=mips/bsd-5.h    # MIPS BSD 4.3, RISC-OS 5.0
2348         if test x$stabs = xyes; then
2349                 tm_file="${tm_file} dbx.h"
2350         fi
2351         if test x$gas = xyes
2352         then
2353                 tmake_file=mips/t-bsd-gas
2354         else
2355                 tmake_file=mips/t-bsd
2356                 extra_passes="mips-tfile mips-tdump"
2357         fi
2358         if test x$gnu_ld != xyes
2359         then
2360                 use_collect2=yes
2361         fi
2362         ;;
2363 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2364         tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2365         if test x$stabs = xyes; then
2366                 tm_file="${tm_file} dbx.h"
2367         fi
2368         if test x$gas = xyes
2369         then
2370                 tmake_file=mips/t-bsd-gas
2371         else
2372                 tmake_file=mips/t-bsd
2373                 extra_passes="mips-tfile mips-tdump"
2374         fi
2375         if test x$gnu_ld != xyes
2376         then
2377                 use_collect2=yes
2378         fi
2379         ;;
2380 mips-*-riscos[56789]sysv4*)
2381         tm_file=mips/svr4-5.h   # MIPS System V.4., RISC-OS 5.0
2382         if test x$stabs = xyes; then
2383                 tm_file="${tm_file} dbx.h"
2384         fi
2385         if test x$gas = xyes
2386         then
2387                 tmake_file=mips/t-svr4-gas
2388         else
2389                 tmake_file=mips/t-svr4
2390                 extra_passes="mips-tfile mips-tdump"
2391         fi
2392         if test x$gnu_ld != xyes
2393         then
2394                 use_collect2=yes
2395         fi
2396         ;;
2397 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2398         tm_file="mips/svr4-4.h ${tm_file}"
2399         if test x$stabs = xyes; then
2400                 tm_file="${tm_file} dbx.h"
2401         fi
2402         xm_defines=POSIX
2403         if test x$gas = xyes
2404         then
2405                 tmake_file=mips/t-svr4-gas
2406         else
2407                 tmake_file=mips/t-svr4
2408                 extra_passes="mips-tfile mips-tdump"
2409         fi
2410         if test x$gnu_ld != xyes
2411         then
2412                 use_collect2=yes
2413         fi
2414         ;;
2415 mips-*-riscos[56789]sysv*)
2416         tm_file=mips/svr3-5.h   # MIPS System V.3, RISC-OS 5.0
2417         if test x$stabs = xyes; then
2418                 tm_file="${tm_file} dbx.h"
2419         fi
2420         xm_defines=POSIX
2421         if test x$gas = xyes
2422         then
2423                 tmake_file=mips/t-svr3-gas
2424         else
2425                 tmake_file=mips/t-svr3
2426                 extra_passes="mips-tfile mips-tdump"
2427         fi
2428         if test x$gnu_ld != xyes
2429         then
2430                 use_collect2=yes
2431         fi
2432         ;;
2433 mips-*-sysv* | mips-*-riscos*sysv*)
2434         tm_file="mips/svr3-4.h ${tm_file}"
2435         if test x$stabs = xyes; then
2436                 tm_file="${tm_file} dbx.h"
2437         fi
2438         xm_defines=POSIX
2439         if test x$gas = xyes
2440         then
2441                 tmake_file=mips/t-svr3-gas
2442         else
2443                 tmake_file=mips/t-svr3
2444                 extra_passes="mips-tfile mips-tdump"
2445         fi
2446         if test x$gnu_ld != xyes
2447         then
2448                 use_collect2=yes
2449         fi
2450         ;;
2451 mips-*-riscos[56789]*)          # Default MIPS RISC-OS 5.0.
2452         tm_file=mips/mips-5.h
2453         if test x$stabs = xyes; then
2454                 tm_file="${tm_file} dbx.h"
2455         fi
2456         if test x$gas = xyes
2457         then    :
2458         else
2459                 extra_passes="mips-tfile mips-tdump"
2460         fi
2461         if test x$gnu_ld != xyes
2462         then
2463                 use_collect2=yes
2464         fi
2465         ;;
2466 mipsel-*-ecoff*)
2467         tm_file=mips/ecoffl.h
2468         if test x$stabs = xyes; then
2469                 tm_file="${tm_file} dbx.h"
2470         fi
2471         tmake_file=mips/t-ecoff
2472         ;;
2473 mips-*-ecoff*)
2474         tm_file="gofast.h mips/ecoff.h"
2475         if test x$stabs = xyes; then
2476                 tm_file="${tm_file} dbx.h"
2477         fi
2478         tmake_file=mips/t-ecoff
2479         ;;
2480 mipsisa32-*-elf*)
2481         tm_file="mips/isa3264.h mips/abi64.h"
2482         tmake_file=mips/t-isa3264
2483         target_cpu_default="MASK_SOFT_FLOAT"
2484         ;;
2485 mipsel-*-elf*)
2486         tm_file="mips/elfl.h"
2487         tmake_file=mips/t-elf
2488         ;;
2489 mips-*-elf*)
2490         tm_file="mips/elf.h"
2491         tmake_file=mips/t-elf
2492         ;;
2493 mips64el-*-elf*)
2494         tm_file="mips/elfl64.h"
2495         tmake_file=mips/t-elf
2496         ;;
2497 mips64orionel-*-elf*)
2498         tm_file="mips/elforion.h mips/elfl64.h"
2499         tmake_file=mips/t-elf
2500         ;;
2501 mips64-*-elf*)
2502         tm_file="mips/elf64.h"
2503         tmake_file=mips/t-elf
2504         ;;
2505 mips64orion-*-elf*)
2506         tm_file="mips/elforion.h mips/elf64.h"
2507         tmake_file=mips/t-elf
2508         ;;
2509 mips64orion-*-rtems*)
2510         tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h"
2511         tmake_file="mips/t-elf t-rtems"
2512         if test x$enable_threads = xyes; then
2513           thread_file='rtems'
2514         fi
2515         ;;
2516 mips*-*-rtems*)
2517         tm_file="mips/elf.h mips/rtems.h"
2518         tmake_file="mips/t-elf t-rtems"
2519         if test x$enable_threads = xyes; then
2520           thread_file='rtems'
2521         fi
2522         ;;
2523 mipstx39el-*-elf*)
2524         tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2525         tmake_file=mips/t-r3900
2526         target_cpu_default="MASK_SOFT_FLOAT"
2527         ;;
2528 mipstx39-*-elf*)
2529         tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2530         tmake_file=mips/t-r3900
2531         ;;
2532 mips-*-*)                               # Default MIPS RISC-OS 4.0.
2533         if test x$stabs = xyes; then
2534                 tm_file="${tm_file} dbx.h"
2535         fi
2536         if test x$gas = xyes
2537         then    :
2538         else
2539                 extra_passes="mips-tfile mips-tdump"
2540         fi
2541         if test x$gnu_ld != xyes
2542         then
2543                 use_collect2=yes
2544         fi
2545         ;;
2546 mmix-knuth-mmixware)
2547         ;;
2548 mn10200-*-*)
2549         float_format=i32
2550         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2551         if test x$stabs = xyes
2552         then
2553                 tm_file="${tm_file} dbx.h"
2554         fi
2555         use_collect2=no
2556         ;;
2557 mn10300-*-*)
2558         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2559         if test x$stabs = xyes
2560         then
2561                 tm_file="${tm_file} dbx.h"
2562         fi
2563         use_collect2=no
2564         ;;
2565 ns32k-encore-bsd*)
2566         tm_file=ns32k/encore.h
2567         use_collect2=yes
2568         ;;
2569 ns32k-sequent-bsd*)
2570         tm_file=ns32k/sequent.h
2571         use_collect2=yes
2572         ;;
2573 ns32k-tek6100-bsd*)
2574         tm_file=ns32k/tek6100.h
2575         use_collect2=yes
2576         ;;
2577 ns32k-tek6200-bsd*)
2578         tm_file=ns32k/tek6200.h
2579         use_collect2=yes
2580         ;;
2581 ns32k-merlin-*)
2582         tm_file=ns32k/merlin.h
2583         use_collect2=yes
2584         ;;
2585 ns32k-pc532-mach*)
2586         tm_file=ns32k/pc532-mach.h
2587         use_collect2=yes
2588         ;;
2589 ns32k-pc532-minix*)
2590         tm_file=ns32k/pc532-min.h
2591         xm_defines='POSIX HZ=60'
2592         use_collect2=yes
2593         ;;
2594 ns32k-*-netbsd*)
2595         tm_file=ns32k/netbsd.h
2596         # On NetBSD, the headers are already okay, except for math.h.
2597         tmake_file=t-netbsd
2598         use_collect2=yes
2599         ;;
2600 pdp11-*-bsd)
2601         tm_file="${tm_file} pdp11/2bsd.h"
2602         ;;
2603 pdp11-*-*)
2604         ;;
2605 avr-*-*)
2606         ;;
2607 ns32k-*-openbsd*)
2608         # Nothing special
2609         ;;
2610 pj*-linux*)
2611         tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
2612         ;;
2613 pj-*)
2614         ;;
2615 pjl-*)
2616         tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
2617         ;;
2618
2619 romp-*-aos*)
2620         use_collect2=yes
2621         ;;
2622 romp-*-mach*)
2623         use_collect2=yes
2624         ;;
2625 romp-*-openbsd*)
2626         # Nothing special
2627         ;;
2628 powerpc-*-openbsd*)
2629         tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2630         ;;
2631 powerpc64-*-linux*)
2632         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2633         out_file=rs6000/rs6000.c
2634         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2635         extra_headers=ppc-asm.h
2636         ;;
2637 powerpc-*-beos*)
2638         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
2639         xm_defines=POSIX
2640         xm_file=rs6000/xm-beos.h
2641         tmake_file=rs6000/t-beos
2642         ;;
2643 powerpc-*-darwin*)
2644         tm_file="${tm_file} darwin.h rs6000/darwin.h"
2645         tm_p_file="${tm_p_file} darwin-protos.h"
2646         tmake_file=rs6000/t-darwin
2647         xmake_file=rs6000/x-darwin
2648         # Override the usual setting, since Apple's GCC has lame bugs
2649         # and can't handle the initializers.  Someday the bugs will be
2650         # fixed and we can get rid of this silliness.
2651         xm_defines="HAVE_DESIGNATED_INITIALIZERS=0"
2652         extra_objs="darwin.o"
2653         c_target_objs="darwin-c.o"
2654         cxx_target_objs="darwin-c.o"
2655         # Darwin linker does collect2 functionality
2656         use_collect2=no
2657         ;;
2658 powerpc*-*-freebsd*)
2659         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2660         xm_file=rs6000/xm-sysv4.h
2661         out_file=rs6000/rs6000.c
2662         tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2663         extra_headers=ppc-asm.h
2664         ;;
2665 powerpc-*-sysv*)
2666         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2667         xm_defines=POSIX
2668         extra_headers=ppc-asm.h
2669         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2670         ;;
2671 powerpc-*-netbsd*)
2672         xm_defines=POSIX
2673         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2674         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2675         extra_headers=ppc-asm.h
2676         ;;
2677 powerpc-*-chorusos*)
2678         xm_defines=POSIX
2679         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2680         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2681         extra_headers=ppc-asm.h
2682         case x${enable_threads} in
2683           xyes | xpthreads | xposix)
2684                 thread_file='posix'
2685                 ;;
2686         esac
2687         ;;
2688 powerpc-*-eabiaix*)
2689         xm_defines=POSIX
2690         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2691         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2692         extra_headers=ppc-asm.h
2693         ;;
2694 powerpc-*-eabisim*)
2695         xm_defines=POSIX
2696         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2697         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2698         extra_headers=ppc-asm.h
2699         ;;
2700 powerpc-*-elf*)
2701         xm_defines=POSIX
2702         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2703         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2704         extra_headers=ppc-asm.h
2705         ;;
2706 powerpc-*-eabialtivec*)
2707         xm_defines=POSIX
2708         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2709         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2710         extra_headers=ppc-asm.h
2711         ;;
2712 powerpc-*-eabi*)
2713         xm_defines=POSIX
2714         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2715         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2716         extra_headers=ppc-asm.h
2717         ;;
2718 powerpc-*-rtems*)
2719         xm_defines=POSIX
2720         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rtems.h rs6000/rtems.h"
2721         tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2722         extra_headers=ppc-asm.h
2723         if test x$enable_threads = xyes; then
2724           thread_file='rtems'
2725         fi
2726         ;;
2727 powerpc-*-linux*libc1)
2728         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2729         out_file=rs6000/rs6000.c
2730         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2731         extra_headers=ppc-asm.h
2732         if test x$enable_threads = xyes; then
2733                 thread_file='posix'
2734         fi
2735         ;;
2736 powerpc-*-linux-gnualtivec*)
2737         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2738         out_file=rs6000/rs6000.c
2739         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2740         extra_headers=ppc-asm.h
2741         if test x$enable_threads = xyes; then
2742                 thread_file='posix'
2743         fi
2744         ;;
2745 powerpc-*-linux*)
2746         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2747         out_file=rs6000/rs6000.c
2748         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2749         extra_headers=ppc-asm.h
2750         if test x$enable_threads = xyes; then
2751                 thread_file='posix'
2752         fi
2753         ;;
2754 powerpc-wrs-vxworks*)
2755         xm_defines=POSIX
2756         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2757         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2758         extra_headers=ppc-asm.h
2759         thread_file='vxworks'
2760         ;;
2761 powerpcle-wrs-vxworks*)
2762         xm_defines=POSIX
2763         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2764         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2765         extra_headers=ppc-asm.h
2766         thread_file='vxworks'
2767         ;;
2768 powerpcle-*-sysv*)
2769         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2770         xm_defines=POSIX
2771         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2772         extra_headers=ppc-asm.h
2773         ;;
2774 powerpcle-*-elf*)
2775         xm_defines=POSIX
2776         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2777         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2778         extra_headers=ppc-asm.h
2779         ;;
2780 powerpcle-*-eabisim*)
2781         xm_defines=POSIX
2782         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"
2783         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2784         extra_headers=ppc-asm.h
2785         ;;
2786 powerpcle-*-eabi*)
2787         xm_defines=POSIX
2788         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2789         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2790         extra_headers=ppc-asm.h
2791         ;;
2792 rs6000-ibm-aix3.[01]*)
2793         xm_defines=POSIX
2794         tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2795         float_format=none
2796         use_collect2=yes
2797         ;;
2798 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2799         xm_defines=POSIX
2800         tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2801         tmake_file=rs6000/t-newas
2802         float_format=none
2803         use_collect2=yes
2804         ;;
2805 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2806         xm_defines=POSIX
2807         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2808         tmake_file=rs6000/t-newas
2809         float_format=none
2810         use_collect2=yes
2811         ;;
2812 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2813         xm_defines=POSIX
2814         tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2815         tmake_file=rs6000/t-aix43
2816         float_format=none
2817         use_collect2=yes
2818         thread_file='aix'
2819         ;;
2820 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2821         xm_defines=POSIX
2822         tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2823         tmake_file=rs6000/t-aix43
2824         float_format=none
2825         use_collect2=yes
2826         thread_file='aix'
2827         ;;
2828 rs6000-ibm-aix*)
2829         xm_defines=POSIX
2830         tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2831         float_format=none
2832         use_collect2=yes
2833         ;;
2834 rs6000-bull-bosx)
2835         xm_defines=POSIX
2836         tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2837         float_format=none
2838         use_collect2=yes
2839         ;;
2840 rs6000-*-mach*)
2841         tm_file="${tm_file} rs6000/mach.h"
2842         xm_defines=POSIX
2843         use_collect2=yes
2844         ;;
2845 rs6000-*-lynxos*)
2846         tm_file="lynx.h rs6000/lynx.h"
2847         tmake_file=rs6000/t-rs6000
2848         use_collect2=yes
2849         ;;
2850 s390-*-linux*)
2851         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2852         tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
2853         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2854         if test x$enable_threads = xyes; then
2855                 thread_file='posix'
2856         fi
2857         ;;
2858 s390x-*-linux*)
2859         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h s390/linux64.h"
2860         tm_p_file=s390/s390-protos.h
2861         md_file=s390/s390.md
2862         out_file=s390/s390.c
2863         tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
2864         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2865         if test x$enable_threads = xyes; then
2866                 thread_file='posix'
2867         fi
2868         ;;
2869 sh-*-elf*)
2870         tmake_file="sh/t-sh sh/t-elf"
2871         tm_file="${tm_file} sh/elf.h"
2872         float_format=sh
2873         ;;
2874 sh-*-rtemself*)
2875         tmake_file="sh/t-sh sh/t-elf t-rtems"
2876         tm_file="${tm_file} sh/elf.h sh/rtemself.h"
2877         float_format=sh
2878         if test x$enable_threads = xyes; then
2879           thread_file='rtems'
2880         fi
2881         ;;
2882 sh-*-rtems*)
2883         tmake_file="sh/t-sh t-rtems"
2884         tm_file="${tm_file} sh/rtems.h"
2885         float_format=sh
2886         if test x$enable_threads = xyes; then
2887           thread_file='rtems'
2888         fi
2889         ;;
2890 sh-*-linux*)
2891         tm_file="${tm_file} sh/elf.h sh/linux.h"
2892         tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2893         gas=yes gnu_ld=yes
2894         if test x$enable_threads = xyes; then
2895                 thread_file='posix'
2896         fi
2897         float_format=sh
2898         ;;
2899 sh-*-*)
2900         float_format=sh
2901         ;;
2902 sparc-tti-*)
2903         tm_file="${tm_file} sparc/pbd.h"
2904         xm_defines=POSIX
2905         ;;
2906 sparc64-wrs-vxworks*)
2907         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/sparc_bi.h gofast.h sparc/vxsparc64.h"
2908         tmake_file=sparc/t-vxsparc64
2909         use_collect2=yes
2910         ;;
2911 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
2912         tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
2913         tmake_file=sparc/t-vxsparc
2914         use_collect2=yes
2915         thread_file='vxworks'
2916         ;;
2917 sparc-*-aout*)
2918         tmake_file=sparc/t-sparcbare
2919         tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2920         ;;
2921 sparc-*-netbsd*)
2922         tm_file="${tm_file} sparc/aout.h netbsd.h sparc/netbsd.h"
2923         tmake_file=t-netbsd
2924         use_collect2=yes
2925         ;;
2926 sparc-*-openbsd*)
2927         tm_file="sparc/sparc.h ${tm_file}"
2928         # needed to unconfuse gdb
2929         tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2930         # we need collect2 until our bug is fixed...
2931         use_collect2=yes
2932         ;;
2933 sparc-*-bsd*)
2934         tm_file="${tm_file} sparc/bsd.h"
2935         ;;
2936 sparc-*-chorusos*)
2937         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
2938         tmake_file=sparc/t-chorus-elf
2939         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2940         float_format=i64
2941         case x${enable_threads} in
2942           xyes | xpthreads | xposix)
2943                 thread_file='posix'
2944                 ;;
2945         esac
2946         ;;
2947 sparc-*-elf*)
2948         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
2949         tmake_file=sparc/t-elf
2950         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2951         #float_format=i128
2952         float_format=i64
2953         ;;
2954 sparc-*-linux*aout*)            # Sparc's running GNU/Linux, a.out
2955         tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
2956         gnu_ld=yes
2957         ;;
2958 sparc-*-linux*libc1*)   # Sparc's running GNU/Linux, libc5
2959         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2960         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
2961         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2962         gnu_ld=yes
2963         float_format=sparc
2964         ;;
2965 sparc-*-linux*)         # Sparc's running GNU/Linux, libc6
2966         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2967         tmake_file="t-slibgcc-elf-ver t-linux"
2968         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2969         gnu_ld=yes
2970         if test x$enable_threads = xyes; then
2971                 thread_file='posix'
2972         fi
2973         float_format=sparc
2974         ;;
2975 sparc-*-lynxos*)
2976         if test x$gas = xyes
2977         then
2978                 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
2979         else
2980                 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
2981         fi
2982         tmake_file=sparc/t-sunos41
2983         ;;
2984 sparc-*-rtemsaout*)
2985         tmake_file="sparc/t-sparcbare t-rtems"
2986         tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
2987         if test x$enable_threads = xyes; then
2988           thread_file='rtems'
2989         fi
2990         ;;
2991 sparc-*-rtems*|sparc-*-rtemself*)
2992         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
2993         tmake_file="sparc/t-elf t-rtems"
2994         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2995         #float_format=i128
2996         float_format=i64
2997         if test x$enable_threads = xyes; then
2998           thread_file='rtems'
2999         fi
3000         ;;
3001 sparcv9-*-solaris2* | sparc64-*-solaris2*)
3002         if test x$gnu_ld = xyes
3003         then
3004                 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
3005         else
3006                 tm_file=sparc/sol2-sld-64.h
3007         fi
3008         xm_defines=POSIX
3009         tmake_file="sparc/t-sol2 sparc/t-sol2-64"
3010         if test x$gnu_ld = xyes; then
3011                 tmake_file="$tmake_file t-slibgcc-elf-ver"
3012         else
3013                 tmake_file="$tmake_file t-slibgcc-sld"
3014         fi
3015         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
3016         float_format=none
3017         if test x${enable_threads} = x ; then
3018             enable_threads=$have_pthread_h
3019             if test x${enable_threads} = x ; then
3020                 enable_threads=$have_thread_h
3021             fi
3022         fi
3023         if test x${enable_threads} = xyes ; then
3024             if test x${have_pthread_h} = xyes ; then
3025                 thread_file='posix'
3026             else
3027                 thread_file='solaris'
3028             fi
3029         fi
3030         ;;
3031 sparc-hal-solaris2*)
3032         xm_defines=POSIX
3033         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
3034         tmake_file="sparc/t-halos sparc/t-sol2"
3035         if test x$gnu_ld = xyes; then
3036                 tmake_file="$tmake_file t-slibgcc-elf-ver"
3037         else
3038                 tmake_file="$tmake_file t-slibgcc-sld"
3039         fi
3040         extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3041         case $machine in
3042         *-*-solaris2.[0-4])
3043                 float_format=i128
3044         ;;
3045         *)
3046                 float_format=none
3047                 ;;
3048         esac
3049         thread_file='solaris'
3050         ;;
3051 sparc-*-solaris2*)
3052         if test x$gnu_ld = xyes
3053         then
3054                 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
3055         else
3056                 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-sld.h"
3057         fi
3058         xm_defines=POSIX
3059         tmake_file=sparc/t-sol2
3060         if test x$gnu_ld = xyes; then
3061                 tmake_file="$tmake_file t-slibgcc-elf-ver"
3062         else
3063                 tmake_file="$tmake_file t-slibgcc-sld"
3064         fi
3065         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
3066         case $machine in
3067         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
3068         *-*-solaris2*)
3069                 if test x$gnu_ld = xyes
3070                 then
3071                         tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
3072                 else
3073                         tm_file="sparc/sol2-sld-64.h"
3074                 fi
3075                 tmake_file="$tmake_file sparc/t-sol2-64"
3076                 ;;
3077         esac
3078         case $machine in
3079         *-*-solaris2.[0-4])
3080                 float_format=i128
3081                 ;;
3082         *)
3083                 float_format=none
3084                 ;;
3085         esac
3086         if test x${enable_threads} = x; then
3087             enable_threads=$have_pthread_h
3088             if test x${enable_threads} = x; then
3089                 enable_threads=$have_thread_h
3090             fi
3091         fi
3092         if test x${enable_threads} = xyes; then
3093             if test x${have_pthread_h} = xyes; then
3094                 thread_file='posix'
3095             else
3096                 thread_file='solaris'
3097             fi
3098         fi
3099         ;;
3100 sparc-*-sunos4.0*)
3101         tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3102         use_collect2=yes
3103         ;;
3104 sparc-*-sunos4*)
3105         tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3106         tmake_file=sparc/t-sunos41
3107         use_collect2=yes
3108         if test x$gas = xyes; then
3109                 tm_file="${tm_file} sparc/sun4gas.h"
3110         fi
3111         ;;
3112 sparc-*-sunos3*)
3113         tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
3114         use_collect2=yes
3115         ;;
3116 sparc-*-sysv4*)
3117         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
3118         xm_defines=POSIX
3119         tmake_file=t-svr4
3120         extra_parts="crtbegin.o crtend.o"
3121         ;;
3122 sparc-*-vxsim*)
3123         xm_defines=POSIX
3124         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
3125         tmake_file=sparc/t-vxsparc
3126         ;;
3127 sparclet-*-aout*)
3128         tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
3129         tmake_file=sparc/t-splet
3130         ;;
3131 sparclite-*-coff*)
3132         tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
3133         tmake_file=sparc/t-sparclite
3134         ;;
3135 sparclite-*-aout*)
3136         tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
3137         tmake_file=sparc/t-sparclite
3138         ;;
3139 sparclite-*-elf*)
3140         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
3141         tmake_file=sparc/t-sparclite
3142         extra_parts="crtbegin.o crtend.o"
3143         ;;
3144 sparc86x-*-aout*)
3145         tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
3146         tmake_file=sparc/t-sp86x
3147         ;;
3148 sparc86x-*-elf*)
3149         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
3150         tmake_file=sparc/t-sp86x
3151         extra_parts="crtbegin.o crtend.o"
3152         ;;
3153 sparc64-*-aout*)
3154         tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
3155         ;;
3156 sparc64-*-elf*)
3157         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
3158         extra_parts="crtbegin.o crtend.o"
3159         ;;
3160 sparc64-*-linux*)               # 64-bit Sparc's running GNU/Linux
3161         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
3162         tm_file="sparc/sparc_bi.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
3163         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3164         gnu_ld=yes
3165         if test x$enable_threads = xyes; then
3166                 thread_file='posix'
3167         fi
3168         float_format=sparc
3169         ;;
3170 strongarm-*-elf*)
3171         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3172         tmake_file=arm/t-strongarm-elf
3173         out_file=arm/arm.c
3174         md_file=arm/arm.md
3175         ;;
3176 strongarm-*-coff*)
3177         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
3178         tmake_file=arm/t-strongarm-coff
3179         out_file=arm/arm.c
3180         md_file=arm/arm.md
3181         ;;
3182 strongarm-*-pe)
3183         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"
3184         tmake_file=arm/t-strongarm-pe
3185         out_file=arm/arm.c
3186         md_file=arm/arm.md
3187         extra_objs=pe.o
3188         ;;
3189 thumb*-*-*)
3190         { echo "config.gcc: error:
3191 *** The Thumb targets have been deprecated.  The equivalent
3192 *** ARM based toolchain can now generate Thumb instructions
3193 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3194         ;;
3195 v850-*-rtems*)
3196         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/rtems.h"
3197         tmake_file="v850/t-v850 t-rtems"
3198         if test x$stabs = xyes
3199         then
3200                 tm_file="${tm_file} dbx.h"
3201         fi
3202         use_collect2=no
3203         c_target_objs="v850-c.o"
3204         cxx_target_objs="v850-c.o"
3205         ;;
3206 v850-*-*)
3207         target_cpu_default="TARGET_CPU_generic"
3208         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3209         tmake_file=v850/t-v850
3210         if test x$stabs = xyes
3211         then
3212                 tm_file="${tm_file} dbx.h"
3213         fi
3214         use_collect2=no
3215         c_target_objs="v850-c.o"
3216         cxx_target_objs="v850-c.o"
3217         ;;
3218 vax-*-bsd*)                     # VAXen running BSD
3219         use_collect2=yes
3220         float_format=vax
3221         ;;
3222 vax-*-sysv*)                    # VAXen running system V
3223         tm_file="${tm_file} vax/vaxv.h"
3224         xm_defines=POSIX
3225         float_format=vax
3226         ;;
3227 vax-*-netbsd*)
3228         tm_file="${tm_file} netbsd.h vax/netbsd.h"
3229         tmake_file=t-netbsd
3230         float_format=vax
3231         use_collect2=yes
3232         ;;
3233 vax-*-openbsd*)
3234         tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3235         float_format=vax
3236         use_collect2=yes
3237         ;;
3238 vax-*-ultrix*)                  # VAXen running ultrix
3239         tm_file="${tm_file} vax/ultrix.h"
3240         float_format=vax
3241         ;;
3242 vax-*-vms*)                     # VAXen running VMS
3243         xm_file=vax/xm-vms.h
3244         tm_file=vax/vms.h
3245         float_format=vax
3246         ;;
3247 vax-*-*)                        # VAX default entry
3248         float_format=vax
3249         ;;
3250 we32k-att-sysv*)
3251         xm_defines=POSIX
3252         use_collect2=yes
3253         ;;
3254 xscale-*-elf)
3255         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3256         tmake_file=arm/t-xscale-elf
3257         out_file=arm/arm.c
3258         md_file=arm/arm.md
3259         ;;
3260 xscale-*-coff)
3261         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
3262         tmake_file=arm/t-xscale-coff
3263         out_file=arm/arm.c
3264         md_file=arm/arm.md
3265         ;;
3266 xstormy16-*-elf)
3267         # For historical reasons, the target files omit the 'x'.
3268         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
3269         tm_p_file=stormy16/stormy16-protos.h
3270         md_file=stormy16/stormy16.md
3271         out_file=stormy16/stormy16.c
3272         tmake_file="stormy16/t-stormy16"
3273         extra_parts="crtbegin.o crtend.o"
3274         ;;
3275 *)
3276         echo "Configuration $machine not supported" 1>&2
3277         exit 1
3278         ;;
3279 esac
3280
3281 case $machine in
3282 *-*-sysv*)
3283         install_headers_dir=install-headers-cpio
3284         ;;
3285 esac
3286
3287 # Distinguish i[34567]86
3288 # Also, do not run mips-tfile on MIPS if using gas.
3289 # Process --with-cpu= for PowerPC/rs6000
3290 target_cpu_default2=
3291 case $machine in
3292 i486-*-*)
3293         target_cpu_default2=1
3294         ;;
3295 i586-*-*)
3296         case $target_alias in
3297                 k6-*)
3298                         target_cpu_default2=4
3299                         ;;
3300                 *)
3301                         target_cpu_default2=2
3302                         ;;
3303         esac
3304         ;;
3305 i686-*-* | i786-*-*)
3306         case $target_alias in
3307                 athlon-*)
3308                         target_cpu_default2=5
3309                         ;;
3310                 *)
3311                         target_cpu_default2=3
3312                         ;;
3313         esac
3314         ;;
3315 alpha*-*-*)
3316         case $machine in
3317                 alphaev6[78]*)
3318                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3319                         ;;
3320                 alphaev6*)
3321                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3322                         ;;
3323                 alphapca56*)
3324                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3325                         ;;
3326                 alphaev56*)
3327                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3328                         ;;
3329                 alphaev5*)
3330                         target_cpu_default2="MASK_CPU_EV5"
3331                         ;;
3332         esac
3333
3334         if test x$gas = xyes
3335         then
3336                 if test "$target_cpu_default2" = ""
3337                 then
3338                         target_cpu_default2="MASK_GAS"
3339                 else
3340                         target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3341                 fi
3342         fi
3343         ;;
3344 arm*-*-*)
3345         case "x$with_cpu" in
3346                 x)
3347                         # The most generic
3348                         target_cpu_default2="TARGET_CPU_generic"
3349                         ;;
3350
3351                 # Distinguish cores, and major variants
3352                 # arm7m doesn't exist, but D & I don't affect code
3353                 xarm[236789] | xarm250 | xarm[67][01]0 \
3354                 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3355                 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3356                 | xxscale \
3357                 | xstrongarm | xstrongarm110 | xstrongarm1100)
3358                         target_cpu_default2="TARGET_CPU_$with_cpu"
3359                         ;;
3360
3361                 xyes | xno)
3362                         echo "--with-cpu must be passed a value" 1>&2
3363                         exit 1
3364                         ;;
3365
3366                 *)
3367                         if test x$pass2done = xyes
3368                         then
3369                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3370                                 exit 1
3371                         fi
3372                         ;;
3373         esac
3374         ;;
3375
3376 hppa*-*-* | parisc*-*-*)
3377         if test x$gas = xyes
3378         then
3379                 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3380         fi
3381         ;;
3382
3383 mips*-*-ecoff* | mips*-*-elf*)
3384         if test x$gas = xyes
3385         then
3386                 if test x$gnu_ld = xyes
3387                 then
3388                         target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3389                 else
3390                         target_cpu_default2="MASK_GAS"
3391                 fi
3392         fi
3393         ;;
3394 mips*-*-*)
3395         if test x$gas = xyes
3396         then
3397                 target_cpu_default2="MASK_GAS"
3398         fi
3399         ;;
3400 powerpc*-*-* | rs6000-*-*)
3401         case "x$with_cpu" in
3402                 x)
3403                         ;;
3404
3405                 xcommon | xpower | xpower2 | xpowerpc | xrios \
3406                   | xrios1 | xrios2 | xrsc | xrsc1 \
3407                   | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
3408                   | x740 | x750 | x505)
3409                         target_cpu_default2="\\\"$with_cpu\\\""
3410                         ;;
3411
3412                 x401 | x403 | xec603e | x801 | x821 | x823 | x860)
3413                         target_cpu_default2="\\\"$with_cpu\\\""
3414                         tm_file="$tm_file rs6000/softfloat.h"
3415                         ;;
3416
3417                 xyes | xno)
3418                         echo "--with-cpu must be passed a value" 1>&2
3419                         exit 1
3420                         ;;
3421
3422                 *)
3423                         if test x$pass2done = xyes
3424                         then
3425                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3426                                 exit 1
3427                         fi
3428                         ;;
3429         esac
3430         ;;
3431 sparc*-*-*)
3432         case ".$with_cpu" in
3433                 .)
3434                         target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3435                         ;;
3436                 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3437                         target_cpu_default2="TARGET_CPU_$with_cpu"
3438                         ;;
3439                 *)
3440                         if test x$pass2done = xyes
3441                         then
3442                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3443                                 exit 1
3444                         fi
3445                         ;;
3446         esac
3447         ;;
3448 esac
3449
3450 if test "$target_cpu_default2" != ""
3451 then
3452         if test "$target_cpu_default" != ""
3453         then
3454                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3455         else
3456                 target_cpu_default=$target_cpu_default2
3457         fi
3458 fi
3459
3460 # Save data on machine being used to compile GCC in build_xm_file.
3461 # Save data on host machine in vars host_xm_file and host_xmake_file.
3462 if test x$pass1done = x
3463 then
3464         if test x$xm_file != x
3465         then build_xm_file=$xm_file
3466         fi
3467         build_xm_defines=$xm_defines
3468         build_install_headers_dir=$install_headers_dir
3469         build_exeext=$exeext
3470         pass1done=yes
3471 else
3472         if test x$pass2done = x
3473         then
3474                 if test x$xm_file != x
3475                 then host_xm_file=$xm_file
3476                 fi
3477                 host_xm_defines=$xm_defines
3478                 host_xmake_file="$xmake_file"
3479                 host_truncate_target=$truncate_target
3480                 host_extra_gcc_objs=$extra_gcc_objs
3481                 host_extra_objs=$extra_host_objs
3482                 host_exeext=$exeext
3483                 pass2done=yes
3484         fi
3485 fi