OSDN Git Service

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