OSDN Git Service

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