OSDN Git Service

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