OSDN Git Service

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