OSDN Git Service

* config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host object
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
3 # Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free
9 #Software Foundation; either version 2, or (at your option) any later
10 #version.
11
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
13 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 #FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 #for more details.
16
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING.  If not, write to the Free
19 #Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 #02111-1307, USA.
21
22 # This is the GCC target-specific configuration file
23 # where a configuration type is mapped to different system-specific
24 # definitions and files.  This is invoked by the autoconf-generated
25 # configure script.  Putting it in a separate shell file lets us skip
26 # running autoconf when modifying target-specific information.
27
28 # This file switches on the shell variable ${target}, and also uses the
29 # following shell variables:
30 #
31 #  with_*               Various variables as set by configure.
32 #
33 #  enable_threads_flag  Either the name, yes or no depending on whether
34 #                       threads support was requested.
35 #
36 #  default_use_cxa_atexit
37 #                       "no" by default, can be set to "yes" if a target
38 #                       wishes to use __cxa_atexit() by default if the
39 #                       $enable___cxa_atexit variable is not set.
40 #
41 #  gas_flag             Either yes or no depending on whether GNU as was
42 #                       requested.
43 #
44 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
45 #                       requested.
46
47 # This file sets the following shell variables for use by the
48 # autoconf-generated configure script:
49 #
50 #  cpu_type             The name of the cpu, if different from the first
51 #                       chunk of the canonical target name.
52 #
53 #  tm_defines           List of target macros to define for all compilations.
54 #
55 #  tm_file              A list of target macro files, if different from
56 #                       "$cpu_type/$cpu_type.h". Usually it's constructed
57 #                       per target in a way like this:
58 #                       tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
59 #                       Note that the preferred order is:
60 #                       - specific target header "${cpu_type}/${cpu_type.h}"
61 #                       - generic headers like dbxelf.h elfos.h, etc.
62 #                       - specializing target headers like ${cpu_type.h}/elf.h
63 #                       This helps to keep OS specific stuff out of the CPU
64 #                       defining header ${cpu_type}/${cpu_type.h}.
65 #
66 #  tm_p_file            Location of file with declarations for functions
67 #                       in $out_file.
68 #
69 #  out_file             The name of the machine description C support
70 #                       file, if different from "$cpu_type/$cpu_type.c".
71 #
72 #  md_file              The name of the machine-description file, if
73 #                       different from "$cpu_type/$cpu_type.md".
74 #
75 #  tmake_file           A list of machine-description-specific
76 #                       makefile-fragments, if different from
77 #                       "$cpu_type/t-$cpu_type".
78 #
79 #  extra_modes          The name of the file containing a list of extra
80 #                       machine modes, if necessary and different from
81 #                       "$cpu_type/$cpu_type-modes.def".
82 #
83 #  extra_objs           List of extra objects that should be linked into
84 #                       the compiler proper (cc1, cc1obj, cc1plus)
85 #                       depending on target.
86 #
87 #  extra_headers        List of used header files from the directory
88 #                       config/${cpu_type}.
89 #
90 #  extra_passes         List of extra executables compiled for this target
91 #                       machine, used for compiling from source to object.
92 #
93 #  extra_parts          List of extra object files that should be compiled
94 #                       for this target machine.
95 #
96 #  extra_programs       Like extra_passes, but these are used when linking.
97 #
98 #  c_target_objs        List of extra target-dependent objects that be
99 #                       linked into the C compiler only.
100 #
101 #  cxx_target_objs      List of extra target-dependent objects that be
102 #                       linked into the C++ compiler only.
103 #
104 #  target_gtfiles       List of extra source files with type information.
105 #
106 #  xm_defines           List of macros to define when compiling for the
107 #                       target machine.
108 #
109 #  xm_file              List of files to include when compiling for the
110 #                       target machine.
111 #
112 #  use_collect2         Set to yes or no, depending on whether collect2
113 #                       will be used.
114 #
115 #  target_cpu_default   Set to override the default target model.
116 #
117 #  gdb_needs_out_file_path
118 #                       Set to yes if gdb needs a dir command with
119 #                       `dirname $out_file`.
120 #
121 #  thread_file          Set to control which thread package to use.
122 #
123 #  gas                  Set to yes or no depending on whether the target
124 #                       system normally uses GNU as.
125 #
126 #  need_64bit_hwint     Set to yes if HOST_WIDE_INT must be 64 bits wide
127 #                       for this target.  This is true iff this target
128 #                       supports "long" or "wchar_t" wider than 32 bits.
129 #
130 #  configure_default_options
131 #                       Set to an initializer for configure_default_options
132 #                       in configargs.h, based on --with-cpu et cetera.
133 #
134 #  use_fixproto         Set to "yes" if fixproto should be run normally,
135 #                       "no" if fixproto should never be run.
136
137 # The following variables are used in each case-construct to build up the
138 # outgoing variables:
139 #
140 #  gnu_ld               Set to yes or no depending on whether the target
141 #                       system normally uses GNU ld.
142
143 out_file=
144 tmake_file=
145 extra_headers=
146 extra_passes=
147 extra_parts=
148 extra_programs=
149 extra_objs=
150 extra_gcc_objs=
151 c_target_objs=
152 cxx_target_objs=
153 tm_defines=
154 xm_defines=
155 # Set this to force installation and use of collect2.
156 use_collect2=
157 # Set this to override the default target model.
158 target_cpu_default=
159 # Set this if gdb needs a dir command with `dirname $out_file`
160 gdb_needs_out_file_path=
161 # Set this to control which thread package will be used.
162 thread_file=
163 # Reinitialize these from the flag values every loop pass, since some
164 # configure entries modify them.
165 gas="$gas_flag"
166 gnu_ld="$gnu_ld_flag"
167 enable_threads=$enable_threads_flag
168 default_use_cxa_atexit=no
169 target_gtfiles=
170 need_64bit_hwint=
171
172 # Default to not using fixproto.  Targets which need fixproto should
173 # specifically set this to 'yes'.
174 use_fixproto=no
175
176 # Don't carry these over build->host->target.  Please.
177 xm_file=
178 md_file=
179
180 # Obsolete configurations.
181 case ${target} in
182  dummy*)
183     if test "x$enable_obsolete" != xyes; then
184       echo "*** Configuration ${target} is obsolete." >&2
185       echo "*** Specify --enable-obsolete to build it anyway." >&2
186       echo "*** Support will be REMOVED in the next major release of GCC," >&2
187       echo "*** unless a maintainer comes forward." >&2
188       exit 1
189     fi;;
190 esac
191
192 # Unsupported targets list.  Do not put an entry in this list unless
193 # it would otherwise be caught by a more permissive pattern.  The list
194 # should be in alphabetical order.
195 case ${target} in
196    alpha*-*-linux*libc1*                \
197  | i[34567]86-sequent-sysv              \
198  | i[34567]86-sequent-sysv[123]*        \
199  | i[34567]86-go32-*                    \
200  | i[34567]86-*-go32*                   \
201  | m68k-*-linux*aout*                   \
202  | m68k-*-linux*libc1*                  \
203  | mips64orion*-*-rtems*                \
204  | powerpc-*-linux*libc1*               \
205  | sparc-*-linux*aout*                  \
206  | sparc-*-linux*libc1*                 \
207  | sparc-hal-solaris2*                  \
208  | thumb-*-*                            \
209  | *-*-linux*coff*                      \
210  | *-*-linux*oldld*                     \
211  | *-*-rtemsaout*                       \
212  | *-*-rtemscoff*                       \
213  | vax-*-vms*                           \
214  )
215         echo "*** Configuration ${target} not supported" 1>&2
216         exit 1
217         ;;
218 esac
219
220 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
221 # updated in each machine entry.  Also set default extra_headers for some
222 # machines.
223 tm_p_file=
224 cpu_type=`echo ${target} | sed 's/-.*$//'`
225 case ${target} in
226 alpha*-*-*)
227         cpu_type=alpha
228         need_64bit_hwint=yes
229         ;;
230 am33_2.0-*-linux*)
231         cpu_type=mn10300
232         ;;
233 strongarm*-*-*)
234         cpu_type=arm
235         ;;
236 arm*-*-*)
237         cpu_type=arm
238         extra_headers="mmintrin.h"
239         ;;
240 ep9312*-*-*)
241         cpu_type=arm
242         ;;
243 xscale-*-*)
244         cpu_type=arm
245         extra_headers="mmintrin.h"
246         ;;
247 i[34567]86-*-*)
248         cpu_type=i386
249         extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
250         ;;
251 x86_64-*-*)
252         cpu_type=i386
253         extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
254         need_64bit_hwint=yes
255         ;;
256 ia64-*-*)
257         extra_headers=ia64intrin.h
258         need_64bit_hwint=yes
259         ;;
260 hppa*-*-* | parisc*-*-*)
261         cpu_type=pa
262         ;;
263 m32r*-*-*)
264         cpu_type=m32r
265         ;;
266 m680[012]0-*-*)
267         cpu_type=m68k
268         extra_headers=math-68881.h
269         ;;
270 m68k-*-*)
271         extra_headers=math-68881.h
272         ;;
273 mips*-*-*)
274         cpu_type=mips
275         need_64bit_hwint=yes
276         ;;
277 powerpc*-*-*)
278         cpu_type=rs6000
279         extra_headers="ppc-asm.h altivec.h spe.h"
280         need_64bit_hwint=yes
281         ;;
282 rs6000*-*-*)
283         need_64bit_hwint=yes
284         ;;
285 sparc64*-*-*)
286         cpu_type=sparc
287         need_64bit_hwint=yes
288         ;;
289 sparc*-*-*)
290         cpu_type=sparc
291         ;;
292 s390*-*-*)
293         need_64bit_hwint=yes
294         ;;
295 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
296 sh[123456789l]*-*-*)
297         cpu_type=sh
298         need_64bit_hwint=yes
299         ;;
300 tic4x-*-*)
301         cpu_type=c4x
302         ;;
303 esac
304
305 tm_file=${cpu_type}/${cpu_type}.h
306 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
307 then
308         tm_p_file=${cpu_type}/${cpu_type}-protos.h
309 fi
310 extra_modes=
311 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
312 then
313         extra_modes=${cpu_type}/${cpu_type}-modes.def
314 fi
315
316 case ${target} in
317 x86_64-*-*)
318         tm_file="i386/biarch64.h ${tm_file}"
319         ;;
320 esac
321
322 # On a.out targets, we need to use collect2.
323 case ${target} in
324 *-*-*aout*)
325         use_collect2=yes
326         ;;
327 esac
328
329 # Common parts for widely ported systems.
330 case ${target} in
331 *-*-darwin*)
332   tm_file="${tm_file} darwin.h"
333   tm_p_file="${tm_p_file} darwin-protos.h"
334   tmake_file="t-darwin"
335   target_gtfiles="\$(srcdir)/config/darwin.c"
336   c_target_objs="darwin-c.o"
337   cxx_target_objs="darwin-c.o"
338   extra_parts="crt2.o"
339   extra_objs="darwin.o"
340   case ${enable_threads} in
341     "" | yes | posix) thread_file='posix' ;;
342   esac
343   ;;
344 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
345   # This is the place-holder for the generic a.out configuration
346   # of FreeBSD.  No actual configuration resides here since
347   # there was only ever a bare-bones ix86 configuration for
348   # a.out and it exists solely in the machine-specific section.
349   # This place-holder must exist to avoid dropping into
350   # the generic ELF configuration of FreeBSD (i.e. it must be
351   # ordered before that section).
352   ;;
353 *-*-freebsd*)
354   # This is the generic ELF configuration of FreeBSD.  Later
355   # machine-specific sections may refine and add to this
356   # configuration.
357   #
358   # Due to tm_file entry ordering issues that vary between cpu
359   # architectures, we only define fbsd_tm_file to allow the
360   # machine-specific section to dictate the final order of all
361   # entries of tm_file with the minor exception that components
362   # of the tm_file set here will always be of the form:
363   #
364   # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
365   #
366   # The machine-specific section should not tamper with this
367   # ordering but may order all other entries of tm_file as it
368   # pleases around the provided core setting.
369   gas=yes
370   gnu_ld=yes
371   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
372   case ${target} in
373     *-*-freebsd3 | *-*-freebsd[3].*)
374       tm_defines="${tm_defines} FBSD_MAJOR=3" ;;
375     *-*-freebsd4 | *-*-freebsd[4].*)
376       tm_defines="${tm_defines} FBSD_MAJOR=4" ;;
377     *-*-freebsd5 | *-*-freebsd[5].*)
378       tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
379     *-*-freebsd6 | *-*-freebsd[6].*)
380       tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
381     *)
382       echo 'Please update *-*-freebsd* in gcc/config.gcc'
383       exit 1
384       ;;
385   esac
386   tmake_file="t-slibgcc-elf-ver t-freebsd"
387   case ${enable_threads} in
388     no)
389       fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
390       ;;
391     "" | yes | posix)
392       thread_file='posix'
393       tmake_file="${tmake_file} t-freebsd-thread"
394       # Before 5.0, FreeBSD can't bind shared libraries to -lc
395       # when "optionally" threaded via weak pthread_* checks.
396       case ${target} in
397         *-*-freebsd[34] | *-*-freebsd[34].*)
398           tmake_file="${tmake_file} t-slibgcc-nolc-override"
399           ;;
400       esac
401       ;;
402     *) 
403       echo 'Unknown thread configuration for FreeBSD'
404       exit 1
405       ;;
406   esac
407   fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
408   ;;
409 *-*-kfreebsd*-gnu)
410   # Must come before *-*-gnu*
411   xm_defines=POSIX # needed for cross-compiling from FreeBSD?
412   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
413   # GNU tools are the only tools.
414   gas=yes
415   gnu_ld=yes
416   case ${enable_threads} in
417     "" | yes | posix) thread_file='posix' ;;
418   esac
419   ;;
420 *-*-linux*libc1* | *-*-linux*aout*)
421   # Avoid the generic linux case.
422   ;;
423 *-*-linux*)
424   # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
425   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
426   gas=yes
427   gnu_ld=yes
428   case ${enable_threads} in
429     "" | yes | posix) thread_file='posix' ;;
430   esac
431   ;;
432 *-*-gnu*)
433   # On the Hurd, the setup is just about the same on
434   # each different CPU.  The specific machines that we
435   # support are matched above and just set $cpu_type.
436   tm_file="${cpu_type}/gnu.h"
437   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
438   # GNU tools are the only tools.
439   gas=yes
440   gnu_ld=yes
441   # These details are the same as for Linux.
442   # But here we need a little extra magic.
443   tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
444   case ${target} in
445     alpha*)
446       tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
447       ;;
448     i[34567]86-*-*)
449       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}"
450       ;;
451   esac
452   ;;
453 *-*-netbsd*)
454   tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
455   gas=yes
456   gnu_ld=yes
457
458   # NetBSD 2.0 and later get POSIX threads enabled by default.
459   # Allow them to be explicitly enabled on any other version.
460   case ${enable_threads} in
461     "")
462       case ${target} in
463         *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
464           thread_file='posix'
465           tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
466           ;;
467       esac
468       ;;
469     yes | posix)
470       thread_file='posix'
471       tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
472       ;;
473   esac
474
475   # NetBSD 1.7 and later are set up to use GCC's crtstuff for
476   # ELF configurations.  We will clear extra_parts in the
477   # a.out configurations.
478   case ${target} in
479     *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
480       extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
481       ;;
482   esac
483
484   # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
485   # default (unless overridden by --disable-__cxa_atexit).
486   case ${target} in
487     *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
488       default_use_cxa_atexit=yes
489       ;;
490   esac
491   ;;
492 *-*-openbsd*)
493   tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
494   case ${enable_threads} in
495     yes)
496       thread_file='posix'
497       tmake_file="${tmake_file} t-openbsd-thread"
498       ;;
499   esac
500   ;;
501 *-*-rtems*)
502   case ${enable_threads} in
503     yes) thread_file='rtems' ;;
504   esac
505   ;;
506 *-*-vxworks*)
507   tmake_file=t-vxworks
508   tm_file="${tm_file} elfos.h svr4.h vxworks.h"
509   case ${enable_threads} in
510     no) ;;
511     "" | yes | vxworks) thread_file='vxworks' ;;
512     *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
513   esac
514   use_collect2=yes
515   xm_defines=POSIX
516   ;;
517 esac
518
519 case ${target} in
520 # Support site-specific machine types.
521 *local*)
522         rest=`echo ${target} | sed -e "s/$cpu_type-//"`
523         tm_file=${cpu_type}/$rest.h
524         if test -f $srcdir/config/${cpu_type}/xm-$rest.h
525         then xm_file=${cpu_type}/xm-$rest.h
526         fi
527         if test -f $srcdir/config/${cpu_type}/t-$rest
528         then tmake_file=${cpu_type}/t-$rest
529         fi
530         ;;
531 alpha*-*-unicosmk*)
532         use_collect2=yes
533         tm_file="${tm_file} alpha/unicosmk.h"
534
535         # Don't include t-ieee for now because we don't support that yet
536         # tmake_file="alpha/t-ieee"
537         tmake_file="alpha/t-unicosmk"
538         use_fixproto=yes
539         ;;
540 alpha*-*-linux*)
541         tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
542         target_cpu_default="MASK_GAS"
543         tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
544         ;;
545 alpha*-*-gnu*)
546         target_cpu_default="MASK_GAS"
547         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
548         ;;
549 alpha*-*-freebsd*)
550         tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
551         target_cpu_default="MASK_GAS"
552         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
553         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
554         ;;
555 alpha*-*-netbsd*)
556         tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
557         target_cpu_default="MASK_GAS"
558         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
559         ;;
560 alpha*-*-openbsd*)
561         tm_defines="OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
562         tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
563         # default x-alpha is only appropriate for dec-osf.
564         target_cpu_default="MASK_GAS"
565         tmake_file="alpha/t-alpha alpha/t-ieee"
566         ;;
567 alpha*-dec-osf[45]*)
568         if test x$stabs = xyes
569         then
570                 tm_file="${tm_file} dbx.h"
571         fi
572         if test x$gas != xyes
573         then
574                 extra_passes="mips-tfile mips-tdump"
575         fi
576         use_collect2=yes
577         tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
578         tm_file="${tm_file} alpha/osf.h"
579         extra_headers=va_list.h
580         case ${target} in
581           *-*-osf4*)
582             # Set target_cpu_default except on 4.0a.
583             case ${target} in
584                 *-*-osf4.0a) ;;
585                 *) target_cpu_default=MASK_SUPPORT_ARCH
586             esac
587             ;;
588           *-*-osf5*)
589             tm_file="${tm_file} alpha/osf5.h"
590             target_cpu_default=MASK_SUPPORT_ARCH
591             ;;
592         esac
593         case ${enable_threads} in
594           "" | yes | posix)
595             thread_file='posix'
596             tmake_file="${tmake_file} alpha/t-osf-pthread"
597             ;;
598         esac
599         ;;
600 alpha64-dec-*vms*)
601         tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
602         xm_file="alpha/xm-vms.h"
603         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
604         prefix=/gnu
605         local_prefix=/gnu
606         ;;
607 alpha*-dec-*vms*)
608         tm_file="${tm_file} alpha/vms.h"
609         xm_file=alpha/xm-vms.h
610         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
611         prefix=/gnu
612         local_prefix=/gnu
613         ;;
614 arc-*-elf*)
615         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
616         extra_parts="crtinit.o crtfini.o"
617         use_fixproto=yes
618         ;;
619 arm-*-coff* | armel-*-coff*)
620         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
621         tmake_file=arm/t-arm-coff
622         ;;
623 arm-semi-aof | armel-semi-aof)
624         tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
625         tmake_file=arm/t-semi
626         ;;
627 arm-wrs-vxworks)
628         tm_file="dbxelf.h elfos.h svr4.h vxworks.h arm/elf.h arm/aout.h arm/arm.h arm/vxworks.h"
629         tmake_file="${tmake_file} arm/t-vxworks"
630         ;;
631 arm*-*-freebsd*|strongarm*-*-freebsd*)
632         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
633         tmake_file="${tmake_file} arm/t-strongarm-elf"
634         ;;
635 arm*-*-netbsdelf*)
636         tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
637         tmake_file="${tmake_file} arm/t-netbsd"
638         ;;
639 arm*-*-netbsd*)
640         tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
641         tmake_file="t-netbsd arm/t-netbsd"
642         extra_parts=""
643         use_collect2=yes
644         ;;
645 arm*-*-linux*)                  # ARM GNU/Linux with ELF
646         tm_file="dbxelf.h elfos.h linux.h arm/elf.h  arm/linux-gas.h arm/linux-elf.h arm/aout.h arm/arm.h"
647         tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
648         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
649         gnu_ld=yes
650         ;;
651 arm*-*-uclinux*)                # ARM ucLinux
652         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"
653         tmake_file=arm/t-arm-elf
654         ;;
655 arm*-*-ecos-elf)
656         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
657         tmake_file=arm/t-arm-elf
658         ;;
659 arm*-*-rtems*)
660         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"
661         tmake_file="arm/t-arm-elf t-rtems"
662         ;;
663 arm*-*-elf | ep9312-*-elf)
664         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
665         tmake_file=arm/t-arm-elf
666         ;;
667 arm*-wince-pe*)
668         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
669         tmake_file=arm/t-wince-pe
670         extra_objs="pe.o"
671         ;;
672 arm-*-pe*)
673         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
674         tmake_file=arm/t-pe
675         extra_objs="pe.o"
676         ;;
677 arm*-*-kaos*)
678         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-arm.h"
679         tmake_file=arm/t-arm-elf
680         ;;
681 avr-*-*)
682         tm_file="avr/avr.h dbxelf.h"
683         use_fixproto=yes
684         ;;
685 c4x-*-rtems* | tic4x-*-rtems*)
686         tmake_file="c4x/t-c4x t-rtems"
687         tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
688         c_target_objs="c4x-c.o"
689         cxx_target_objs="c4x-c.o"
690         ;;
691 c4x-* | tic4x-*)
692         tmake_file=c4x/t-c4x
693         c_target_objs="c4x-c.o"
694         cxx_target_objs="c4x-c.o"
695         ;;
696 cris-*-aout)
697         tm_file="dbxelf.h ${tm_file} cris/aout.h"
698         gas=yes
699         tmake_file="cris/t-cris cris/t-aout"
700         ;;
701 cris-*-elf | cris-*-none)
702         tm_file="dbxelf.h elfos.h ${tm_file}"
703         tmake_file="cris/t-cris cris/t-elfmulti"
704         gas=yes
705         ;;
706 cris-*-linux*)
707         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
708         tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
709         ;;
710 fr30-*-elf)
711         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
712         tmake_file=fr30/t-fr30
713         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
714         use_fixproto=yes
715         ;;
716 frv-*-elf)
717         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
718         tmake_file=frv/t-frv
719         use_fixproto=yes
720         ;;
721 h8300-*-rtems*)
722         tmake_file="h8300/t-h8300 t-rtems"
723         tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h"
724         ;;
725 h8300-*-elf*)
726         tmake_file="h8300/t-h8300 h8300/t-elf"
727         tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
728         use_fixproto=yes
729         ;;
730 h8300-*-*)
731         tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
732         use_fixproto=yes
733         ;;
734 hppa*64*-*-linux* | parisc*64*-*-linux*)
735         target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
736         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
737                  pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
738         tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux64"
739         gas=yes gnu_ld=yes
740         need_64bit_hwint=yes
741         ;;
742 hppa*-*-linux* | parisc*-*-linux*)
743         target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS"
744         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
745                  pa/pa32-regs.h pa/pa32-linux.h"
746         tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
747         # if not configured with --enable-sjlj-exceptions, bump the
748         # libgcc version number
749         if test x$sjlj != x1; then
750             tmake_file="$tmake_file pa/t-slibgcc-elf-ver"
751         fi
752         ;;
753 # port not yet contributed.
754 #hppa*-*-openbsd*)
755 #       target_cpu_default="MASK_PA_11"
756 #       ;;
757 hppa1.1-*-pro*)
758         target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
759         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
760         tmake_file="pa/t-pro"
761         ;;
762 hppa1.1-*-osf*)
763         target_cpu_default="MASK_PA_11"
764         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
765         tmake_file="pa/t-pa"
766         use_collect2=yes
767         ;;
768 hppa1.1-*-rtems*)
769         target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
770         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"
771         tmake_file="pa/t-pro t-rtems"
772         ;;
773 hppa1.1-*-bsd*)
774         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
775         target_cpu_default="MASK_PA_11"
776         tmake_file="pa/t-pa"
777         use_collect2=yes
778         ;;
779 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
780         target_cpu_default="MASK_PA_11"
781         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
782         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
783         if test x$enable_threads = x; then
784             enable_threads=$have_pthread_h
785         fi
786         case x${enable_threads} in
787         xyes | xdce)
788                 tmake_file="${tmake_file} pa/t-dce-thr"
789                 ;;
790         esac
791         use_collect2=yes
792         use_fixproto=yes
793         ;;
794 hppa1.0-*-hpux10*)
795         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
796         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
797         if test x$enable_threads = x; then
798             enable_threads=$have_pthread_h
799         fi
800         case x${enable_threads} in
801         xyes | xdce)
802                 tmake_file="${tmake_file} pa/t-dce-thr"
803                 ;;
804         esac
805         use_collect2=yes
806         use_fixproto=yes
807         ;;
808 hppa*64*-*-hpux11*)
809         if test x$gas = xyes
810         then
811                 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h  \
812                          pa/pa64-regs.h pa/pa-hpux.h \
813                          pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
814         else
815                 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
816                          pa/pa64-regs.h pa/pa-hpux.h \
817                          pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
818         fi
819         need_64bit_hwint=yes
820         tmake_file="pa/t-pa64 pa/t-pa-hpux"
821         target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
822         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
823         if test x$gnu_ld = xyes
824         then
825                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
826         fi
827         case x${enable_threads} in
828         xyes | xposix )
829                 thread_file=posix 
830                 ;;
831         esac
832         ;;
833 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
834         target_cpu_default="MASK_PA_11"
835         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
836         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
837         case x${enable_threads} in
838         xyes | xposix )
839                 thread_file=posix 
840                 ;;
841         esac
842         use_collect2=yes
843         ;;
844 hppa1.0-*-hpux11*)
845         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
846         tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
847         case x${enable_threads} in
848         xyes | xposix )
849                 thread_file=posix 
850                 ;;
851         esac
852         use_collect2=yes
853         ;;
854 i[34567]86-*-darwin*)
855         tm_file="${tm_file} i386/darwin.h"
856         ;;
857 i[34567]86-*-elf*)
858         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
859         tmake_file="i386/t-i386elf t-svr4"
860         use_fixproto=yes
861         ;;
862 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
863         if test x$gas = xyes
864         then
865                 tm_file="${tm_file} usegas.h"
866         fi
867         xm_defines="SMALL_ARG_MAX"
868         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
869         tmake_file=t-svr4
870         extra_parts="crtbegin.o crtend.o"
871         use_fixproto=yes
872         ;;
873 i[34567]86-*-aout*)
874         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
875         use_fixproto=yes
876         ;;
877 i[34567]86-*-beoself* | i[34567]86-*-beos*)
878         tmake_file='i386/t-beos i386/t-crtpic'
879         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
880         extra_parts='crtbegin.o crtend.o'
881         ;;
882 i[34567]86-*-freebsd*)
883         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
884         ;;
885 x86_64-*-freebsd*)
886         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"
887         ;;
888 i[34567]86-*-netbsdelf*)
889         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
890         ;;
891 i[34567]86-*-netbsd*)
892         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
893         tmake_file=t-netbsd
894         extra_parts=""
895         use_collect2=yes
896         ;;
897 x86_64-*-netbsd*)
898         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"
899         ;;
900 i[34567]86-*-openbsd*)
901         tm_file="i386/i386.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h i386/openbsd.h"
902         # needed to unconfuse gdb
903         tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
904         # we need collect2 until our bug is fixed...
905         use_collect2=yes
906         ;;
907 i[34567]86-*-coff*)
908         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
909         use_fixproto=yes
910         ;;
911 i[34567]86-*-linux*)    # Intel 80386's running GNU/Linux
912                         # with ELF format using glibc 2
913                         # aka GNU/Linux C library 6
914         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
915         tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
916         ;;
917 x86_64-*-linux*)
918         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
919                  i386/x86-64.h i386/linux64.h"
920         tmake_file="t-slibgcc-elf-ver t-linux i386/t-linux64"
921         ;;
922 i[34567]86-*-kfreebsd*-gnu) # must be before i[34567]86-*-gnu*
923         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h kfreebsdgnu.h i386/kfreebsdgnu.h"
924         tmake_file="t-slibgcc-elf-ver t-kfreebsd-gnu i386/t-crtstuff"
925         float_format=i386
926         use_fixproto=no
927         ;;
928 i[34567]86-*-gnu*)
929         ;;
930 i[34567]86-pc-msdosdjgpp*)
931         xm_file=i386/xm-djgpp.h
932         tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
933         tmake_file=i386/t-djgpp
934         gnu_ld=yes
935         gas=yes
936         ;;
937 i[34567]86-*-lynxos*)
938         if test x$gas = xyes
939         then
940                 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h svr3.h lynx.h i386/lynx.h"
941         else
942                 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
943         fi
944         use_fixproto=yes
945         ;;
946 i[34567]86-*-nto-qnx*)
947         tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
948         tmake_file=i386/t-nto
949         gnu_ld=yes
950         gas=yes
951         ;;
952 i[34567]86-*-rtems*)
953         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
954         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
955         tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
956         ;;
957 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
958         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
959         if test x$gas = xyes
960         then
961                 tm_file="usegas.h ${tm_file}"
962         fi
963         tmake_file=i386/t-sco5
964         extra_parts="crtbegin.o crtend.o"
965         use_fixproto=yes
966         ;;
967 i[34567]86-*-solaris2*)
968         xm_defines="SMALL_ARG_MAX"
969         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
970         tmake_file="i386/t-sol2 t-svr4"
971         if test x$gnu_ld = xyes; then
972                 tmake_file="$tmake_file t-slibgcc-elf-ver"
973         else
974                 tmake_file="$tmake_file t-slibgcc-sld"
975         fi
976         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
977         if test x${enable_threads} = x; then
978             enable_threads=$have_pthread_h
979             if test x${enable_threads} = x; then
980                 enable_threads=$have_thread_h
981             fi
982         fi
983         if test x${enable_threads} = xyes; then
984             if test x${have_pthread_h} = xyes; then
985                 thread_file='posix'
986             else
987                 thread_file='solaris'
988             fi
989         fi
990         ;;
991 i[34567]86-*-sysv5*)           # Intel x86 on System V Release 5
992        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
993        if test x$stabs = xyes
994        then
995                tm_file="${tm_file} dbx.h"
996        fi
997        tmake_file="i386/t-crtpic t-svr4"
998        extra_parts="crtbegin.o crtend.o"
999        if test x$enable_threads = xyes; then
1000                thread_file='posix'
1001        fi
1002         use_fixproto=yes
1003        ;;
1004 i[34567]86-*-sysv4*)            # Intel 80386's running system V.4
1005         xm_defines="SMALL_ARG_MAX"
1006         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1007         if test x$stabs = xyes
1008         then
1009                 tm_file="${tm_file} dbx.h"
1010         fi
1011         tmake_file="i386/t-crtpic t-svr4"
1012         extra_parts="crtbegin.o crtend.o"
1013         use_fixproto=yes
1014         ;;
1015 i[4567]86-wrs-vxworks)
1016         tm_file="${tm_file} i386/sysv4.h i386/unix.h i386/vxworks.h"
1017         tmake_file="${tmake_file} i386/t-vxworks"
1018         ;;
1019 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1020         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1021         xm_file=i386/xm-cygwin.h
1022         tmake_file="i386/t-cygwin i386/t-cygming"
1023         extra_objs=winnt.o
1024         c_target_objs=cygwin2.o
1025         cxx_target_objs=cygwin2.o
1026         host_extra_objs=cygwin1.o
1027         if test x$enable_threads = xyes; then
1028                 thread_file='posix'
1029         fi
1030         ;;
1031 i[34567]86-*-mingw32*)
1032         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1033         xm_file=i386/xm-mingw32.h
1034         tmake_file="i386/t-cygming i386/t-mingw32"
1035         extra_objs=winnt.o
1036         if test x$enable_threads = xyes; then
1037                 thread_file='win32'
1038         fi
1039         case ${target} in
1040                 *mingw32crt*)
1041                         tm_file="${tm_file} i386/crtdll.h"
1042                         ;;
1043                 *mingw32msv* | *mingw32*)
1044                         ;;
1045         esac
1046         ;;
1047 i[34567]86-*-uwin*)
1048         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1049         tmake_file="i386/t-cygwin i386/t-uwin"
1050         extra_objs=winnt.o
1051         if test x$enable_threads = xyes; then
1052                 thread_file='win32'
1053         fi
1054         use_fixproto=yes
1055         ;;
1056 i[34567]86-*-interix3*)
1057         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"
1058         tmake_file="i386/t-interix"
1059         extra_objs=winnt.o
1060         if test x$enable_threads = xyes ; then
1061                 thread_file='posix'
1062         fi
1063         if test x$stabs = xyes ; then
1064                 tm_file="${tm_file} dbxcoff.h"
1065         fi
1066         ;;
1067 i[34567]86-*-kaos*)
1068         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1069         tmake_file="i386/t-i386elf t-svr4"
1070         ;;
1071 i860-*-sysv4*)
1072         tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h"
1073         tmake_file="i860/t-i860 i860/t-svr4"
1074         extra_parts="crtbegin.o crtend.o"
1075         use_fixproto=yes
1076         ;;
1077 ia64*-*-elf*)
1078         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1079         tmake_file="ia64/t-ia64"
1080         target_cpu_default="0"
1081         if test x$gas = xyes
1082         then
1083                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1084         fi
1085         if test x$gnu_ld = xyes
1086         then
1087                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1088         fi
1089         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1090         use_fixproto=yes
1091         ;;
1092 ia64*-*-freebsd*)
1093         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1094         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1095         tmake_file="${tmake_file} ia64/t-ia64"
1096         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1097         ;;
1098 ia64*-*-linux*)
1099         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1100         tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1101         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1102         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1103         if test x"$use_libunwind_exceptions" = xyes; then
1104           tmake_file="$tmake_file t-libunwind"
1105         fi
1106         ;;
1107 ia64*-*-hpux*)
1108         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
1109         tmake_file="ia64/t-ia64 ia64/t-hpux"
1110         target_cpu_default="MASK_GNU_AS"
1111         case x$enable_threads in
1112         xyes | xposix )
1113                 thread_file=posix
1114                 ;;
1115         esac
1116         use_collect2=no
1117         c_target_objs="ia64-c.o"
1118         cxx_target_objs="ia64-c.o"
1119         # If we decide to run fixproto we should define FIXPROTO_DEFINES
1120         # in ia64/t-hpux, and also fix the definition of putenv in
1121         # sys-protos.h (const char not char).
1122         ;;
1123 ip2k-*-elf)
1124         tm_file="elfos.h ${tm_file}"
1125         use_fixproto=yes
1126         ;;
1127 iq2000*-*-elf*)
1128         tm_file="svr4.h elfos.h iq2000/iq2000.h"
1129         tmake_file=iq2000/t-iq2000
1130         out_file=iq2000/iq2000.c
1131         md_file=iq2000/iq2000.md
1132         use_fixproto=yes
1133         ;;
1134 m32r-*-elf*)
1135         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1136         extra_parts="crtinit.o crtfini.o"
1137         use_fixproto=yes
1138         ;;
1139 m32rle-*-elf*)
1140         tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
1141         extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1142         use_fixproto=yes
1143         ;;
1144 m32r-*-linux*)
1145         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
1146         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1147         tmake_file="m32r/t-linux"
1148         gnu_ld=yes
1149         use_fixproto=yes
1150         if test x$enable_threads = xyes; then
1151                 thread_file='posix'
1152         fi
1153         ;;
1154 m32rle-*-linux*)
1155         tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
1156         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1157         tmake_file="m32r/t-linux"
1158         gnu_ld=yes
1159         use_fixproto=yes
1160         if test x$enable_threads = xyes; then
1161                 thread_file='posix'
1162         fi
1163         ;;
1164 # m68hc11 and m68hc12 share the same machine description.
1165 m68hc11-*-*|m6811-*-*)
1166         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1167         tm_p_file="m68hc11/m68hc11-protos.h"
1168         md_file="m68hc11/m68hc11.md"
1169         out_file="m68hc11/m68hc11.c"
1170         tmake_file="m68hc11/t-m68hc11-gas"
1171         use_fixproto=yes
1172         ;;
1173 m68hc12-*-*|m6812-*-*)
1174         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1175         tm_p_file="m68hc11/m68hc11-protos.h"
1176         md_file="m68hc11/m68hc11.md"
1177         out_file="m68hc11/m68hc11.c"
1178         tmake_file="m68hc11/t-m68hc11-gas"
1179         use_fixproto=yes
1180         ;;
1181 m68k-*-aout*)
1182         tmake_file=m68k/t-m68kbare
1183         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
1184         ;;
1185 m68k-*-coff*)
1186         tmake_file=m68k/t-m68kbare
1187         tm_defines="MOTOROLA USE_GAS"
1188         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
1189         use_fixproto=yes
1190         ;;
1191 m68020-*-elf* | m68k-*-elf*)
1192         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1193         tm_defines="MOTOROLA USE_GAS"
1194         tmake_file=m68k/t-m68kelf
1195         extra_parts="crtbegin.o crtend.o"
1196         use_fixproto=yes
1197         ;;
1198 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1199         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1200         tm_defines="MOTOROLA USE_GAS"
1201         case ${target} in
1202         m68010*)
1203                 target_cpu_default="0"
1204                 ;;
1205         *)
1206                 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1207                 ;;
1208         esac
1209         ;;
1210 m68k*-*-openbsd*)
1211         # needed to unconfuse gdb
1212         tm_defines="OBSD_OLD_GAS TARGET_DEFAULT=(MASK_68020|MASK_68881|MASK_BITFIELD)"
1213         tm_file="m68k/m68k.h openbsd.h m68k/openbsd.h"
1214         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1215         # we need collect2 until our bug is fixed...
1216         use_collect2=yes
1217         ;;
1218 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux with uClibc
1219         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
1220         tm_defines="MOTOROLA USE_GAS"
1221         tmake_file=m68k/t-uclinux
1222         use_fixproto=no
1223         ;;
1224 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
1225                                 # with ELF format using glibc 2
1226                                 # aka the GNU/Linux C library 6.
1227         tm_file="m68k/m68k.h dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
1228         tm_defines="MOTOROLA USE_GAS"
1229         tmake_file="t-slibgcc-elf-ver t-linux"
1230         # if not configured with --enable-sjlj-exceptions, bump the
1231         # libgcc version number
1232         if test x$sjlj != x1; then
1233             tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1234         fi
1235         ;;
1236 m68k-*-rtems*)
1237         tmake_file="m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems"
1238         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
1239         tm_defines="MOTOROLA USE_GAS"
1240         extra_parts="crtbegin.o crtend.o"
1241         ;;
1242 mcore-*-elf)
1243         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1244         tmake_file=mcore/t-mcore
1245         use_fixproto=yes
1246         ;;
1247 mcore-*-pe*)
1248         tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
1249         tmake_file=mcore/t-mcore-pe
1250         use_fixproto=yes
1251         ;;
1252 mips-sgi-irix6*)                # SGI System V.4., IRIX 6
1253         tm_file="${tm_file} mips/iris5.h mips/iris6.h"
1254         tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1255         if test x$gas = xyes
1256         then
1257                 tm_file="${tm_file} mips/iris6gas.h"
1258         fi
1259         if test "x$gnu_ld" = xyes
1260         then
1261                 tm_file="${tm_file} mips/iris6gld.h"
1262                 tmake_file="$tmake_file mips/t-irix-gld"
1263         fi
1264         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1265         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1266         # See comment in mips/iris5.h file.  Only enabled for O32 ABI
1267         # without GNU as.
1268         if test x$gas = xno
1269         then
1270                 use_collect2=yes
1271         fi
1272 #       if test x$enable_threads = xyes; then
1273 #               thread_file='irix'
1274 #       fi
1275         use_fixproto=yes
1276         ;;
1277 mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
1278         tm_file="${tm_file} mips/iris5.h mips/iris6.h mips/cross64.h"
1279         tmake_file="mips/t-iris mips/t-cross64"
1280         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1281         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1282         # See comment in mips/iris[56].h files.
1283         use_collect2=yes
1284 #       if test x$enable_threads = xyes; then
1285 #               thread_file='irix'
1286 #       fi
1287         use_fixproto=yes
1288         ;;
1289 mips-sgi-irix5*)                # SGI System V.4., IRIX 5
1290         tm_file="${tm_file} mips/iris5.h"
1291         if test x$gas = xyes
1292         then
1293                 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h"
1294                 if test x$stabs = xyes
1295                 then
1296                         tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1297                 fi
1298                 tmake_file=mips/t-iris5-gas
1299         else
1300                 tmake_file=mips/t-iris5-as
1301         fi
1302         if test "x$gnu_ld" = xyes
1303         then
1304                 tm_file="${tm_file} mips/iris5gld.h"
1305                 tmake_file="$tmake_file mips/t-irix-gld"
1306         fi
1307         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1308         target_cpu_default="MASK_ABICALLS"
1309         # mips-tfile doesn't work yet
1310         # See comment in mips/iris5.h file.
1311         if test x$gas = xno
1312         then
1313                 use_collect2=yes
1314         fi
1315 #       if test x$enable_threads = xyes; then
1316 #               thread_file='irix'
1317 #       fi
1318         use_fixproto=yes
1319         ;;
1320 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1321         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1322         tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1323         ;;
1324 mips64*-*-linux*)
1325         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1326         tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux64"
1327
1328         # This default ABI is a partial lie: t-linux64 overrides the
1329         # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1330         # that is installed.  What GCC thinks of as the default must
1331         # remain as ABI_32 such that the SONAMEs of the libgcc shared
1332         # libraries remain compatible with those of mips-linux-gnu.
1333         tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1334         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1335         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1336         gnu_ld=yes
1337         gas=yes
1338         ;;
1339 mips*-*-linux*)                         # Linux MIPS, either endian.
1340         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1341         case ${target} in
1342         mipsisa32*-*)
1343                 target_cpu_default="MASK_SOFT_FLOAT"
1344                 tm_defines="MIPS_ISA_DEFAULT=32"
1345                 ;;
1346         esac
1347         tmake_file="t-slibgcc-elf-ver t-linux"
1348         ;;
1349 mips*-*-openbsd*)
1350         tm_defines="OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1351         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1352         tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1353         case ${target} in
1354         mips*el-*-openbsd*) 
1355             tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1356         *)  tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1357         esac
1358         ;;
1359 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1360         tm_file="${tm_file} mips/elf.h"
1361         tmake_file=mips/t-isa3264
1362         tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1363         use_fixproto=yes
1364         ;;
1365 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1366         tm_file="${tm_file} mips/elf.h"
1367         tmake_file=mips/t-isa3264
1368         tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1369         use_fixproto=yes
1370         ;;
1371 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1372         tm_file="${tm_file} mips/elf.h"
1373         tmake_file=mips/t-isa3264
1374         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1375         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_EABI"
1376         use_fixproto=yes
1377         ;;
1378 mipsisa64sr71k-*-elf*)
1379         tm_file="${tm_file} mips/elf.h"
1380         tmake_file=mips/t-sr71k
1381         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1382         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1383         use_fixproto=yes
1384         ;;
1385 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1386         tm_file="${tm_file} mips/elf.h"
1387         tmake_file=mips/t-elf
1388         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1389         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1390         use_fixproto=yes
1391         ;;
1392 mips-*-elf* | mipsel-*-elf*)
1393         tm_file="${tm_file} mips/elf.h"
1394         tmake_file=mips/t-elf
1395         use_fixproto=yes
1396         ;;
1397 mips64-*-elf* | mips64el-*-elf*)
1398         tm_file="${tm_file} mips/elf64.h"
1399         tmake_file=mips/t-elf
1400         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1401         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1402         use_fixproto=yes
1403         ;;
1404 mips64vr-*-elf* | mips64vrel-*-elf*)
1405         tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1406         tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1407         tmake_file=mips/t-vr
1408         use_fixproto=yes
1409         ;;
1410 mips64orion-*-elf* | mips64orionel-*-elf*)
1411         tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1412         tmake_file=mips/t-elf
1413         tmake_file=mips/t-elf
1414         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1415         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1416         use_fixproto=yes
1417         ;;
1418 mips*-*-rtems*)
1419         tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1420         tmake_file="mips/t-elf t-rtems mips/t-rtems"
1421         ;;
1422 mips-wrs-vxworks)
1423         # We want vxworks.h after mips/elf.h, which unfortunately means we
1424         # have to redo the tm_file list from scratch.
1425         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h vxworks.h mips/vxworks.h"
1426         tmake_file="${tmake_file} mips/t-vxworks"
1427         target_cpu_default="MASK_GAS"
1428         ;;
1429 mips-wrs-windiss)       # Instruction-level simulator for VxWorks.
1430         xm_defines=POSIX
1431         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1432         tmake_file="${tmake_file} mips/t-elf"
1433         target_cpu_default="MASK_GAS"
1434         thread_file=
1435         ;;
1436 mipstx39-*-elf* | mipstx39el-*-elf*)
1437         tm_file="${tm_file} mips/r3900.h mips/elf.h"
1438         tmake_file=mips/t-r3900
1439         use_fixproto=yes
1440         ;;
1441 mmix-knuth-mmixware)
1442         need_64bit_hwint=yes
1443         ;;
1444 mn10300-*-*)
1445         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1446         if test x$stabs = xyes
1447         then
1448                 tm_file="${tm_file} dbx.h"
1449         fi
1450         use_collect2=no
1451         use_fixproto=yes
1452         ;;
1453 ns32k-*-netbsdelf*)
1454         echo "GCC does not yet support the ${target} target"; exit 1
1455         ;;
1456 ns32k-*-netbsd*)
1457         tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1458         # On NetBSD, the headers are already okay, except for math.h.
1459         tmake_file="t-netbsd ns32k/t-ns32k"
1460         extra_parts=""
1461         use_collect2=yes
1462         ;;
1463 pdp11-*-bsd)
1464         tm_file="${tm_file} pdp11/2bsd.h"
1465         use_fixproto=yes
1466         ;;
1467 pdp11-*-*)
1468         use_fixproto=yes
1469         ;;
1470 avr-*-*)
1471         use_fixproto=yes
1472         ;;
1473 # port not yet contributed
1474 #powerpc-*-openbsd*)
1475 #       tmake_file="${tmake_file} rs6000/t-fprules "
1476 #       extra_headers=
1477 #       ;;
1478 powerpc64-*-linux*)
1479         tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1480         case x$with_cpu in
1481         x|xpowerpc64|xdefault64) tm_file="${tm_file} rs6000/default64.h";;
1482         esac
1483         tm_file="${tm_file} rs6000/linux64.h"
1484         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-ppccomm rs6000/t-linux64"
1485         ;;
1486 powerpc64-*-gnu*)
1487         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"
1488         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1489         ;;
1490 powerpc-*-beos*)
1491         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1492         tmake_file="rs6000/t-fprules rs6000/t-beos"
1493         extra_headers=
1494         use_fixproto=yes
1495         ;;
1496 powerpc-*-darwin*)
1497         tm_file="${tm_file} rs6000/darwin.h"
1498         tmake_file="t-darwin t-slibgcc-darwin rs6000/t-darwin"
1499         extra_headers=altivec.h
1500         ;;
1501 powerpc*-*-freebsd*)
1502         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1503         tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1504         ;;
1505 powerpc-*-netbsd*)
1506         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1507         tmake_file="${tmake_file} rs6000/t-netbsd"
1508         ;;
1509 powerpc-*-chorusos*)
1510         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1511         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1512         case ${enable_threads} in
1513           yes | posix)
1514             thread_file='posix'
1515             ;;
1516         esac
1517         use_fixproto=yes
1518         ;;
1519 powerpc-*-eabispe*)
1520         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1521         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1522         ;;
1523 powerpc-*-eabisimaltivec*)
1524         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"
1525         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1526         ;;
1527 powerpc-*-eabisim*)
1528         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1529         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1530         ;;
1531 powerpc-*-elf*)
1532         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1533         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1534         use_fixproto=yes
1535         ;;
1536 powerpc-*-eabialtivec*)
1537         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1538         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1539         ;;
1540 powerpc-*-eabi*)
1541         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1542         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1543         ;;
1544 powerpc-*-rtems*)
1545         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
1546         tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm"
1547         ;;
1548 powerpc-*-linux*altivec*)
1549         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1550         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1551         ;;
1552 powerpc-*-linux*spe*)
1553         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h"
1554         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1555         ;;
1556 powerpc-*-linux*)
1557         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
1558         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1559         ;;
1560 powerpc-*-gnu-gnualtivec*)
1561         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"
1562         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1563         if test x$enable_threads = xyes; then
1564                 thread_file='posix'
1565         fi
1566         ;;
1567 powerpc-*-gnu*)
1568         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"
1569         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1570         if test x$enable_threads = xyes; then
1571                 thread_file='posix'
1572         fi
1573         ;;
1574 powerpc-wrs-vxworks*)
1575         # We want vxworks.h after rs6000/sysv4.h, which unfortunately
1576         # means we have to redo the tm_file list from scratch.
1577         tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1578         tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
1579         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
1580         extra_headers=ppc-asm.h
1581         ;;
1582 powerpc-wrs-windiss*)   # Instruction-level simulator for VxWorks.
1583         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
1584         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1585         thread_file=""
1586         use_fixproto=yes
1587         ;;
1588 powerpcle-*-sysv*)
1589         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1590         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1591         use_fixproto=yes
1592         ;;
1593 powerpcle-*-elf*)
1594         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1595         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1596         use_fixproto=yes
1597         ;;
1598 powerpcle-*-eabisim*)
1599         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"
1600         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1601         ;;
1602 powerpcle-*-eabi*)
1603         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
1604         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1605         ;;
1606 powerpc-*-kaos*)
1607         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
1608         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1609         ;;
1610 powerpcle-*-kaos*)
1611         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h kaos.h rs6000/kaos-ppc.h"
1612         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1613         ;;
1614 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
1615         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1616         tmake_file="rs6000/t-fprules rs6000/t-newas"
1617         use_collect2=yes
1618         extra_headers=
1619         use_fixproto=yes
1620         ;;
1621 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1622         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
1623         tmake_file=rs6000/t-aix43
1624         use_collect2=yes
1625         thread_file='aix'
1626         extra_headers=
1627         ;;
1628 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1629         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
1630         tmake_file=rs6000/t-aix43
1631         use_collect2=yes
1632         thread_file='aix'
1633         extra_headers=
1634         ;;
1635 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1636         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1637         tmake_file=rs6000/t-aix52
1638         use_collect2=yes
1639         thread_file='aix'
1640         extra_headers=
1641         ;;
1642 rs6000-*-lynxos*)
1643         tm_file="svr3.h lynx.h rs6000/lynxbase.h rs6000/rs6000.h rs6000/lynx.h"
1644         tmake_file=rs6000/t-fprules
1645         use_collect2=yes
1646         use_fixproto=yes
1647         ;;
1648 s390-*-linux*)
1649         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1650         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
1651         ;;
1652 s390x-*-linux*)
1653         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1654         tm_p_file=s390/s390-protos.h
1655         md_file=s390/s390.md
1656         extra_modes=s390/s390-modes.def
1657         out_file=s390/s390.c
1658         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
1659         ;;
1660 s390x-ibm-tpf*)
1661         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
1662         tm_p_file=s390/s390-protos.h
1663         md_file=s390/s390.md
1664         extra_modes=s390/s390-modes.def
1665         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1666         out_file=s390/s390.c
1667         tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
1668         ;;
1669 sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
1670         tmake_file="sh/t-sh sh/t-elf"
1671         case ${target} in
1672         shl* | sh[234]l* | sh64l*)
1673                 tm_file="sh/little.h ${tm_file}"
1674                 tmake_file="${tmake_file} sh/t-le"
1675                 ;;
1676         esac
1677         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h"
1678         case ${target} in
1679         sh64*)
1680                 tmake_file="${tmake_file} sh/t-sh64"
1681                 tm_file="${tm_file} sh/sh64.h"
1682                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1683                 ;;
1684         sh4_single*)  target_cpu_default="SELECT_SH4_SINGLE" ;;
1685         sh4*)  target_cpu_default="SELECT_SH4" ;;
1686         sh3e*) target_cpu_default="SELECT_SH3E" ;;
1687         sh3*)  target_cpu_default="SELECT_SH3" ;;
1688         sh2e*) target_cpu_default="SELECT_SH2E" ;;
1689         sh2*)  target_cpu_default="SELECT_SH2" ;;
1690         esac
1691         case ${target} in
1692         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1693         esac
1694         case ${target} in
1695         sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
1696         esac
1697         use_fixproto=yes
1698         ;;
1699 sh-*-rtemself*)
1700         tmake_file="sh/t-sh sh/t-elf t-rtems"
1701         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
1702         ;;
1703 sh-*-rtems*)
1704         tmake_file="sh/t-sh t-rtems"
1705         tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
1706         ;;
1707 sh-*-linux* | sh[2346lbe]*-*-linux*)
1708         tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
1709         case ${target} in
1710         sh*be-*-* | sh*eb-*-*) ;;
1711         *)
1712                 tm_file="sh/little.h ${tm_file}"
1713                 tmake_file="${tmake_file} sh/t-le"
1714                 ;;
1715         esac
1716         tmake_file="${tmake_file} sh/t-linux"
1717         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
1718         case ${target} in
1719         sh64*)
1720                 tmake_file="${tmake_file} sh/t-sh64"
1721                 tm_file="${tm_file} sh/sh64.h"
1722                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1723                 ;;
1724         sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1725         sh4*) target_cpu_default="SELECT_SH4" ;;
1726         sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
1727         sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
1728         sh3e*) target_cpu_default="SELECT_SH3E" ;;
1729         sh3*) target_cpu_default="SELECT_SH3" ;;
1730         sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
1731         sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
1732         sh2e*) target_cpu_default="SELECT_SH2E" ;;
1733         sh2*) target_cpu_default="SELECT_SH2" ;;
1734         esac
1735         case ${target} in
1736         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1737         esac
1738         ;;
1739 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1740   sh64-*-netbsd* | sh64l*-*-netbsd*)
1741         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
1742         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
1743         case ${target} in
1744         sh*l*-*)
1745                 tm_file="sh/little.h ${tm_file}"
1746                 tmake_file="${tmake_file} sh/t-le"
1747                 ;;
1748         *)
1749                 tmake_file="${tmake_file} sh/t-be"
1750                 ;;
1751         esac
1752         case ${target} in
1753         sh5*-*)
1754                 # SHmedia, 32-bit ABI
1755                 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
1756                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
1757                 ;;
1758         sh64*-*)
1759                 # SHmedia, 64-bit ABI
1760                 target_cpu_default="SH5_BIT|SH4_BIT"
1761                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
1762                 ;;
1763         *)
1764                 # SH3, software floating point
1765                 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
1766                 tmake_file="${tmake_file} sh/t-netbsd"
1767                 ;;
1768         esac
1769         ;;
1770 sh-wrs-vxworks)
1771         tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
1772         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/vxworks.h"
1773         ;;
1774 sh-*-*)
1775         tm_file="${tm_file} dbxcoff.h sh/coff.h"
1776         use_fixproto=yes
1777         ;;
1778 sparc-tti-*)
1779         tm_file="${tm_file} sparc/pbd.h"
1780         use_fixproto=yes
1781         ;;
1782 sparc-*-netbsdelf*)
1783         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1784         ;;
1785 sparc-*-openbsd*)
1786         tm_defines=OBSD_OLD_GAS
1787         tm_file="sparc/sparc.h openbsd.h sparc/openbsd.h"
1788         # needed to unconfuse gdb
1789         tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
1790         # we need collect2 until our bug is fixed...
1791         use_collect2=yes
1792         ;;
1793 sparc64-*-openbsd*)
1794         tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
1795         gas=yes gnu_ld=yes
1796         with_cpu=ultrasparc
1797         ;;
1798 sparc-*-elf*)
1799         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
1800         tmake_file="sparc/t-elf sparc/t-crtfm"
1801         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1802         use_fixproto=yes
1803         ;;
1804 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
1805         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
1806         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
1807         ;;
1808 sparc-*-rtems*)
1809         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"
1810         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
1811         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1812         ;;
1813 sparc64-*-solaris2* | sparcv9-*-solaris2*)
1814         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"
1815         if test x$gnu_ld = xyes; then
1816                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
1817         fi
1818         if test x$gas = xyes; then
1819                 tm_file="${tm_file} sparc/sol2-gas-bi.h"
1820         fi
1821         tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
1822         if test x$gnu_ld = xyes; then
1823                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1824         else
1825                 tmake_file="$tmake_file t-slibgcc-sld"
1826         fi
1827         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
1828         if test x${enable_threads} = x ; then
1829             enable_threads=$have_pthread_h
1830             if test x${enable_threads} = x ; then
1831                 enable_threads=$have_thread_h
1832             fi
1833         fi
1834         if test x${enable_threads} = xyes ; then
1835             if test x${have_pthread_h} = xyes ; then
1836                 thread_file='posix'
1837             else
1838                 thread_file='solaris'
1839             fi
1840         fi
1841         need_64bit_hwint=yes
1842         ;;
1843 sparc-*-solaris2*)
1844         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
1845         if test x$gnu_ld = xyes; then
1846                 tm_file="${tm_file} sparc/sol2-gld.h"
1847         fi
1848         tmake_file="sparc/t-sol2 sparc/t-crtfm"
1849         if test x$gnu_ld = xyes; then
1850                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1851         else
1852                 tmake_file="$tmake_file t-slibgcc-sld"
1853         fi
1854         case ${target} in
1855         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1856                 if test x$gnu_ld = xno; then
1857                         tm_file="${tm_file} sparc/sol26-sld.h"
1858                 fi
1859                 ;;
1860         *-*-solaris2.[789] | *-*-solaris2.1[0-9])
1861                 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
1862                 if test x$gnu_ld = xyes; then
1863                         tm_file="${tm_file} sparc/sol2-gld-bi.h"
1864                 fi
1865                 if test x$gas = xyes; then
1866                         tm_file="${tm_file} sparc/sol2-gas-bi.h"
1867                 fi
1868                 tmake_file="$tmake_file sparc/t-sol2-64"
1869                 need_64bit_hwint=yes
1870                 ;;
1871         esac
1872         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1873         if test x${enable_threads} = x; then
1874             enable_threads=$have_pthread_h
1875             if test x${enable_threads} = x; then
1876                 enable_threads=$have_thread_h
1877             fi
1878         fi
1879         if test x${enable_threads} = xyes; then
1880             if test x${have_pthread_h} = xyes; then
1881                 thread_file='posix'
1882             else
1883                 thread_file='solaris'
1884             fi
1885         fi
1886         ;;
1887 sparc-*-sysv4*)
1888         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
1889         tmake_file=t-svr4
1890         extra_parts="crtbegin.o crtend.o"
1891         use_fixproto=yes
1892         ;;
1893 sparclite-*-coff*)
1894         tm_file="${tm_file} sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
1895         tmake_file=sparc/t-sparclite
1896         ;;
1897 sparclite-*-elf*)
1898         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/liteelf.h"
1899         tmake_file="sparc/t-sparclite sparc/t-crtfm"
1900         extra_parts="crtbegin.o crtend.o"
1901         use_fixproto=yes
1902         ;;
1903 sparc86x-*-elf*)
1904         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/sp86x-elf.h"
1905         tmake_file="sparc/t-sp86x sparc/t-crtfm"
1906         extra_parts="crtbegin.o crtend.o"
1907         use_fixproto=yes
1908         ;;
1909 sparc64-*-aout*)
1910         tm_file="sparc/sparc.h sparc/aout.h sparc/sp64-aout.h"
1911         use_fixproto=yes
1912         ;;
1913 sparc64-*-elf*)
1914         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
1915         tmake_file="${tmake_file} sparc/t-crtfm"
1916         extra_parts="crtbegin.o crtend.o"
1917         use_fixproto=yes
1918         ;;
1919 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1920         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
1921         tmake_file="${tmake_file} sparc/t-crtfm"
1922         case "x$with_cpu" in
1923                 xultrasparc) ;;
1924                 x) with_cpu=ultrasparc ;;
1925                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
1926         esac
1927         need_64bit_hwint=yes
1928         ;;
1929 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
1930         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
1931         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
1932         ;;
1933 sparc64-*-netbsd*)
1934         tmake_file="${tmake_file} sparc/t-netbsd64"
1935         tm_file="sparc/biarch64.h ${tm_file}"
1936         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1937         ;;
1938 strongarm-*-elf*)
1939         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
1940         tmake_file=arm/t-strongarm-elf
1941         out_file=arm/arm.c
1942         md_file=arm/arm.md
1943         extra_modes=arm/arm-modes.def
1944         use_fixproto=yes
1945         ;;
1946 strongarm-*-pe)
1947         tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
1948         tmake_file=arm/t-strongarm-pe
1949         out_file=arm/arm.c
1950         md_file=arm/arm.md
1951         extra_modes=arm/arm-modes.def
1952         extra_objs=pe.o
1953         use_fixproto=yes
1954         ;;
1955 strongarm-*-kaos*)
1956         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-strongarm.h"
1957         tmake_file=arm/t-strongarm-elf
1958         out_file=arm/arm.c
1959         md_file=arm/arm.md
1960         extra_modes=arm/arm-modes.def
1961         ;;
1962 v850e1-*-*)
1963         target_cpu_default="TARGET_CPU_v850e1"
1964         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
1965         tm_p_file=v850/v850-protos.h
1966         tmake_file=v850/t-v850e
1967         md_file=v850/v850.md
1968         out_file=v850/v850.c
1969         if test x$stabs = xyes
1970         then
1971                 tm_file="${tm_file} dbx.h"
1972         fi
1973         use_collect2=no
1974         c_target_objs="v850-c.o"
1975         cxx_target_objs="v850-c.o"
1976         use_fixproto=yes
1977         ;;
1978 v850e-*-*)
1979         target_cpu_default="TARGET_CPU_v850e"
1980         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
1981         tm_p_file=v850/v850-protos.h
1982         tmake_file=v850/t-v850e
1983         md_file=v850/v850.md
1984         out_file=v850/v850.c
1985         if test x$stabs = xyes
1986         then
1987                 tm_file="${tm_file} dbx.h"
1988         fi
1989         use_collect2=no
1990         c_target_objs="v850-c.o"
1991         cxx_target_objs="v850-c.o"
1992         use_fixproto=yes
1993         ;;
1994 v850-*-*)
1995         target_cpu_default="TARGET_CPU_generic"
1996         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1997         tmake_file=v850/t-v850
1998         if test x$stabs = xyes
1999         then
2000                 tm_file="${tm_file} dbx.h"
2001         fi
2002         use_collect2=no
2003         c_target_objs="v850-c.o"
2004         cxx_target_objs="v850-c.o"
2005         use_fixproto=yes
2006         ;;
2007 vax-*-bsd*)                     # VAXen running BSD
2008         tm_file="${tm_file} vax/bsd.h"
2009         use_collect2=yes
2010         use_fixproto=yes
2011         ;;
2012 vax-*-sysv*)                    # VAXen running system V
2013         tm_file="${tm_file} vax/vaxv.h"
2014         use_fixproto=yes
2015         ;;
2016 vax-*-netbsdelf*)
2017         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2018         ;;
2019 vax-*-netbsd*)
2020         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2021         tmake_file=t-netbsd
2022         extra_parts=""
2023         use_collect2=yes
2024         ;;
2025 vax-*-openbsd*)
2026         tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2027         use_collect2=yes
2028         ;;
2029 vax-*-ultrix*)                  # VAXen running ultrix
2030         tm_file="${tm_file} vax/ultrix.h"
2031         use_fixproto=yes
2032         ;;
2033 xscale-*-elf)
2034         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2035         tmake_file=arm/t-xscale-elf
2036         out_file=arm/arm.c
2037         md_file=arm/arm.md
2038         extra_modes=arm/arm-modes.def
2039         use_fixproto=yes
2040         ;;
2041 xscale-*-coff)
2042         tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
2043         tmake_file=arm/t-xscale-coff
2044         out_file=arm/arm.c
2045         md_file=arm/arm.md
2046         extra_modes=arm/arm-modes.def
2047         use_fixproto=yes
2048         ;;
2049 xstormy16-*-elf)
2050         # For historical reasons, the target files omit the 'x'.
2051         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2052         tm_p_file=stormy16/stormy16-protos.h
2053         md_file=stormy16/stormy16.md
2054         out_file=stormy16/stormy16.c
2055         tmake_file="stormy16/t-stormy16"
2056         extra_parts="crtbegin.o crtend.o"
2057         use_fixproto=yes
2058         ;;
2059 xtensa-*-elf*)
2060         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2061         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2062         ;;
2063 xtensa-*-linux*)
2064         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2065         tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
2066         ;;
2067 am33_2.0-*-linux*)
2068         tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2069         tmake_file="t-slibgcc-elf-ver t-linux mn10300/t-linux"
2070         gas=yes gnu_ld=yes
2071         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2072         use_collect2=no
2073         ;;
2074 *)
2075         echo "*** Configuration ${target} not supported" 1>&2
2076         exit 1
2077         ;;
2078 esac
2079
2080 # Support for --with-cpu and related options (and a few unrelated options,
2081 # too).
2082 case ${with_cpu} in
2083   yes | no)
2084     echo "--with-cpu must be passed a value" 1>&2
2085     exit 1
2086     ;;
2087 esac
2088
2089 # If there is no $with_cpu option, try to infer one from ${target}.
2090 # This block sets nothing except for with_cpu.
2091 if test x$with_cpu = x ; then
2092   case ${target} in
2093     ep9312-*-*)
2094       # A Cirrus ARM variant.
2095       with_cpu="ep9312"
2096       ;;
2097     i486-*-*)
2098       with_cpu=i486
2099       ;;
2100     i586-*-*)
2101       case ${target_noncanonical} in
2102         k6_2-*)
2103           with_cpu=k6-2
2104           ;;
2105         k6_3-*)
2106           with_cpu=k6-3
2107           ;;
2108         k6-*)
2109           with_cpu=k6
2110           ;;
2111         pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2112           with_cpu=pentium-mmx
2113           ;;
2114         *)
2115           with_cpu=pentium
2116           ;;
2117       esac
2118       ;;
2119     i686-*-* | i786-*-*)
2120       case ${target_noncanonical} in
2121         k8-*|opteron-*|athlon_64-*)
2122           with_cpu=k8
2123           ;;
2124         athlon_xp-*|athlon_mp-*|athlon_4-*)
2125           with_cpu=athlon-4
2126           ;;
2127         athlon_tbird-*|athlon-*)
2128           with_cpu=athlon
2129           ;;
2130         pentium2-*)
2131           with_cpu=pentium2
2132           ;;
2133         pentium3-*)
2134           with_cpu=pentium3
2135           ;;
2136         pentium4-*)
2137           with_cpu=pentium4
2138           ;;
2139         *)
2140           with_cpu=pentiumpro
2141           ;;
2142       esac
2143       ;;
2144     x86_64-*-*)
2145       with_cpu=k8
2146       ;;
2147     alphaev6[78]*-*-*)
2148       with_cpu=ev67
2149       ;;
2150     alphaev6*-*-*)
2151       with_cpu=ev6
2152       ;;
2153     alphapca56*-*-*)
2154       with_cpu=pca56
2155       ;;
2156     alphaev56*-*-*)
2157       with_cpu=ev56
2158       ;;
2159     alphaev5*-*-*)
2160       with_cpu=ev5
2161       ;;
2162     sparc*-*-*)
2163       with_cpu="`echo ${target} | sed 's/-.*$//'`"
2164       if [ x$with_cpu = xsparc64 ]; then
2165         with_cpu=v9
2166       fi
2167       ;;
2168   esac
2169 fi
2170
2171         # Similarly for --with-schedule.
2172         if test x$with_schedule = x; then
2173                 case ${target} in
2174                 hppa1* | parisc1*)
2175                         # Override default PA8000 scheduling model.
2176                         with_schedule=7100LC
2177                         ;;
2178                 esac
2179         fi
2180
2181         # Validate and mark as valid any --with options supported
2182         # by this target.  In order to use a particular --with option
2183         # you must list it in supported_defaults; validating the value
2184         # is optional.  This case statement should set nothing besides
2185         # supported_defaults.
2186
2187         supported_defaults=
2188         case "${target}" in
2189         alpha*-*-*)
2190                 supported_defaults="cpu tune"
2191                 for which in cpu tune; do
2192                         eval "val=\$with_$which"
2193                         case "$val" in
2194                         "" \
2195                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2196                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2197                         | 21264a)
2198                                 ;;
2199                         *)
2200                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2201                                 exit 1
2202                                 ;;
2203                         esac
2204                 done
2205                 ;;
2206
2207         arm*-*-*)
2208                 supported_defaults="arch cpu float tune fpu"
2209                 for which in cpu tune; do
2210                         eval "val=\$with_$which"
2211                         case "$val" in
2212                         "" \
2213                         | arm[236789] | arm250 | arm[67][01]0 \
2214                         | arm60 | arm620 | arm7d | arm7di \
2215                         | arm7m | arm7dm | arm7dmi | arm[79]tdmi \
2216                         | arm70 | arm700i | arm710t | arm720 \
2217                         | arm720t | arm740t | arm710c | arm920 \
2218                         | arm920t | arm926ejs | arm940t | arm9e | arm10tdmi \
2219                         | arm7100 | arm7500 | arm7500fe | arm810 \
2220                         | arm1026ejs | arm1020t | arm1136js | arm1136jfs \
2221                         | xscale | iwmmxt \
2222                         | ep9312 \
2223                         | strongarm | strongarm110 | strongarm11[01]0)
2224                                 # OK
2225                                 ;;
2226                         *)
2227                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2228                                 exit 1
2229                                 ;;
2230                         esac
2231                 done
2232
2233                 case "$with_arch" in
2234                 "" \
2235                 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
2236                 | armv5te | armv6j | ep9312)
2237                         # OK
2238                         ;;
2239                 *)
2240                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2241                         exit 1
2242                         ;;
2243                 esac
2244
2245                 case "$with_float" in
2246                 "" \
2247                 | soft | hard | softfp)
2248                         # OK
2249                         ;;
2250                 *)
2251                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2252                         exit 1
2253                         ;;
2254                 esac
2255
2256                 case "$with_fpu" in
2257                 "" \
2258                 | fpa | fpe2 | fpe3 | maverick | vfp )
2259                         # OK
2260                         ;;
2261                 *)
2262                         echo "Unknown fpu used in --with-fpu=$fpu" 2>&1
2263                         exit 1
2264                         ;;
2265                 esac
2266
2267                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2268                         echo "Warning: --with-arch overrides --with-cpu" 1>&2
2269                 fi
2270                 ;;
2271
2272         hppa*-*-* | parisc*-*-*)
2273                 supported_defaults="arch schedule"
2274
2275                 case "$with_arch" in
2276                 "" | 1.0 | 1.1 | 2.0)
2277                         # OK
2278                         ;;
2279                 *)
2280                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2281                         exit 1
2282                         ;;
2283                 esac
2284
2285                 case "$with_schedule" in
2286                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
2287                         # OK
2288                         ;;
2289                 *)
2290                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2291                         exit 1
2292                         ;;
2293                 esac
2294                 ;;
2295
2296         i[34567]86-*-* | x86_64-*-*)
2297                 supported_defaults="arch cpu tune"
2298                 for which in arch cpu tune; do
2299                         eval "val=\$with_$which"
2300                         case ${val} in
2301                         "" | i386 | i486 \
2302                         | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2303                         | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2304                         | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
2305                         | athlon-4 | athlon-xp | athlon-mp | k8 | opteron \
2306                         | athlon64 | athlon-fx)
2307                                 # OK
2308                                 ;;
2309                         *)
2310                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
2311                                 exit 1
2312                                 ;;
2313                         esac
2314                 done
2315                 ;;
2316
2317         mips*-*-*)
2318                 supported_defaults="abi arch float tune"
2319
2320                 case ${with_float} in
2321                 "" | soft | hard)
2322                         # OK
2323                         ;;
2324                 *)
2325                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2326                         exit 1
2327                         ;;
2328                 esac
2329
2330                 case ${with_abi} in
2331                 "" | 32 | o64 | n32 | 64 | eabi)
2332                         # OK
2333                         ;;
2334                 *)
2335                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
2336                         exit 1
2337                         ;;
2338                 esac
2339                 ;;
2340
2341         powerpc*-*-* | rs6000-*-*)
2342                 supported_defaults="cpu float tune"
2343
2344                 for which in cpu tune; do
2345                         eval "val=\$with_$which"
2346                         case ${val} in
2347                         default32 | default64)
2348                                 with_which="with_$which"
2349                                 eval $with_which=
2350                                 ;;
2351                         "" | common \
2352                         | power | power2 | power3 | power4 \
2353                         | powerpc | powerpc64 \
2354                         | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
2355                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
2356                         | 601 | 602 | 603 | 603e | ec603e | 604 \
2357                         | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
2358                         | 8540 | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5)
2359                                 # OK
2360                                 ;;
2361                         *)
2362                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2363                                 exit 1
2364                                 ;;
2365                         esac
2366                 done
2367                 ;;
2368
2369         s390*-*-*)
2370                 supported_defaults="arch mode tune"
2371
2372                 for which in arch tune; do
2373                         eval "val=\$with_$which"
2374                         case ${val} in
2375                         "" | g5 | g6 | z900 | z990)
2376                                 # OK
2377                                 ;;
2378                         *)
2379                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2380                                 exit 1
2381                                 ;;
2382                         esac
2383                 done
2384
2385                 case ${with_mode} in
2386                 "" | esa | zarch)
2387                         # OK
2388                         ;;
2389                 *)
2390                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
2391                         exit 1
2392                         ;;
2393                 esac
2394                 ;;
2395
2396         sparc*-*-*)
2397                 supported_defaults="cpu float tune"
2398
2399                 for which in cpu tune; do
2400                         eval "val=\$with_$which"
2401                         case ${val} in
2402                         "" | sparc | sparcv9 | sparc64 | sparc86x \
2403                         | v7 | cypress | v8 | supersparc | sparclite | f930 \
2404                         | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
2405                         | v9 | ultrasparc | ultrasparc3)
2406                                 # OK
2407                                 ;;
2408                         *)
2409                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
2410                                 exit 1
2411                                 ;;
2412                         esac
2413                 done
2414
2415                 case ${with_float} in
2416                 "" | soft | hard)
2417                         # OK
2418                         ;;
2419                 *)
2420                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2421                         exit 1
2422                         ;;
2423                 esac
2424                 ;;
2425
2426         v850*-*-*)
2427                 supported_defaults=cpu
2428                 case ${with_cpu} in
2429                 "" | v850e | v850e1)
2430                         # OK
2431                         ;;
2432                 *)
2433                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2434                         exit 1
2435                         ;;
2436                 esac
2437                 ;;
2438         esac
2439
2440         # Set some miscellaneous flags for particular targets.
2441         target_cpu_default2=
2442         case ${target} in
2443         alpha*-*-*)
2444                 if test x$gas = xyes
2445                 then
2446                         target_cpu_default2="MASK_GAS"
2447                 fi
2448                 ;;
2449
2450         arm*-*-*)
2451                 case "x$with_cpu" in
2452                 x)
2453                         # The most generic
2454                         target_cpu_default2="TARGET_CPU_generic"
2455                         ;;
2456
2457                 *)
2458                         target_cpu_default2="TARGET_CPU_$with_cpu"
2459                         ;;
2460                 esac
2461                 ;;
2462
2463         hppa*-*-* | parisc*-*-*)
2464                 if test x$gas = xyes
2465                 then
2466                         target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2467                 fi
2468                 ;;
2469
2470         mips*-*-*)
2471                 case ${target} in
2472                 mips*-*-ecoff* | mips*-*-elf*)
2473                         if test x$gas = xyes
2474                         then
2475                                 if test x$gnu_ld = xyes
2476                                 then
2477                                         target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2478                                 else
2479                                         target_cpu_default2="MASK_GAS"
2480                                 fi
2481                         fi
2482                         ;;
2483                 mips*-*-*)
2484                         if test x$gas = xyes
2485                         then
2486                                 target_cpu_default2="MASK_GAS"
2487                         fi
2488                         ;;
2489                 esac
2490                 case ${target} in
2491                         mips*el-*-*)
2492                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2493                                 ;;
2494                 esac
2495                 case $tm_file in
2496                         *mips/elf.h* | *mips/elf64.h*)
2497                                 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2498                                 ;;
2499                 esac
2500                 if test "x$enable_gofast" = xyes
2501                 then
2502                         tm_defines="US_SOFTWARE_GOFAST $tm_defines"
2503                         tmake_file="mips/t-gofast $tmake_file"
2504                 else
2505                         tmake_file="mips/t-mips $tmake_file"
2506                 fi
2507                 ;;
2508
2509         powerpc*-*-* | rs6000-*-*)
2510                 if test x$enable_altivec = xyes
2511                 then
2512                         tm_file="$tm_file rs6000/altivec-defs.h"
2513                 fi
2514                 # FIXME: The PowerPC port uses the value set at compile time,
2515                 # although it's only cosmetic.
2516                 if test "x$with_cpu" != x
2517                 then
2518                         target_cpu_default2="\\\"$with_cpu\\\""
2519                 fi
2520                 out_file=rs6000/rs6000.c
2521                 c_target_objs="${c_target_objs} rs6000-c.o"
2522                 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2523                 tmake_file="rs6000/t-rs6000 ${tmake_file}"
2524                 ;;
2525
2526         sparc*-*-*)
2527                 # Some standard aliases.
2528                 case x$with_cpu in
2529                 xsparc)
2530                         with_cpu=v7
2531                         ;;
2532                 xsparc86x)
2533                         with_cpu=sparclite86x
2534                         ;;
2535                 xsparcv9 | xsparc64)
2536                         with_cpu=v9
2537                         ;;
2538                 esac
2539
2540                 # The Sparc port checks this value at compile-time.
2541                 target_cpu_default2="TARGET_CPU_$with_cpu"
2542                 ;;
2543         v850*-*-*)
2544                 # FIXME: The v850 is "special" in that it does not support
2545                 # runtime CPU selection, only --with-cpu.
2546                 case "x$with_cpu" in
2547                 x)
2548                         ;;
2549                 xv850e)
2550                         target_cpu_default2="TARGET_CPU_$with_cpu"
2551                         ;;
2552                 esac
2553                 ;;
2554         esac
2555
2556         t=
2557         all_defaults="abi cpu arch tune schedule float mode fpu"
2558         for option in $all_defaults
2559         do
2560                 eval "val=\$with_$option"
2561                 if test -n "$val"; then
2562                         case " $supported_defaults " in
2563                         *" $option "*)
2564                                 ;;
2565                         *)
2566                                 echo "This target does not support --with-$option." 2>&1
2567                                 exit 1
2568                                 ;;
2569                         esac
2570
2571                         if test "x$t" = x
2572                         then
2573                                 t="{ \"$option\", \"$val\" }"
2574                         else
2575                                 t="${t}, { \"$option\", \"$val\" }"
2576                         fi
2577                 fi
2578         done
2579         if test "x$t" = x
2580         then
2581                 configure_default_options="{ { NULL, NULL} }"
2582         else
2583                 configure_default_options="{ ${t} }"
2584         fi
2585
2586         if test "$target_cpu_default2" != ""
2587         then
2588                 if test "$target_cpu_default" != ""
2589                 then
2590                         target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2591                 else
2592                         target_cpu_default=$target_cpu_default2
2593                 fi
2594         fi