OSDN Git Service

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