OSDN Git Service

Add support multilib parts for m32rx processor.
[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 # Don't carry these over build->host->target.  Please.
228 xm_file=
229 md_file=
230
231 # Obsolete configurations.
232 case $machine in
233  dummy)
234     if test "x$enable_obsolete" != xyes; then
235       echo "*** Configuration $machine is obsolete." >&2
236       echo "*** Specify --enable-obsolete to build it anyway." >&2
237       echo "*** Support will be REMOVED in the next major release of GCC," >&2
238       echo "*** unless a maintainer comes forward." >&2
239       exit 1
240     fi;;
241 esac
242
243 # Unsupported targets list.  Do not put an entry in this list unless
244 # it would otherwise be caught by a more permissive pattern.  The list
245 # should be in alphabetical order.
246 case $machine in
247    alpha*-*-linux*libc1*                \
248  | i[34567]86-sequent-sysv*             \
249  | i[34567]86-go32-*                    \
250  | i[34567]86-*-go32*                   \
251  | m68k-*-linux*aout*                   \
252  | m68k-*-linux*libc1*                  \
253  | mips64orion*-*-rtems*                \
254  | powerpc-*-linux*libc1*               \
255  | sparc-*-linux*aout*                  \
256  | sparc-*-linux*libc1*                 \
257  | sparc-hal-solaris2*                  \
258  | thumb-*-*                            \
259  | *-*-linux*coff*                      \
260  | *-*-linux*oldld*                     \
261  | *-*-rtemsaout*                       \
262  | *-*-rtemscoff*                       \
263  )
264         echo "*** Configuration $machine not supported" 1>&2
265         exit 1
266         ;;
267 esac
268
269 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
270 # updated in each machine entry.  Also set default extra_headers for some
271 # machines.
272 tm_p_file=
273 cpu_type=`echo $machine | sed 's/-.*$//'`
274 case $machine in
275 alpha*-*-*)
276         cpu_type=alpha
277         need_64bit_hwint=yes
278         ;;
279 arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
280         cpu_type=arm
281         extra_headers="mmintrin.h"
282         ;;
283 i[34567]86-*-*)
284         cpu_type=i386
285         extra_headers="mmintrin.h xmmintrin.h"
286         ;;
287 x86_64-*-*)
288         cpu_type=i386
289         extra_headers="mmintrin.h xmmintrin.h"
290         need_64bit_hwint=yes
291         ;;
292 ia64-*-*)
293         extra_headers=ia64intrin.h
294         need_64bit_hwint=yes
295         ;;
296 hppa*-*-* | parisc*-*-*)
297         cpu_type=pa
298         ;;
299 m680[012]0-*-*)
300         cpu_type=m68k
301         extra_headers=math-68881.h
302         ;;
303 m68k-*-*)
304         extra_headers=math-68881.h
305         ;;
306 mips*-*-*)
307         cpu_type=mips
308         need_64bit_hwint=yes
309         ;;
310 powerpc*-*-*)
311         cpu_type=rs6000
312         extra_headers="ppc-asm.h altivec.h spe.h"
313         need_64bit_hwint=yes
314         ;;
315 rs6000*-*-*)
316         need_64bit_hwint=yes
317         ;;
318 sparc64*-*-*)
319         cpu_type=sparc
320         need_64bit_hwint=yes
321         ;;
322 sparc*-*-*)
323         cpu_type=sparc
324         ;;
325 s390*-*-*)
326         need_64bit_hwint=yes
327         ;;
328 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
329 sh[123456789l]*-*-*)
330         cpu_type=sh
331         need_64bit_hwint=yes
332         ;;
333 tic4x-*-*)
334         cpu_type=c4x
335         ;;
336 esac
337
338 tm_file=${cpu_type}/${cpu_type}.h
339 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
340 then
341         tm_p_file=${cpu_type}/${cpu_type}-protos.h
342 fi
343 extra_modes=
344 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
345 then
346         extra_modes=${cpu_type}/${cpu_type}-modes.def
347 fi
348
349 case $machine in
350 x86_64-*-*)
351         tm_file="i386/biarch64.h ${tm_file}"
352         ;;
353 esac
354
355 # On a.out targets, we need to use collect2.
356 case $machine in
357 *-*-*aout*)
358         use_collect2=yes
359         ;;
360 esac
361
362 # Common parts for widely ported systems.
363 case $machine in
364 *-*-linux*)
365         case $machine in
366          *-*-linux*libc1* | *-*-linux*aout*)
367                 ;;
368         *)
369                 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
370                 gas=yes gnu_ld=yes
371                 case x${enable_threads} in
372                         x | xyes | xposix) thread_file='posix'
373                         ;;
374                 esac
375                 ;;
376         esac
377         ;;
378 *-*-gnu*)
379         # On the Hurd, the setup is just about the same on
380         # each different CPU.  The specific machines that we
381         # support are matched above and just set $cpu_type.
382         tm_file="${cpu_type}/gnu.h"
383         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
384         # GNU always uses ELF.
385         elf=yes
386         # GNU tools are the only tools.
387         gnu_ld=yes
388         gas=yes
389         # These details are the same as for Linux.
390         # But here we need a little extra magic.
391         tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
392         case $machine in
393         alpha*)
394                 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
395                 ;;
396         i[34567]86-*-*)
397                 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}"
398                 ;;
399         esac
400         ;;
401 *-*-openbsd*)
402         tm_file=${cpu_type}/openbsd.h
403         tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
404         if test x$enable_threads = xyes; then
405                 thread_file='posix'
406                 tmake_file="${tmake_file} t-openbsd-thread"
407         fi
408         ;;
409 *-*-netbsd*)
410         tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
411         gas=yes
412         gnu_ld=yes
413
414         # NetBSD 2.0 and later get POSIX threads enabled by default.
415         # Allow them to be explicitly enabled on any other version.
416         case x${enable_threads} in
417         x)
418                 case $machine in
419                 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
420                         thread_file='posix'
421                         tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
422                         ;;
423                 esac
424                 ;;
425         xyes | xposix)
426                 thread_file='posix'
427                 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
428                 ;;
429         esac
430
431         # NetBSD 1.7 and later are set up to use GCC's crtstuff for
432         # ELF configurations.  We will clear extra_parts in the
433         # a.out configurations.
434         case $machine in
435         *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
436                 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
437                 ;;
438         esac
439         ;;
440 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
441         # This is the place-holder for the generic a.out configuration
442         # of FreeBSD.  No actual configuration resides here since
443         # there was only ever a bare-bones ix86 configuration for
444         # a.out and it exists solely in the machine-specific section.
445         # This place-holder must exist to avoid dropping into
446         # the generic ELF configuration of FreeBSD (i.e. it must be
447         # ordered before that section).
448         ;;
449 *-*-freebsd*)
450         # This is the generic ELF configuration of FreeBSD.  Later
451         # machine-specific sections may refine and add to this
452         # configuration.
453         #
454         # Due to tm_file entry ordering issues that vary between cpu
455         # architectures, we only define fbsd_tm_file to allow the
456         # machine-specific section to dictate the final order of all
457         # entries of tm_file with the minor exception that components
458         # of the tm_file set here will always be of the form:
459         #
460         # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
461         #
462         # The machine-specific section should not tamper with this
463         # ordering but may order all other entries of tm_file as it
464         # pleases around the provided core setting.
465         gas=yes
466         gnu_ld=yes
467         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
468         case $machine in
469         *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
470         *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
471         *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
472         *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
473         *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
474         esac
475         tmake_file="t-slibgcc-elf-ver t-freebsd"
476         xmake_file=none
477         case x${enable_threads} in
478         xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
479         x | xyes | xpthreads | xposix)
480                 thread_file='posix'
481                 tmake_file="${tmake_file} t-freebsd-thread"
482                 # Before 5.0, FreeBSD can't bind shared libraries to -lc
483                 # when "optionally" threaded via weak pthread_* checks.
484                 case $machine in
485                 *-*-freebsd[34] | *-*-freebsd[34].*)
486                         tmake_file="${tmake_file} t-slibgcc-nolc-override";;
487                 esac
488                 ;;
489         *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
490         esac
491         fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
492         ;;
493 *-*-darwin*)
494         tm_file="${tm_file} darwin.h"
495         tm_p_file="${tm_p_file} darwin-protos.h"
496         tmake_file="t-darwin"
497         target_gtfiles="\$(srcdir)/config/darwin.c"
498         c_target_objs="darwin-c.o"
499         cxx_target_objs="darwin-c.o"
500         extra_parts="crt2.o"
501         extra_objs="darwin.o"
502         ;;      
503 *-*-vxworks*)
504         tmake_file=t-vxworks
505         tm_file="${tm_file} elfos.h svr4.h vxworks.h"
506         thread_file='vxworks'
507         use_collect2=yes
508         ;;
509 esac
510
511 case $machine in
512 # Support site-specific machine types.
513 *local*)
514         rest=`echo $machine | sed -e "s/$cpu_type-//"`
515         tm_file=${cpu_type}/$rest.h
516         if test -f $srcdir/config/${cpu_type}/xm-$rest.h
517         then xm_file=${cpu_type}/xm-$rest.h
518         fi
519         if test -f $srcdir/config/${cpu_type}/x-$rest
520         then xmake_file=${cpu_type}/x-$rest
521         fi
522         if test -f $srcdir/config/${cpu_type}/t-$rest
523         then tmake_file=${cpu_type}/t-$rest
524         fi
525         ;;
526 alpha*-*-unicosmk*)
527         use_collect2=yes
528         tm_file="${tm_file} alpha/unicosmk.h"
529
530         # Don't include t-ieee for now because we don't support that yet
531         # tmake_file="alpha/t-ieee"
532         tmake_file="alpha/t-unicosmk"
533         ;;
534 alpha*-*-linux*)
535         tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
536         target_cpu_default="MASK_GAS"
537         tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
538         ;;
539 alpha*-*-gnu*)
540         target_cpu_default="MASK_GAS"
541         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
542         ;;
543 alpha*-*-freebsd*)
544         tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
545         target_cpu_default="MASK_GAS"
546         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
547         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
548         ;;
549 alpha*-*-netbsd*)
550         tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
551         target_cpu_default="MASK_GAS"
552         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
553         ;;
554
555 alpha*-*-openbsd*)
556         tm_file="${cpu_type}/${cpu_type}.h ${tm_file}"
557         # default x-alpha is only appropriate for dec-osf.
558         target_cpu_default="MASK_GAS"
559         tmake_file="alpha/t-alpha alpha/t-ieee"
560         ;;
561
562 alpha*-dec-osf[45]*)
563         if test x$stabs = xyes
564         then
565                 tm_file="${tm_file} dbx.h"
566         fi
567         if test x$gas != xyes
568         then
569                 extra_passes="mips-tfile mips-tdump"
570         fi
571         use_collect2=yes
572         tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
573         tm_file="${tm_file} alpha/osf.h"
574         extra_headers=va_list.h
575         case $machine in
576           *-*-osf4*)
577             # Some versions of OSF4 (specifically X4.0-9 296.7) have
578             # a broken tar, so we use cpio instead.
579             install_headers_dir=install-headers-cpio
580             # Set target_cpu_default except on 4.0a.
581             case $machine in
582                 *-*-osf4.0a) ;;
583                 *) target_cpu_default=MASK_SUPPORT_ARCH
584             esac
585             ;;
586           *-*-osf5*)
587             tm_file="${tm_file} alpha/osf5.h"
588             target_cpu_default=MASK_SUPPORT_ARCH
589             ;;
590         esac
591         ;;
592 alpha64-dec-*vms*)
593         tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
594         xm_file="alpha/xm-vms.h"
595         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
596         xmake_file=alpha/x-vms
597         exeext=.exe
598         # This removes the cpu type and manufacturer components and
599         #  replaces "." with "_" in the operating system version.
600         case $host in *-*-*vms*)
601                 target_alias=`echo $host \
602                   | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
603                 ;;
604         esac
605         install_headers_dir=install-headers-cp
606         prefix=/gnu
607         local_prefix=/gnu
608         ;;
609 alpha*-dec-*vms*)
610         tm_file="${tm_file} alpha/vms.h"
611         xm_file=alpha/xm-vms.h
612         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
613         xmake_file=alpha/x-vms
614         exeext=.exe
615         # This removes the cpu type and manufacturer components and
616         #  replaces "." with "_" in the operating system version.
617         case $host in *-*-*vms*)
618                 target_alias=`echo $host \
619                   | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
620                 ;;
621         esac
622         install_headers_dir=install-headers-cp
623         prefix=/gnu
624         local_prefix=/gnu
625         ;;
626 arc-*-elf*)
627         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
628         extra_parts="crtinit.o crtfini.o"
629         ;;
630 arm-*-coff* | armel-*-coff*)
631         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
632         tmake_file=arm/t-arm-coff
633         ;;
634 arm-semi-aof | armel-semi-aof)
635         tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
636         tmake_file=arm/t-semi
637         ;;
638 arm*-*-freebsd*|strongarm*-*-freebsd*)
639         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
640         tmake_file="${tmake_file} arm/t-strongarm-elf"
641         ;;
642 arm*-*-netbsdelf*)
643         tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
644         tmake_file="${tmake_file} arm/t-netbsd"
645         ;;
646 arm*-*-netbsd*)
647         tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
648         tmake_file="t-netbsd arm/t-netbsd"
649         extra_parts=""
650         use_collect2=yes
651         ;;
652 arm*-*-linux*)                  # ARM GNU/Linux with ELF
653         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h"
654         tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
655         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
656         gnu_ld=yes
657         case x${enable_threads} in
658         x | xyes | xpthreads | xposix)
659                 thread_file='posix'
660                 ;;
661         esac
662         ;;
663 arm*-*-uclinux*)                # ARM ucLinux
664         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"
665         tmake_file=arm/t-arm-elf
666         ;;
667 arm*-*-ecos-elf)
668         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
669         tmake_file=arm/t-arm-elf
670         ;;
671 arm*-*-rtems*)
672         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"
673         tmake_file="arm/t-arm-elf t-rtems"
674         if test x$enable_threads = xyes; then
675           thread_file='rtems'
676         fi
677         ;;
678 arm*-*-elf | ep9312-*-elf)
679         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
680         tmake_file=arm/t-arm-elf
681         ;;
682 arm-*-pe*)
683         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
684         tmake_file=arm/t-pe
685         extra_objs="pe.o"
686         ;;
687 avr-*-*)
688         ;;
689 c4x-*-rtems* | tic4x-*-rtems*)
690         tmake_file="c4x/t-c4x t-rtems"
691         tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
692         if test x$enable_threads = xyes; then
693           thread_file='rtems'
694         fi
695         c_target_objs="c4x-c.o"
696         cxx_target_objs="c4x-c.o"
697         ;;
698 c4x-* | tic4x-*)
699         tmake_file=c4x/t-c4x
700         c_target_objs="c4x-c.o"
701         cxx_target_objs="c4x-c.o"
702         ;;
703 cris-*-aout)
704         tm_file="dbxelf.h ${tm_file} cris/aout.h"
705         gas=yes
706         tmake_file="cris/t-cris cris/t-aout"
707         ;;
708 cris-*-elf | cris-*-none)
709         tm_file="dbxelf.h elfos.h ${tm_file}"
710         tmake_file="cris/t-cris cris/t-elfmulti"
711         gas=yes
712         ;;
713 cris-*-linux*)
714         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
715         tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
716         ;;
717 d30v-*)
718         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
719         ;;
720 dsp16xx-*)
721         ;;
722 fr30-*-elf)
723         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
724         tmake_file=fr30/t-fr30
725         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
726         ;;
727 frv-*-elf)
728         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
729         tmake_file=frv/t-frv
730         ;;
731 h8300-*-rtems*)
732         tmake_file="h8300/t-h8300 t-rtems"
733         tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
734         if test x$enable_threads = xyes; then
735           thread_file='rtems'
736         fi
737         ;;
738 h8300-*-elf*)
739         tmake_file="h8300/t-h8300 h8300/t-elf"
740         tm_file="h8300/h8300.h h8300/elf.h"
741         ;;
742 h8300-*-*)
743         ;;
744 hppa*64*-*-linux* | parisc*64*-*-linux*)
745         target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
746         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
747                  pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
748         tmake_file=pa/t-linux64
749         gas=yes gnu_ld=yes
750         need_64bit_hwint=yes
751         ;;
752 hppa*-*-linux* | parisc*-*-linux*)
753         target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS"
754         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
755                  pa/pa32-regs.h pa/pa32-linux.h"
756         tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
757         ;;
758 hppa*-*-openbsd*)
759         target_cpu_default="MASK_PA_11"
760         tmake_file=pa/t-bsd
761         ;;
762 hppa1.1-*-pro*)
763         target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
764         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
765         tmake_file="pa/t-bsd pa/t-pro"
766         xmake_file="pa/x-ada"
767         ;;
768 hppa1.1-*-osf*)
769         target_cpu_default="MASK_PA_11"
770         tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
771         tmake_file="pa/t-bsd pa/t-pa"
772         xmake_file="pa/x-ada"
773         use_collect2=yes
774         ;;
775 hppa1.1-*-rtems*)
776         target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
777         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"
778         tmake_file="pa/t-bsd pa/t-pro t-rtems"
779         xmake_file="pa/x-ada"
780         if test x$enable_threads = xyes; then
781           thread_file='rtems'
782         fi
783         ;;
784 hppa1.1-*-bsd*)
785         tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
786         target_cpu_default="MASK_PA_11"
787         tmake_file="pa/t-bsd pa/t-pa"
788         xmake_file="pa/x-ada"
789         use_collect2=yes
790         ;;
791 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
792         target_cpu_default="MASK_PA_11"
793         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
794         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
795         xmake_file="pa/x-ada"
796         if test x$enable_threads = x; then
797             enable_threads=$have_pthread_h
798         fi
799         case x${enable_threads} in
800         xyes | xdce)
801                 tmake_file="${tmake_file} pa/t-dce-thr"
802                 ;;
803         esac
804         install_headers_dir=install-headers-cpio
805         use_collect2=yes
806         ;;
807 hppa1.0-*-hpux10*)
808         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
809         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
810         xmake_file="pa/x-ada"
811         if test x$enable_threads = x; then
812             enable_threads=$have_pthread_h
813         fi
814         case x${enable_threads} in
815         xyes | xdce)
816                 tmake_file="${tmake_file} pa/t-dce-thr"
817                 ;;
818         esac
819         install_headers_dir=install-headers-cpio
820         use_collect2=yes
821         ;;
822 hppa*64*-*-hpux11*)
823         if test x$gas = xyes
824         then
825                 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h  \
826                          pa/pa64-regs.h pa/long_double.h pa/pa-hpux.h \
827                          pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
828         else
829                 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
830                          pa/pa64-regs.h pa/long_double.h pa/pa-hpux.h \
831                          pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
832         fi
833         need_64bit_hwint=yes
834         tmake_file="pa/t-pa64 pa/t-pa-hpux"
835         xmake_file="pa/x-ada"
836         target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
837         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
838         if test x$gnu_ld = xyes
839         then
840                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
841         fi
842 #       if [ x$enable_threads = x ]; then
843 #           enable_threads=$have_pthread_h
844 #       fi
845 #       if [ x$enable_threads = xyes ]; then
846 #               thread_file='dce'
847 #               tmake_file="${tmake_file} pa/t-dce-thr"
848 #       fi
849         install_headers_dir=install-headers-cpio
850         ;;
851 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
852         target_cpu_default="MASK_PA_11"
853         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
854         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
855         xmake_file="pa/x-ada"
856 #       if test x$enable_threads = x; then
857 #           enable_threads=$have_pthread_h
858 #       fi
859 #       if test x$enable_threads = xyes; then
860 #               thread_file='dce'
861 #               tmake_file="${tmake_file} pa/t-dce-thr"
862 #       fi
863         install_headers_dir=install-headers-cpio
864         use_collect2=yes
865         ;;
866 hppa1.0-*-hpux11*)
867         tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
868         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
869         xmake_file="pa/x-ada"
870 #       if test x$enable_threads = x; then
871 #           enable_threads=$have_pthread_h
872 #       fi
873 #       if test x$enable_threads = xyes; then
874 #               thread_file='dce'
875 #               tmake_file="${tmake_file} pa/t-dce-thr"
876 #       fi
877         install_headers_dir=install-headers-cpio
878         use_collect2=yes
879         ;;
880 i370-*-opened*)                  # IBM 360/370/390 Architecture
881         xm_defines='FATAL_EXIT_CODE=12'
882         tm_file=i370/oe.h
883         tmake_file="i370/t-oe i370/t-i370"
884         c_target_objs="i370-c.o"
885         cxx_target_objs="i370-c.o"
886         ;;
887 i370-*-mvs*)
888         xm_defines='FATAL_EXIT_CODE=12'
889         tm_file=i370/mvs.h
890         tmake_file="i370/t-i370"
891         c_target_objs="i370-c.o"
892         cxx_target_objs="i370-c.o"
893         ;;
894 i370-*-linux*)
895         tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
896         tmake_file="t-slibgcc-elf-ver t-linux"
897         # broken_install=yes
898         elf=yes
899         ;;
900 i[34567]86-*-darwin*)
901         tm_file="${tm_file} i386/darwin.h"
902         ;;
903 i[34567]86-*-elf*)
904         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
905         tmake_file="i386/t-i386elf t-svr4"
906         ;;
907 i[34567]86-ncr-sysv4*)          # NCR 3000 - ix86 running system V.4
908         xm_defines="SMALL_ARG_MAX"
909         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
910         extra_parts="crtbegin.o crtend.o"
911         tmake_file=i386/t-crtpic
912         ;;
913 i[34567]86-*-netware)           # Intel 80386's running netware
914         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
915         tmake_file=i386/t-netware
916         ;;
917 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
918         if test x$gas = xyes
919         then
920                 tm_file="${tm_file} usegas.h"
921         fi
922         xm_defines="SMALL_ARG_MAX"
923         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
924         tmake_file=t-svr4
925         extra_parts="crtbegin.o crtend.o"
926         install_headers_dir=install-headers-cpio
927         ;;
928 i[34567]86-*-aout*)
929         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
930         ;;
931 i[34567]86-*-beoself* | i[34567]86-*-beos*)
932         tmake_file='i386/t-beos i386/t-crtpic'
933         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
934         extra_parts='crtbegin.o crtend.o'
935         ;;
936 i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
937         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
938         tmake_file=t-freebsd
939         ;;
940 i[34567]86-*-freebsd*)
941         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
942         ;;
943 x86_64-*-freebsd*)
944         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"
945         ;;
946 i[34567]86-*-netbsdelf*)
947         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
948         ;;
949 i[34567]86-*-netbsd*)
950         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
951         tmake_file=t-netbsd
952         extra_parts=""
953         use_collect2=yes
954         ;;
955 x86_64-*-netbsd*)
956         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"
957         ;;
958 i[34567]86-*-openbsd*)
959         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}"
960         # needed to unconfuse gdb
961         tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
962         # we need collect2 until our bug is fixed...
963         use_collect2=yes
964         ;;
965 i[34567]86-*-coff*)
966         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
967         ;;
968 i[34567]86-*-linux*aout*)       # Intel 80386's running GNU/Linux
969                                 # with a.out format
970         tmake_file="t-linux-aout i386/t-crtstuff"
971         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
972         gnu_ld=yes
973         ;;
974 i[34567]86-*-linux*libc1)       # Intel 80386's running GNU/Linux
975                                 # with ELF format using the
976                                 # GNU/Linux C library 5
977         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
978         tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
979         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
980         gnu_ld=yes
981         if test x$enable_threads = xyes; then
982                 thread_file='single'
983         fi
984         ;;
985 i[34567]86-*-linux*)    # Intel 80386's running GNU/Linux
986                         # with ELF format using glibc 2
987                         # aka GNU/Linux C library 6
988         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
989         tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
990         ;;
991 x86_64-*-linux*)
992         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
993                  i386/x86-64.h i386/linux64.h"
994         tmake_file="t-slibgcc-elf-ver t-linux i386/t-linux64"
995         ;;
996 i[34567]86-*-gnu*)
997         ;;
998 i[34567]86-pc-msdosdjgpp*)
999         xm_file=i386/xm-djgpp.h
1000         tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
1001         tmake_file=i386/t-djgpp
1002         gnu_ld=yes
1003         gas=yes
1004         exeext=.exe
1005         case $host in *pc-msdosdjgpp*)
1006                 target_alias=djgpp
1007                 ;;
1008         esac
1009         ;;
1010 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1011         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1012         tmake_file=t-libc-ok
1013         gnu_ld=yes
1014         gas=yes
1015         ;;
1016 i[34567]86-*-lynxos*)
1017         if test x$gas = xyes
1018         then
1019                 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
1020         else
1021                 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
1022         fi
1023         ;;
1024 i[34567]86-*-mach*)
1025         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
1026 #       tmake_file=t-libc-ok
1027         use_collect2=yes
1028         ;;
1029 i[34567]86-*-rtems*)
1030         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1031         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1032         tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1033         if test x$enable_threads = xyes; then
1034           thread_file='rtems'
1035         fi
1036         ;;
1037 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1038         install_headers_dir=install-headers-cpio
1039         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
1040         if test x$gas = xyes
1041         then
1042                 tm_file="usegas.h ${tm_file}"
1043         fi
1044         tmake_file=i386/t-sco5
1045         extra_parts="crtbegin.o crtend.o"
1046         ;;
1047 i[34567]86-*-solaris2*)
1048         xm_defines="SMALL_ARG_MAX"
1049         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
1050         tmake_file="i386/t-sol2 t-svr4"
1051         if test x$gnu_ld = xyes; then
1052                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1053         else
1054                 tmake_file="$tmake_file t-slibgcc-sld"
1055         fi
1056         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1057         if test x${enable_threads} = x; then
1058             enable_threads=$have_pthread_h
1059             if test x${enable_threads} = x; then
1060                 enable_threads=$have_thread_h
1061             fi
1062         fi
1063         if test x${enable_threads} = xyes; then
1064             if test x${have_pthread_h} = xyes; then
1065                 thread_file='posix'
1066             else
1067                 thread_file='solaris'
1068             fi
1069         fi
1070         ;;
1071 i[34567]86-*-sysv5*)           # Intel x86 on System V Release 5
1072        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1073        if test x$stabs = xyes
1074        then
1075                tm_file="${tm_file} dbx.h"
1076        fi
1077        tmake_file="i386/t-crtpic t-svr4"
1078        extra_parts="crtbegin.o crtend.o"
1079        if test x$enable_threads = xyes; then
1080                thread_file='posix'
1081        fi
1082        ;;
1083 i[34567]86-*-sysv4*)            # Intel 80386's running system V.4
1084         xm_defines="SMALL_ARG_MAX"
1085         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1086         if test x$stabs = xyes
1087         then
1088                 tm_file="${tm_file} dbx.h"
1089         fi
1090         tmake_file="i386/t-crtpic t-svr4"
1091         extra_parts="crtbegin.o crtend.o"
1092         ;;
1093 i[34567]86-*-udk*)      # Intel x86 on SCO UW/OSR5 Dev Kit
1094         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"
1095         tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1096         extra_parts="crtbegin.o crtend.o"
1097         install_headers_dir=install-headers-cpio
1098         ;;
1099 i[34567]86-*-sysv*)             # Intel 80386's running system V
1100         if test x$gas = xyes
1101         then
1102                 if test x$stabs = xyes
1103                 then
1104                         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
1105                         tmake_file=i386/t-svr3dbx
1106                         extra_parts="svr3.ifile svr3z.ifile"
1107                 else
1108                         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
1109                         extra_parts="crtbegin.o crtend.o"
1110                         tmake_file=i386/t-crtstuff
1111                 fi
1112         else
1113                 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
1114                 extra_parts="crtbegin.o crtend.o"
1115                 tmake_file=i386/t-crtstuff
1116         fi
1117         tmake_file="$tmake_file i386/t-crtpic"
1118         ;;
1119 i386-*-vsta)                    # Intel 80386's running VSTa kernel
1120         xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1121         tm_file="${tm_file} i386/vsta.h"
1122         ;;
1123 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1124         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1125         xm_file=i386/xm-cygwin.h
1126         tmake_file="i386/t-cygming i386/t-cygwin"
1127         extra_objs=winnt.o
1128         c_target_objs=cygwin2.o
1129         cxx_target_objs=cygwin2.o
1130         if test x$enable_threads = xyes; then
1131                 thread_file='posix'
1132         fi
1133         exeext=.exe
1134         ;;
1135 i[34567]86-*-mingw32*)
1136         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1137         xm_file=i386/xm-mingw32.h
1138         tmake_file="i386/t-cygming i386/t-mingw32"
1139         xmake_file=i386/x-mingw32
1140         extra_objs=winnt.o
1141         if test x$enable_threads = xyes; then
1142                 thread_file='win32'
1143         fi
1144         exeext=.exe
1145         case $machine in
1146                 *mingw32crt*)
1147                         tm_file="${tm_file} i386/crtdll.h"
1148                         ;;
1149                 *mingw32msv* | *mingw32*)
1150                         ;;
1151         esac
1152         ;;
1153 i[34567]86-*-uwin*)
1154         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1155         tmake_file="i386/t-cygwin i386/t-uwin"
1156         extra_objs=winnt.o
1157         if test x$enable_threads = xyes; then
1158                 thread_file='win32'
1159         fi
1160         exeext=.exe
1161         ;;
1162 i[34567]86-*-interix3*)
1163         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"
1164         tmake_file="t-interix i386/t-interix"
1165         extra_objs=winnt.o
1166         xmake_file="x-interix"
1167         if test x$enable_threads = xyes ; then
1168                 thread_file='posix'
1169         fi
1170         if test x$stabs = xyes ; then
1171                 tm_file="${tm_file} dbxcoff.h"
1172         fi
1173         ;;
1174 i[34567]86-*-interix*)
1175         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1176         tmake_file="t-interix i386/t-interix"
1177         extra_objs=winnt.o
1178         if test x$enable_threads = xyes ; then
1179                 thread_file='posix'
1180         fi
1181         if test x$stabs = xyes ; then
1182                 tm_file="${tm_file} dbxcoff.h"
1183         fi
1184         ;;
1185 i960-*-coff*)
1186         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1187         tmake_file=i960/t-960bare
1188         c_target_objs="i960-c.o"
1189         cxx_target_objs="i960-c.o"
1190         ;;
1191 i960-*-rtems)
1192         tmake_file="i960/t-960bare t-rtems"
1193         tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1194         if test x$enable_threads = xyes; then
1195           thread_file='rtems'
1196         fi
1197         c_target_objs="i960-c.o"
1198         cxx_target_objs="i960-c.o"
1199         ;;
1200 i960-*-*)                       # Default i960 environment.
1201         use_collect2=yes
1202         tmake_file=i960/t-960bare
1203         c_target_objs="i960-c.o"
1204         cxx_target_objs="i960-c.o"
1205         ;;
1206 ia64*-*-elf*)
1207         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1208         tmake_file="ia64/t-ia64"
1209         target_cpu_default="0"
1210         if test x$gas = xyes
1211         then
1212                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1213         fi
1214         if test x$gnu_ld = xyes
1215         then
1216                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1217         fi
1218         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1219         ;;
1220 ia64*-*-freebsd*)
1221         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1222         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1223         tmake_file="${tmake_file} ia64/t-ia64"
1224         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1225         ;;
1226 ia64*-*-linux*)
1227         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1228         tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1229         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1230         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1231         if test x"$use_libunwind_exceptions" = xyes; then
1232           tmake_file="$tmake_file t-libunwind"
1233         fi
1234         ;;
1235 ia64*-*-hpux*)
1236         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1237         tmake_file="ia64/t-ia64 ia64/t-hpux"
1238         target_cpu_default="MASK_GNU_AS"
1239         if test x$enable_threads = xyes; then
1240                 thread_file='posix'
1241         fi
1242         use_collect2=no
1243         c_target_objs="ia64-c.o"
1244         cxx_target_objs="ia64-c.o"
1245         ;;
1246 ip2k-*-elf)
1247         ;;
1248 m32r-*-elf*)
1249         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1250         extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1251         ;;
1252 # m68hc11 and m68hc12 share the same machine description.
1253 m68hc11-*-*|m6811-*-*)
1254         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1255         tm_p_file="m68hc11/m68hc11-protos.h"
1256         md_file="m68hc11/m68hc11.md"
1257         out_file="m68hc11/m68hc11.c"
1258         tmake_file="m68hc11/t-m68hc11-gas"
1259         ;;
1260 m68hc12-*-*|m6812-*-*)
1261         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1262         tm_p_file="m68hc11/m68hc11-protos.h"
1263         md_file="m68hc11/m68hc11.md"
1264         out_file="m68hc11/m68hc11.c"
1265         tmake_file="m68hc11/t-m68hc11-gas"
1266         ;;
1267 m68000-hp-hpux*)                # HP 9000 series 300
1268         if test x$gas = xyes
1269         then
1270                 tm_file=m68k/hp310g.h
1271         else
1272                 tm_file=m68k/hp310.h
1273         fi
1274         tmake_file=m68k/t-hp320
1275         install_headers_dir=install-headers-cpio
1276         use_collect2=yes
1277         ;;
1278 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1279         if test x$gas = xyes
1280         then
1281                 tm_file=m68k/hp320g.h
1282         else
1283                 tm_file=m68k/hpux7.h
1284         fi
1285         install_headers_dir=install-headers-cpio
1286         use_collect2=yes
1287         ;;
1288 m68k-hp-hpux*)  # HP 9000 series 300
1289         if test x$gas = xyes
1290         then
1291                 tm_file=m68k/hp320g.h
1292         else
1293                 tm_file=m68k/hp320.h
1294         fi
1295         install_headers_dir=install-headers-cpio
1296         use_collect2=yes
1297         ;;
1298 m68k-*-aout*)
1299         tmake_file=m68k/t-m68kbare
1300         tm_file="m68k/m68k-aout.h libgloss.h"
1301         ;;
1302 m68k-*-coff*)
1303         tmake_file=m68k/t-m68kbare
1304         tm_file="m68k/m68k-coff.h dbx.h"
1305         ;;
1306 m68020-*-elf* | m68k-*-elf*)
1307         tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1308         tmake_file=m68k/t-m68kelf
1309         extra_parts="crtbegin.o crtend.o"
1310         ;;
1311 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1312         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1313         case $machine in
1314         m68010*)
1315                 target_cpu_default="0"
1316                 ;;
1317         *)
1318                 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1319                 ;;
1320         esac
1321         ;;
1322 m68k*-*-netbsd*)
1323         tm_file=m68k/netbsd.h
1324         tmake_file=t-netbsd
1325         extra_parts=""
1326         use_collect2=yes
1327         ;;
1328 m68k*-*-openbsd*)
1329         # needed to unconfuse gdb
1330         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1331         # we need collect2 until our bug is fixed...
1332         use_collect2=yes
1333         ;;
1334 m68k-*-sysv4*)                  # Motorola m68k's running system V.4
1335         tm_file=m68k/m68kv4.h
1336         tmake_file=t-svr4
1337         extra_parts="crtbegin.o crtend.o"
1338         ;;
1339 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
1340                                 # with ELF format using glibc 2
1341                                 # aka the GNU/Linux C library 6.
1342         tm_file=m68k/linux.h
1343         tmake_file="t-slibgcc-elf-ver t-linux"
1344         ;;
1345 m68k-*-rtems*)
1346         tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1347         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"
1348         extra_parts="crtbegin.o crtend.o"
1349         if test x$enable_threads = xyes; then
1350           thread_file='rtems'
1351         fi
1352         ;;
1353 mcore-*-elf)
1354         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1355         tmake_file=mcore/t-mcore
1356         ;;
1357 mcore-*-pe*)
1358         tm_file=mcore/mcore-pe.h
1359         tmake_file=mcore/t-mcore-pe
1360         ;;
1361 mips-sgi-irix6*o32)             # SGI System V.4., IRIX 6, O32 ABI
1362         if test x$gas = xyes
1363         then
1364                 tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h"
1365                 if test x$stabs = xyes
1366                 then
1367                         tm_file="${tm_file} dbx.h"
1368                 fi
1369                 tmake_file=mips/t-iris5-gas
1370         else
1371                 tm_file="mips/iris5.h mips/iris6-o32-as.h"
1372                 tmake_file=mips/t-iris5-as
1373         fi
1374         tm_file="${tm_file} mips/iris6-o32.h"
1375         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1376         xm_file=mips/xm-iris5.h
1377         # mips-tfile doesn't work yet
1378         # See comment in mips/iris5.h file.
1379         use_collect2=yes
1380 #       if test x$enable_threads = xyes; then
1381 #               thread_file='irix'
1382 #       fi
1383         ;;
1384 mips-sgi-irix6*)                # SGI System V.4., IRIX 6
1385         if test "x$gnu_ld" = xyes
1386         then
1387                 tm_file="mips/iris6.h mips/iris6gld.h"
1388         else
1389                 tm_file=mips/iris6.h
1390         fi
1391         tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1392 #       if test x$enable_threads = xyes; then
1393 #               thread_file='irix'
1394 #       fi
1395         ;;
1396 mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
1397         tm_file="mips/iris6.h mips/cross64.h"
1398         xm_file=mips/xm-iris5.h
1399         tmake_file="mips/t-iris mips/t-cross64"
1400         # See comment in mips/iris[56].h files.
1401         use_collect2=yes
1402 #       if test x$enable_threads = xyes; then
1403 #               thread_file='irix'
1404 #       fi
1405         ;;
1406 mips-sgi-irix5*)                # SGI System V.4., IRIX 5
1407         if test x$gas = xyes
1408         then
1409                 tm_file="mips/iris5.h mips/iris5gas.h"
1410                 if test x$stabs = xyes
1411                 then
1412                         tm_file="${tm_file} dbx.h"
1413                 fi
1414                 tmake_file=mips/t-iris5-gas
1415         else
1416                 tm_file=mips/iris5.h
1417                 tmake_file=mips/t-iris5-as
1418         fi
1419         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1420         xm_file=mips/xm-iris5.h
1421         # mips-tfile doesn't work yet
1422         # See comment in mips/iris5.h file.
1423         use_collect2=yes
1424 #       if test x$enable_threads = xyes; then
1425 #               thread_file='irix'
1426 #       fi
1427         ;;
1428 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1429         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1430         tm_file="elfos.h ${tm_file} mips/netbsd.h"
1431         tmake_file="${tmake_file}"
1432         ;;
1433 mips64*-*-linux*)
1434         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1435         tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux64"
1436
1437         # This default ABI is a partial lie: t-linux64 overrides the
1438         # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1439         # that is installed.  What GCC thinks of as the default must
1440         # remain as ABI_32 such that the SONAMEs of the libgcc shared
1441         # libraries remain compatible with those of mips-linux-gnu.
1442         tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1443         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1444         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1445         gnu_ld=yes
1446         gas=yes
1447         if test x$enable_threads = xyes; then
1448                 thread_file='posix'
1449         fi
1450         ;;
1451 mips*-*-linux*)                         # Linux MIPS, either endian.
1452         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1453         case $machine in
1454         mipsisa32*-*)
1455                 target_cpu_default="MASK_SOFT_FLOAT"
1456                 tm_defines="MIPS_ISA_DEFAULT=32"
1457                 ;;
1458         esac
1459         tmake_file="t-slibgcc-elf-ver t-linux"
1460         ;;
1461 mips*el-*-openbsd*)     # mips little endian
1462         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1463         ;;
1464 mips*-*-openbsd*)               # mips big endian
1465         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1466         tm_file="mips/openbsd-be.h ${tm_file}"
1467         ;;
1468 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1469         tm_file="${tm_file} mips/elf.h"
1470         tmake_file=mips/t-isa3264
1471         tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1472         ;;
1473 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1474         tm_file="${tm_file} mips/elf.h"
1475         tmake_file=mips/t-isa3264
1476         tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1477         ;;
1478 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1479         tm_file="${tm_file} mips/elf.h"
1480         tmake_file=mips/t-isa3264
1481         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1482         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_EABI"
1483         ;;
1484 mipsisa64sr71k-*-elf*)
1485         tm_file="${tm_file} mips/elf.h"
1486         tmake_file=mips/t-sr71k
1487         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1488         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1489         ;;
1490 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1491         tm_file="${tm_file} mips/elf.h"
1492         tmake_file=mips/t-elf
1493         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1494         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1495         ;;
1496 mips-*-elf* | mipsel-*-elf*)
1497         tm_file="${tm_file} mips/elf.h"
1498         tmake_file=mips/t-elf
1499         ;;
1500 mips64-*-elf* | mips64el-*-elf*)
1501         tm_file="${tm_file} mips/elf64.h"
1502         tmake_file=mips/t-elf
1503         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1504         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1505         ;;
1506 mips64vr-*-elf* | mips64vrel-*-elf*)
1507         tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1508         tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1509         tmake_file=mips/t-vr
1510         ;;
1511 mips64orion-*-elf* | mips64orionel-*-elf*)
1512         tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1513         tmake_file=mips/t-elf
1514         tmake_file=mips/t-elf
1515         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1516         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1517         ;;
1518 mips*-*-rtems*)
1519         tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1520         tmake_file="mips/t-elf t-rtems"
1521         if test x$enable_threads = xyes; then
1522           thread_file='rtems'
1523         fi
1524         ;;
1525 mipstx39-*-elf* | mipstx39el-*-elf*)
1526         tm_file="${tm_file} mips/r3900.h mips/elf.h"
1527         tmake_file=mips/t-r3900
1528         ;;
1529 mmix-knuth-mmixware)
1530         need_64bit_hwint=yes
1531         ;;
1532 mn10300-*-*)
1533         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1534         if test x$stabs = xyes
1535         then
1536                 tm_file="${tm_file} dbx.h"
1537         fi
1538         use_collect2=no
1539         ;;
1540 ns32k-*-netbsdelf*)
1541         echo "GCC does not yet support the ${machine} target"; exit 1
1542         ;;
1543 ns32k-*-netbsd*)
1544         tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1545         # On NetBSD, the headers are already okay, except for math.h.
1546         tmake_file="t-netbsd ns32k/t-ns32k"
1547         extra_parts=""
1548         use_collect2=yes
1549         ;;
1550 pdp11-*-bsd)
1551         tm_file="${tm_file} pdp11/2bsd.h"
1552         ;;
1553 pdp11-*-*)
1554         ;;
1555 avr-*-*)
1556         ;;
1557 powerpc-*-openbsd*)
1558         tmake_file="${tmake_file} rs6000/t-fprules "
1559         extra_headers=
1560         ;;
1561 powerpc64-*-linux*)
1562         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
1563         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-linux64"
1564         ;;
1565 powerpc64-*-gnu*)
1566         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"
1567         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1568         ;;
1569 powerpc-*-beos*)
1570         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1571         tmake_file="rs6000/t-fprules rs6000/t-beos"
1572         extra_headers=
1573         ;;
1574 powerpc-*-darwin*)
1575         tm_file="${tm_file} rs6000/darwin.h"
1576         tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin"
1577         extra_headers=altivec.h
1578         # override ppc default
1579         need_64bit_hwint=
1580         # powerpc-darwin host support.
1581         host_hook_obj=host-darwin.o
1582         xmake_file=rs6000/x-darwin
1583         ;;
1584 powerpc*-*-freebsd*)
1585         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1586         tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1587         ;;
1588 powerpc-*-netbsd*)
1589         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1590         tmake_file="${tmake_file} rs6000/t-netbsd"
1591         ;;
1592 powerpc-*-chorusos*)
1593         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1594         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1595         case x${enable_threads} in
1596           xyes | xpthreads | xposix)
1597                 thread_file='posix'
1598                 ;;
1599         esac
1600         ;;
1601 powerpc-*-eabispe*)
1602         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1603         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1604         ;;
1605 powerpc-*-eabisimaltivec*)
1606         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"
1607         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1608         ;;
1609 powerpc-*-eabisim*)
1610         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1611         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1612         ;;
1613 powerpc-*-elf*)
1614         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1615         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1616         ;;
1617 powerpc-*-eabialtivec*)
1618         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1619         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1620         ;;
1621 powerpc-*-eabi*)
1622         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1623         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1624         ;;
1625 powerpc-*-rtems*)
1626         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
1627         tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm"
1628         if test x$enable_threads = xyes; then
1629           thread_file='rtems'
1630         fi
1631         ;;
1632 powerpc-*-linux*altivec*)
1633         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1634         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1635         ;;
1636 powerpc-*-linux*spe*)
1637         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h"
1638         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1639         ;;
1640 powerpc-*-linux*)
1641         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
1642         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1643         ;;
1644 powerpc-*-gnu-gnualtivec*)
1645         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"
1646         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1647         if test x$enable_threads = xyes; then
1648                 thread_file='posix'
1649         fi
1650         ;;
1651 powerpc-*-gnu*)
1652         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"
1653         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1654         if test x$enable_threads = xyes; then
1655                 thread_file='posix'
1656         fi
1657         ;;
1658 powerpc-wrs-vxworks*)
1659         # We want vxworks.h after rs6000/sysv4.h, which unfortunately
1660         # means we have to redo the tm_file list from scratch.
1661         tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1662         tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
1663         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
1664         extra_headers=ppc-asm.h
1665         ;;
1666 powerpc-wrs-windiss*)
1667         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
1668         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1669         thread_file=""
1670         ;;
1671 powerpcle-*-sysv*)
1672         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1673         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1674         ;;
1675 powerpcle-*-elf*)
1676         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1677         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1678         ;;
1679 powerpcle-*-eabisim*)
1680         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"
1681         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1682         ;;
1683 powerpcle-*-eabi*)
1684         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
1685         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1686         ;;
1687 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
1688         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1689         tmake_file="rs6000/t-fprules rs6000/t-newas"
1690         use_collect2=yes
1691         extra_headers=
1692         ;;
1693 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1694         tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
1695         tmake_file=rs6000/t-aix43
1696         use_collect2=yes
1697         thread_file='aix'
1698         extra_headers=
1699         ;;
1700 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1701         tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
1702         tmake_file=rs6000/t-aix43
1703         use_collect2=yes
1704         thread_file='aix'
1705         extra_headers=
1706         ;;
1707 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1708         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1709         tmake_file=rs6000/t-aix52
1710         use_collect2=yes
1711         thread_file='aix'
1712         extra_headers=
1713         ;;
1714 rs6000-*-lynxos*)
1715         tm_file="lynx.h rs6000/lynx.h"
1716         tmake_file=rs6000/t-fprules
1717         use_collect2=yes
1718         ;;
1719 s390-*-linux*)
1720         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1721         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
1722         ;;
1723 s390x-*-linux*)
1724         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1725         tm_p_file=s390/s390-protos.h
1726         md_file=s390/s390.md
1727         extra_modes=s390/s390-modes.def
1728         out_file=s390/s390.c
1729         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
1730         ;;
1731 sh-*-elf* | sh[2346l]*-*-elf*)
1732         tmake_file="sh/t-sh sh/t-elf"
1733         case $machine in
1734         shl* | sh64l*)
1735                 tm_file="sh/little.h ${tm_file}"
1736                 tmake_file="${tmake_file} sh/t-le"
1737                 ;;
1738         esac
1739         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
1740         case $machine in
1741         sh64*)
1742                 tmake_file="${tmake_file} sh/t-sh64"
1743                 tm_file="${tm_file} sh/sh64.h"
1744                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1745                 ;;
1746         sh4_single*)  target_cpu_default="SELECT_SH4_SINGLE" ;;
1747         sh4*)  target_cpu_default="SELECT_SH4" ;;
1748         sh3e*) target_cpu_default="SELECT_SH3E" ;;
1749         sh3*)  target_cpu_default="SELECT_SH3" ;;
1750         sh2e*) target_cpu_default="SELECT_SH2E" ;;
1751         sh2*)  target_cpu_default="SELECT_SH2" ;;
1752         esac
1753         case $machine in
1754         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1755         esac
1756         ;;
1757 sh-*-rtemself*)
1758         tmake_file="sh/t-sh sh/t-elf t-rtems"
1759         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
1760         if test x$enable_threads = xyes; then
1761           thread_file='rtems'
1762         fi
1763         ;;
1764 sh-*-rtems*)
1765         tmake_file="sh/t-sh t-rtems"
1766         tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
1767         if test x$enable_threads = xyes; then
1768           thread_file='rtems'
1769         fi
1770         ;;
1771 sh-*-linux* | sh[2346lbe]*-*-linux*)
1772         tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux sh/t-linux"
1773         case $machine in
1774         sh*be-*-* | sh*eb-*-*) ;;
1775         *)
1776                 tm_file="sh/little.h ${tm_file}"
1777                 tmake_file="${tmake_file} sh/t-le"
1778                 ;;
1779         esac
1780         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
1781         case $machine in
1782         sh64*)
1783                 tmake_file="${tmake_file} sh/t-sh64"
1784                 tm_file="${tm_file} sh/sh64.h"
1785                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1786                 ;;
1787         sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1788         sh4*) target_cpu_default="SELECT_SH4" ;;
1789         sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
1790         sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
1791         sh3e*) target_cpu_default="SELECT_SH3E" ;;
1792         sh3*) target_cpu_default="SELECT_SH3" ;;
1793         sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
1794         sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
1795         sh2e*) target_cpu_default="SELECT_SH2E" ;;
1796         sh2*) target_cpu_default="SELECT_SH2" ;;
1797         esac
1798         case $machine in
1799         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1800         esac
1801         ;;
1802 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1803   sh64-*-netbsd* | sh64l*-*-netbsd*)
1804         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
1805         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
1806         case $machine in
1807         sh*l*-*)
1808                 tm_file="sh/little.h ${tm_file}"
1809                 tmake_file="${tmake_file} sh/t-le"
1810                 ;;
1811         *)
1812                 tmake_file="${tmake_file} sh/t-be"
1813                 ;;
1814         esac
1815         case $machine in
1816         sh5*-*)
1817                 # SHmedia, 32-bit ABI
1818                 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
1819                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
1820                 ;;
1821         sh64*-*)
1822                 # SHmedia, 64-bit ABI
1823                 target_cpu_default="SH5_BIT|SH4_BIT"
1824                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
1825                 ;;
1826         *)
1827                 # SH3, software floating point
1828                 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
1829                 tmake_file="${tmake_file} sh/t-netbsd"
1830                 ;;
1831         esac
1832         ;;
1833 sh-*-*)
1834         tm_file="${tm_file} sh/coff.h"
1835         ;;
1836 sparc-tti-*)
1837         tm_file="${tm_file} sparc/pbd.h"
1838         ;;
1839 sparc-*-netbsdelf*)
1840         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1841         ;;
1842 sparc-*-openbsd*)
1843         tm_file="sparc/sparc.h ${tm_file}"
1844         # needed to unconfuse gdb
1845         tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
1846         # we need collect2 until our bug is fixed...
1847         use_collect2=yes
1848         ;;
1849 sparc64-*-openbsd*)
1850         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"
1851         gas=yes gnu_ld=yes
1852         with_cpu=ultrasparc
1853         ;;
1854 sparc-*-elf*)
1855         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
1856         tmake_file="sparc/t-elf sparc/t-crtfm"
1857         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1858         ;;
1859 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
1860         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
1861         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
1862         ;;
1863 sparc-*-rtems*)
1864         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"
1865         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
1866         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1867         if test x$enable_threads = xyes; then
1868           thread_file='rtems'
1869         fi
1870         ;;
1871 sparc64-*-solaris2* | sparcv9-*-solaris2*)
1872         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"
1873         if test x$gnu_ld = xyes; then
1874                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
1875         fi
1876         if test x$gas = xyes; then
1877                 tm_file="${tm_file} sparc/sol2-gas-bi.h"
1878         fi
1879         tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
1880         if test x$gnu_ld = xyes; then
1881                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1882         else
1883                 tmake_file="$tmake_file t-slibgcc-sld"
1884         fi
1885         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
1886         if test x${enable_threads} = x ; then
1887             enable_threads=$have_pthread_h
1888             if test x${enable_threads} = x ; then
1889                 enable_threads=$have_thread_h
1890             fi
1891         fi
1892         if test x${enable_threads} = xyes ; then
1893             if test x${have_pthread_h} = xyes ; then
1894                 thread_file='posix'
1895             else
1896                 thread_file='solaris'
1897             fi
1898         fi
1899         need_64bit_hwint=yes
1900         ;;
1901 sparc-*-solaris2*)
1902         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
1903         if test x$gnu_ld = xyes; then
1904                 tm_file="${tm_file} sparc/sol2-gld.h"
1905         fi
1906         tmake_file="sparc/t-sol2 sparc/t-crtfm"
1907         if test x$gnu_ld = xyes; then
1908                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1909         else
1910                 tmake_file="$tmake_file t-slibgcc-sld"
1911         fi
1912         case $machine in
1913         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1914                 if test x$gnu_ld = xno; then
1915                         tm_file="${tm_file} sparc/sol26-sld.h"
1916                 fi
1917                 ;;
1918         *-*-solaris2.[789])
1919                 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
1920                 if test x$gnu_ld = xyes; then
1921                         tm_file="${tm_file} sparc/sol2-gld-bi.h"
1922                 fi
1923                 if test x$gas = xyes; then
1924                         tm_file="${tm_file} sparc/sol2-gas-bi.h"
1925                 fi
1926                 tmake_file="$tmake_file sparc/t-sol2-64"
1927                 need_64bit_hwint=yes
1928                 ;;
1929         esac
1930         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1931         if test x${enable_threads} = x; then
1932             enable_threads=$have_pthread_h
1933             if test x${enable_threads} = x; then
1934                 enable_threads=$have_thread_h
1935             fi
1936         fi
1937         if test x${enable_threads} = xyes; then
1938             if test x${have_pthread_h} = xyes; then
1939                 thread_file='posix'
1940             else
1941                 thread_file='solaris'
1942             fi
1943         fi
1944         ;;
1945 sparc-*-sysv4*)
1946         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
1947         tmake_file=t-svr4
1948         extra_parts="crtbegin.o crtend.o"
1949         ;;
1950 sparclite-*-coff*)
1951         tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
1952         tmake_file=sparc/t-sparclite
1953         ;;
1954 sparclite-*-elf*)
1955         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"
1956         tmake_file="sparc/t-sparclite sparc/t-crtfm"
1957         extra_parts="crtbegin.o crtend.o"
1958         ;;
1959 sparc86x-*-elf*)
1960         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"
1961         tmake_file="sparc/t-sp86x sparc/t-crtfm"
1962         extra_parts="crtbegin.o crtend.o"
1963         ;;
1964 sparc64-*-aout*)
1965         tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
1966         ;;
1967 sparc64-*-elf*)
1968         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
1969         tmake_file="${tmake_file} sparc/t-crtfm"
1970         extra_parts="crtbegin.o crtend.o"
1971         ;;
1972 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1973         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
1974         tmake_file="${tmake_file} sparc/t-crtfm"
1975         xmake_file=none
1976         case "x$with_cpu" in
1977                 xultrasparc) ;;
1978                 x) with_cpu=ultrasparc ;;
1979                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
1980         esac
1981         need_64bit_hwint=yes
1982         ;;
1983 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
1984         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
1985         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
1986         ;;
1987 sparc64-*-netbsd*)
1988         tmake_file="${tmake_file} sparc/t-netbsd64"
1989         tm_file="sparc/biarch64.h ${tm_file}"
1990         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1991         ;;
1992 strongarm-*-elf*)
1993         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
1994         tmake_file=arm/t-strongarm-elf
1995         out_file=arm/arm.c
1996         md_file=arm/arm.md
1997         extra_modes=arm/arm-modes.def
1998         ;;
1999 strongarm-*-pe)
2000         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"
2001         tmake_file=arm/t-strongarm-pe
2002         out_file=arm/arm.c
2003         md_file=arm/arm.md
2004         extra_modes=arm/arm-modes.def
2005         extra_objs=pe.o
2006         ;;
2007 v850e-*-*)
2008         target_cpu_default="TARGET_CPU_v850e"
2009         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2010         tm_p_file=v850/v850-protos.h
2011         tmake_file=v850/t-v850
2012         md_file=v850/v850.md
2013         out_file=v850/v850.c
2014         if test x$stabs = xyes
2015         then
2016                 tm_file="${tm_file} dbx.h"
2017         fi
2018         use_collect2=no
2019         c_target_objs="v850-c.o"
2020         cxx_target_objs="v850-c.o"
2021         ;;
2022 v850-*-*)
2023         target_cpu_default="TARGET_CPU_generic"
2024         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2025         tmake_file=v850/t-v850
2026         if test x$stabs = xyes
2027         then
2028                 tm_file="${tm_file} dbx.h"
2029         fi
2030         use_collect2=no
2031         c_target_objs="v850-c.o"
2032         cxx_target_objs="v850-c.o"
2033         ;;
2034 vax-*-bsd*)                     # VAXen running BSD
2035         tm_file="${tm_file} vax/bsd.h"
2036         use_collect2=yes
2037         ;;
2038 vax-*-sysv*)                    # VAXen running system V
2039         tm_file="${tm_file} vax/vaxv.h"
2040         ;;
2041 vax-*-netbsdelf*)
2042         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2043         ;;
2044 vax-*-netbsd*)
2045         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2046         tmake_file=t-netbsd
2047         extra_parts=""
2048         use_collect2=yes
2049         ;;
2050 vax-*-openbsd*)
2051         tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
2052         use_collect2=yes
2053         ;;
2054 vax-*-ultrix*)                  # VAXen running ultrix
2055         tm_file="${tm_file} vax/ultrix.h"
2056         ;;
2057 vax-*-vms*)                     # VAXen running VMS
2058         echo "Configuration $machine no longer supported" 1>&2
2059         exit 1
2060         ;;
2061 vax-*-*)                        # VAX default entry
2062         ;;
2063 xscale-*-elf)
2064         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2065         tmake_file=arm/t-xscale-elf
2066         out_file=arm/arm.c
2067         md_file=arm/arm.md
2068         extra_modes=arm/arm-modes.def
2069         ;;
2070 xscale-*-coff)
2071         tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
2072         tmake_file=arm/t-xscale-coff
2073         out_file=arm/arm.c
2074         md_file=arm/arm.md
2075         extra_modes=arm/arm-modes.def
2076         ;;
2077 xstormy16-*-elf)
2078         # For historical reasons, the target files omit the 'x'.
2079         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2080         tm_p_file=stormy16/stormy16-protos.h
2081         md_file=stormy16/stormy16.md
2082         out_file=stormy16/stormy16.c
2083         tmake_file="stormy16/t-stormy16"
2084         extra_parts="crtbegin.o crtend.o"
2085         ;;
2086 xtensa-*-elf*)
2087         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2088         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2089         ;;
2090 xtensa-*-linux*)
2091         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2092         tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
2093         ;;
2094 *)
2095         echo "*** Configuration $machine not supported" 1>&2
2096         exit 1
2097         ;;
2098 esac
2099
2100 case $machine in
2101 *-*-sysv*)
2102         install_headers_dir=install-headers-cpio
2103         ;;
2104 esac
2105
2106 # Distinguish i[34567]86
2107 # Also, do not run mips-tfile on MIPS if using gas.
2108 # Process --with-cpu= for PowerPC/rs6000
2109 target_cpu_default2=
2110 case $machine in
2111 i486-*-*)
2112         target_cpu_default2=TARGET_CPU_DEFAULT_i486
2113         ;;
2114 i586-*-*)
2115         case $target_alias in
2116                 k6_2-*)
2117                         target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2118                         ;;
2119                 k6_3-*)
2120                         target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2121                         ;;
2122                 k6-*)
2123                         target_cpu_default2=TARGET_CPU_DEFAULT_k6
2124                         ;;
2125                 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2126                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
2127                         ;;
2128                 *)
2129                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium
2130                         ;;
2131         esac
2132         ;;
2133 i686-*-* | i786-*-*)
2134         case $target_alias in
2135                 k8-*)
2136                         target_cpu_default2=TARGET_CPU_DEFAULT_k8
2137                         ;;
2138                 athlon_xp-*|athlon_mp-*|athlon_4-*)
2139                         target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2140                         ;;
2141                 athlon_tbird-*|athlon-*)
2142                         target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2143                         ;;
2144                 pentium2-*)
2145                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2146                         ;;
2147                 pentium3-*)
2148                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2149                         ;;
2150                 pentium4-*)
2151                         target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
2152                         ;;
2153                 *)
2154                         target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
2155                         ;;
2156         esac
2157         ;;
2158 x86_64-*-*)
2159         # We should have hammer chip here, but it does not exist yet and
2160         # thus it is not supported.  Athlon_SSE is probably equivalent feature
2161         # wise to hammer from our point of view except for 64bit mode.
2162         target_cpu_default2=TARGET_CPU_DEFAULT_k8
2163         ;;
2164 alpha*-*-*)
2165         case $machine in
2166                 alphaev6[78]*)
2167                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2168                         ;;
2169                 alphaev6*)
2170                         target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2171                         ;;
2172                 alphapca56*)
2173                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2174                         ;;
2175                 alphaev56*)
2176                         target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2177                         ;;
2178                 alphaev5*)
2179                         target_cpu_default2="MASK_CPU_EV5"
2180                         ;;
2181         esac
2182
2183         if test x$gas = xyes
2184         then
2185                 if test "$target_cpu_default2" = ""
2186                 then
2187                         target_cpu_default2="MASK_GAS"
2188                 else
2189                         target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2190                 fi
2191         fi
2192         ;;
2193 arm*-*-* | xscale-*-*)
2194         case "x$with_cpu" in
2195                 x)
2196                         # The most generic
2197                         target_cpu_default2="TARGET_CPU_generic"
2198                         ;;
2199
2200                 # Distinguish cores, and major variants
2201                 # arm7m doesn't exist, but D & I don't affect code
2202                 xarm[236789] | xarm250 | xarm[67][01]0 \
2203                 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
2204                 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
2205                 | xxscale | xiwmmxt \
2206                 | xep9312 \
2207                 | xstrongarm | xstrongarm110 | xstrongarm1100)
2208                         target_cpu_default2="TARGET_CPU_$with_cpu"
2209                         ;;
2210
2211                 xyes | xno)
2212                         echo "--with-cpu must be passed a value" 1>&2
2213                         exit 1
2214                         ;;
2215
2216                 *)
2217                         if test x$pass2done = xyes
2218                         then
2219                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2220                                 exit 1
2221                         fi
2222                         ;;
2223         esac
2224         case $machine in
2225                 9ep9312-*-*)
2226                         target_cpu_default2="TARGET_CPU_9ep9312"
2227                         ;;
2228         esac
2229         ;;
2230
2231 hppa*-*-* | parisc*-*-*)
2232         if test x$gas = xyes
2233         then
2234                 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2235         fi
2236         case $machine in
2237                 hppa1* | parisc1*)
2238                         tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
2239                         ;;
2240         esac
2241         ;;
2242 mips*-*-*)
2243         case $machine in
2244         mips*-*-ecoff* | mips*-*-elf*)
2245                 if test x$gas = xyes
2246                 then
2247                         if test x$gnu_ld = xyes
2248                         then
2249                                 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2250                         else
2251                                 target_cpu_default2="MASK_GAS"
2252                         fi
2253                 fi
2254                 ;;
2255         mips*-*-*)
2256                 if test x$gas = xyes
2257                 then
2258                         target_cpu_default2="MASK_GAS"
2259                 fi
2260                 ;;
2261         esac
2262         case $machine in
2263                 mips*el-*-*)
2264                         tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2265                         ;;
2266         esac
2267         case $tm_file in
2268                 *mips/elf.h* | *mips/elf64.h*)
2269                         tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2270                         ;;
2271         esac
2272         if test "x$enable_gofast" = xyes
2273         then
2274                 tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines"
2275                 tm_file="gofast.h $tm_file"
2276                 tmake_file="mips/t-gofast $tmake_file"
2277         else
2278                 tmake_file="mips/t-mips $tmake_file"
2279         fi
2280         ;;
2281 powerpc*-*-* | rs6000-*-*)
2282         if test x$enable_altivec = xyes
2283         then
2284                 tm_file="$tm_file rs6000/altivec-defs.h"
2285         fi
2286         case "x$with_cpu" in
2287                 x)
2288                         ;;
2289
2290                 xcommon | xpowerpc | xpowerpc64 \
2291                   | xpower | xpower2 | xpower3 | xpower4 \
2292                   | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2293                   | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2294                   | x740 | x750 | x7400 | x7450 | x505)
2295                         target_cpu_default2="\\\"$with_cpu\\\""
2296                         ;;
2297
2298                 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
2299                         target_cpu_default2="\\\"$with_cpu\\\""
2300                         ;;
2301
2302                 xyes | xno)
2303                         echo "--with-cpu must be passed a value" 1>&2
2304                         exit 1
2305                         ;;
2306
2307                 *)
2308                         if test x$pass2done = xyes
2309                         then
2310                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2311                                 exit 1
2312                         fi
2313                         ;;
2314         esac
2315         out_file=rs6000/rs6000.c
2316         c_target_objs="${c_target_objs} rs6000-c.o"
2317         cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2318         tmake_file="rs6000/t-rs6000 ${tmake_file}"
2319         ;;
2320 sparc*-*-*)
2321         case ".$with_cpu" in
2322                 .)
2323                         target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2324                         ;;
2325                 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2326                         target_cpu_default2="TARGET_CPU_$with_cpu"
2327                         ;;
2328                 *)
2329                         if test x$pass2done = xyes
2330                         then
2331                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2332                                 exit 1
2333                         fi
2334                         ;;
2335         esac
2336         ;;
2337 v850*-*-*)
2338         case "x$with_cpu" in
2339                 x)
2340                         ;;
2341                 xv850e)
2342                         target_cpu_default2="TARGET_CPU_$with_cpu"
2343                         ;;
2344                 *)
2345                         if test x$pass2done = xyes
2346                         then
2347                                 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2348                                 exit 1
2349                         fi
2350                         ;;
2351         esac
2352         ;;
2353 esac
2354
2355 if test "$target_cpu_default2" != ""
2356 then
2357         if test "$target_cpu_default" != ""
2358         then
2359                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2360         else
2361                 target_cpu_default=$target_cpu_default2
2362         fi
2363 fi
2364
2365 # Save data on machine being used to compile GCC in build_xm_file.
2366 # Save data on host machine in vars host_xm_file and host_xmake_file.
2367 if test x$pass1done = x
2368 then
2369         if test x$xm_file != x
2370         then build_xm_file=$xm_file
2371         fi
2372         build_xm_defines=$xm_defines
2373         build_install_headers_dir=$install_headers_dir
2374         build_exeext=$exeext
2375         pass1done=yes
2376 else
2377         if test x$pass2done = x
2378         then
2379                 if test x$xm_file != x
2380                 then host_xm_file=$xm_file
2381                 fi
2382                 host_xm_defines=$xm_defines
2383                 host_xmake_file="$xmake_file"
2384                 host_truncate_target=$truncate_target
2385                 host_extra_gcc_objs=$extra_gcc_objs
2386                 host_extra_objs=$extra_host_objs
2387                 host_exeext=$exeext
2388                 out_host_hook_obj=$host_hook_obj
2389                 pass2done=yes
2390         fi
2391 fi