OSDN Git Service

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