OSDN Git Service

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