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