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