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