OSDN Git Service

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