OSDN Git Service

22d0db77a7caa5a492d9ff69a47a633ee848ab40
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
1 # GCC build-, host- and target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 # Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
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.
11
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.
16
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.
21
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.
29
30 # This file switches on the shell variable ${machine}, and also uses the
31 # following shell variables:
32 #
33 #  with_*               Various variables as set by configure.
34 #
35 #  enable_threads_flag  Either the name, yes or no depending on whether
36 #                       threads support was requested.
37 #
38 #  gas_flag             Either yes or no depending on whether GNU as was
39 #                       requested.
40 #
41 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
42 #                       requested.
43
44 # This file sets the following shell variables for use by the
45 # autoconf-generated configure script:
46 #
47 #  cpu_type             The name of the cpu, if different from machine.
48 #
49 #  tm_defines           List of target macros to define for all compilations.
50 #
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}.
61 #
62 #  tm_p_file            Location of file with declarations for functions
63 #                       in $out_file.
64 #
65 #  out_file             The name of the machine description C support
66 #                       file, if different from "$cpu_type/$cpu_type.c".
67 #
68 #  md_file              The name of the machine-description file, if
69 #                       different from "$cpu_type/$cpu_type.md".
70 #
71 #  tmake_file           A list of machine-description-specific
72 #                       makefile-fragments, if different from
73 #                       "$cpu_type/t-$cpu_type".
74 #
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".
78 #
79 #  extra_objs           List of extra objects that should be linked into
80 #                       the compiler proper (cc1, cc1obj, cc1plus)
81 #                       depending on target.
82 #
83 #  extra_headers        List of used header files from the directory
84 #                       config/${cpu_type}.
85 #
86 #  host_xmake_file      List of host-specific makefile-fragments.
87 #
88 #  extra_passes         List of extra executables compiled for this target
89 #                       machine, used for compiling from source to object.
90 #
91 #  extra_parts          List of extra object files that should be compiled
92 #                       for this target machine.
93 #
94 #  extra_programs       Like extra_passes, but these are used when linking.
95 #
96 #  host_extra_objs      List of extra host-dependent objects that should
97 #                       be linked into the compiler proper.
98 #
99 #  host_extra_gcc_objs  List of extra host-dependent objects that should
100 #                       be linked into the gcc driver.
101 #
102 #  out_host_hook_obj    An object file that provides the host hooks.
103 #
104 #  c_target_objs        List of extra target-dependent objects that be
105 #                       linked into the C compiler only.
106 #
107 #  cxx_target_objs      List of extra target-dependent objects that be
108 #                       linked into the C++ compiler only.
109 #
110 #  target_gtfiles       List of extra source files with type information.
111 #
112 #  build_xm_defines     List of macros to define when compiling for the
113 #                       build machine.
114 #
115 #  build_xm_file        List of files to include when compiling for the
116 #                       build machine.
117 #
118 #  host_xm_defines      List of macros to define when compiling for the
119 #                       host machine.
120 #
121 #  host_xm_file         List of files to include when compiling for the
122 #                       host machine.
123 #
124 #  xm_defines           List of macros to define when compiling for the
125 #                       target machine.
126 #
127 #  xm_file              List of files to include when compiling for the
128 #                       target machine.
129 #
130 #  use_collect2         Set to yes or no, depending on whether collect2
131 #                       will be used.
132 #
133 #  target_cpu_default   Set to override the default target model.
134 #
135 #  build_install_headers_dir
136 #                       Target to use when installing header files.
137 #
138 #  host_truncate_target
139 #                       Non-empty if the target name should be truncated
140 #                       on this host, due to filename length issues.
141 #
142 #  gdb_needs_out_file_path
143 #                       Set to yes if gdb needs a dir command with
144 #                       `dirname $out_file`.
145 #
146 #  build_exeext         Set to the suffix, if the build machine requires
147 #                       executables to have a file name suffix.
148 #
149 #  host_exeext          Set to the suffix, if the host machine requires
150 #                       executables to have a file name suffix.
151 #
152 #  thread_file          Set to control which thread package to use.
153 #
154 #  gas                  Set to yes or no depending on whether the target
155 #                       system normally uses GNU as.
156 #
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.)
163
164 # The following variables are used in each case-construct to build up the
165 # outgoing variables:
166 #
167 #  xmake_file           Makefile-fragment when this system is as a host,
168 #                       for host_xmake_file.
169 #
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.
173 #
174 #  host_hook_obj        An object file that provides the host hooks.
175 #
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.
179 #
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.
183 #
184 #  exeext               The suffix for executables on this system.
185 #
186 #  gnu_ld               Set to yes or no depending on whether the target
187 #                       system normally uses GNU ld.
188
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=
226
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*  \
236  )
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
245
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
322
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
327 fi
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
332 fi
333
334 case $machine in
335 x86_64-*-*)
336         tm_file="i386/biarch64.h ${tm_file}"
337         ;;
338 esac
339
340 # On a.out targets, we need to use collect2.
341 case $machine in
342 *-*-*aout*)
343         use_collect2=yes
344         ;;
345 esac
346
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
402
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
419
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
503
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"
522
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"
529
530         # GAS + IEEE_CONFORMANT+IEEE (no inexact);
531         #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
532
533         # GAS + IEEE_CONFORMANT
534         target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
535
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         ;;
581
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         ;;
588
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         xm_defines=POSIX
1324         xm_file=i386/xm-cygwin.h
1325         tmake_file=i386/t-cygwin
1326         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h"
1327         extra_objs=winnt.o
1328         if test x$enable_threads = xyes; then
1329                 thread_file='win32'
1330         fi
1331         exeext=.exe
1332         ;;
1333 i[34567]86-*-mingw32*)
1334         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/mingw32.h"
1335         xm_defines=POSIX
1336         xm_file=i386/xm-mingw32.h
1337         tmake_file="i386/t-cygwin i386/t-mingw32"
1338         extra_objs=winnt.o
1339         if test x$enable_threads = xyes; then
1340                 thread_file='win32'
1341         fi
1342         exeext=.exe
1343         case $machine in
1344                 *mingw32crt*)
1345                         tm_file="${tm_file} i386/crtdll.h"
1346                         ;;
1347                 *minwg32msv* | *mingw32*)
1348                         ;;
1349         esac
1350         ;;
1351 i[34567]86-*-uwin*)
1352         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1353         tmake_file="i386/t-cygwin i386/t-uwin"
1354         extra_objs=winnt.o
1355         if test x$enable_threads = xyes; then
1356                 thread_file='win32'
1357         fi
1358         exeext=.exe
1359         ;;
1360 i[34567]86-*-interix3*)
1361         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"
1362         xm_defines=POSIX
1363         tmake_file="t-interix i386/t-interix"
1364         extra_objs=winnt.o
1365         xmake_file="x-interix"
1366         if test x$enable_threads = xyes ; then
1367                 thread_file='posix'
1368         fi
1369         if test x$stabs = xyes ; then
1370                 tm_file="${tm_file} dbxcoff.h"
1371         fi
1372         ;;
1373 i[34567]86-*-interix*)
1374         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1375         xm_defines=POSIX
1376         tmake_file="t-interix i386/t-interix"
1377         extra_objs=winnt.o
1378         if test x$enable_threads = xyes ; then
1379                 thread_file='posix'
1380         fi
1381         if test x$stabs = xyes ; then
1382                 tm_file="${tm_file} dbxcoff.h"
1383         fi
1384         ;;
1385 i960-*-coff*)
1386         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1387         tmake_file=i960/t-960bare
1388         c_target_objs="i960-c.o"
1389         cxx_target_objs="i960-c.o"
1390         ;;
1391 i960-*-rtems)
1392         xm_defines=POSIX
1393         tmake_file="i960/t-960bare t-rtems"
1394         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1395         if test x$enable_threads = xyes; then
1396           thread_file='rtems'
1397         fi
1398         c_target_objs="i960-c.o"
1399         cxx_target_objs="i960-c.o"
1400         ;;
1401 i960-*-*)                       # Default i960 environment.
1402         use_collect2=yes
1403         tmake_file=i960/t-960bare
1404         c_target_objs="i960-c.o"
1405         cxx_target_objs="i960-c.o"
1406         ;;
1407 ia64*-*-elf*)
1408         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1409         tmake_file="ia64/t-ia64"
1410         target_cpu_default="0"
1411         if test x$gas = xyes
1412         then
1413                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1414         fi
1415         if test x$gnu_ld = xyes
1416         then
1417                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1418         fi
1419         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1420         ;;
1421 ia64*-*-freebsd*)
1422         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1423         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1424         tmake_file="${tmake_file} ia64/t-ia64"
1425         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1426         ;;
1427 ia64*-*-linux*)
1428         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1429         tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1430         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1431         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1432         if test x"$use_libunwind_exceptions" = xyes; then
1433           tmake_file="$tmake_file t-libunwind"
1434         fi
1435         ;;
1436 ia64*-*-hpux*)
1437         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1438         tmake_file="ia64/t-ia64 ia64/t-hpux"
1439         target_cpu_default="MASK_GNU_AS"
1440         if test x$enable_threads = xyes; then
1441                 thread_file='posix'
1442         fi
1443         use_collect2=no
1444         c_target_objs="ia64-c.o"
1445         cxx_target_objs="ia64-c.o"
1446         ;;
1447 ip2k-*-elf)
1448         ;;
1449 m32r-*-elf*)
1450         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1451         extra_parts="crtinit.o crtfini.o"
1452         ;;
1453 # m68hc11 and m68hc12 share the same machine description.
1454 m68hc11-*-*|m6811-*-*)
1455         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1456         tm_p_file="m68hc11/m68hc11-protos.h"
1457         md_file="m68hc11/m68hc11.md"
1458         out_file="m68hc11/m68hc11.c"
1459         tmake_file="m68hc11/t-m68hc11-gas"
1460         ;;
1461 m68hc12-*-*|m6812-*-*)
1462         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1463         tm_p_file="m68hc11/m68hc11-protos.h"
1464         md_file="m68hc11/m68hc11.md"
1465         out_file="m68hc11/m68hc11.c"
1466         tmake_file="m68hc11/t-m68hc11-gas"
1467         ;;
1468 m68000-hp-bsd*)                 # HP 9000/200 running BSD
1469         tm_file=m68k/hp2bsd.h
1470         use_collect2=yes
1471         ;;
1472 m68000-hp-hpux*)                # HP 9000 series 300
1473         xm_defines=POSIX
1474         if test x$gas = xyes
1475         then
1476                 tm_file=m68k/hp310g.h
1477         else
1478                 tm_file=m68k/hp310.h
1479         fi
1480         tmake_file=m68k/t-hp320
1481         install_headers_dir=install-headers-cpio
1482         use_collect2=yes
1483         ;;
1484 m68000-sun-sunos3*)
1485         tm_file=m68k/sun2.h
1486         use_collect2=yes
1487         ;;
1488 m68000-sun-sunos4*)
1489         tm_file=m68k/sun2o4.h
1490         use_collect2=yes
1491         ;;
1492 m68000-att-sysv*)
1493         xm_defines=POSIX
1494         if test x$gas = xyes
1495         then
1496                 tm_file=m68k/3b1g.h
1497         else
1498                 tm_file=m68k/3b1.h
1499         fi
1500         use_collect2=yes
1501         ;;
1502 m68k-atari-sysv4*)              # Atari variant of V.4.
1503         tm_file=m68k/atari.h
1504         xm_defines=POSIX
1505         tmake_file=t-svr4
1506         extra_parts="crtbegin.o crtend.o"
1507         ;;
1508 m68k-apollo-sysv* | m68k-bull-sysv*)
1509         # can otherwise be caught by m68k-*-sysv4*
1510         echo "*** Configuration $machine not supported" 1>&2
1511         exit 1
1512         ;;
1513 m68k-motorola-sysv*)
1514         tm_file=m68k/mot3300.h
1515         xm_defines=POSIX
1516         if test x$gas = xyes
1517         then
1518                 if test x$gnu_ld = xyes
1519                 then
1520                         tmake_file=m68k/t-mot3300-gald
1521                 else
1522                         tmake_file=m68k/t-mot3300-gas
1523                         use_collect2=yes
1524                 fi
1525         else
1526                 if test x$gnu_ld = xyes
1527                 then
1528                         tmake_file=m68k/t-mot3300-gld
1529                 else
1530                         tmake_file=m68k/t-mot3300
1531                         use_collect2=yes
1532                 fi
1533         fi
1534         gdb_needs_out_file_path=yes
1535         extra_parts="crt0.o mcrt0.o"
1536         ;;
1537 m68k-ncr-sysv*)                 # NCR Tower 32 SVR3
1538         tm_file=m68k/tower-as.h
1539         xm_defines=POSIX
1540         extra_parts="crtbegin.o crtend.o"
1541         ;;
1542 m68k-plexus-sysv*)
1543         tm_file=m68k/plexus.h
1544         xm_defines=POSIX
1545         use_collect2=yes
1546         ;;
1547 m68k-tti-*)
1548         tm_file=m68k/pbb.h
1549         xm_defines=POSIX
1550         ;;
1551 m68k-crds-unos*)
1552         xm_defines=POSIX
1553         tm_file=m68k/crds.h
1554         use_collect2=yes
1555         ;;
1556 m68k-cbm-sysv4*)                # Commodore variant of V.4.
1557         tm_file=m68k/amix.h
1558         xm_defines=POSIX
1559         tmake_file=t-svr4
1560         extra_parts="crtbegin.o crtend.o"
1561         ;;
1562 m68k-ccur-rtu)
1563         tm_file=m68k/ccur-GAS.h
1564         use_collect2=yes
1565         ;;
1566 m68k-hp-bsd4.4*)                # HP 9000/3xx running 4.4bsd
1567         tm_file=m68k/hp3bsd44.h
1568         use_collect2=yes
1569         ;;
1570 m68k-hp-bsd*)                   # HP 9000/3xx running Berkeley Unix
1571         tm_file=m68k/hp3bsd.h
1572         use_collect2=yes
1573         ;;
1574 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1575         xm_defines=POSIX
1576         if test x$gas = xyes
1577         then
1578                 xmake_file=m68k/x-hp320g
1579                 tm_file=m68k/hp320g.h
1580         else
1581                 xmake_file=m68k/x-hp320
1582                 tm_file=m68k/hpux7.h
1583         fi
1584         install_headers_dir=install-headers-cpio
1585         use_collect2=yes
1586         ;;
1587 m68k-hp-hpux*)  # HP 9000 series 300
1588         xm_defines=POSIX
1589         if test x$gas = xyes
1590         then
1591                 xmake_file=m68k/x-hp320g
1592                 tm_file=m68k/hp320g.h
1593         else
1594                 xmake_file=m68k/x-hp320
1595                 tm_file=m68k/hp320.h
1596         fi
1597         install_headers_dir=install-headers-cpio
1598         use_collect2=yes
1599         ;;
1600 m68k-sun-mach*)
1601         tm_file=m68k/sun3mach.h
1602         use_collect2=yes
1603         ;;
1604 m68k-sun-sunos3*)
1605         if test x$with_fp = xno
1606         then
1607                 tm_file=m68k/sun3n3.h
1608         else
1609                 tm_file=m68k/sun3o3.h
1610         fi
1611         use_collect2=yes
1612         ;;
1613 m68k-sun-sunos*)                        # For SunOS 4 (the default).
1614         if test x$with_fp = xno
1615         then
1616                 tm_file=m68k/sun3n.h
1617         else
1618                 tm_file=m68k/sun3.h
1619         fi
1620         use_collect2=yes
1621         ;;
1622 m68k-*-aout*)
1623         tmake_file=m68k/t-m68kbare
1624         tm_file="m68k/m68k-aout.h libgloss.h"
1625         ;;
1626 m68k-*-coff*)
1627         tmake_file=m68k/t-m68kbare
1628         tm_file="m68k/m68k-coff.h dbx.h"
1629         ;;
1630 m68020-*-elf* | m68k-*-elf*)
1631         tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1632         xm_defines=POSIX
1633         tmake_file=m68k/t-m68kelf
1634         extra_parts="crtbegin.o crtend.o"
1635         ;;
1636 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1637         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1638         case $machine in
1639         m68010*)
1640                 target_cpu_default="0"
1641                 ;;
1642         *)
1643                 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1644                 ;;
1645         esac
1646         ;;
1647 m68k*-*-netbsd*)
1648         tm_file=m68k/netbsd.h
1649         tmake_file=t-netbsd
1650         extra_parts=""
1651         use_collect2=yes
1652         ;;
1653 m68k*-*-openbsd*)
1654         # needed to unconfuse gdb
1655         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1656         # we need collect2 until our bug is fixed...
1657         use_collect2=yes
1658         ;;
1659 m68k-*-sysv4*)                  # Motorola m68k's running system V.4
1660         tm_file=m68k/m68kv4.h
1661         xm_defines=POSIX
1662         tmake_file=t-svr4
1663         extra_parts="crtbegin.o crtend.o"
1664         ;;
1665 m68k-*-linux*aout*)             # Motorola m68k's running GNU/Linux
1666                                 # with a.out format
1667         tm_file=m68k/linux-aout.h
1668         tmake_file="t-linux-aout"
1669         gnu_ld=yes
1670         ;;
1671 m68k-*-linux*libc1)             # Motorola m68k's running GNU/Linux
1672                                 # with ELF format using the
1673                                 # GNU/Linux C library 5
1674         tm_file=m68k/linux.h
1675         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
1676         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1677         gnu_ld=yes
1678         ;;
1679 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
1680                                 # with ELF format using glibc 2
1681                                 # aka the GNU/Linux C library 6.
1682         tm_file=m68k/linux.h
1683         tmake_file="t-slibgcc-elf-ver t-linux"
1684         ;;
1685 m68k-*-psos*)
1686         tmake_file=m68k/t-m68kbare
1687         tm_file=m68k/m68k-psos.h
1688         ;;
1689 m68k-*-rtemscoff*)      # would otherwise be caught by m68k-*-rtems*
1690         echo "*** Configuration $machine not supported" 1>&2
1691         exit 1
1692         ;;
1693 m68k-*-rtems*)
1694         xm_defines=POSIX
1695         tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1696         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"
1697         extra_parts="crtbegin.o crtend.o"
1698         if test x$enable_threads = xyes; then
1699           thread_file='rtems'
1700         fi
1701         ;;
1702 m88k-*-aout*)
1703         xm_defines=POSIX
1704         tm_file=m88k/m88k-aout.h
1705         ;;
1706 m88k-*-openbsd*)
1707         tmake_file="${tmake_file} m88k/t-luna-gas"
1708         tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
1709         ;;
1710 m88k-*-sysv4*)
1711         xm_defines=POSIX
1712         tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
1713         extra_parts="crtbegin.o crtend.o"
1714         tmake_file=m88k/t-sysv4
1715         ;;
1716 mcore-*-elf)
1717         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1718         tmake_file=mcore/t-mcore
1719         ;;
1720 mcore-*-pe*)
1721         tm_file=mcore/mcore-pe.h
1722         tmake_file=mcore/t-mcore-pe
1723         ;;
1724 mips-sgi-irix6*o32)             # SGI System V.4., IRIX 6, O32 ABI
1725         if test x$gas = xyes
1726         then
1727                 tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h"
1728                 if test x$stabs = xyes
1729                 then
1730                         tm_file="${tm_file} dbx.h"
1731                 fi
1732                 tmake_file=mips/t-iris5-gas
1733         else
1734                 tm_file="mips/iris5.h mips/iris6-o32-as.h"
1735                 tmake_file=mips/t-iris5-as
1736         fi
1737         tm_file="${tm_file} mips/iris6-o32.h"
1738         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1739         xm_defines=POSIX
1740         xm_file=mips/xm-iris5.h
1741         # mips-tfile doesn't work yet
1742         # See comment in mips/iris5.h file.
1743         use_collect2=yes
1744 #       if test x$enable_threads = xyes; then
1745 #               thread_file='irix'
1746 #       fi
1747         ;;
1748 mips-sgi-irix6*)                # SGI System V.4., IRIX 6
1749         if test "x$gnu_ld" = xyes
1750         then
1751                 tm_file="mips/iris6.h mips/iris6gld.h"
1752         else
1753                 tm_file=mips/iris6.h
1754         fi
1755         tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1756         xm_defines=POSIX
1757 #       if test x$enable_threads = xyes; then
1758 #               thread_file='irix'
1759 #       fi
1760         ;;
1761 mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
1762         tm_file="mips/iris6.h mips/cross64.h"
1763         xm_defines=POSIX
1764         xm_file=mips/xm-iris5.h
1765         tmake_file="mips/t-iris mips/t-cross64"
1766         # See comment in mips/iris[56].h files.
1767         use_collect2=yes
1768 #       if test x$enable_threads = xyes; then
1769 #               thread_file='irix'
1770 #       fi
1771         ;;
1772 mips-sni-sysv4)
1773         if test x$gas = xyes
1774         then
1775                 if test x$stabs = xyes
1776                 then
1777                         tm_file=mips/iris5gdb.h
1778                 else
1779                         tm_file="mips/sni-svr4.h mips/sni-gas.h"
1780                 fi
1781         else
1782                 tm_file=mips/sni-svr4.h
1783         fi
1784         xm_defines=POSIX
1785         if test x$gnu_ld != xyes
1786         then
1787                 use_collect2=yes
1788         fi
1789         ;;
1790 mips-sgi-irix5*)                # SGI System V.4., IRIX 5
1791         if test x$gas = xyes
1792         then
1793                 tm_file="mips/iris5.h mips/iris5gas.h"
1794                 if test x$stabs = xyes
1795                 then
1796                         tm_file="${tm_file} dbx.h"
1797                 fi
1798                 tmake_file=mips/t-iris5-gas
1799         else
1800                 tm_file=mips/iris5.h
1801                 tmake_file=mips/t-iris5-as
1802         fi
1803         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1804         xm_defines=POSIX
1805         xm_file=mips/xm-iris5.h
1806         # mips-tfile doesn't work yet
1807         # See comment in mips/iris5.h file.
1808         use_collect2=yes
1809 #       if test x$enable_threads = xyes; then
1810 #               thread_file='irix'
1811 #       fi
1812         ;;
1813 mips-sgi-*)     # would otherwise be caught by mips-*-elf*
1814         echo "*** Configuration $machine not supported" 1>&2
1815         exit 1
1816         ;;
1817 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1818         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1819         tm_file="elfos.h ${tm_file} mips/netbsd.h"
1820         tmake_file="${tmake_file}"
1821         ;;
1822 mips64*-*-linux*)
1823         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1824         tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux mips/t-linux64"
1825
1826         # This default ABI is a partial lie: t-linux64 overrides the
1827         # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1828         # that is installed.  What GCC thinks of as the default must
1829         # remain as ABI_32 such that the SONAMEs of the libgcc shared
1830         # libraries remain compatible with those of mips-linux-gnu.
1831         tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1832         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1833         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1834         gnu_ld=yes
1835         gas=yes
1836         if test x$enable_threads = xyes; then
1837                 thread_file='posix'
1838         fi
1839         ;;
1840 mips*-*-linux*)                         # Linux MIPS, either endian.
1841         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1842         case $machine in
1843         mipsisa32*-*)
1844                 target_cpu_default="MASK_SOFT_FLOAT"
1845                 tm_defines="MIPS_ISA_DEFAULT=32"
1846                 ;;
1847         esac
1848         tmake_file="t-slibgcc-elf-ver t-linux"
1849         ;;
1850 mips*el-*-openbsd*)     # mips little endian
1851         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1852         ;;
1853 mips*-*-openbsd*)               # mips big endian
1854         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1855         tm_file="mips/openbsd-be.h ${tm_file}"
1856         ;;
1857 mips-*-ecoff* | mipsel-*-ecoff*)
1858         if test x$stabs = xyes; then
1859                 tm_file="${tm_file} dbx.h"
1860         fi
1861         tmake_file=mips/t-ecoff
1862         ;;
1863 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1864         tm_file="${tm_file} mips/elf.h"
1865         tmake_file=mips/t-isa3264
1866         tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1867         ;;
1868 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1869         tm_file="${tm_file} mips/elf.h"
1870         tmake_file=mips/t-isa3264
1871         tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1872         ;;
1873 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1874         tm_file="${tm_file} mips/elf.h"
1875         tmake_file=mips/t-isa3264
1876         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1877         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_MEABI"
1878         ;;
1879 mipsisa64sr71k-*-elf*)
1880         tm_file="${tm_file} mips/elf.h"
1881         tmake_file=mips/t-sr71k
1882         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1883         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_MEABI"
1884         ;;
1885 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1886         tm_file="${tm_file} mips/elf.h"
1887         tmake_file=mips/t-elf
1888         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1889         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1890         ;;
1891 mips-*-elf* | mipsel-*-elf*)
1892         tm_file="${tm_file} mips/elf.h"
1893         tmake_file=mips/t-elf
1894         ;;
1895 mips64-*-elf* | mips64el-*-elf*)
1896         tm_file="${tm_file} mips/elf64.h"
1897         tmake_file=mips/t-elf
1898         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1899         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1900         ;;
1901 mips64vr-*-elf* | mips64vrel-*-elf*)
1902         tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1903         tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1904         tmake_file=mips/t-vr
1905         ;;
1906 mips64orion-*-elf* | mips64orionel-*-elf*)
1907         tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1908         tmake_file=mips/t-elf
1909         tmake_file=mips/t-elf
1910         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1911         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1912         ;;
1913 mips64orion-*-rtems*)
1914         xm_defines=POSIX
1915         tm_file="${tm_file} mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
1916         tmake_file="mips/t-elf t-rtems"
1917         tmake_file=mips/t-elf
1918         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1919         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1920         if test x$enable_threads = xyes; then
1921           thread_file='rtems'
1922         fi
1923         ;;
1924 mips*-*-rtems*)
1925         xm_defines=POSIX
1926         tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1927         tmake_file="mips/t-elf t-rtems"
1928         if test x$enable_threads = xyes; then
1929           thread_file='rtems'
1930         fi
1931         ;;
1932 mipstx39-*-elf* | mipstx39el-*-elf*)
1933         tm_file="${tm_file} mips/r3900.h mips/elf.h"
1934         tmake_file=mips/t-r3900
1935         ;;
1936 mmix-knuth-mmixware)
1937         need_64bit_hwint=yes
1938         ;;
1939 mn10200-*-*)
1940         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1941         if test x$stabs = xyes
1942         then
1943                 tm_file="${tm_file} dbx.h"
1944         fi
1945         use_collect2=no
1946         ;;
1947 mn10300-*-*)
1948         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1949         if test x$stabs = xyes
1950         then
1951                 tm_file="${tm_file} dbx.h"
1952         fi
1953         use_collect2=no
1954         ;;
1955 ns32k-*-netbsdelf*)
1956         echo "GCC does not yet support the ${machine} target"; exit 1
1957         ;;
1958 ns32k-*-netbsd*)
1959         tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1960         # On NetBSD, the headers are already okay, except for math.h.
1961         tmake_file="t-netbsd ns32k/t-ns32k"
1962         extra_parts=""
1963         use_collect2=yes
1964         ;;
1965 pdp11-*-bsd)
1966         tm_file="${tm_file} pdp11/2bsd.h"
1967         ;;
1968 pdp11-*-*)
1969         ;;
1970 avr-*-*)
1971         ;;
1972 ns32k-*-openbsd*)
1973         # Nothing special
1974         ;;
1975 romp-*-openbsd*)
1976         # Nothing special
1977         ;;
1978 powerpc-*-openbsd*)
1979         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-openbsd"
1980         extra_headers=
1981         ;;
1982 powerpc64-*-linux*)
1983         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
1984         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-linux64"
1985         ;;
1986 powerpc64-*-gnu*)
1987         tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h"
1988         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1989         ;;
1990 powerpc-*-beos*)
1991         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1992         xm_defines=POSIX
1993         tmake_file="rs6000/t-fprules rs6000/t-beos"
1994         extra_headers=
1995         ;;
1996 powerpc-*-darwin*)
1997         tm_file="${tm_file} rs6000/darwin.h"
1998         tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin"
1999         extra_headers=altivec.h
2000         # override ppc default
2001         need_64bit_hwint=
2002         # powerpc-darwin host support.
2003         host_hook_obj=host-darwin.o
2004         xmake_file=rs6000/x-darwin
2005         ;;
2006 powerpc*-*-freebsd*)
2007         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2008         tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2009         ;;
2010 powerpc-*-sysv*)
2011         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2012         xm_defines=POSIX
2013         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
2014         ;;
2015 powerpc-*-netbsd*)
2016         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2017         tmake_file="${tmake_file} rs6000/t-netbsd"
2018         ;;
2019 powerpc-*-chorusos*)
2020         xm_defines=POSIX
2021         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2022         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
2023         case x${enable_threads} in
2024           xyes | xpthreads | xposix)
2025                 thread_file='posix'
2026                 ;;
2027         esac
2028         ;;
2029 powerpc-*-eabiaix*)
2030         xm_defines=POSIX
2031         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2032         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2033         ;;
2034 powerpc-*-eabispe*)
2035         xm_defines=POSIX
2036         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
2037         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2038         ;;
2039 powerpc-*-eabisimaltivec*)
2040         xm_defines=POSIX
2041         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
2042         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2043         ;;
2044 powerpc-*-eabisim*)
2045         xm_defines=POSIX
2046         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2047         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2048         ;;
2049 powerpc-*-elf*)
2050         xm_defines=POSIX
2051         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2052         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2053         ;;
2054 powerpc-*-eabialtivec*)
2055         xm_defines=POSIX
2056         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2057         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2058         ;;
2059 powerpc-*-eabi*)
2060         xm_defines=POSIX
2061         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2062         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2063         ;;
2064 powerpc-*-rtems*)
2065         xm_defines=POSIX
2066         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2067         tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm"
2068         if test x$enable_threads = xyes; then
2069           thread_file='rtems'
2070         fi
2071         ;;
2072 powerpc-*-linux*libc1)
2073         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2074         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2075         if test x$enable_threads = xyes; then
2076                 thread_file='posix'
2077         fi
2078         ;;
2079 powerpc-*-linux-gnualtivec*)
2080         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2081         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2082         ;;
2083 powerpc-*-linux*)
2084         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2085         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2086         ;;
2087 powerpc-*-gnu-gnualtivec*)
2088         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"
2089         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2090         if test x$enable_threads = xyes; then
2091                 thread_file='posix'
2092         fi
2093         ;;
2094 powerpc-*-gnu*)
2095         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"
2096         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2097         if test x$enable_threads = xyes; then
2098                 thread_file='posix'
2099         fi
2100         ;;
2101 powerpc-wrs-vxworks*)
2102         # We want vxworks.h after rs6000/sysv4.h, which unfortunately
2103         # means we have to redo the tm_file list from scratch.
2104         tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2105         tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
2106         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
2107         extra_headers=ppc-asm.h
2108         ;;
2109 powerpc-wrs-windiss*)
2110         xm_defines=POSIX
2111         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2112         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2113         thread_file=""
2114         ;;
2115 powerpcle-*-sysv*)
2116         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2117         xm_defines=POSIX
2118         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
2119         ;;
2120 powerpcle-*-elf*)
2121         xm_defines=POSIX
2122         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2123         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2124         ;;
2125 powerpcle-*-eabisim*)
2126         xm_defines=POSIX
2127         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"
2128         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2129         ;;
2130 powerpcle-*-eabi*)
2131         xm_defines=POSIX
2132         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2133         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2134         ;;
2135 rs6000-ibm-aix3.[01]*)
2136         xm_defines=POSIX
2137         tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2138         use_collect2=yes
2139         ;;
2140 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2141         xm_defines=POSIX
2142         tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2143         tmake_file="rs6000/t-fprules rs6000/t-newas"
2144         use_collect2=yes
2145         extra_headers=
2146         ;;
2147 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2148         xm_defines=POSIX
2149         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2150         tmake_file="rs6000/t-fprules rs6000/t-newas"
2151         use_collect2=yes
2152         extra_headers=
2153         ;;
2154 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2155         xm_defines=POSIX
2156         tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2157         tmake_file=rs6000/t-aix43
2158         use_collect2=yes
2159         thread_file='aix'
2160         extra_headers=
2161         ;;
2162 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2163         xm_defines=POSIX
2164         tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2165         tmake_file=rs6000/t-aix43
2166         use_collect2=yes
2167         thread_file='aix'
2168         extra_headers=
2169         ;;
2170 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2171         xm_defines=POSIX
2172         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2173         tmake_file=rs6000/t-aix52
2174         use_collect2=yes
2175         thread_file='aix'
2176         extra_headers=
2177         ;;
2178 rs6000-ibm-aix*)
2179         xm_defines=POSIX
2180         tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2181         use_collect2=yes
2182         ;;
2183 rs6000-bull-bosx)
2184         xm_defines=POSIX
2185         tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2186         use_collect2=yes
2187         ;;
2188 rs6000-*-mach*)
2189         tm_file="${tm_file} rs6000/mach.h"
2190         xm_defines=POSIX
2191         use_collect2=yes
2192         ;;
2193 rs6000-*-lynxos*)
2194         tm_file="lynx.h rs6000/lynx.h"
2195         tmake_file=rs6000/t-fprules
2196         use_collect2=yes
2197         ;;
2198 s390-*-linux*)
2199         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2200         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
2201         ;;
2202 s390x-*-linux*)
2203         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2204         tm_p_file=s390/s390-protos.h
2205         md_file=s390/s390.md
2206         extra_modes=s390/s390-modes.def
2207         out_file=s390/s390.c
2208         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
2209         ;;
2210 sh-*-elf* | sh[2346l]*-*-elf*)
2211         tmake_file="sh/t-sh sh/t-elf"
2212         case $machine in
2213         shl* | sh64l*)
2214                 tm_file="sh/little.h ${tm_file}"
2215                 tmake_file="${tmake_file} sh/t-le"
2216                 ;;
2217         esac
2218         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
2219         case $machine in
2220         sh64*)
2221                 tmake_file="${tmake_file} sh/t-sh64"
2222                 tm_file="${tm_file} sh/sh64.h"
2223                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2224                 ;;
2225         sh4_single*)  target_cpu_default="SELECT_SH4_SINGLE" ;;
2226         sh4*)  target_cpu_default="SELECT_SH4" ;;
2227         sh3e*) target_cpu_default="SELECT_SH3E" ;;
2228         sh3*)  target_cpu_default="SELECT_SH3" ;;
2229         sh2e*) target_cpu_default="SELECT_SH2E" ;;
2230         sh2*)  target_cpu_default="SELECT_SH2" ;;
2231         esac
2232         case $machine in
2233         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2234         esac
2235         ;;
2236 sh-*-rtemself*)
2237         xm_defines=POSIX
2238         tmake_file="sh/t-sh sh/t-elf t-rtems"
2239         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
2240         if test x$enable_threads = xyes; then
2241           thread_file='rtems'
2242         fi
2243         ;;
2244 sh-*-rtems*)
2245         xm_defines=POSIX
2246         tmake_file="sh/t-sh t-rtems"
2247         tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
2248         if test x$enable_threads = xyes; then
2249           thread_file='rtems'
2250         fi
2251         ;;
2252 sh-*-linux* | sh[2346lbe]*-*-linux*)
2253         tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux sh/t-linux"
2254         case $machine in
2255         sh*be-*-* | sh*eb-*-*) ;;
2256         *)
2257                 tm_file="sh/little.h ${tm_file}"
2258                 tmake_file="${tmake_file} sh/t-le"
2259                 ;;
2260         esac
2261         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
2262         case $machine in
2263         sh64*)
2264                 tmake_file="${tmake_file} sh/t-sh64"
2265                 tm_file="${tm_file} sh/sh64.h"
2266                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2267                 ;;
2268         sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2269         sh4*) target_cpu_default="SELECT_SH4" ;;
2270         sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
2271         sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
2272         sh3e*) target_cpu_default="SELECT_SH3E" ;;
2273         sh3*) target_cpu_default="SELECT_SH3" ;;
2274         sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
2275         sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
2276         sh2e*) target_cpu_default="SELECT_SH2E" ;;
2277         sh2*) target_cpu_default="SELECT_SH2" ;;
2278         esac
2279         case $machine in
2280         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2281         esac
2282         ;;
2283 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2284   sh64-*-netbsd* | sh64l*-*-netbsd*)
2285         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2286         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2287         case $machine in
2288         sh*l*-*)
2289                 tm_file="sh/little.h ${tm_file}"
2290                 tmake_file="${tmake_file} sh/t-le"
2291                 ;;
2292         *)
2293                 tmake_file="${tmake_file} sh/t-be"
2294                 ;;
2295         esac
2296         case $machine in
2297         sh5*-*)
2298                 # SHmedia, 32-bit ABI
2299                 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
2300                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
2301                 ;;
2302         sh64*-*)
2303                 # SHmedia, 64-bit ABI
2304                 target_cpu_default="SH5_BIT|SH4_BIT"
2305                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
2306                 ;;
2307         *)
2308                 # SH3, software floating point
2309                 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
2310                 tmake_file="${tmake_file} sh/t-netbsd"
2311                 ;;
2312         esac
2313         ;;
2314 sh-*-*)
2315         tm_file="${tm_file} sh/coff.h"
2316         ;;
2317 sparc-tti-*)
2318         tm_file="${tm_file} sparc/pbd.h"
2319         xm_defines=POSIX
2320         ;;
2321 sparc-*-aout*)
2322         tmake_file=sparc/t-sparcbare
2323         tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2324         ;;
2325 sparc-*-netbsdelf*)
2326         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2327         ;;
2328 sparc-*-netbsd*)
2329         tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2330         tmake_file=t-netbsd
2331         extra_parts=""
2332         use_collect2=yes
2333         ;;
2334 sparc-*-openbsd*)
2335         tm_file="sparc/sparc.h ${tm_file}"
2336         # needed to unconfuse gdb
2337         tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2338         # we need collect2 until our bug is fixed...
2339         use_collect2=yes
2340         ;;
2341 sparc64-*-openbsd*)
2342         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"
2343         gas=yes gnu_ld=yes
2344         with_cpu=ultrasparc
2345         ;;
2346 sparc-*-bsd*)
2347         tm_file="${tm_file} sparc/bsd.h"
2348         ;;
2349 sparc-*-chorusos*)
2350         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h chorus.h"
2351         tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
2352         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2353         case x${enable_threads} in
2354           xyes | xpthreads | xposix)
2355                 thread_file='posix'
2356                 ;;
2357         esac
2358         ;;
2359 sparc-*-elf*)
2360         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
2361         tmake_file="sparc/t-elf sparc/t-crtfm"
2362         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2363         ;;
2364 sparc-*-linux*aout*)            # SPARC's running GNU/Linux, a.out
2365         tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
2366         gnu_ld=yes
2367         ;;
2368 sparc-*-linux*libc1*)   # SPARC's running GNU/Linux, libc5
2369         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2370         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
2371         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2372         gnu_ld=yes
2373         ;;
2374 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
2375         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2376         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
2377         ;;
2378 sparc-*-lynxos*)
2379         if test x$gas = xyes
2380         then
2381                 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
2382         else
2383                 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
2384         fi
2385         tmake_file=sparc/t-sunos41
2386         ;;
2387 sparc-*-rtemsaout*)     # would otherwise be caught by sparc-*-rtems*
2388         echo "*** Configuration $machine not supported" 1>&2
2389         exit 1
2390         ;;
2391 sparc-*-rtems*)
2392         xm_defines=POSIX
2393         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"
2394         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2395         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2396         if test x$enable_threads = xyes; then
2397           thread_file='rtems'
2398         fi
2399         ;;
2400 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2401         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"
2402         if test x$gnu_ld = xyes; then
2403                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2404         fi
2405         if test x$gas = xyes; then
2406                 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2407         fi
2408         xm_defines=POSIX
2409         tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2410         if test x$gnu_ld = xyes; then
2411                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2412         else
2413                 tmake_file="$tmake_file t-slibgcc-sld"
2414         fi
2415         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2416         if test x${enable_threads} = x ; then
2417             enable_threads=$have_pthread_h
2418             if test x${enable_threads} = x ; then
2419                 enable_threads=$have_thread_h
2420             fi
2421         fi
2422         if test x${enable_threads} = xyes ; then
2423             if test x${have_pthread_h} = xyes ; then
2424                 thread_file='posix'
2425             else
2426                 thread_file='solaris'
2427             fi
2428         fi
2429         need_64bit_hwint=yes
2430         ;;
2431 sparc-hal-solaris2*)
2432         xm_defines=POSIX
2433         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h"
2434         tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
2435         if test x$gnu_ld = xyes; then
2436                 tm_file="${tm_file} sparc/sol2-gld.h"
2437                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2438         else
2439                 tmake_file="$tmake_file t-slibgcc-sld"
2440         fi
2441         extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
2442         thread_file='solaris'
2443         ;;
2444 sparc-*-solaris2*)
2445         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
2446         if test x$gnu_ld = xyes; then
2447                 tm_file="${tm_file} sparc/sol2-gld.h"
2448         fi
2449         tmake_file="sparc/t-sol2 sparc/t-crtfm"
2450         if test x$gnu_ld = xyes; then
2451                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2452         else
2453                 tmake_file="$tmake_file t-slibgcc-sld"
2454         fi
2455         case $machine in
2456         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2457                 if test x$gnu_ld = xno; then
2458                         tm_file="${tm_file} sparc/sol26-sld.h"
2459                 fi
2460                 ;;
2461         *-*-solaris2.[789])
2462                 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2463                 if test x$gnu_ld = xyes; then
2464                         tm_file="${tm_file} sparc/sol2-gld-bi.h"
2465                 fi
2466                 if test x$gas = xyes; then
2467                         tm_file="${tm_file} sparc/sol2-gas-bi.h"
2468                 fi
2469                 tmake_file="$tmake_file sparc/t-sol2-64"
2470                 need_64bit_hwint=yes
2471                 ;;
2472         esac
2473         xm_defines=POSIX
2474         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2475         if test x${enable_threads} = x; then
2476             enable_threads=$have_pthread_h
2477             if test x${enable_threads} = x; then
2478                 enable_threads=$have_thread_h
2479             fi
2480         fi
2481         if test x${enable_threads} = xyes; then
2482             if test x${have_pthread_h} = xyes; then
2483                 thread_file='posix'
2484             else
2485                 thread_file='solaris'
2486             fi
2487         fi
2488         ;;
2489 sparc-*-sunos4.0*)
2490         tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2491         use_collect2=yes
2492         ;;
2493 sparc-*-sunos4*)
2494         tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2495         tmake_file=sparc/t-sunos41
2496         use_collect2=yes
2497         if test x$gas = xyes; then
2498                 tm_file="${tm_file} sparc/sun4gas.h"
2499         fi
2500         ;;
2501 sparc-*-sunos3*)
2502         tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
2503         use_collect2=yes
2504         ;;
2505 sparc-*-sysv4*)
2506         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
2507         xm_defines=POSIX
2508         tmake_file=t-svr4
2509         extra_parts="crtbegin.o crtend.o"
2510         ;;
2511 sparclet-*-aout*)
2512         tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
2513         tmake_file=sparc/t-splet
2514         ;;
2515 sparclite-*-coff*)
2516         tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
2517         tmake_file=sparc/t-sparclite
2518         ;;
2519 sparclite-*-aout*)
2520         tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
2521         tmake_file=sparc/t-sparclite
2522         ;;
2523 sparclite-*-elf*)
2524         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"
2525         tmake_file="sparc/t-sparclite sparc/t-crtfm"
2526         extra_parts="crtbegin.o crtend.o"
2527         ;;
2528 sparc86x-*-aout*)
2529         tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
2530         tmake_file=sparc/t-sp86x
2531         ;;
2532 sparc86x-*-elf*)
2533         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"
2534         tmake_file="sparc/t-sp86x sparc/t-crtfm"
2535         extra_parts="crtbegin.o crtend.o"
2536         ;;
2537 sparc64-*-aout*)
2538         tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
2539         ;;
2540 sparc64-*-elf*)
2541         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2542         tmake_file="${tmake_file} sparc/t-crtfm"
2543         extra_parts="crtbegin.o crtend.o"
2544         ;;
2545 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2546         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2547         tmake_file="${tmake_file} sparc/t-crtfm"
2548         xmake_file=none
2549         case "x$with_cpu" in
2550                 xultrasparc) ;;
2551                 x) with_cpu=ultrasparc ;;
2552                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2553         esac
2554         need_64bit_hwint=yes
2555         ;;
2556 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
2557         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
2558         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2559         ;;
2560 sparc64-*-netbsd*)
2561         tmake_file="${tmake_file} sparc/t-netbsd64"
2562         tm_file="sparc/biarch64.h ${tm_file}"
2563         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2564         ;;
2565 strongarm-*-elf*)
2566         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2567         tmake_file=arm/t-strongarm-elf
2568         out_file=arm/arm.c
2569         md_file=arm/arm.md
2570         extra_modes=arm/arm-modes.def
2571         ;;
2572 strongarm-*-coff*)
2573         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
2574         tmake_file=arm/t-strongarm-coff
2575         out_file=arm/arm.c
2576         md_file=arm/arm.md
2577         extra_modes=arm/arm-modes.def
2578         ;;
2579 strongarm-*-pe)
2580         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"
2581         tmake_file=arm/t-strongarm-pe
2582         out_file=arm/arm.c
2583         md_file=arm/arm.md
2584         extra_modes=arm/arm-modes.def
2585         extra_objs=pe.o
2586         ;;
2587 thumb*-*-*)
2588         { echo "config.gcc: error:
2589 *** The Thumb targets have been deprecated.  The equivalent
2590 *** ARM based toolchain can now generate Thumb instructions
2591 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
2592         ;;
2593 v850-*-rtems*)
2594         xm_defines=POSIX
2595         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
2596         tmake_file="v850/t-v850 t-rtems"
2597         if test x$stabs = xyes
2598         then
2599                 tm_file="${tm_file} dbx.h"
2600         fi
2601         use_collect2=no
2602         c_target_objs="v850-c.o"
2603         cxx_target_objs="v850-c.o"
2604         ;;
2605 v850e-*-*)
2606         target_cpu_default="TARGET_CPU_v850e"
2607         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2608         tm_p_file=v850/v850-protos.h
2609         tmake_file=v850/t-v850
2610         md_file=v850/v850.md
2611         out_file=v850/v850.c
2612         if test x$stabs = xyes
2613         then
2614                 tm_file="${tm_file} dbx.h"
2615         fi
2616         use_collect2=no
2617         c_target_objs="v850-c.o"
2618         cxx_target_objs="v850-c.o"
2619         ;;
2620 v850-*-*)
2621         target_cpu_default="TARGET_CPU_generic"
2622         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2623         tmake_file=v850/t-v850
2624         if test x$stabs = xyes
2625         then
2626                 tm_file="${tm_file} dbx.h"
2627         fi
2628         use_collect2=no
2629         c_target_objs="v850-c.o"
2630         cxx_target_objs="v850-c.o"
2631         ;;
2632 vax-*-bsd*)                     # VAXen running BSD
2633         tm_file="${tm_file} vax/bsd.h"
2634         use_collect2=yes
2635         ;;
2636 vax-*-sysv*)                    # VAXen running system V
2637         tm_file="${tm_file} vax/vaxv.h"
2638         xm_defines=POSIX
2639         ;;
2640 vax-*-netbsdelf*)
2641         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2642         float_format=vax
2643         ;;
2644 vax-*-netbsd*)
2645         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2646         tmake_file=t-netbsd
2647         extra_parts=""
2648         use_collect2=yes
2649         ;;
2650 vax-*-openbsd*)
2651         tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
2652         use_collect2=yes
2653         ;;
2654 vax-*-ultrix*)                  # VAXen running ultrix
2655         tm_file="${tm_file} vax/ultrix.h"
2656         ;;
2657 vax-*-vms*)                     # VAXen running VMS
2658         echo "Configuration $machine no longer supported" 1>&2
2659         exit 1
2660         ;;
2661 vax-*-*)                        # VAX default entry
2662         ;;
2663 xscale-*-elf)
2664         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2665         tmake_file=arm/t-xscale-elf
2666         out_file=arm/arm.c
2667         md_file=arm/arm.md
2668         extra_modes=arm/arm-modes.def
2669         ;;
2670 xscale-*-coff)
2671         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
2672         tmake_file=arm/t-xscale-coff
2673         out_file=arm/arm.c
2674         md_file=arm/arm.md
2675         extra_modes=arm/arm-modes.def
2676         ;;
2677 xstormy16-*-elf)
2678         # For historical reasons, the target files omit the 'x'.
2679         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2680         tm_p_file=stormy16/stormy16-protos.h
2681         md_file=stormy16/stormy16.md
2682         out_file=stormy16/stormy16.c
2683         tmake_file="stormy16/t-stormy16"
2684         extra_parts="crtbegin.o crtend.o"
2685         ;;
2686 xtensa-*-elf*)
2687         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2688         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2689         ;;
2690 xtensa-*-linux*)
2691         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2692         tmake_file="t-linux xtensa/t-xtensa xtensa/t-linux"
2693         ;;
2694 *)
2695         echo "*** Configuration $machine not supported" 1>&2
2696         exit 1
2697         ;;
2698 esac
2699
2700 case $machine in
2701 *-*-sysv*)
2702         install_headers_dir=install-headers-cpio
2703         ;;
2704 esac
2705
2706 # Distinguish i[34567]86
2707 # Also, do not run mips-tfile on MIPS if using gas.
2708 # Process --with-cpu= for PowerPC/rs6000
2709 target_cpu_default2=
2710 case $machine in
2711 i486-*-*)
2712         target_cpu_default2=TARGET_CPU_DEFAULT_i486
2713         ;;
2714 i586-*-*)
2715         case $target_alias in
2716                 k6_2-*)
2717                         target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2718                         ;;
2719                 k6_3-*)
2720                         target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2721                         ;;
2722                 k6-*)
2723                         target_cpu_default2=TARGET_CPU_DEFAULT_k6
2724                         ;;
2725                 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2726                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
2727                         ;;
2728                 *)
2729                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium
2730                         ;;
2731         esac
2732         ;;
2733 i686-*-* | i786-*-*)
2734         case $target_alias in
2735                 k8-*)
2736                         target_cpu_default2=TARGET_CPU_DEFAULT_k8
2737                         ;;
2738                 athlon_xp-*|athlon_mp-*|athlon_4-*)
2739                         target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2740                         ;;
2741                 athlon_tbird-*|athlon-*)
2742                         target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2743                         ;;
2744                 pentium2-*)
2745                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2746                         ;;
2747                 pentium3-*)
2748                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2749                         ;;
2750                 pentium4-*)
2751                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
2752                         ;;
2753                 *)
2754                         target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
2755                         ;;
2756         esac
2757         ;;
2758 x86_64-*-*)
2759         # We should have hammer chip here, but it does not exist yet and
2760         # thus it is not supported.  Athlon_SSE is probably equivalent feature
2761         # wise to hammer from our point of view except for 64bit mode.
2762         target_cpu_default2=TARGET_CPU_DEFAULT_k8
2763         ;;
2764 alpha*-*-*)
2765         case $machine in
2766                 alphaev6[78]*)
2767                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2768                         ;;
2769                 alphaev6*)
2770                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2771                         ;;
2772                 alphapca56*)
2773                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2774                         ;;
2775                 alphaev56*)
2776                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2777                         ;;
2778                 alphaev5*)
2779                         target_cpu_default2="MASK_CPU_EV5"
2780                         ;;
2781         esac
2782
2783         if test x$gas = xyes
2784         then
2785                 if test "$target_cpu_default2" = ""
2786                 then
2787                         target_cpu_default2="MASK_GAS"
2788                 else
2789                         target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2790                 fi
2791         fi
2792         ;;
2793 arm*-*-*)
2794         case "x$with_cpu" in
2795                 x)
2796                         # The most generic
2797                         target_cpu_default2="TARGET_CPU_generic"
2798                         ;;
2799
2800                 # Distinguish cores, and major variants
2801                 # arm7m doesn't exist, but D & I don't affect code
2802                 xarm[236789] | xarm250 | xarm[67][01]0 \
2803                 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
2804                 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
2805                 | xxscale \
2806                 | xep9312 \
2807                 | xstrongarm | xstrongarm110 | xstrongarm1100)
2808                         target_cpu_default2="TARGET_CPU_$with_cpu"
2809                         ;;
2810
2811                 xyes | xno)
2812                         echo "--with-cpu must be passed a value" 1>&2
2813                         exit 1
2814                         ;;
2815
2816                 *)
2817                         if test x$pass2done = xyes
2818                         then
2819                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2820                                 exit 1
2821                         fi
2822                         ;;
2823         esac
2824         case $machine in
2825                 9ep9312-*-*)
2826                         target_cpu_default2="TARGET_CPU_9ep9312"
2827                         ;;
2828         esac
2829         ;;
2830
2831 hppa*-*-* | parisc*-*-*)
2832         if test x$gas = xyes
2833         then
2834                 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2835         fi
2836         case $machine in
2837                 hppa1* | parisc1*)
2838                         tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
2839                         ;;
2840         esac
2841         ;;
2842 mips*-*-*)
2843         case $machine in
2844         mips*-*-ecoff* | mips*-*-elf*)
2845                 if test x$gas = xyes
2846                 then
2847                         if test x$gnu_ld = xyes
2848                         then
2849                                 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2850                         else
2851                                 target_cpu_default2="MASK_GAS"
2852                         fi
2853                 fi
2854                 ;;
2855         mips*-*-*)
2856                 if test x$gas = xyes
2857                 then
2858                         target_cpu_default2="MASK_GAS"
2859                 fi
2860                 ;;
2861         esac
2862         case $machine in
2863                 mips*el-*-*)
2864                         tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2865                         ;;
2866         esac
2867         case $tm_file in
2868                 *mips/elf.h* | *mips/elf64.h*)
2869                         tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2870                         ;;
2871         esac
2872         if test "x$enable_gofast" = xyes
2873         then
2874                 tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines"
2875                 tm_file="gofast.h $tm_file"
2876                 tmake_file="mips/t-gofast $tmake_file"
2877         else
2878                 tmake_file="mips/t-mips $tmake_file"
2879         fi
2880         ;;
2881 powerpc*-*-* | rs6000-*-*)
2882         if test x$enable_altivec = xyes
2883         then
2884                 tm_file="$tm_file rs6000/altivec-defs.h"
2885         fi
2886         case "x$with_cpu" in
2887                 x)
2888                         ;;
2889
2890                 xcommon | xpowerpc | xpowerpc64 \
2891                   | xpower | xpower2 | xpower3 | xpower4 \
2892                   | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2893                   | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2894                   | x740 | x750 | x7400 | x7450 | x505)
2895                         target_cpu_default2="\\\"$with_cpu\\\""
2896                         ;;
2897
2898                 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
2899                         target_cpu_default2="\\\"$with_cpu\\\""
2900                         ;;
2901
2902                 xyes | xno)
2903                         echo "--with-cpu must be passed a value" 1>&2
2904                         exit 1
2905                         ;;
2906
2907                 *)
2908                         if test x$pass2done = xyes
2909                         then
2910                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2911                                 exit 1
2912                         fi
2913                         ;;
2914         esac
2915         out_file=rs6000/rs6000.c
2916         c_target_objs="${c_target_objs} rs6000-c.o"
2917         cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2918         tmake_file="rs6000/t-rs6000 ${tmake_file}"
2919         ;;
2920 sparc*-*-*)
2921         case ".$with_cpu" in
2922                 .)
2923                         target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2924                         ;;
2925                 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2926                         target_cpu_default2="TARGET_CPU_$with_cpu"
2927                         ;;
2928                 *)
2929                         if test x$pass2done = xyes
2930                         then
2931                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2932                                 exit 1
2933                         fi
2934                         ;;
2935         esac
2936         ;;
2937 v850*-*-*)
2938         case "x$with_cpu" in
2939                 x)
2940                         ;;
2941                 xv850e)
2942                         target_cpu_default2="TARGET_CPU_$with_cpu"
2943                         ;;
2944                 *)
2945                         if test x$pass2done = xyes
2946                         then
2947                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2948                                 exit 1
2949                         fi
2950                         ;;
2951         esac
2952         ;;
2953 esac
2954
2955 if test "$target_cpu_default2" != ""
2956 then
2957         if test "$target_cpu_default" != ""
2958         then
2959                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2960         else
2961                 target_cpu_default=$target_cpu_default2
2962         fi
2963 fi
2964
2965 # Save data on machine being used to compile GCC in build_xm_file.
2966 # Save data on host machine in vars host_xm_file and host_xmake_file.
2967 if test x$pass1done = x
2968 then
2969         if test x$xm_file != x
2970         then build_xm_file=$xm_file
2971         fi
2972         build_xm_defines=$xm_defines
2973         build_install_headers_dir=$install_headers_dir
2974         build_exeext=$exeext
2975         pass1done=yes
2976 else
2977         if test x$pass2done = x
2978         then
2979                 if test x$xm_file != x
2980                 then host_xm_file=$xm_file
2981                 fi
2982                 host_xm_defines=$xm_defines
2983                 host_xmake_file="$xmake_file"
2984                 host_truncate_target=$truncate_target
2985                 host_extra_gcc_objs=$extra_gcc_objs
2986                 host_extra_objs=$extra_host_objs
2987                 host_exeext=$exeext
2988                 out_host_hook_obj=$host_hook_obj
2989                 pass2done=yes
2990         fi
2991 fi