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