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