OSDN Git Service

* doc/contrib.texi (Contributors): Update Geoffrey Keating.
[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-slibgcc-elf-ver 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                 tm_file="i386/sol2gas.h ${tm_file}"
1337         fi
1338         tmake_file="i386/t-sol2 t-svr4"
1339         if test x$gnu_ld = xyes; then
1340                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1341         else
1342                 tmake_file="$tmake_file t-slibgcc-sld"
1343         fi
1344         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1345         if test x${enable_threads} = x; then
1346             enable_threads=$have_pthread_h
1347             if test x${enable_threads} = x; then
1348                 enable_threads=$have_thread_h
1349             fi
1350         fi
1351         if test x${enable_threads} = xyes; then
1352             if test x${have_pthread_h} = xyes; then
1353                 thread_file='posix'
1354             else
1355                 thread_file='solaris'
1356             fi
1357         fi
1358         ;;
1359 i[34567]86-*-sysv5*)           # Intel x86 on System V Release 5
1360        xm_defines=POSIX
1361        tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1362        if test x$stabs = xyes
1363        then
1364                tm_file="${tm_file} dbx.h"
1365        fi
1366        tmake_file="i386/t-crtpic t-svr4"
1367        extra_parts="crtbegin.o crtend.o"
1368        if test x$enable_threads = xyes; then
1369                thread_file='posix'
1370        fi
1371        ;;
1372 i[34567]86-*-sysv4*)            # Intel 80386's running system V.4
1373         xm_defines="POSIX SMALL_ARG_MAX"
1374         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1375         if test x$stabs = xyes
1376         then
1377                 tm_file="${tm_file} dbx.h"
1378         fi
1379         tmake_file="i386/t-crtpic t-svr4"
1380         extra_parts="crtbegin.o crtend.o"
1381         ;;
1382 i[34567]86-*-udk*)      # Intel x86 on SCO UW/OSR5 Dev Kit
1383         xm_defines=POSIX
1384         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
1385         tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1386         extra_parts="crtbegin.o crtend.o"
1387         install_headers_dir=install-headers-cpio
1388         ;;
1389 i[34567]86-*-osf1*)             # Intel 80386's running OSF/1 1.3+
1390         xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1391         if test x$stabs = xyes
1392         then
1393                 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
1394         else
1395                 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
1396         fi
1397         tmake_file=i386/t-osf1elf
1398         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1399         ;;
1400 i[34567]86-*-sysv*)             # Intel 80386's running system V
1401         xm_defines=POSIX
1402         if test x$gas = xyes
1403         then
1404                 if test x$stabs = xyes
1405                 then
1406                         tm_file=i386/svr3dbx.h
1407                         tmake_file=i386/t-svr3dbx
1408                         extra_parts="svr3.ifile svr3z.rfile"
1409                 else
1410                         tm_file=i386/svr3gas.h
1411                         extra_parts="crtbegin.o crtend.o"
1412                         tmake_file=i386/t-crtstuff
1413                 fi
1414         else
1415                 tm_file=i386/sysv3.h
1416                 extra_parts="crtbegin.o crtend.o"
1417                 tmake_file=i386/t-crtstuff
1418         fi
1419         tmake_file="$tmake_file i386/t-crtpic"
1420         ;;
1421 i386-*-vsta)                    # Intel 80386's running VSTa kernel
1422         xm_file=i386/xm-vsta.h
1423         tm_file=i386/vsta.h
1424         ;;
1425 i[34567]86-*-win32)
1426         xm_defines=POSIX
1427         xm_file=i386/xm-cygwin.h
1428         float_format=i386
1429         tmake_file=i386/t-cygwin
1430         tm_file=i386/win32.h
1431         extra_objs=winnt.o
1432         if test x$enable_threads = xyes; then
1433                 thread_file='win32'
1434         fi
1435         exeext=.exe
1436         ;;
1437 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1438         xm_defines=POSIX
1439         xm_file=i386/xm-cygwin.h
1440         float_format=i386
1441         tmake_file=i386/t-cygwin
1442         tm_file=i386/cygwin.h
1443         extra_objs=winnt.o
1444         if test x$enable_threads = xyes; then
1445                 thread_file='win32'
1446         fi
1447         exeext=.exe
1448         ;;
1449 i[34567]86-*-mingw32*)
1450         tm_file=i386/mingw32.h
1451         float_format=i386
1452         xm_defines=POSIX
1453         xm_file=i386/xm-mingw32.h
1454         tmake_file="i386/t-cygwin i386/t-mingw32"
1455         extra_objs=winnt.o
1456         if test x$enable_threads = xyes; then
1457                 thread_file='win32'
1458         fi
1459         exeext=.exe
1460         case $machine in
1461                 *mingw32crt*)
1462                         tm_file="${tm_file} i386/crtdll.h"
1463                         ;;
1464                 *minwg32msv* | *mingw32*)
1465                         ;;
1466         esac
1467         ;;
1468 i[34567]86-*-uwin*)
1469         tm_file=i386/uwin.h
1470         tmake_file="i386/t-cygwin i386/t-uwin"
1471         extra_objs=winnt.o
1472         if test x$enable_threads = xyes; then
1473                 thread_file='win32'
1474         fi
1475         exeext=.exe
1476         ;;
1477 i[34567]86-*-interix3*)
1478         tm_file="i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
1479         xm_file="i386/xm-i386-interix.h"
1480         xm_defines=POSIX
1481         tmake_file="t-interix i386/t-interix"
1482         extra_objs=interix.o
1483         xmake_file="x-interix"
1484         if test x$enable_threads = xyes ; then
1485                 thread_file='posix'
1486         fi
1487         if test x$stabs = xyes ; then
1488                 tm_file="${tm_file} dbxcoff.h"
1489         fi
1490         ;;
1491 i[34567]86-*-interix*)
1492         tm_file="i386/i386-interix.h interix.h"
1493         xm_file="i386/xm-i386-interix.h"
1494         xm_defines=POSIX
1495         tmake_file="t-interix i386/t-interix"
1496         extra_objs=interix.o
1497         if test x$enable_threads = xyes ; then
1498                 thread_file='posix'
1499         fi
1500         if test x$stabs = xyes ; then
1501                 tm_file="${tm_file} dbxcoff.h"
1502         fi
1503         ;;
1504 i[34567]86-dg-dgux*)
1505         xm_defines=POSIX
1506         tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
1507         tmake_file=i386/t-dgux
1508         install_headers_dir=install-headers-cpio
1509       ;;
1510 i860-alliant-*)         # Alliant FX/2800
1511         tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
1512         tmake_file=i860/t-fx2800
1513         extra_parts="crtbegin.o crtend.o"
1514         ;;
1515 i860-*-bsd*)
1516         tm_file="${tm_file} i860/bsd.h"
1517         if test x$gas = xyes
1518         then
1519                 tm_file="${tm_file} i860/bsd-gas.h"
1520         fi
1521         use_collect2=yes
1522         ;;
1523 i860-*-mach*)
1524         tm_file="${tm_file} i860/mach.h"
1525         tmake_file=t-libc-ok
1526         ;;
1527 i860-*-osf*)                    # Intel Paragon XP/S, OSF/1AD
1528         tm_file="${tm_file} svr3.h i860/paragon.h"
1529         xm_defines=POSIX
1530         ;;
1531 i860-*-sysv3*)
1532         tm_file="${tm_file} svr3.h i860/sysv3.h"
1533         xm_defines=POSIX
1534         extra_parts="crtbegin.o crtend.o"
1535         ;;
1536 i860-*-sysv4*)
1537         tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
1538         xm_defines=POSIX
1539         tmake_file=t-svr4
1540         extra_parts="crtbegin.o crtend.o"
1541         ;;
1542 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1543         tm_file="${tm_file} i960/vx960.h"
1544         tmake_file=i960/t-vxworks960
1545         use_collect2=yes
1546         thread_file='vxworks'
1547         c_target_objs="i960-c.o"
1548         cxx_target_objs="i960-c.o"
1549         ;;
1550 i960-wrs-vxworks5* | i960-wrs-vxworks)
1551         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1552         tmake_file=i960/t-vxworks960
1553         use_collect2=yes
1554         thread_file='vxworks'
1555         c_target_objs="i960-c.o"
1556         cxx_target_objs="i960-c.o"
1557         ;;
1558 i960-wrs-vxworks*)
1559         tm_file="${tm_file} i960/vx960.h"
1560         tmake_file=i960/t-vxworks960
1561         use_collect2=yes
1562         thread_file='vxworks'
1563         c_target_objs="i960-c.o"
1564         cxx_target_objs="i960-c.o"
1565         ;;
1566 i960-*-coff*)
1567         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1568         tmake_file=i960/t-960bare
1569         c_target_objs="i960-c.o"
1570         cxx_target_objs="i960-c.o"
1571         ;;
1572 i960-*-rtems)
1573         xm_defines=POSIX
1574         tmake_file="i960/t-960bare t-rtems"
1575         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1576         if test x$enable_threads = xyes; then
1577           thread_file='rtems'
1578         fi
1579         c_target_objs="i960-c.o"
1580         cxx_target_objs="i960-c.o"
1581         ;;
1582 i960-*-*)                       # Default i960 environment.
1583         use_collect2=yes
1584         tmake_file=i960/t-960bare
1585         c_target_objs="i960-c.o"
1586         cxx_target_objs="i960-c.o"
1587         ;;
1588 ia64*-*-aix*)
1589         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1590         tmake_file="ia64/t-ia64 ia64/t-aix"
1591         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1592         ;;
1593 ia64*-*-elf*)
1594         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1595         tmake_file="ia64/t-ia64"
1596         target_cpu_default="0"
1597         if test x$gas = xyes
1598         then
1599                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1600         fi
1601         if test x$gnu_ld = xyes
1602         then
1603                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1604         fi
1605         float_format=i386
1606         ;;
1607 ia64*-*-freebsd*)
1608         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/freebsd.h"
1609         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1610         tmake_file="${tmake_file} ia64/t-ia64"
1611         float_format=i386
1612         ;;
1613 ia64*-*-linux*)
1614         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1615         tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1616         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1617         if test x$enable_threads = xyes; then
1618                 thread_file='posix'
1619         fi
1620         float_format=i386
1621         ;;
1622 ia64*-*-hpux*)
1623         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1624         tmake_file="ia64/t-ia64 ia64/t-hpux"
1625         target_cpu_default="MASK_GNU_AS"
1626         if test x$enable_threads = xyes; then
1627                 thread_file='posix'
1628         fi
1629         float_format=i386
1630         ;;
1631 m32r-*-elf*)
1632         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1633         extra_parts="crtinit.o crtfini.o"
1634         ;;
1635 # m68hc11 and m68hc12 share the same machine description.
1636 m68hc11-*-*|m6811-*-*)
1637         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1638         tm_p_file="m68hc11/m68hc11-protos.h"
1639         md_file="m68hc11/m68hc11.md"
1640         out_file="m68hc11/m68hc11.c"
1641         tmake_file="m68hc11/t-m68hc11-gas"
1642         ;;
1643 m68hc12-*-*|m6812-*-*)
1644         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1645         tm_p_file="m68hc11/m68hc11-protos.h"
1646         md_file="m68hc11/m68hc11.md"
1647         out_file="m68hc11/m68hc11.c"
1648         tmake_file="m68hc11/t-m68hc11-gas"
1649         ;;
1650 m68000-convergent-sysv*)
1651         tm_file=m68k/ctix.h
1652         xm_defines=POSIX
1653         use_collect2=yes
1654         ;;
1655 m68000-hp-bsd*)                 # HP 9000/200 running BSD
1656         tm_file=m68k/hp2bsd.h
1657         use_collect2=yes
1658         ;;
1659 m68000-hp-hpux*)                # HP 9000 series 300
1660         xm_defines=POSIX
1661         if test x$gas = xyes
1662         then
1663                 tm_file=m68k/hp310g.h
1664         else
1665                 tm_file=m68k/hp310.h
1666         fi
1667         tmake_file=m68k/t-hp320
1668         install_headers_dir=install-headers-cpio
1669         use_collect2=yes
1670         ;;
1671 m68000-sun-sunos3*)
1672         tm_file=m68k/sun2.h
1673         use_collect2=yes
1674         ;;
1675 m68000-sun-sunos4*)
1676         tm_file=m68k/sun2o4.h
1677         use_collect2=yes
1678         ;;
1679 m68000-att-sysv*)
1680         xm_defines=POSIX
1681         if test x$gas = xyes
1682         then
1683                 tm_file=m68k/3b1g.h
1684         else
1685                 tm_file=m68k/3b1.h
1686         fi
1687         use_collect2=yes
1688         ;;
1689 m68k-apple-aux*)                # Apple Macintosh running A/UX
1690         xm_defines=POSIX
1691         tmake_file=m68k/t-aux
1692         install_headers_dir=install-headers-cpio
1693         extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1694         tm_file=
1695         if test "$gnu_ld" = yes
1696         then
1697                 tm_file="${tm_file} m68k/auxgld.h"
1698         else
1699                 tm_file="${tm_file} m68k/auxld.h"
1700         fi
1701         if test "$gas" = yes
1702         then
1703                 tm_file="${tm_file} m68k/auxgas.h"
1704         else
1705                 tm_file="${tm_file} m68k/auxas.h"
1706         fi
1707         tm_file="${tm_file} m68k/a-ux.h"
1708         float_format=m68k
1709         ;;
1710 m68k-apollo-*)
1711         tm_file=m68k/apollo68.h
1712         use_collect2=yes
1713         float_format=m68k
1714         ;;
1715 m68k-altos-sysv*)                  # Altos 3068
1716         if test x$gas = xyes
1717         then
1718                 tm_file=m68k/altos3068.h
1719                 xm_defines=POSIX
1720         else
1721                 echo "The Altos is supported only with the GNU assembler" 1>&2
1722                 exit 1
1723         fi
1724         ;;
1725 m68k-bull-sysv*)                # Bull DPX/2
1726         if test x$gas = xyes
1727         then
1728                 if test x$stabs = xyes
1729                 then
1730                         tm_file=m68k/dpx2cdbx.h
1731                 else
1732                         tm_file=m68k/dpx2g.h
1733                 fi
1734         else
1735                 tm_file=m68k/dpx2.h
1736         fi
1737         xm_defines=POSIX
1738         use_collect2=yes
1739         ;;
1740 m68k-atari-sysv4*)              # Atari variant of V.4.
1741         tm_file=m68k/atari.h
1742         xm_defines=POSIX
1743         tmake_file=t-svr4
1744         extra_parts="crtbegin.o crtend.o"
1745         float_format=m68k
1746         ;;
1747 m68k-motorola-sysv*)
1748         tm_file=m68k/mot3300.h
1749         xm_defines=POSIX
1750         if test x$gas = xyes
1751         then
1752                 if test x$gnu_ld = xyes
1753                 then
1754                         tmake_file=m68k/t-mot3300-gald
1755                 else
1756                         tmake_file=m68k/t-mot3300-gas
1757                         use_collect2=yes
1758                 fi
1759         else
1760                 if test x$gnu_ld = xyes
1761                 then
1762                         tmake_file=m68k/t-mot3300-gld
1763                 else
1764                         tmake_file=m68k/t-mot3300
1765                         use_collect2=yes
1766                 fi
1767         fi
1768         gdb_needs_out_file_path=yes
1769         extra_parts="crt0.o mcrt0.o"
1770         float_format=m68k
1771         ;;
1772 m68k-ncr-sysv*)                 # NCR Tower 32 SVR3
1773         tm_file=m68k/tower-as.h
1774         xm_defines=POSIX
1775         extra_parts="crtbegin.o crtend.o"
1776         ;;
1777 m68k-plexus-sysv*)
1778         tm_file=m68k/plexus.h
1779         xm_defines=POSIX
1780         use_collect2=yes
1781         ;;
1782 m68k-tti-*)
1783         tm_file=m68k/pbb.h
1784         xm_defines=POSIX
1785         ;;
1786 m68k-crds-unos*)
1787         xm_defines=POSIX
1788         tm_file=m68k/crds.h
1789         use_collect2=yes
1790         ;;
1791 m68k-cbm-sysv4*)                # Commodore variant of V.4.
1792         tm_file=m68k/amix.h
1793         xm_defines=POSIX
1794         tmake_file=t-svr4
1795         extra_parts="crtbegin.o crtend.o"
1796         float_format=m68k
1797         ;;
1798 m68k-ccur-rtu)
1799         tm_file=m68k/ccur-GAS.h
1800         use_collect2=yes
1801         float_format=m68k
1802         ;;
1803 m68k-hp-bsd4.4*)                # HP 9000/3xx running 4.4bsd
1804         tm_file=m68k/hp3bsd44.h
1805         use_collect2=yes
1806         float_format=m68k
1807         ;;
1808 m68k-hp-bsd*)                   # HP 9000/3xx running Berkeley Unix
1809         tm_file=m68k/hp3bsd.h
1810         use_collect2=yes
1811         float_format=m68k
1812         ;;
1813 m68k-isi-bsd*)
1814         if test x$with_fp = xno
1815         then
1816                 tm_file=m68k/isi-nfp.h
1817         else
1818                 tm_file=m68k/isi.h
1819                 float_format=m68k
1820         fi
1821         use_collect2=yes
1822         ;;
1823 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1824         xm_defines=POSIX
1825         if test x$gas = xyes
1826         then
1827                 xmake_file=m68k/x-hp320g
1828                 tm_file=m68k/hp320g.h
1829         else
1830                 xmake_file=m68k/x-hp320
1831                 tm_file=m68k/hpux7.h
1832         fi
1833         install_headers_dir=install-headers-cpio
1834         use_collect2=yes
1835         float_format=m68k
1836         ;;
1837 m68k-hp-hpux*)  # HP 9000 series 300
1838         xm_defines=POSIX
1839         if test x$gas = xyes
1840         then
1841                 xmake_file=m68k/x-hp320g
1842                 tm_file=m68k/hp320g.h
1843         else
1844                 xmake_file=m68k/x-hp320
1845                 tm_file=m68k/hp320.h
1846         fi
1847         install_headers_dir=install-headers-cpio
1848         use_collect2=yes
1849         float_format=m68k
1850         ;;
1851 m68k-sun-mach*)
1852         tm_file=m68k/sun3mach.h
1853         use_collect2=yes
1854         float_format=m68k
1855         ;;
1856 m68k-sony-newsos3*)
1857         if test x$gas = xyes
1858         then
1859                 tm_file=m68k/news3gas.h
1860         else
1861                 tm_file=m68k/news3.h
1862         fi
1863         use_collect2=yes
1864         float_format=m68k
1865         ;;
1866 m68k-sony-bsd* | m68k-sony-newsos*)
1867         if test x$gas = xyes
1868         then
1869                 tm_file=m68k/newsgas.h
1870         else
1871                 tm_file=m68k/news.h
1872         fi
1873         use_collect2=yes
1874         float_format=m68k
1875         ;;
1876 m68k-next-nextstep2*)
1877         tm_p_file="${tm_p_file} nextstep-protos.h"
1878         tm_file=m68k/next21.h
1879         tmake_file=m68k/t-next
1880         xmake_file=m68k/x-next
1881         extra_objs=nextstep.o
1882         use_collect2=yes
1883         float_format=m68k
1884         ;;
1885 m68k-next-nextstep[34]*)
1886         tm_p_file="${tm_p_file} nextstep-protos.h"
1887         tm_file=m68k/next.h
1888         tmake_file=m68k/t-next
1889         xmake_file=m68k/x-next
1890         extra_objs=nextstep.o
1891         extra_parts="crtbegin.o crtend.o"
1892         float_format=m68k
1893         if test x$enable_threads = xyes; then
1894                 thread_file='mach'
1895         fi
1896         ;;
1897 m68k-sun-sunos3*)
1898         if test x$with_fp = xno
1899         then
1900                 tm_file=m68k/sun3n3.h
1901         else
1902                 tm_file=m68k/sun3o3.h
1903                 float_format=m68k
1904         fi
1905         use_collect2=yes
1906         ;;
1907 m68k-sun-sunos*)                        # For SunOS 4 (the default).
1908         if test x$with_fp = xno
1909         then
1910                 tm_file=m68k/sun3n.h
1911         else
1912                 tm_file=m68k/sun3.h
1913                 float_format=m68k
1914         fi
1915         use_collect2=yes
1916         ;;
1917 m68k-wrs-vxworks*)
1918         tm_file=m68k/vxm68k.h
1919         tmake_file=m68k/t-vxworks68
1920         thread_file='vxworks'
1921         float_format=m68k
1922         ;;
1923 m68k-*-aout*)
1924         tmake_file=m68k/t-m68kbare
1925         tm_file="m68k/m68k-aout.h libgloss.h"
1926         float_format=m68k
1927         ;;
1928 m68k-*-coff*)
1929         tmake_file=m68k/t-m68kbare
1930         tm_file="m68k/m68k-coff.h dbx.h"
1931         float_format=m68k
1932         ;;
1933 m68020-*-elf* | m68k-*-elf*)
1934         tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1935         xm_defines=POSIX
1936         tmake_file=m68k/t-m68kelf
1937         extra_parts="crtbegin.o crtend.o"
1938         ;;
1939 m68k-*-lynxos*)
1940         if test x$gas = xyes
1941         then
1942                 tm_file=m68k/lynx.h
1943         else
1944                 tm_file=m68k/lynx-ng.h
1945         fi
1946         tmake_file=m68k/t-lynx
1947         float_format=m68k
1948         ;;
1949 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1950         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1951         case $machine in
1952         m68010*)
1953                 target_cpu_default="0"
1954                 ;;
1955         *)
1956                 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1957                 ;;
1958         esac
1959         float_format=m68k
1960         ;;
1961 m68k*-*-netbsd*)
1962         tm_file=m68k/netbsd.h
1963         tmake_file=t-netbsd
1964         float_format=m68k
1965         use_collect2=yes
1966         ;;
1967 m68k*-*-openbsd*)
1968         # needed to unconfuse gdb
1969         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1970         float_format=m68k
1971         # we need collect2 until our bug is fixed...
1972         use_collect2=yes
1973         ;;
1974 m68k-*-sysv3*)                  # Motorola m68k's running system V.3
1975         xm_defines=POSIX
1976         extra_parts="crtbegin.o crtend.o"
1977         float_format=m68k
1978         ;;
1979 m68k-*-sysv4*)                  # Motorola m68k's running system V.4
1980         tm_file=m68k/m68kv4.h
1981         xm_defines=POSIX
1982         tmake_file=t-svr4
1983         extra_parts="crtbegin.o crtend.o"
1984         float_format=m68k
1985         ;;
1986 m68k-*-linux*aout*)             # Motorola m68k's running GNU/Linux
1987                                 # with a.out format
1988         tm_file=m68k/linux-aout.h
1989         tmake_file="t-linux-aout m68k/t-linux-aout"
1990         float_format=m68k
1991         gnu_ld=yes
1992         ;;
1993 m68k-*-linux*libc1)             # Motorola m68k's running GNU/Linux
1994                                 # with ELF format using the
1995                                 # GNU/Linux C library 5
1996         tm_file=m68k/linux.h
1997         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
1998         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1999         float_format=m68k
2000         gnu_ld=yes
2001         ;;
2002 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
2003                                 # with ELF format using glibc 2
2004                                 # aka the GNU/Linux C library 6.
2005         tm_file=m68k/linux.h
2006         tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
2007         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2008         float_format=m68k
2009         gnu_ld=yes
2010         if test x$enable_threads = xyes; then
2011                 thread_file='posix'
2012         fi
2013         ;;
2014 m68k-*-psos*)
2015         tmake_file=m68k/t-m68kbare
2016         tm_file=m68k/m68k-psos.h
2017         float_format=m68k
2018         ;;
2019 m68k-*-rtemscoff*)
2020         xm_defines=POSIX
2021         tmake_file="m68k/t-m68kbare t-rtems"
2022         tm_file="m68k/m68k-coff.h m68k/rtems.h rtems.h"
2023         float_format=m68k
2024         if test x$enable_threads = xyes; then
2025           thread_file='rtems'
2026         fi
2027         ;;
2028 m68k-*-rtemself*|m68k-*-rtems*)
2029         xm_defines=POSIX
2030         tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
2031         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"
2032         float_format=m68k
2033         extra_parts="crtbegin.o crtend.o"
2034         if test x$enable_threads = xyes; then
2035           thread_file='rtems'
2036         fi
2037         ;;
2038 m88k-dg-dgux*)
2039         xm_defines=POSIX
2040         case $machine in
2041           m88k-dg-dguxbcs*)
2042             tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
2043             tmake_file="m88k/t-dgux m88k/t-dguxbcs"
2044             ;;
2045           *)
2046             tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
2047             tmake_file=m88k/t-dgux
2048             ;;
2049         esac
2050         extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
2051         if test x$gas = xyes
2052         then
2053                 tmake_file=m88k/t-dgux-gas
2054         fi
2055         ;;
2056 m88k-dolphin-sysv3*)
2057         xm_defines=POSIX
2058         tm_file=m88k/dolph.h
2059         extra_parts="crtbegin.o crtend.o"
2060         tmake_file=m88k/t-dolph
2061         if test x$gas = xyes
2062         then
2063                 tmake_file=m88k/t-m88k-gas
2064         fi
2065         ;;
2066 m88k-tektronix-sysv3)
2067         xm_defines=POSIX
2068         tm_file=m88k/tekXD88.h
2069         extra_parts="crtbegin.o crtend.o"
2070         tmake_file=m88k/t-tekXD88
2071         if test x$gas = xyes
2072         then
2073                 tmake_file=m88k/t-m88k-gas
2074         fi
2075         ;;
2076 m88k-*-aout*)
2077         xm_defines=POSIX
2078         tm_file=m88k/m88k-aout.h
2079         ;;
2080 m88k-*-coff*)
2081         xm_defines=POSIX
2082         tm_file=m88k/m88k-coff.h
2083         tmake_file=m88k/t-bug
2084         ;;
2085 m88k-*-luna*)
2086         tm_file=m88k/luna.h
2087         extra_parts="crtbegin.o crtend.o"
2088         if test x$gas = xyes
2089         then
2090                 tmake_file=m88k/t-luna-gas
2091         else
2092                 tmake_file=m88k/t-luna
2093         fi
2094         ;;
2095 m88k-*-openbsd*)
2096         tmake_file="${tmake_file} m88k/t-luna-gas"
2097         tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
2098         ;;
2099 m88k-*-sysv3*)
2100         xm_defines=POSIX
2101         tm_file=m88k/sysv3.h
2102         extra_parts="crtbegin.o crtend.o"
2103         if test x$gas = xyes
2104         then
2105                 tmake_file=m88k/t-m88k-gas
2106         fi
2107         ;;
2108 m88k-*-sysv4*)
2109         xm_defines=POSIX
2110         tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
2111         extra_parts="crtbegin.o crtend.o"
2112         tmake_file=m88k/t-sysv4
2113         ;;
2114 mcore-*-elf)
2115         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
2116         tmake_file=mcore/t-mcore
2117         ;;
2118 mcore-*-pe*)
2119         tm_file=mcore/mcore-pe.h
2120         tmake_file=mcore/t-mcore-pe
2121         ;;
2122 mips-sgi-irix6*)                # SGI System V.4., IRIX 6
2123         if test "x$gnu_ld" = xyes
2124         then
2125                 tm_file="mips/iris6.h mips/iris6gld.h"
2126         else
2127                 tm_file=mips/iris6.h
2128         fi
2129         tmake_file="mips/t-iris mips/t-iris6"
2130         xm_defines=POSIX
2131 #       if test x$enable_threads = xyes; then
2132 #               thread_file='irix'
2133 #       fi
2134         ;;
2135 mips-wrs-vxworks)
2136         tm_file="mips/elf.h mips/vxworks.h"
2137         tmake_file=mips/t-ecoff
2138         gas=yes
2139         gnu_ld=yes
2140         extra_parts="crtbegin.o crtend.o"
2141         thread_file='vxworks'
2142         ;;
2143 mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
2144         tm_file="mips/iris6.h mips/cross64.h"
2145         xm_defines=POSIX
2146         xm_file=mips/xm-iris5.h
2147         tmake_file="mips/t-iris mips/t-cross64"
2148         # See comment in mips/iris[56].h files.
2149         use_collect2=yes
2150 #       if test x$enable_threads = xyes; then
2151 #               thread_file='irix'
2152 #       fi
2153         ;;
2154 mips-sni-sysv4)
2155         if test x$gas = xyes
2156         then
2157                 if test x$stabs = xyes
2158                 then
2159                         tm_file=mips/iris5gdb.h
2160                 else
2161                         tm_file="mips/sni-svr4.h mips/sni-gas.h"
2162                 fi
2163         else
2164                 tm_file=mips/sni-svr4.h
2165         fi
2166         xm_defines=POSIX
2167         if test x$gnu_ld != xyes
2168         then
2169                 use_collect2=yes
2170         fi
2171         ;;
2172 mips-sgi-irix5*)                # SGI System V.4., IRIX 5
2173         if test x$gas = xyes
2174         then
2175                 tm_file="mips/iris5.h mips/iris5gas.h"
2176                 if test x$stabs = xyes
2177                 then
2178                         tm_file="${tm_file} dbx.h"
2179                 fi
2180         else
2181                 tm_file=mips/iris5.h
2182         fi
2183         tmake_file=mips/t-iris
2184         xm_defines=POSIX
2185         xm_file=mips/xm-iris5.h
2186         # mips-tfile doesn't work yet
2187         # See comment in mips/iris5.h file.
2188         use_collect2=yes
2189 #       if test x$enable_threads = xyes; then
2190 #               thread_file='irix'
2191 #       fi
2192         ;;
2193 mips-sgi-irix4loser*)           # Mostly like a MIPS.
2194         tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2195         if test x$stabs = xyes; then
2196                 tm_file="${tm_file} dbx.h"
2197         fi
2198         tmake_file=mips/t-iris
2199         xm_defines=POSIX
2200         if test x$gas = xyes
2201         then    :
2202         else
2203                 extra_passes="mips-tfile mips-tdump"
2204         fi
2205         if test x$gnu_ld != xyes
2206         then
2207                 use_collect2=yes
2208         fi
2209 #       if test x$enable_threads = xyes; then
2210 #               thread_file='irix'
2211 #       fi
2212         ;;
2213 mips-sgi-irix4*)                # Mostly like a MIPS.
2214         tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2215         if test x$stabs = xyes; then
2216                 tm_file="${tm_file} dbx.h"
2217         fi
2218         tmake_file=mips/t-iris
2219         xm_defines=POSIX
2220         if test x$gas = xyes
2221         then    :
2222         else
2223                 extra_passes="mips-tfile mips-tdump"
2224         fi
2225         if test x$gnu_ld != xyes
2226         then
2227                 use_collect2=yes
2228         fi
2229 #       if test x$enable_threads = xyes; then
2230 #               thread_file='irix'
2231 #       fi
2232         ;;
2233 mips-sgi-*)                     # Mostly like a MIPS.
2234         tm_file="mips/iris3.h ${tm_file}"
2235         if test x$stabs = xyes; then
2236                 tm_file="${tm_file} dbx.h"
2237         fi
2238         xm_defines=POSIX
2239         if test x$gas = xyes
2240         then    :
2241         else
2242                 extra_passes="mips-tfile mips-tdump"
2243         fi
2244         if test x$gnu_ld != xyes
2245         then
2246                 use_collect2=yes
2247         fi
2248         ;;
2249 mips-dec-osfrose*)              # Decstation running OSF/1 reference port with OSF/rose.
2250         tm_file="mips/osfrose.h ${tm_file}"
2251         extra_objs=halfpic.o
2252         use_collect2=yes
2253         ;;
2254 mips-dec-osf*)                  # Decstation running OSF/1 as shipped by DIGITAL
2255         tm_file=mips/dec-osf1.h
2256         if test x$stabs = xyes; then
2257                 tm_file="${tm_file} dbx.h"
2258         fi
2259         if test x$gas = xyes
2260         then    :
2261         else
2262                 tmake_file=mips/t-ultrix
2263                 extra_passes="mips-tfile mips-tdump"
2264         fi
2265         if test x$gnu_ld != xyes
2266         then
2267                 use_collect2=yes
2268         fi
2269         ;;
2270 mips-dec-bsd*)                  # Decstation running 4.4 BSD
2271       tm_file=mips/dec-bsd.h
2272       if test x$gas = xyes
2273       then      :
2274       else
2275                 tmake_file=mips/t-ultrix
2276                 extra_passes="mips-tfile mips-tdump"
2277       fi
2278       if test x$gnu_ld != xyes
2279       then
2280                 use_collect2=yes
2281       fi
2282       ;;
2283 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
2284         tm_file="elfos.h mips/netbsd.h"
2285         case $machine in
2286         mips*el-*)
2287                 tm_file="mips/little.h $tm_file" 
2288                 ;;
2289         esac
2290         ;;
2291 mips*-*-linux*)                         # Linux MIPS, either endian.
2292         tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
2293         case $machine in
2294         mipsisa32*-*)
2295                 tm_file="$tm_file mips/isa32-linux.h"
2296                 target_cpu_default="MASK_SOFT_FLOAT"
2297                 ;;
2298         esac
2299         case $machine in
2300         mips*el-*)
2301                 tm_file="mips/little.h $tm_file"
2302                 ;;
2303         esac
2304         tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
2305         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
2306         gnu_ld=yes
2307         gas=yes
2308         if test x$enable_threads = xyes; then
2309                 thread_file='posix'
2310         fi
2311         ;;
2312 mips*el-*-openbsd*)     # mips little endian
2313         target_cpu_default="MASK_GAS|MASK_ABICALLS"
2314         ;;
2315 mips*-*-openbsd*)               # mips big endian
2316         target_cpu_default="MASK_GAS|MASK_ABICALLS"
2317         tm_file="mips/openbsd-be.h ${tm_file}"
2318         ;;
2319 mips-sony-bsd* | mips-sony-newsos*)     # Sony NEWS 3600 or risc/news.
2320         tm_file="mips/news4.h ${tm_file}"
2321         if test x$stabs = xyes; then
2322                 tm_file="${tm_file} dbx.h"
2323         fi
2324         if test x$gas = xyes
2325         then    :
2326         else
2327                 extra_passes="mips-tfile mips-tdump"
2328         fi
2329         if test x$gnu_ld != xyes
2330         then
2331                 use_collect2=yes
2332         fi
2333         ;;
2334 mips-sony-sysv*)                # Sony NEWS 3800 with NEWSOS5.0.
2335                                 # That is based on svr4.
2336         # t-svr4 is not right because this system doesn't use ELF.
2337         tm_file="mips/news5.h ${tm_file}"
2338         if test x$stabs = xyes; then
2339                 tm_file="${tm_file} dbx.h"
2340         fi
2341         xm_defines=POSIX
2342         if test x$gas = xyes
2343         then    :
2344         else
2345                 extra_passes="mips-tfile mips-tdump"
2346         fi
2347         if test x$gnu_ld != xyes
2348         then
2349                 use_collect2=yes
2350         fi
2351         ;;
2352 mips-tandem-sysv4*)             # Tandem S2 running NonStop UX
2353         tm_file="mips/svr4-5.h mips/svr4-t.h"
2354         if test x$stabs = xyes; then
2355                 tm_file="${tm_file} dbx.h"
2356         fi
2357         xm_defines=POSIX
2358         if test x$gas = xyes
2359         then
2360                 extra_parts="crtbegin.o crtend.o"
2361         else
2362                 extra_passes="mips-tfile mips-tdump"
2363         fi
2364         if test x$gnu_ld != xyes
2365         then
2366                 use_collect2=yes
2367         fi
2368         ;;
2369 mips-*-ultrix* | mips-dec-mach3)        # Decstation.
2370         tm_file="mips/ultrix.h ${tm_file}"
2371         if test x$stabs = xyes; then
2372                 tm_file="${tm_file} dbx.h"
2373         fi
2374         if test x$gas = xyes
2375         then    :
2376         else
2377                 tmake_file=mips/t-ultrix
2378                 extra_passes="mips-tfile mips-tdump"
2379         fi
2380         if test x$gnu_ld != xyes
2381         then
2382                 use_collect2=yes
2383         fi
2384         ;;
2385 mips-*-riscos[56789]bsd*)
2386         tm_file=mips/bsd-5.h    # MIPS BSD 4.3, RISC-OS 5.0
2387         if test x$stabs = xyes; then
2388                 tm_file="${tm_file} dbx.h"
2389         fi
2390         if test x$gas = xyes
2391         then
2392                 tmake_file=mips/t-bsd-gas
2393         else
2394                 tmake_file=mips/t-bsd
2395                 extra_passes="mips-tfile mips-tdump"
2396         fi
2397         if test x$gnu_ld != xyes
2398         then
2399                 use_collect2=yes
2400         fi
2401         ;;
2402 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2403         tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2404         if test x$stabs = xyes; then
2405                 tm_file="${tm_file} dbx.h"
2406         fi
2407         if test x$gas = xyes
2408         then
2409                 tmake_file=mips/t-bsd-gas
2410         else
2411                 tmake_file=mips/t-bsd
2412                 extra_passes="mips-tfile mips-tdump"
2413         fi
2414         if test x$gnu_ld != xyes
2415         then
2416                 use_collect2=yes
2417         fi
2418         ;;
2419 mips-*-riscos[56789]sysv4*)
2420         tm_file=mips/svr4-5.h   # MIPS System V.4., RISC-OS 5.0
2421         if test x$stabs = xyes; then
2422                 tm_file="${tm_file} dbx.h"
2423         fi
2424         if test x$gas = xyes
2425         then
2426                 tmake_file=mips/t-svr4-gas
2427         else
2428                 tmake_file=mips/t-svr4
2429                 extra_passes="mips-tfile mips-tdump"
2430         fi
2431         if test x$gnu_ld != xyes
2432         then
2433                 use_collect2=yes
2434         fi
2435         ;;
2436 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2437         tm_file="mips/svr4-4.h ${tm_file}"
2438         if test x$stabs = xyes; then
2439                 tm_file="${tm_file} dbx.h"
2440         fi
2441         xm_defines=POSIX
2442         if test x$gas = xyes
2443         then
2444                 tmake_file=mips/t-svr4-gas
2445         else
2446                 tmake_file=mips/t-svr4
2447                 extra_passes="mips-tfile mips-tdump"
2448         fi
2449         if test x$gnu_ld != xyes
2450         then
2451                 use_collect2=yes
2452         fi
2453         ;;
2454 mips-*-riscos[56789]sysv*)
2455         tm_file=mips/svr3-5.h   # MIPS System V.3, RISC-OS 5.0
2456         if test x$stabs = xyes; then
2457                 tm_file="${tm_file} dbx.h"
2458         fi
2459         xm_defines=POSIX
2460         if test x$gas = xyes
2461         then
2462                 tmake_file=mips/t-svr3-gas
2463         else
2464                 tmake_file=mips/t-svr3
2465                 extra_passes="mips-tfile mips-tdump"
2466         fi
2467         if test x$gnu_ld != xyes
2468         then
2469                 use_collect2=yes
2470         fi
2471         ;;
2472 mips-*-sysv* | mips-*-riscos*sysv*)
2473         tm_file="mips/svr3-4.h ${tm_file}"
2474         if test x$stabs = xyes; then
2475                 tm_file="${tm_file} dbx.h"
2476         fi
2477         xm_defines=POSIX
2478         if test x$gas = xyes
2479         then
2480                 tmake_file=mips/t-svr3-gas
2481         else
2482                 tmake_file=mips/t-svr3
2483                 extra_passes="mips-tfile mips-tdump"
2484         fi
2485         if test x$gnu_ld != xyes
2486         then
2487                 use_collect2=yes
2488         fi
2489         ;;
2490 mips-*-riscos[56789]*)          # Default MIPS RISC-OS 5.0.
2491         tm_file=mips/mips-5.h
2492         if test x$stabs = xyes; then
2493                 tm_file="${tm_file} dbx.h"
2494         fi
2495         if test x$gas = xyes
2496         then    :
2497         else
2498                 extra_passes="mips-tfile mips-tdump"
2499         fi
2500         if test x$gnu_ld != xyes
2501         then
2502                 use_collect2=yes
2503         fi
2504         ;;
2505 mipsel-*-ecoff*)
2506         tm_file=mips/ecoffl.h
2507         if test x$stabs = xyes; then
2508                 tm_file="${tm_file} dbx.h"
2509         fi
2510         tmake_file=mips/t-ecoff
2511         ;;
2512 mips-*-ecoff*)
2513         tm_file="gofast.h mips/ecoff.h"
2514         if test x$stabs = xyes; then
2515                 tm_file="${tm_file} dbx.h"
2516         fi
2517         tmake_file=mips/t-ecoff
2518         ;;
2519 mipsisa32-*-elf*)
2520         tm_file="mips/isa3264.h mips/abi64.h"
2521         tmake_file=mips/t-isa3264
2522         target_cpu_default="MASK_SOFT_FLOAT"
2523         ;;
2524 mipsel-*-elf*)
2525         tm_file="mips/elfl.h"
2526         tmake_file=mips/t-elf
2527         ;;
2528 mips-*-elf*)
2529         tm_file="mips/elf.h"
2530         tmake_file=mips/t-elf
2531         ;;
2532 mips64el-*-elf*)
2533         tm_file="mips/elfl64.h"
2534         tmake_file=mips/t-elf
2535         ;;
2536 mips64orionel-*-elf*)
2537         tm_file="mips/elforion.h mips/elfl64.h"
2538         tmake_file=mips/t-elf
2539         ;;
2540 mips64-*-elf*)
2541         tm_file="mips/elf64.h"
2542         tmake_file=mips/t-elf
2543         ;;
2544 mips64orion-*-elf*)
2545         tm_file="mips/elforion.h mips/elf64.h"
2546         tmake_file=mips/t-elf
2547         ;;
2548 mips64orion-*-rtems*)
2549         xm_defines=POSIX
2550         tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
2551         tmake_file="mips/t-elf t-rtems"
2552         if test x$enable_threads = xyes; then
2553           thread_file='rtems'
2554         fi
2555         ;;
2556 mips*-*-rtems*)
2557         xm_defines=POSIX
2558         tm_file="mips/elf.h mips/rtems.h rtems.h"
2559         tmake_file="mips/t-elf t-rtems"
2560         if test x$enable_threads = xyes; then
2561           thread_file='rtems'
2562         fi
2563         ;;
2564 mipstx39el-*-elf*)
2565         tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2566         tmake_file=mips/t-r3900
2567         target_cpu_default="MASK_SOFT_FLOAT"
2568         ;;
2569 mipstx39-*-elf*)
2570         tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2571         tmake_file=mips/t-r3900
2572         ;;
2573 mips-*-*)                               # Default MIPS RISC-OS 4.0.
2574         if test x$stabs = xyes; then
2575                 tm_file="${tm_file} dbx.h"
2576         fi
2577         if test x$gas = xyes
2578         then    :
2579         else
2580                 extra_passes="mips-tfile mips-tdump"
2581         fi
2582         if test x$gnu_ld != xyes
2583         then
2584                 use_collect2=yes
2585         fi
2586         ;;
2587 mmix-knuth-mmixware)
2588         ;;
2589 mn10200-*-*)
2590         float_format=i32
2591         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2592         if test x$stabs = xyes
2593         then
2594                 tm_file="${tm_file} dbx.h"
2595         fi
2596         use_collect2=no
2597         ;;
2598 mn10300-*-*)
2599         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2600         if test x$stabs = xyes
2601         then
2602                 tm_file="${tm_file} dbx.h"
2603         fi
2604         use_collect2=no
2605         ;;
2606 ns32k-encore-bsd*)
2607         tm_file=ns32k/encore.h
2608         use_collect2=yes
2609         ;;
2610 ns32k-sequent-bsd*)
2611         tm_file=ns32k/sequent.h
2612         use_collect2=yes
2613         ;;
2614 ns32k-tek6100-bsd*)
2615         tm_file=ns32k/tek6100.h
2616         use_collect2=yes
2617         ;;
2618 ns32k-tek6200-bsd*)
2619         tm_file=ns32k/tek6200.h
2620         use_collect2=yes
2621         ;;
2622 ns32k-merlin-*)
2623         tm_file=ns32k/merlin.h
2624         use_collect2=yes
2625         ;;
2626 ns32k-pc532-mach*)
2627         tm_file=ns32k/pc532-mach.h
2628         use_collect2=yes
2629         ;;
2630 ns32k-pc532-minix*)
2631         tm_file=ns32k/pc532-min.h
2632         xm_defines='POSIX HZ=60'
2633         use_collect2=yes
2634         ;;
2635 ns32k-*-netbsdelf*)
2636         echo "GCC does not yet support the ${machine} target"; exit 1
2637         ;;
2638 ns32k-*-netbsd*)
2639         tm_file=ns32k/netbsd.h
2640         # On NetBSD, the headers are already okay, except for math.h.
2641         tmake_file=t-netbsd
2642         use_collect2=yes
2643         ;;
2644 pdp11-*-bsd)
2645         tm_file="${tm_file} pdp11/2bsd.h"
2646         ;;
2647 pdp11-*-*)
2648         ;;
2649 avr-*-*)
2650         ;;
2651 ns32k-*-openbsd*)
2652         # Nothing special
2653         ;;
2654 pj*-linux*)
2655         tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
2656         ;;
2657 pj-*)
2658         ;;
2659 pjl-*)
2660         tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
2661         ;;
2662
2663 romp-*-aos*)
2664         use_collect2=yes
2665         ;;
2666 romp-*-mach*)
2667         use_collect2=yes
2668         ;;
2669 romp-*-openbsd*)
2670         # Nothing special
2671         ;;
2672 powerpc-*-openbsd*)
2673         tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2674         extra_headers=
2675         ;;
2676 powerpc64-*-linux*)
2677         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2678         out_file=rs6000/rs6000.c
2679         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2680         ;;
2681 powerpc64-*-gnu*)
2682         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"
2683         out_file=rs6000/rs6000.c
2684         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2685         ;;
2686 powerpc-*-beos*)
2687         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
2688         xm_defines=POSIX
2689         tmake_file=rs6000/t-beos
2690         extra_headers=
2691         ;;
2692 powerpc-*-darwin*)
2693         tm_file="${tm_file} darwin.h rs6000/darwin.h"
2694         tm_p_file="${tm_p_file} darwin-protos.h"
2695         tmake_file=rs6000/t-darwin
2696         extra_objs="darwin.o"
2697         c_target_objs="darwin-c.o"
2698         cxx_target_objs="darwin-c.o"
2699         # Darwin linker does collect2 functionality
2700         use_collect2=no
2701         extra_headers=altivec.h
2702         ;;
2703 powerpc*-*-freebsd*)
2704         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2705         xm_file=rs6000/xm-sysv4.h
2706         out_file=rs6000/rs6000.c
2707         tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2708         ;;
2709 powerpc-*-sysv*)
2710         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2711         xm_defines=POSIX
2712         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2713         ;;
2714 powerpc-*-netbsd*)
2715         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2716         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2717         ;;
2718 powerpc-*-chorusos*)
2719         xm_defines=POSIX
2720         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2721         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2722         case x${enable_threads} in
2723           xyes | xpthreads | xposix)
2724                 thread_file='posix'
2725                 ;;
2726         esac
2727         ;;
2728 powerpc-*-eabiaix*)
2729         xm_defines=POSIX
2730         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2731         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2732         ;;
2733 powerpc-*-eabisimaltivec*)
2734         xm_defines=POSIX
2735         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"
2736         tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2737         ;;
2738 powerpc-*-eabisim*)
2739         xm_defines=POSIX
2740         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2741         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2742         ;;
2743 powerpc-*-elf*)
2744         xm_defines=POSIX
2745         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2746         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2747         ;;
2748 powerpc-*-eabialtivec*)
2749         xm_defines=POSIX
2750         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2751         tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2752         ;;
2753 powerpc-*-eabi*)
2754         xm_defines=POSIX
2755         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2756         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2757         ;;
2758 powerpc-*-rtems*)
2759         xm_defines=POSIX
2760         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2761         tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2762         if test x$enable_threads = xyes; then
2763           thread_file='rtems'
2764         fi
2765         ;;
2766 powerpc-*-linux*libc1)
2767         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2768         out_file=rs6000/rs6000.c
2769         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2770         if test x$enable_threads = xyes; then
2771                 thread_file='posix'
2772         fi
2773         ;;
2774 powerpc-*-linux-gnualtivec*)
2775         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2776         out_file=rs6000/rs6000.c
2777         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2778         if test x$enable_threads = xyes; then
2779                 thread_file='posix'
2780         fi
2781         ;;
2782 powerpc-*-linux*)
2783         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2784         out_file=rs6000/rs6000.c
2785         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2786         if test x$enable_threads = xyes; then
2787                 thread_file='posix'
2788         fi
2789         ;;
2790 powerpc-*-gnu-gnualtivec*)
2791         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"
2792         out_file=rs6000/rs6000.c
2793         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2794         if test x$enable_threads = xyes; then
2795                 thread_file='posix'
2796         fi
2797         ;;
2798 powerpc-*-gnu*)
2799         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"
2800         out_file=rs6000/rs6000.c
2801         tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2802         if test x$enable_threads = xyes; then
2803                 thread_file='posix'
2804         fi
2805         ;;
2806 powerpc-wrs-vxworks*)
2807         xm_defines=POSIX
2808         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2809         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2810         thread_file='vxworks'
2811         ;;
2812 powerpcle-wrs-vxworks*)
2813         xm_defines=POSIX
2814         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2815         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2816         thread_file='vxworks'
2817         ;;
2818 powerpcle-*-sysv*)
2819         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2820         xm_defines=POSIX
2821         tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2822         ;;
2823 powerpcle-*-elf*)
2824         xm_defines=POSIX
2825         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2826         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2827         ;;
2828 powerpcle-*-eabisim*)
2829         xm_defines=POSIX
2830         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"
2831         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2832         ;;
2833 powerpcle-*-eabi*)
2834         xm_defines=POSIX
2835         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2836         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2837         ;;
2838 rs6000-ibm-aix3.[01]*)
2839         xm_defines=POSIX
2840         tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2841         float_format=none
2842         use_collect2=yes
2843         ;;
2844 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2845         xm_defines=POSIX
2846         tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2847         tmake_file=rs6000/t-newas
2848         float_format=none
2849         use_collect2=yes
2850         extra_headers=
2851         ;;
2852 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2853         xm_defines=POSIX
2854         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2855         tmake_file=rs6000/t-newas
2856         float_format=none
2857         use_collect2=yes
2858         extra_headers=
2859         ;;
2860 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2861         xm_defines=POSIX
2862         tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2863         tmake_file=rs6000/t-aix43
2864         float_format=none
2865         use_collect2=yes
2866         thread_file='aix'
2867         extra_headers=
2868         ;;
2869 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2870         xm_defines=POSIX
2871         tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2872         tmake_file=rs6000/t-aix43
2873         float_format=none
2874         use_collect2=yes
2875         thread_file='aix'
2876         extra_headers=
2877         ;;
2878 rs6000-ibm-aix*)
2879         xm_defines=POSIX
2880         tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2881         float_format=none
2882         use_collect2=yes
2883         ;;
2884 rs6000-bull-bosx)
2885         xm_defines=POSIX
2886         tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2887         float_format=none
2888         use_collect2=yes
2889         ;;
2890 rs6000-*-mach*)
2891         tm_file="${tm_file} rs6000/mach.h"
2892         xm_defines=POSIX
2893         use_collect2=yes
2894         ;;
2895 rs6000-*-lynxos*)
2896         tm_file="lynx.h rs6000/lynx.h"
2897         tmake_file=rs6000/t-rs6000
2898         use_collect2=yes
2899         ;;
2900 s390-*-linux*)
2901         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2902         tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
2903         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2904         if test x$enable_threads = xyes; then
2905                 thread_file='posix'
2906         fi
2907         ;;
2908 s390x-*-linux*)
2909         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2910         tm_p_file=s390/s390-protos.h
2911         md_file=s390/s390.md
2912         out_file=s390/s390.c
2913         tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
2914         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2915         if test x$enable_threads = xyes; then
2916                 thread_file='posix'
2917         fi
2918         ;;
2919 sh-*-elf*)
2920         tmake_file="sh/t-sh sh/t-elf"
2921         tm_file="${tm_file} sh/elf.h"
2922         float_format=sh
2923         ;;
2924 sh64-*-elf*)
2925         tmake_file="sh/t-sh sh/t-elf sh/t-sh64"
2926         tm_file="${tm_file} sh/sh.h sh/elf.h sh/sh64.h"
2927         float_format=sh
2928         extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h"
2929         # Not strictly necessary to check this, but a good idea anyway.
2930         if test $machine = $target; then
2931                 target_requires_64bit_host_wide_int=yes
2932         fi
2933         ;;
2934 sh-*-rtemself*)
2935         xm_defines=POSIX
2936         tmake_file="sh/t-sh sh/t-elf t-rtems"
2937         tm_file="${tm_file} sh/elf.h sh/rtemself.h rtems.h"
2938         float_format=sh
2939         if test x$enable_threads = xyes; then
2940           thread_file='rtems'
2941         fi
2942         ;;
2943 sh-*-rtems*)
2944         xm_defines=POSIX
2945         tmake_file="sh/t-sh t-rtems"
2946         tm_file="${tm_file} sh/rtems.h rtems.h"
2947         float_format=sh
2948         if test x$enable_threads = xyes; then
2949           thread_file='rtems'
2950         fi
2951         ;;
2952 sh-*-linux*)
2953         tm_file="${tm_file} sh/elf.h sh/linux.h"
2954         tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2955         gas=yes gnu_ld=yes
2956         if test x$enable_threads = xyes; then
2957                 thread_file='posix'
2958         fi
2959         float_format=sh
2960         ;;
2961 sh-*-*)
2962         float_format=sh
2963         ;;
2964 sparc-tti-*)
2965         tm_file="${tm_file} sparc/pbd.h"
2966         xm_defines=POSIX
2967         ;;
2968 sparc64-wrs-vxworks*)
2969         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"
2970         tmake_file=sparc/t-vxsparc64
2971         use_collect2=yes
2972         ;;
2973 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
2974         tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
2975         tmake_file=sparc/t-vxsparc
2976         use_collect2=yes
2977         thread_file='vxworks'
2978         ;;
2979 sparc-*-aout*)
2980         tmake_file=sparc/t-sparcbare
2981         tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2982         ;;
2983 sparc-*-netbsdelf*)
2984         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2985         ;;
2986 sparc-*-netbsd*)
2987         tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2988         tmake_file=t-netbsd
2989         use_collect2=yes
2990         ;;
2991 sparc-*-openbsd*)
2992         tm_file="sparc/sparc.h ${tm_file}"
2993         # needed to unconfuse gdb
2994         tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2995         # we need collect2 until our bug is fixed...
2996         use_collect2=yes
2997         ;;
2998 sparc-*-bsd*)
2999         tm_file="${tm_file} sparc/bsd.h"
3000         ;;
3001 sparc-*-chorusos*)
3002         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
3003         tmake_file=sparc/t-chorus-elf
3004         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3005         float_format=i64
3006         case x${enable_threads} in
3007           xyes | xpthreads | xposix)
3008                 thread_file='posix'
3009                 ;;
3010         esac
3011         ;;
3012 sparc-*-elf*)
3013         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
3014         tmake_file=sparc/t-elf
3015         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3016         #float_format=i128
3017         float_format=i64
3018         ;;
3019 sparc-*-linux*aout*)            # Sparc's running GNU/Linux, a.out
3020         tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
3021         gnu_ld=yes
3022         ;;
3023 sparc-*-linux*libc1*)   # Sparc's running GNU/Linux, libc5
3024         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3025         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
3026         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3027         gnu_ld=yes
3028         float_format=sparc
3029         ;;
3030 sparc-*-linux*)         # Sparc's running GNU/Linux, libc6
3031         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3032         tmake_file="t-slibgcc-elf-ver t-linux"
3033         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3034         gnu_ld=yes
3035         if test x$enable_threads = xyes; then
3036                 thread_file='posix'
3037         fi
3038         float_format=sparc
3039         ;;
3040 sparc-*-lynxos*)
3041         if test x$gas = xyes
3042         then
3043                 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
3044         else
3045                 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
3046         fi
3047         tmake_file=sparc/t-sunos41
3048         ;;
3049 sparc-*-rtemsaout*)
3050         xm_defines=POSIX
3051         tmake_file="sparc/t-sparcbare t-rtems"
3052         tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
3053         if test x$enable_threads = xyes; then
3054           thread_file='rtems'
3055         fi
3056         ;;
3057 sparc-*-rtems*|sparc-*-rtemself*)
3058         xm_defines=POSIX
3059         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
3060         tmake_file="sparc/t-elf t-rtems"
3061         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3062         #float_format=i128
3063         float_format=i64
3064         if test x$enable_threads = xyes; then
3065           thread_file='rtems'
3066         fi
3067         ;;
3068 sparcv9-*-solaris2* | sparc64-*-solaris2*)
3069         if test x$gnu_ld = xyes
3070         then
3071                 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
3072         else
3073                 tm_file=sparc/sol2-sld-64.h
3074         fi
3075         xm_defines=POSIX
3076         tmake_file="sparc/t-sol2 sparc/t-sol2-64"
3077         if test x$gnu_ld = xyes; then
3078                 tmake_file="$tmake_file t-slibgcc-elf-ver"
3079         else
3080                 tmake_file="$tmake_file t-slibgcc-sld"
3081         fi
3082         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
3083         float_format=none
3084         if test x${enable_threads} = x ; then
3085             enable_threads=$have_pthread_h
3086             if test x${enable_threads} = x ; then
3087                 enable_threads=$have_thread_h
3088             fi
3089         fi
3090         if test x${enable_threads} = xyes ; then
3091             if test x${have_pthread_h} = xyes ; then
3092                 thread_file='posix'
3093             else
3094                 thread_file='solaris'
3095             fi
3096         fi
3097         ;;
3098 sparc-hal-solaris2*)
3099         xm_defines=POSIX
3100         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
3101         tmake_file="sparc/t-halos sparc/t-sol2"
3102         if test x$gnu_ld = xyes; then
3103                 tmake_file="$tmake_file t-slibgcc-elf-ver"
3104         else
3105                 tmake_file="$tmake_file t-slibgcc-sld"
3106         fi
3107         extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3108         case $machine in
3109         *-*-solaris2.[0-4])
3110                 float_format=i128
3111         ;;
3112         *)
3113                 float_format=none
3114                 ;;
3115         esac
3116         thread_file='solaris'
3117         ;;
3118 sparc-*-solaris2*)
3119         if test x$gnu_ld = xyes
3120         then
3121                 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
3122         else
3123                 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-sld.h"
3124         fi
3125         xm_defines=POSIX
3126         tmake_file=sparc/t-sol2
3127         if test x$gnu_ld = xyes; then
3128                 tmake_file="$tmake_file t-slibgcc-elf-ver"
3129         else
3130                 tmake_file="$tmake_file t-slibgcc-sld"
3131         fi
3132         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
3133         case $machine in
3134         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
3135         *-*-solaris2*)
3136                 if test x$gnu_ld = xyes
3137                 then
3138                         tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
3139                 else
3140                         tm_file="sparc/sol2-sld-64.h"
3141                 fi
3142                 tmake_file="$tmake_file sparc/t-sol2-64"
3143                 ;;
3144         esac
3145         case $machine in
3146         *-*-solaris2.[0-4])
3147                 float_format=i128
3148                 ;;
3149         *)
3150                 float_format=none
3151                 ;;
3152         esac
3153         if test x${enable_threads} = x; then
3154             enable_threads=$have_pthread_h
3155             if test x${enable_threads} = x; then
3156                 enable_threads=$have_thread_h
3157             fi
3158         fi
3159         if test x${enable_threads} = xyes; then
3160             if test x${have_pthread_h} = xyes; then
3161                 thread_file='posix'
3162             else
3163                 thread_file='solaris'
3164             fi
3165         fi
3166         ;;
3167 sparc-*-sunos4.0*)
3168         tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3169         use_collect2=yes
3170         ;;
3171 sparc-*-sunos4*)
3172         tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3173         tmake_file=sparc/t-sunos41
3174         use_collect2=yes
3175         if test x$gas = xyes; then
3176                 tm_file="${tm_file} sparc/sun4gas.h"
3177         fi
3178         ;;
3179 sparc-*-sunos3*)
3180         tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
3181         use_collect2=yes
3182         ;;
3183 sparc-*-sysv4*)
3184         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
3185         xm_defines=POSIX
3186         tmake_file=t-svr4
3187         extra_parts="crtbegin.o crtend.o"
3188         ;;
3189 sparc-*-vxsim*)
3190         xm_defines=POSIX
3191         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
3192         tmake_file=sparc/t-vxsparc
3193         ;;
3194 sparclet-*-aout*)
3195         tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
3196         tmake_file=sparc/t-splet
3197         ;;
3198 sparclite-*-coff*)
3199         tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
3200         tmake_file=sparc/t-sparclite
3201         ;;
3202 sparclite-*-aout*)
3203         tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
3204         tmake_file=sparc/t-sparclite
3205         ;;
3206 sparclite-*-elf*)
3207         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
3208         tmake_file=sparc/t-sparclite
3209         extra_parts="crtbegin.o crtend.o"
3210         ;;
3211 sparc86x-*-aout*)
3212         tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
3213         tmake_file=sparc/t-sp86x
3214         ;;
3215 sparc86x-*-elf*)
3216         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"
3217         tmake_file=sparc/t-sp86x
3218         extra_parts="crtbegin.o crtend.o"
3219         ;;
3220 sparc64-*-aout*)
3221         tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
3222         ;;
3223 sparc64-*-elf*)
3224         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
3225         extra_parts="crtbegin.o crtend.o"
3226         ;;
3227 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3228         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
3229         xmake_file=none
3230         case "x$with_cpu" in
3231                 xultrasparc) ;;
3232                 x) with_cpu=ultrasparc ;;
3233                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3234         esac
3235         ;;
3236 sparc64-*-linux*)               # 64-bit Sparc's running GNU/Linux
3237         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
3238         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
3239         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3240         gnu_ld=yes
3241         if test x$enable_threads = xyes; then
3242                 thread_file='posix'
3243         fi
3244         float_format=sparc
3245         ;;
3246 sparc64-*-netbsd*)
3247         tmake_file="${tmake_file} sparc/t-netbsd64"
3248         tm_file="sparc/biarch64.h ${tm_file}"
3249         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
3250         float_format=sparc
3251         ;;
3252 strongarm-*-elf*)
3253         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3254         tmake_file=arm/t-strongarm-elf
3255         out_file=arm/arm.c
3256         md_file=arm/arm.md
3257         ;;
3258 strongarm-*-coff*)
3259         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
3260         tmake_file=arm/t-strongarm-coff
3261         out_file=arm/arm.c
3262         md_file=arm/arm.md
3263         ;;
3264 strongarm-*-pe)
3265         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"
3266         tmake_file=arm/t-strongarm-pe
3267         out_file=arm/arm.c
3268         md_file=arm/arm.md
3269         extra_objs=pe.o
3270         ;;
3271 thumb*-*-*)
3272         { echo "config.gcc: error:
3273 *** The Thumb targets have been deprecated.  The equivalent
3274 *** ARM based toolchain can now generate Thumb instructions
3275 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3276         ;;
3277 v850-*-rtems*)
3278         xm_defines=POSIX
3279         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
3280         tmake_file="v850/t-v850 t-rtems"
3281         if test x$stabs = xyes
3282         then
3283                 tm_file="${tm_file} dbx.h"
3284         fi
3285         use_collect2=no
3286         c_target_objs="v850-c.o"
3287         cxx_target_objs="v850-c.o"
3288         ;;
3289 v850-*-*)
3290         target_cpu_default="TARGET_CPU_generic"
3291         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3292         tmake_file=v850/t-v850
3293         if test x$stabs = xyes
3294         then
3295                 tm_file="${tm_file} dbx.h"
3296         fi
3297         use_collect2=no
3298         c_target_objs="v850-c.o"
3299         cxx_target_objs="v850-c.o"
3300         ;;
3301 vax-*-bsd*)                     # VAXen running BSD
3302         use_collect2=yes
3303         float_format=vax
3304         ;;
3305 vax-*-sysv*)                    # VAXen running system V
3306         tm_file="${tm_file} vax/vaxv.h"
3307         xm_defines=POSIX
3308         float_format=vax
3309         ;;
3310 vax-*-netbsdelf*)
3311         echo "GCC does not yet support the ${machine} target"; exit 1
3312         ;;
3313 vax-*-netbsd*)
3314         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
3315         tmake_file=t-netbsd
3316         float_format=vax
3317         use_collect2=yes
3318         ;;
3319 vax-*-openbsd*)
3320         tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3321         float_format=vax
3322         use_collect2=yes
3323         ;;
3324 vax-*-ultrix*)                  # VAXen running ultrix
3325         tm_file="${tm_file} vax/ultrix.h"
3326         float_format=vax
3327         ;;
3328 vax-*-vms*)                     # VAXen running VMS
3329         xm_file=vax/xm-vms.h
3330         tm_file=vax/vms.h
3331         float_format=vax
3332         ;;
3333 vax-*-*)                        # VAX default entry
3334         float_format=vax
3335         ;;
3336 we32k-att-sysv*)
3337         xm_defines=POSIX
3338         use_collect2=yes
3339         ;;
3340 xscale-*-elf)
3341         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3342         tmake_file=arm/t-xscale-elf
3343         out_file=arm/arm.c
3344         md_file=arm/arm.md
3345         ;;
3346 xscale-*-coff)
3347         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
3348         tmake_file=arm/t-xscale-coff
3349         out_file=arm/arm.c
3350         md_file=arm/arm.md
3351         ;;
3352 xstormy16-*-elf)
3353         # For historical reasons, the target files omit the 'x'.
3354         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
3355         tm_p_file=stormy16/stormy16-protos.h
3356         md_file=stormy16/stormy16.md
3357         out_file=stormy16/stormy16.c
3358         tmake_file="stormy16/t-stormy16"
3359         extra_parts="crtbegin.o crtend.o"
3360         ;;
3361 xtensa-*-elf*)
3362         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
3363         with_newlib=yes
3364         tmake_file=xtensa/t-xtensa
3365         extra_parts="crtbegin.o crtend.o"
3366         fixincludes=Makefile.in # newlib headers should be OK
3367         ;;
3368 xtensa-*-linux*)
3369         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
3370         tmake_file="t-linux xtensa/t-xtensa"
3371         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3372         gas=yes gnu_ld=yes
3373         if test x$enable_threads = xyes; then
3374                 thread_file='posix'
3375         fi
3376         ;;
3377 *)
3378         echo "Configuration $machine not supported" 1>&2
3379         exit 1
3380         ;;
3381 esac
3382
3383 case $machine in
3384 *-*-sysv*)
3385         install_headers_dir=install-headers-cpio
3386         ;;
3387 esac
3388
3389 # Distinguish i[34567]86
3390 # Also, do not run mips-tfile on MIPS if using gas.
3391 # Process --with-cpu= for PowerPC/rs6000
3392 target_cpu_default2=
3393 case $machine in
3394 i486-*-*)
3395         target_cpu_default2=TARGET_CPU_DEFAULT_i486
3396         ;;
3397 i586-*-*)
3398         case $target_alias in
3399                 k6_2-*)
3400                         target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
3401                         ;;
3402                 k6_3-*)
3403                         target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
3404                         ;;
3405                 k6-*)
3406                         target_cpu_default2=TARGET_CPU_DEFAULT_k6
3407                         ;;
3408                 pentium_mmx-*)
3409                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
3410                         ;;
3411                 *)
3412                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium
3413                         ;;
3414         esac
3415         ;;
3416 i686-*-* | i786-*-*)
3417         case $target_alias in
3418                 athlon_xp-*|athlon_mp-*|athlon_4-*)
3419                         target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3420                         ;;
3421                 athlon_tbird-*|athlon-*)
3422                         target_cpu_default2=TARGET_CPU_DEFAULT_athlon
3423                         ;;
3424                 pentium2-*)
3425                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
3426                         ;;
3427                 pentium3-*)
3428                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
3429                         ;;
3430                 pentium4-*)
3431                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
3432                         ;;
3433                 *)
3434                         target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
3435                         ;;
3436         esac
3437         ;;
3438 x86_64-*-*)
3439         # We should have hammer chip here, but it does not exist yet and
3440         # thus it is not supported.  Athlon_SSE is probably equivalent feature
3441         # wise to hammer from our point of view except for 64bit mode.
3442         target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3443         ;;
3444 alpha*-*-*)
3445         case $machine in
3446                 alphaev6[78]*)
3447                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3448                         ;;
3449                 alphaev6*)
3450                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3451                         ;;
3452                 alphapca56*)
3453                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3454                         ;;
3455                 alphaev56*)
3456                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3457                         ;;
3458                 alphaev5*)
3459                         target_cpu_default2="MASK_CPU_EV5"
3460                         ;;
3461         esac
3462
3463         if test x$gas = xyes
3464         then
3465                 if test "$target_cpu_default2" = ""
3466                 then
3467                         target_cpu_default2="MASK_GAS"
3468                 else
3469                         target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3470                 fi
3471         fi
3472         ;;
3473 arm*-*-*)
3474         case "x$with_cpu" in
3475                 x)
3476                         # The most generic
3477                         target_cpu_default2="TARGET_CPU_generic"
3478                         ;;
3479
3480                 # Distinguish cores, and major variants
3481                 # arm7m doesn't exist, but D & I don't affect code
3482                 xarm[236789] | xarm250 | xarm[67][01]0 \
3483                 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3484                 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3485                 | xxscale \
3486                 | xstrongarm | xstrongarm110 | xstrongarm1100)
3487                         target_cpu_default2="TARGET_CPU_$with_cpu"
3488                         ;;
3489
3490                 xyes | xno)
3491                         echo "--with-cpu must be passed a value" 1>&2
3492                         exit 1
3493                         ;;
3494
3495                 *)
3496                         if test x$pass2done = xyes
3497                         then
3498                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3499                                 exit 1
3500                         fi
3501                         ;;
3502         esac
3503         ;;
3504
3505 hppa*-*-* | parisc*-*-*)
3506         if test x$gas = xyes
3507         then
3508                 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3509         fi
3510         ;;
3511
3512 mips*-*-ecoff* | mips*-*-elf*)
3513         if test x$gas = xyes
3514         then
3515                 if test x$gnu_ld = xyes
3516                 then
3517                         target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3518                 else
3519                         target_cpu_default2="MASK_GAS"
3520                 fi
3521         fi
3522         ;;
3523 mips*-*-*)
3524         if test x$gas = xyes
3525         then
3526                 target_cpu_default2="MASK_GAS"
3527         fi
3528         ;;
3529 powerpc*-*-* | rs6000-*-*)
3530         if test x$enable_altivec = xyes
3531         then
3532                 tm_file="$tm_file rs6000/altivec-defs.h"
3533         fi
3534         case "x$with_cpu" in
3535                 x)
3536                         ;;
3537
3538                 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
3539                   | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
3540                   | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
3541                   | x740 | x750 | x7400 | x7450 | x505)
3542                         target_cpu_default2="\\\"$with_cpu\\\""
3543                         ;;
3544
3545                 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
3546                         target_cpu_default2="\\\"$with_cpu\\\""
3547                         tm_file="$tm_file rs6000/softfloat.h"
3548                         ;;
3549
3550                 xyes | xno)
3551                         echo "--with-cpu must be passed a value" 1>&2
3552                         exit 1
3553                         ;;
3554
3555                 *)
3556                         if test x$pass2done = xyes
3557                         then
3558                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3559                                 exit 1
3560                         fi
3561                         ;;
3562         esac
3563         ;;
3564 sparc*-*-*)
3565         case ".$with_cpu" in
3566                 .)
3567                         target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3568                         ;;
3569                 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3570                         target_cpu_default2="TARGET_CPU_$with_cpu"
3571                         ;;
3572                 *)
3573                         if test x$pass2done = xyes
3574                         then
3575                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3576                                 exit 1
3577                         fi
3578                         ;;
3579         esac
3580         ;;
3581 esac
3582
3583 if test "$target_cpu_default2" != ""
3584 then
3585         if test "$target_cpu_default" != ""
3586         then
3587                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3588         else
3589                 target_cpu_default=$target_cpu_default2
3590         fi
3591 fi
3592
3593 # Save data on machine being used to compile GCC in build_xm_file.
3594 # Save data on host machine in vars host_xm_file and host_xmake_file.
3595 if test x$pass1done = x
3596 then
3597         if test x$xm_file != x
3598         then build_xm_file=$xm_file
3599         fi
3600         build_xm_defines=$xm_defines
3601         build_install_headers_dir=$install_headers_dir
3602         build_exeext=$exeext
3603         pass1done=yes
3604 else
3605         if test x$pass2done = x
3606         then
3607                 if test x$xm_file != x
3608                 then host_xm_file=$xm_file
3609                 fi
3610                 host_xm_defines=$xm_defines
3611                 host_xmake_file="$xmake_file"
3612                 host_truncate_target=$truncate_target
3613                 host_extra_gcc_objs=$extra_gcc_objs
3614                 host_extra_objs=$extra_host_objs
3615                 host_exeext=$exeext
3616                 pass2done=yes
3617         fi
3618 fi