OSDN Git Service

2b89432e31ae736b88128b282555c850dd12fb25
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
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 3, 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 COPYING3.  If not see
19 #<http://www.gnu.org/licenses/>.
20
21 # This is the GCC target-specific configuration file
22 # where a configuration type is mapped to different system-specific
23 # definitions and files.  This is invoked by the autoconf-generated
24 # configure script.  Putting it in a separate shell file lets us skip
25 # running autoconf when modifying target-specific information.
26
27 # When you change the cases in the OS or target switches, consider
28 # updating ../libgcc/config.host also.
29
30 # This file switches on the shell variable ${target}, and also uses the
31 # following shell variables:
32 #
33 #  with_*               Various variables as set by configure.
34 #
35 #  enable_threads       Either the name, yes or no depending on whether
36 #                       threads support was requested.
37 #
38 #  default_use_cxa_atexit
39 #                         The default value for the $enable___cxa_atexit
40 #                       variable.  enable___cxa_atexit needs to be set to
41 #                       "yes" for the correct operation of C++ destructors
42 #                       but it relies upon the presence of a non-standard C
43 #                       library function called __cxa_atexit.
44 #                         Since not all C libraries provide __cxa_atexit the
45 #                       default value of $default_use_cxa_atexit is set to
46 #                       "no" except for targets which are known to be OK.
47 #
48 #  gas_flag             Either yes or no depending on whether GNU as was
49 #                       requested.
50 #
51 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
52 #                       requested.
53
54 # This file sets the following shell variables for use by the
55 # autoconf-generated configure script:
56 #
57 #  cpu_type             The name of the cpu, if different from the first
58 #                       chunk of the canonical target name.
59 #
60 #  tm_defines           List of target macros to define for all compilations.
61 #
62 #  tm_file              A list of target macro files, if different from
63 #                       "$cpu_type/$cpu_type.h". Usually it's constructed
64 #                       per target in a way like this:
65 #                       tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
66 #                       Note that the preferred order is:
67 #                       - specific target header "${cpu_type}/${cpu_type.h}"
68 #                       - generic headers like dbxelf.h elfos.h, etc.
69 #                       - specializing target headers like ${cpu_type.h}/elf.h
70 #                       This helps to keep OS specific stuff out of the CPU
71 #                       defining header ${cpu_type}/${cpu_type.h}.
72 #
73 #  tm_p_file            Location of file with declarations for functions
74 #                       in $out_file.
75 #
76 #  out_file             The name of the machine description C support
77 #                       file, if different from "$cpu_type/$cpu_type.c".
78 #
79 #  md_file              The name of the machine-description file, if
80 #                       different from "$cpu_type/$cpu_type.md".
81 #
82 #  tmake_file           A list of machine-description-specific
83 #                       makefile-fragments, if different from
84 #                       "$cpu_type/t-$cpu_type".
85 #
86 #  extra_modes          The name of the file containing a list of extra
87 #                       machine modes, if necessary and different from
88 #                       "$cpu_type/$cpu_type-modes.def".
89 #
90 #  extra_objs           List of extra objects that should be linked into
91 #                       the compiler proper (cc1, cc1obj, cc1plus)
92 #                       depending on target.
93 #
94 #  extra_gcc_objs       List of extra objects that should be linked into
95 #                       the compiler driver (gcc) depending on target.
96 #
97 #  extra_headers        List of used header files from the directory
98 #                       config/${cpu_type}.
99 #
100 #  use_gcc_tgmath       If set, add tgmath.h to the list of used header
101 #                       files.
102 #
103 #  extra_passes         List of extra executables compiled for this target
104 #                       machine, used for compiling from source to object.
105 #
106 #  extra_parts          List of extra object files that should be compiled
107 #                       for this target machine.
108 #
109 #  extra_programs       Like extra_passes, but these are used when linking.
110 #
111 #  extra_options        List of target-dependent .opt files.
112 #
113 #  c_target_objs        List of extra target-dependent objects that be
114 #                       linked into the C compiler only.
115 #
116 #  cxx_target_objs      List of extra target-dependent objects that be
117 #                       linked into the C++ compiler only.
118 #
119 #  target_gtfiles       List of extra source files with type information.
120 #
121 #  xm_defines           List of macros to define when compiling for the
122 #                       target machine.
123 #
124 #  xm_file              List of files to include when compiling for the
125 #                       target machine.
126 #
127 #  use_collect2         Set to yes or no, depending on whether collect2
128 #                       will be used.
129 #
130 #  target_cpu_default   Set to override the default target model.
131 #
132 #  gdb_needs_out_file_path
133 #                       Set to yes if gdb needs a dir command with
134 #                       `dirname $out_file`.
135 #
136 #  thread_file          Set to control which thread package to use.
137 #
138 #  gas                  Set to yes or no depending on whether the target
139 #                       system normally uses GNU as.
140 #
141 #  need_64bit_hwint     Set to yes if HOST_WIDE_INT must be 64 bits wide
142 #                       for this target.  This is true iff this target
143 #                       supports "long" or "wchar_t" wider than 32 bits.
144 #
145 #  configure_default_options
146 #                       Set to an initializer for configure_default_options
147 #                       in configargs.h, based on --with-cpu et cetera.
148 #
149 #  use_fixproto         Set to "yes" if fixproto should be run normally,
150 #                       "no" if fixproto should never be run.
151
152 # The following variables are used in each case-construct to build up the
153 # outgoing variables:
154 #
155 #  gnu_ld               Set to yes or no depending on whether the target
156 #                       system normally uses GNU ld.
157
158 out_file=
159 tmake_file=
160 extra_headers=
161 use_gcc_tgmath=yes
162 extra_passes=
163 extra_parts=
164 extra_programs=
165 extra_objs=
166 extra_gcc_objs=
167 extra_options=
168 c_target_objs=
169 cxx_target_objs=
170 tm_defines=
171 xm_defines=
172 # Set this to force installation and use of collect2.
173 use_collect2=
174 # Set this to override the default target model.
175 target_cpu_default=
176 # Set this if gdb needs a dir command with `dirname $out_file`
177 gdb_needs_out_file_path=
178 # Set this to control which thread package will be used.
179 thread_file=
180 # Reinitialize these from the flag values every loop pass, since some
181 # configure entries modify them.
182 gas="$gas_flag"
183 gnu_ld="$gnu_ld_flag"
184 default_use_cxa_atexit=no
185 target_gtfiles=
186 need_64bit_hwint=
187
188 # Default to not using fixproto.  Targets which need fixproto should
189 # specifically set this to 'yes'.
190 use_fixproto=no
191
192 # Don't carry these over build->host->target.  Please.
193 xm_file=
194 md_file=
195
196 # Obsolete configurations.
197 case ${target} in
198    c4x-*                \
199  | tic4x-*              \
200  )
201     if test "x$enable_obsolete" != xyes; then
202       echo "*** Configuration ${target} is obsolete." >&2
203       echo "*** Specify --enable-obsolete to build it anyway." >&2
204       echo "*** Support will be REMOVED in the next major release of GCC," >&2
205       echo "*** unless a maintainer comes forward." >&2
206       exit 1
207     fi;;
208 esac
209
210 # Unsupported targets list.  Do not put an entry in this list unless
211 # it would otherwise be caught by a more permissive pattern.  The list
212 # should be in alphabetical order.
213 case ${target} in
214    alpha*-*-linux*libc1*                \
215  | i[34567]86-sequent-sysv              \
216  | i[34567]86-sequent-sysv[123]*        \
217  | i[34567]86-go32-*                    \
218  | i[34567]86-*-go32*                   \
219  | m68k-*-linux*aout*                   \
220  | m68k-*-linux*libc1*                  \
221  | mips64orion*-*-rtems*                \
222  | powerpc-*-linux*libc1*               \
223  | sparc-*-linux*aout*                  \
224  | sparc-*-linux*libc1*                 \
225  | sparc-hal-solaris2*                  \
226  | thumb-*-*                            \
227  | *-*-linux*coff*                      \
228  | *-*-linux*oldld*                     \
229  | *-*-rtemsaout*                       \
230  | *-*-rtemscoff*                       \
231  | vax-*-vms*                           \
232  )
233         echo "*** Configuration ${target} not supported" 1>&2
234         exit 1
235         ;;
236 esac
237
238 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
239 # updated in each machine entry.  Also set default extra_headers for some
240 # machines.
241 tm_p_file=
242 cpu_type=`echo ${target} | sed 's/-.*$//'`
243 cpu_is_64bit=
244 case ${target} in
245 m32c*-*-*)
246         cpu_type=m32c
247         tmake_file=m32c/t-m32c
248         ;;
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 arm_neon.h"
262         ;;
263 bfin*-*)
264         cpu_type=bfin
265         ;;
266 ep9312*-*-*)
267         cpu_type=arm
268         ;;
269 frv*)   cpu_type=frv
270         ;;
271 fido-*-*)
272         cpu_type=m68k
273         extra_headers=math-68881.h
274         ;;
275 xscale-*-*)
276         cpu_type=arm
277         extra_headers="mmintrin.h"
278         ;;
279 i[34567]86-*-*)
280         cpu_type=i386
281         extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
282                        pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
283                        nmmintrin.h bmmintrin.h mmintrin-common.h"
284         ;;
285 x86_64-*-*)
286         cpu_type=i386
287         extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
288                        pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
289                        nmmintrin.h bmmintrin.h mmintrin-common.h"
290         need_64bit_hwint=yes
291         ;;
292 ia64-*-*)
293         extra_headers=ia64intrin.h
294         need_64bit_hwint=yes
295         ;;
296 hppa*-*-* | parisc*-*-*)
297         cpu_type=pa
298         ;;
299 m32r*-*-*)
300         cpu_type=m32r
301         ;;
302 m680[012]0-*-*)
303         cpu_type=m68k
304         extra_headers=math-68881.h
305         ;;
306 m68k-*-*)
307         extra_headers=math-68881.h
308         ;;
309 mips*-*-*)
310         cpu_type=mips
311         need_64bit_hwint=yes
312         ;;
313 powerpc*-*-*)
314         cpu_type=rs6000
315         extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h"
316         need_64bit_hwint=yes
317         case x$with_cpu in
318             xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a|xcell)
319                 cpu_is_64bit=yes
320                 ;;
321         esac
322         ;;
323 rs6000*-*-*)
324         need_64bit_hwint=yes
325         ;;
326 score*-*-*)
327         cpu_type=score
328         ;;
329 sparc64*-*-*)
330         cpu_type=sparc
331         need_64bit_hwint=yes
332         ;;
333 sparc*-*-*)
334         cpu_type=sparc
335         ;;
336 spu*-*-*)
337         cpu_type=spu
338         need_64bit_hwint=yes
339         ;;
340 s390*-*-*)
341         cpu_type=s390
342         need_64bit_hwint=yes
343         ;;
344 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
345 sh[123456789lbe]*-*-*)
346         cpu_type=sh
347         need_64bit_hwint=yes
348         ;;
349 tic4x-*-*)
350         cpu_type=c4x
351         ;;
352 esac
353
354 tm_file=${cpu_type}/${cpu_type}.h
355 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
356 then
357         tm_p_file=${cpu_type}/${cpu_type}-protos.h
358 fi
359 extra_modes=
360 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
361 then
362         extra_modes=${cpu_type}/${cpu_type}-modes.def
363 fi
364 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
365 then
366         extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
367 fi
368
369 case ${target} in
370 x86_64-*-*)
371         tm_file="i386/biarch64.h ${tm_file}"
372         ;;
373 esac
374
375 # On a.out targets, we need to use collect2.
376 case ${target} in
377 *-*-*aout*)
378         use_collect2=yes
379         ;;
380 esac
381
382 # Common parts for widely ported systems.
383 case ${target} in
384 *-*-darwin*)
385   tm_file="${tm_file} darwin.h"
386   case ${target} in
387   *-*-darwin9*)
388     tm_file="${tm_file} darwin9.h"
389     ;;
390   esac
391   tm_file="${tm_file} ${cpu_type}/darwin.h"
392   tm_p_file="${tm_p_file} darwin-protos.h"
393   tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
394   target_gtfiles="\$(srcdir)/config/darwin.c"
395   extra_options="${extra_options} darwin.opt"
396   c_target_objs="darwin-c.o"
397   cxx_target_objs="darwin-c.o"
398   extra_objs="darwin.o"
399   extra_gcc_objs="darwin-driver.o"
400   default_use_cxa_atexit=yes
401   case ${enable_threads} in
402     "" | yes | posix) thread_file='posix' ;;
403   esac
404   ;;
405 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
406   # This is the place-holder for the generic a.out configuration
407   # of FreeBSD.  No actual configuration resides here since
408   # there was only ever a bare-bones ix86 configuration for
409   # a.out and it exists solely in the machine-specific section.
410   # This place-holder must exist to avoid dropping into
411   # the generic ELF configuration of FreeBSD (i.e. it must be
412   # ordered before that section).
413   ;;
414 *-*-freebsd*)
415   # This is the generic ELF configuration of FreeBSD.  Later
416   # machine-specific sections may refine and add to this
417   # configuration.
418   #
419   # Due to tm_file entry ordering issues that vary between cpu
420   # architectures, we only define fbsd_tm_file to allow the
421   # machine-specific section to dictate the final order of all
422   # entries of tm_file with the minor exception that components
423   # of the tm_file set here will always be of the form:
424   #
425   # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
426   #
427   # The machine-specific section should not tamper with this
428   # ordering but may order all other entries of tm_file as it
429   # pleases around the provided core setting.
430   gas=yes
431   gnu_ld=yes
432   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
433   case ${target} in
434     *-*-freebsd3 | *-*-freebsd[3].*)
435       tm_defines="${tm_defines} FBSD_MAJOR=3" ;;
436     *-*-freebsd4 | *-*-freebsd[4].*)
437       tm_defines="${tm_defines} FBSD_MAJOR=4" ;;
438     *-*-freebsd5 | *-*-freebsd[5].*)
439       tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
440     *-*-freebsd6 | *-*-freebsd[6].*)
441       tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
442     *-*-freebsd7 | *-*-freebsd[7].*)
443       tm_defines="${tm_defines} FBSD_MAJOR=7" ;;
444     *-*-freebsd8 | *-*-freebsd[8].*)
445       tm_defines="${tm_defines} FBSD_MAJOR=8" ;;
446     *-*-freebsd9 | *-*-freebsd[9].*)
447       tm_defines="${tm_defines} FBSD_MAJOR=9" ;;
448     *)
449       echo 'Please update *-*-freebsd* in gcc/config.gcc'
450       exit 1
451       ;;
452   esac
453   tmake_file="t-slibgcc-elf-ver t-freebsd"
454   case ${enable_threads} in
455     no)
456       fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
457       ;;
458     "" | yes | posix)
459       thread_file='posix'
460       tmake_file="${tmake_file} t-freebsd-thread"
461       # Before 5.0, FreeBSD can't bind shared libraries to -lc
462       # when "optionally" threaded via weak pthread_* checks.
463       case ${target} in
464         *-*-freebsd[34] | *-*-freebsd[34].*)
465           tmake_file="${tmake_file} t-slibgcc-nolc-override"
466           ;;
467       esac
468       ;;
469     *)
470       echo 'Unknown thread configuration for FreeBSD'
471       exit 1
472       ;;
473   esac
474   fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
475   ;;
476 *-*-linux*libc1* | *-*-linux*aout*)
477   # Avoid the generic linux case.
478   ;;
479 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
480   # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
481   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
482   extra_options="${extra_options} linux.opt"
483   gas=yes
484   gnu_ld=yes
485   case ${enable_threads} in
486     "" | yes | posix) thread_file='posix' ;;
487   esac
488   tmake_file="t-slibgcc-elf-ver t-linux"
489   case ${target} in
490     *-*-*uclibc*)
491       tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
492       ;;
493     *)
494       tm_defines="${tm_defines} UCLIBC_DEFAULT=0"
495       ;;
496   esac
497   # Assume that glibc or uClibc are being used and so __cxa_atexit is provided.
498   default_use_cxa_atexit=yes
499   use_gcc_tgmath=no
500   ;;
501 *-*-gnu*)
502   # On the Hurd, the setup is just about the same on
503   # each different CPU.  The specific machines that we
504   # support are matched above and just set $cpu_type.
505   tm_file="${cpu_type}/gnu.h"
506   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
507   # GNU tools are the only tools.
508   gas=yes
509   gnu_ld=yes
510   # These details are the same as for Linux.
511   # But here we need a little extra magic.
512   tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
513   case ${target} in
514     alpha*)
515       tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
516       ;;
517     i[34567]86-*-*)
518       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}"
519       ;;
520   esac
521   # Assume that glibc is being used and so __cxa_atexit is provided.
522   default_use_cxa_atexit=yes
523   use_gcc_tgmath=no
524   ;;
525 *-*-netbsd*)
526   tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
527   gas=yes
528   gnu_ld=yes
529
530   # NetBSD 2.0 and later get POSIX threads enabled by default.
531   # Allow them to be explicitly enabled on any other version.
532   case ${enable_threads} in
533     "")
534       case ${target} in
535         *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
536           thread_file='posix'
537           tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
538           ;;
539       esac
540       ;;
541     yes | posix)
542       thread_file='posix'
543       tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
544       ;;
545   esac
546
547   # NetBSD 1.7 and later are set up to use GCC's crtstuff for
548   # ELF configurations.  We will clear extra_parts in the
549   # a.out configurations.
550   case ${target} in
551     *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
552       extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
553       ;;
554   esac
555
556   # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
557   # default (unless overridden by --disable-__cxa_atexit).
558   case ${target} in
559     *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
560       default_use_cxa_atexit=yes
561       ;;
562   esac
563   ;;
564 *-*-openbsd*)
565   tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
566   case ${enable_threads} in
567     yes)
568       thread_file='posix'
569       tmake_file="${tmake_file} t-openbsd-thread"
570       ;;
571   esac
572   case ${target} in
573     *-*-openbsd2.*|*-*-openbsd3.[012])
574       tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
575   esac
576   ;;
577 *-*-rtems*)
578   case ${enable_threads} in
579     yes) thread_file='rtems' ;;
580   esac
581   ;;
582 *-*-vxworks*)
583   tmake_file=t-vxworks
584   xm_defines=POSIX
585   extra_options="${extra_options} vxworks.opt"
586   extra_objs=vxworks.o
587   case ${enable_threads} in
588     no) ;;
589     "" | yes | vxworks) thread_file='vxworks' ;;
590     *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
591   esac
592   ;;
593 *-*-elf)
594   # Assume that newlib is being used and so __cxa_atexit is provided.
595   default_use_cxa_atexit=yes
596   ;;
597 esac
598
599 case ${target} in
600 # Support site-specific machine types.
601 *local*)
602         rest=`echo ${target} | sed -e "s/$cpu_type-//"`
603         tm_file=${cpu_type}/$rest.h
604         if test -f $srcdir/config/${cpu_type}/xm-$rest.h
605         then xm_file=${cpu_type}/xm-$rest.h
606         fi
607         if test -f $srcdir/config/${cpu_type}/t-$rest
608         then tmake_file=${cpu_type}/t-$rest
609         fi
610         ;;
611 alpha*-*-unicosmk*)
612         use_collect2=yes
613         tm_file="${tm_file} alpha/unicosmk.h"
614
615         # Don't include t-ieee for now because we don't support that yet
616         # tmake_file="alpha/t-ieee"
617         tmake_file="alpha/t-unicosmk"
618         use_fixproto=yes
619         ;;
620 alpha*-*-linux*)
621         tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
622         target_cpu_default="MASK_GAS"
623         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
624         ;;
625 alpha*-*-gnu*)
626         target_cpu_default="MASK_GAS"
627         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
628         ;;
629 alpha*-*-freebsd*)
630         tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
631         target_cpu_default="MASK_GAS"
632         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
633         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
634         ;;
635 alpha*-*-netbsd*)
636         tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
637         target_cpu_default="MASK_GAS"
638         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
639         ;;
640 alpha*-*-openbsd*)
641         tm_defines="${tm_defines} OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
642         tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
643         # default x-alpha is only appropriate for dec-osf.
644         target_cpu_default="MASK_GAS"
645         tmake_file="alpha/t-alpha alpha/t-ieee"
646         ;;
647 alpha*-dec-osf[45]*)
648         if test x$stabs = xyes
649         then
650                 tm_file="${tm_file} dbx.h"
651         fi
652         if test x$gas != xyes
653         then
654                 extra_passes="mips-tfile mips-tdump"
655         fi
656         use_collect2=yes
657         tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
658         tm_file="${tm_file} alpha/osf.h"
659         extra_headers=va_list.h
660         case ${target} in
661           *-*-osf4*)
662             # Define TARGET_SUPPORT_ARCH except on 4.0a.
663             case ${target} in
664                 *-*-osf4.0a) ;;
665                 *) tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
666             esac
667             ;;
668           *-*-osf5*)
669             tm_file="${tm_file} alpha/osf5.h"
670             tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
671             ;;
672         esac
673         case ${enable_threads} in
674           "" | yes | posix)
675             thread_file='posix'
676             tmake_file="${tmake_file} alpha/t-osf-pthread"
677             ;;
678         esac
679         ;;
680 alpha64-dec-*vms*)
681         tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
682         xm_file="alpha/xm-vms.h"
683         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
684         prefix=/gnu
685         local_prefix=/gnu
686         ;;
687 alpha*-dec-*vms*)
688         tm_file="${tm_file} alpha/vms.h"
689         xm_file=alpha/xm-vms.h
690         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
691         prefix=/gnu
692         local_prefix=/gnu
693         ;;
694 arc-*-elf*)
695         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
696         extra_parts="crtinit.o crtfini.o"
697         use_fixproto=yes
698         ;;
699 arm-*-coff* | armel-*-coff*)
700         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
701         tmake_file="arm/t-arm arm/t-arm-coff"
702         ;;
703 arm-wrs-vxworks)
704         tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
705         tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
706         ;;
707 arm*-*-freebsd*|strongarm*-*-freebsd*)
708         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
709         tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
710         ;;
711 arm*-*-netbsdelf*)
712         tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
713         tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
714         ;;
715 arm*-*-netbsd*)
716         tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
717         tmake_file="t-netbsd arm/t-arm arm/t-netbsd"
718         extra_parts=""
719         use_collect2=yes
720         ;;
721 arm*-*-linux*)                  # ARM GNU/Linux with ELF
722         tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
723         tmake_file="${tmake_file} t-linux arm/t-arm"
724         case ${target} in
725         arm*-*-linux-*eabi)
726             tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
727             tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
728             # The BPABI long long divmod functions return a 128-bit value in
729             # registers r0-r3.  Correctly modeling that requires the use of
730             # TImode.
731             need_64bit_hwint=yes
732             # The EABI requires the use of __cxa_atexit.
733             default_use_cxa_atexit=yes
734             ;;
735         *)
736             tmake_file="$tmake_file arm/t-linux"
737             ;;
738         esac
739         tm_file="$tm_file arm/aout.h arm/arm.h"
740         ;;
741 arm*-*-uclinux*)                # ARM ucLinux
742         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h arm/uclinux-elf.h"
743         tmake_file="arm/t-arm arm/t-arm-elf"
744         case ${target} in
745         arm*-*-uclinux-*eabi)
746             tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
747             tmake_file="$tmake_file arm/t-bpabi"
748             # The BPABI long long divmod functions return a 128-bit value in
749             # registers r0-r3.  Correctly modeling that requires the use of
750             # TImode.
751             need_64bit_hwint=yes
752             # The EABI requires the use of __cxa_atexit.
753             default_use_cxa_atexit=yes
754         esac
755         tm_file="$tm_file arm/aout.h arm/arm.h"
756         ;;
757 arm*-*-ecos-elf)
758         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
759         tmake_file="arm/t-arm arm/t-arm-elf"
760         ;;
761 arm*-*-eabi* | arm*-*-symbianelf* )
762         # The BPABI long long divmod functions return a 128-bit value in
763         # registers r0-r3.  Correctly modeling that requires the use of
764         # TImode.
765         need_64bit_hwint=yes
766         default_use_cxa_atexit=yes
767         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
768         tmake_file="arm/t-arm arm/t-arm-elf"
769         case ${target} in
770         arm*-*-eabi*)
771           tmake_file="${tmake_file} arm/t-bpabi"
772           ;;
773         arm*-*-symbianelf*)
774           tm_file="${tm_file} arm/symbian.h"
775           # We do not include t-bpabi for Symbian OS because the system
776           # provides its own implementation of the BPABI functions.
777           tmake_file="${tmake_file} arm/t-symbian"
778           ;;
779         esac
780         tm_file="${tm_file} arm/aout.h arm/arm.h"
781         ;;
782 arm*-*-rtems*)
783         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"
784         tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
785         ;;
786 arm*-*-elf | ep9312-*-elf)
787         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
788         tmake_file="arm/t-arm arm/t-arm-elf"
789         ;;
790 arm*-wince-pe*)
791         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
792         tmake_file="arm/t-arm arm/t-wince-pe"
793         extra_options="${extra_options} arm/pe.opt"
794         extra_objs="pe.o"
795         ;;
796 arm-*-pe*)
797         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
798         tmake_file="arm/t-arm arm/t-pe"
799         extra_options="${extra_options} arm/pe.opt"
800         extra_objs="pe.o"
801         ;;
802 arm*-*-kaos*)
803         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"
804         tmake_file="arm/t-arm arm/t-arm-elf"
805         ;;
806 avr-*-rtems*)
807         tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h"
808         tmake_file="avr/t-avr t-rtems avr/t-rtems"
809         ;;
810 avr-*-*)
811         tm_file="avr/avr.h dbxelf.h"
812         use_fixproto=yes
813         ;;
814 bfin*-elf*)
815         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
816         tmake_file=bfin/t-bfin-elf
817         use_collect2=no
818         ;;
819 bfin*-uclinux*)
820         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h bfin/uclinux.h"
821         tmake_file=bfin/t-bfin-uclinux
822         tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
823         extra_options="${extra_options} linux.opt"
824         use_collect2=no
825         ;;
826 bfin*-linux-uclibc*)
827         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h bfin/linux.h ./linux-sysroot-suffix.h"
828         tmake_file="t-slibgcc-elf-ver bfin/t-bfin-linux"
829         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
830         use_collect2=no
831         ;;
832 bfin*-rtems*)
833         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
834         tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
835         ;;
836 bfin*-*)
837         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
838         tmake_file=bfin/t-bfin
839         use_collect2=no
840         ;;
841 c4x-*-rtems* | tic4x-*-rtems*)
842         tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
843         tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
844         c_target_objs="c4x-c.o"
845         cxx_target_objs="c4x-c.o"
846         ;;
847 c4x-* | tic4x-*)
848         tmake_file=c4x/t-c4x
849         c_target_objs="c4x-c.o"
850         cxx_target_objs="c4x-c.o"
851         ;;
852 cris-*-aout)
853         tm_file="dbxelf.h ${tm_file} cris/aout.h"
854         gas=yes
855         tmake_file="cris/t-cris cris/t-aout"
856         extra_options="${extra_options} cris/aout.opt"
857         ;;
858 cris-*-elf | cris-*-none)
859         tm_file="dbxelf.h elfos.h ${tm_file}"
860         tmake_file="cris/t-cris cris/t-elfmulti"
861         gas=yes
862         extra_options="${extra_options} cris/elf.opt"
863         ;;
864 cris-*-linux*)
865         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
866         # We need to avoid using t-linux, so override default tmake_file
867         tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
868         extra_options="${extra_options} cris/linux.opt"
869         ;;
870 crx-*-elf)
871         tm_file="elfos.h ${tm_file}"
872         extra_parts="crtbegin.o crtend.o"
873         use_collect2=no
874         ;;
875 fr30-*-elf)
876         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
877         tmake_file=fr30/t-fr30
878         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
879         use_fixproto=yes
880         ;;
881 frv-*-elf)
882         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
883         tmake_file=frv/t-frv
884         use_fixproto=yes
885         ;;
886 frv-*-*linux*)
887         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} \
888                  linux.h frv/linux.h frv/frv-abi.h"
889         tmake_file="${tmake_file} frv/t-frv frv/t-linux"
890         ;;
891 h8300-*-rtemscoff*)
892         tmake_file="h8300/t-h8300 t-rtems h8300/t-rtems"
893         tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h"
894         ;;
895 h8300-*-rtems*)
896         tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
897         tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h"
898         ;;
899 h8300-*-elf*)
900         tmake_file="h8300/t-h8300 h8300/t-elf"
901         tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
902         use_fixproto=yes
903         ;;
904 h8300-*-*)
905         tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
906         use_fixproto=yes
907         ;;
908 hppa*64*-*-linux* | parisc*64*-*-linux*)
909         target_cpu_default="MASK_PA_11|MASK_PA_20"
910         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
911                  pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
912         tmake_file="${tmake_file} pa/t-linux64"
913         gas=yes gnu_ld=yes
914         need_64bit_hwint=yes
915         ;;
916 hppa*-*-linux* | parisc*-*-linux*)
917         target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
918         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
919                  pa/pa32-regs.h pa/pa32-linux.h"
920         tmake_file="${tmake_file} pa/t-linux"
921         # Set the libgcc version number
922         if test x$sjlj = x1; then
923             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
924         else
925             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
926         fi
927         ;;
928 # port not yet contributed.
929 #hppa*-*-openbsd*)
930 #       target_cpu_default="MASK_PA_11"
931 #       ;;
932 hppa1.1-*-pro*)
933         target_cpu_default="MASK_PORTABLE_RUNTIME|MASK_NO_SPACE_REGS|MASK_SOFT_FLOAT"
934         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h \
935                  pa/pa-pro-end.h libgloss.h"
936         tmake_file="pa/t-pro"
937         ;;
938 hppa1.1-*-osf*)
939         target_cpu_default="MASK_PA_11"
940         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
941         tmake_file="pa/t-pa"
942         use_collect2=yes
943         ;;
944 hppa1.1-*-bsd*)
945         target_cpu_default="MASK_PA_11"
946         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
947         tmake_file="pa/t-pa"
948         use_collect2=yes
949         ;;
950 hppa[12]*-*-hpux10*)
951         case ${target} in
952         hppa1.1-*-* | hppa2*-*-*)
953                 target_cpu_default="MASK_PA_11"
954                 ;;
955         esac
956         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
957                  pa/pa-hpux.h pa/pa-hpux10.h"
958         extra_options="${extra_options} pa/pa-hpux.opt"
959         case ${target} in
960         *-*-hpux10.[1-9]*)
961                 tm_file="${tm_file} pa/pa-hpux1010.h"
962                 extra_options="${extra_options} pa/pa-hpux1010.opt"
963                 ;;
964         esac
965         tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
966         case ${enable_threads} in
967           "")
968             if test x$have_pthread_h = xyes ; then
969               tmake_file="${tmake_file} pa/t-dce-thr"
970             fi
971             ;;
972           yes | dce)
973             tmake_file="${tmake_file} pa/t-dce-thr"
974             ;;
975         esac
976         # Set the libgcc version number
977         if test x$sjlj = x1; then
978             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
979         else
980             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
981         fi
982         use_collect2=yes
983         use_fixproto=yes
984         gas=yes
985         ;;
986 hppa*64*-*-hpux11*)
987         target_cpu_default="MASK_PA_11|MASK_PA_20"
988         if test x$gnu_ld = xyes
989         then
990                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
991         fi
992         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
993                  pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
994                  pa/pa-hpux11.h"
995         case ${target} in
996         *-*-hpux11.[1-9]*)
997                 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
998                 extra_options="${extra_options} pa/pa-hpux1111.opt"
999                 ;;
1000         *)
1001                 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1002                 ;;
1003         esac
1004         extra_options="${extra_options} pa/pa-hpux.opt \
1005                        pa/pa-hpux1010.opt pa/pa64-hpux.opt"
1006         need_64bit_hwint=yes
1007         tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
1008         # Set the libgcc version number
1009         if test x$sjlj = x1; then
1010             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1011         else
1012             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1013         fi
1014         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
1015                      libgcc_stub.a"
1016         case x${enable_threads} in
1017         x | xyes | xposix )
1018                 thread_file=posix
1019                 ;;
1020         esac
1021         gas=yes
1022         ;;
1023 hppa[12]*-*-hpux11*)
1024         case ${target} in
1025         hppa1.1-*-* | hppa2*-*-*)
1026                 target_cpu_default="MASK_PA_11"
1027                 ;;
1028         esac
1029         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1030                  pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1031         extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt"
1032         case ${target} in
1033         *-*-hpux11.[1-9]*)
1034                 tm_file="${tm_file} pa/pa-hpux1111.h"
1035                 extra_options="${extra_options} pa/pa-hpux1111.opt"
1036                 ;;
1037         esac
1038         tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
1039         # Set the libgcc version number
1040         if test x$sjlj = x1; then
1041             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1042         else
1043             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1044         fi
1045         case x${enable_threads} in
1046         x | xyes | xposix )
1047                 thread_file=posix
1048                 ;;
1049         esac
1050         use_collect2=yes
1051         gas=yes
1052         ;;
1053 i[34567]86-*-darwin*)
1054         need_64bit_hwint=yes
1055
1056         # This is so that '.../configure && make' doesn't fail due to
1057         # config.guess deciding that the configuration is i386-*-darwin* and
1058         # then this file using that to set --with-cpu=i386 which has no -m64
1059         # support.
1060         with_cpu=${with_cpu:-generic}
1061         tmake_file="${tmake_file} i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
1062         ;;
1063 x86_64-*-darwin*)
1064         with_cpu=${with_cpu:-generic}
1065         tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
1066         tm_file="${tm_file} ${cpu_type}/darwin64.h"
1067         ;;
1068 i[34567]86-*-elf*)
1069         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1070         tmake_file="i386/t-i386elf t-svr4"
1071         use_fixproto=yes
1072         ;;
1073 x86_64-*-elf*)
1074         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/x86-64.h"
1075         tmake_file="i386/t-i386elf t-svr4"
1076         use_fixproto=yes
1077         ;;
1078 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1079         if test x$gas = xyes
1080         then
1081                 tm_file="${tm_file} usegas.h"
1082         fi
1083         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1084         tmake_file=t-svr4
1085         extra_parts="crtbegin.o crtend.o"
1086         use_fixproto=yes
1087         ;;
1088 i[34567]86-*-aout*)
1089         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1090         use_fixproto=yes
1091         ;;
1092 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1093         tmake_file='i386/t-beos i386/t-crtpic'
1094         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1095         extra_parts='crtbegin.o crtend.o'
1096         ;;
1097 i[34567]86-*-freebsd*)
1098         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1099         ;;
1100 x86_64-*-freebsd*)
1101         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"
1102         tmake_file="${tmake_file} i386/t-crtstuff"
1103         ;;
1104 i[34567]86-*-netbsdelf*)
1105         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1106         ;;
1107 i[34567]86-*-netbsd*)
1108         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1109         tmake_file=t-netbsd
1110         extra_parts=""
1111         use_collect2=yes
1112         ;;
1113 x86_64-*-netbsd*)
1114         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"
1115         tmake_file="${tmake_file} i386/t-crtstuff"
1116         ;;
1117 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
1118         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"
1119         # needed to unconfuse gdb
1120         tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1121         # we need collect2 until our bug is fixed...
1122         use_collect2=yes
1123         ;;
1124 i[34567]86-*-openbsd*)
1125         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1126         tm_file="${tm_file} openbsd.h i386/openbsdelf.h"
1127         gas=yes
1128         gnu_ld=yes
1129         ;;
1130 i[34567]86-*-coff*)
1131         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1132         use_fixproto=yes
1133         ;;
1134 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
1135                         # Intel 80386's running GNU/*
1136                         # with ELF format using glibc 2
1137         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h"
1138         case ${target} in
1139         i[34567]86-*-linux*)
1140                 if test x$enable_targets = xall; then
1141                         tm_file="${tm_file} i386/x86-64.h i386/linux64.h"
1142                         tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1143                         tmake_file="${tmake_file} i386/t-linux64 i386/t-fprules-softfp64 soft-fp/t-softfp"
1144                         need_64bit_hwint=yes
1145                         # FIXME: -m64 for i[34567]86-*-* should be allowed just
1146                         # like -m32 for x86_64-*-*.
1147                         case X"${with_cpu}" in
1148                         Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
1149                                 ;;
1150                         X)
1151                                 with_cpu=generic
1152                                 ;;
1153                         *)
1154                                 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1155                                 echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
1156                                 exit 1
1157                                 ;;
1158                         esac
1159                 else
1160                         tm_file="${tm_file} i386/linux.h"
1161                 fi
1162                 ;;
1163         i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1164         i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
1165         esac
1166         tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
1167         ;;
1168 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
1169         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1170                  i386/x86-64.h i386/linux64.h"
1171         case ${target} in
1172         x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
1173         x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1174         esac
1175         tmake_file="${tmake_file} i386/t-linux64 i386/t-crtstuff i386/t-crtpc i386/t-crtfm i386/t-fprules-softfp64 soft-fp/t-softfp t-dfprules"
1176         ;;
1177 i[34567]86-*-gnu*)
1178         ;;
1179 i[34567]86-pc-msdosdjgpp*)
1180         xm_file=i386/xm-djgpp.h
1181         tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
1182         tmake_file=i386/t-djgpp
1183         extra_options="${extra_options} i386/djgpp.opt"
1184         gnu_ld=yes
1185         gas=yes
1186         ;;
1187 i[34567]86-*-lynxos*)
1188         xm_defines=POSIX
1189         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1190         tmake_file="i386/t-crtstuff t-lynx"
1191         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1192         extra_options="${extra_options} lynx.opt"
1193         thread_file=lynx
1194         gnu_ld=yes
1195         gas=yes
1196         ;;
1197 i[3456x]86-*-netware*)
1198         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h tm-dwarf2.h i386/netware.h"
1199         tmake_file=i386/t-netware
1200         extra_objs=netware.o
1201         case /${with_ld} in
1202         */nwld)
1203                 extra_objs="$extra_objs nwld.o"
1204                 tm_file="${tm_file} i386/nwld.h"
1205                 tmake_file="${tmake_file} i386/t-nwld"
1206                 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1207                 ;;
1208         esac
1209         case x${enable_threads} in
1210         x | xyes | xposix) thread_file='posix';;
1211         xnks) thread_file='nks';;
1212         xno) ;;
1213         *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1214         esac
1215         ;;
1216 i[34567]86-*-nto-qnx*)
1217         tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
1218         tmake_file=i386/t-nto
1219         gnu_ld=yes
1220         gas=yes
1221         ;;
1222 i[34567]86-*-rtems*)
1223         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1224         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1225         tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1226         ;;
1227 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1228         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
1229         if test x$gas = xyes
1230         then
1231                 tm_file="usegas.h ${tm_file}"
1232         fi
1233         tmake_file=i386/t-sco5
1234         extra_parts="crtbegin.o crtend.o"
1235         extra_options="${extra_options} i386/sco5.opt"
1236         use_fixproto=yes
1237         ;;
1238 i[34567]86-*-solaris2*)
1239         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h"
1240         case ${target} in
1241         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1242                 tm_file="${tm_file} sol2-6.h"
1243                 ;;
1244         *-*-solaris2.1[0-9]*)
1245                 tm_file="${tm_file} sol2-10.h"
1246                 ;;
1247         esac
1248         tm_file="${tm_file} i386/sol2.h"
1249         tmake_file="t-sol2 i386/t-sol2 t-svr4"
1250         c_target_objs="sol2-c.o"
1251         cxx_target_objs="sol2-c.o"
1252         extra_objs="sol2.o"
1253         tm_p_file="${tm_p_file} sol2-protos.h"
1254         if test x$gnu_ld = xyes; then
1255                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1256                 tm_defines="${tm_defines} TARGET_GNU_LD=1"
1257         else
1258                 tmake_file="$tmake_file t-slibgcc-sld"
1259         fi
1260         if test x$gas = xyes; then
1261                 tm_file="usegas.h ${tm_file}"
1262         fi
1263         case ${target} in
1264         *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
1265                 tm_file="$tm_file tm-dwarf2.h"
1266                 ;;
1267         esac
1268         case ${target} in
1269         *-*-solaris2.1[0-9]*)
1270                 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1271                 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1272                 tmake_file="$tmake_file i386/t-crtstuff i386/t-sol2-10"
1273                 need_64bit_hwint=yes
1274                 # FIXME: -m64 for i[34567]86-*-* should be allowed just
1275                 # like -m32 for x86_64-*-*.
1276                 case X"${with_cpu}" in
1277                 Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
1278                         ;;
1279                 X)
1280                         with_cpu=generic
1281                         ;;
1282                 *)
1283                         echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1284                         echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
1285                         exit 1
1286                         ;;
1287                 esac
1288                 # Solaris 2.10 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
1289                 # part of the base system.
1290                 extra_parts="gmon.o crtbegin.o crtend.o"
1291                 ;;
1292         *)
1293                 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1294                 ;;
1295         esac
1296         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
1297           "":yes:* | yes:yes:* )
1298                 case ${target} in
1299                   *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1300                         thread_file=posix95
1301                         ;;
1302                   *)
1303                         thread_file=posix
1304                         ;;
1305                 esac
1306                 ;;
1307           "":*:yes | yes:*:yes )
1308                 thread_file=solaris
1309                 ;;
1310         esac
1311         ;;
1312 i[34567]86-*-sysv5*)           # Intel x86 on System V Release 5
1313        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1314        if test x$stabs = xyes
1315        then
1316                tm_file="${tm_file} dbx.h"
1317        fi
1318        tmake_file="i386/t-crtpic t-svr4"
1319        extra_parts="crtbegin.o crtend.o"
1320        if test x$enable_threads = xyes; then
1321                thread_file='posix'
1322        fi
1323         use_fixproto=yes
1324        ;;
1325 i[34567]86-*-sysv4*)            # Intel 80386's running system V.4
1326         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1327         if test x$stabs = xyes
1328         then
1329                 tm_file="${tm_file} dbx.h"
1330         fi
1331         tmake_file="i386/t-crtpic t-svr4"
1332         extra_parts="crtbegin.o crtend.o"
1333         use_fixproto=yes
1334         ;;
1335 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
1336         tm_file="${tm_file} i386/unix.h i386/att.h elfos.h svr4.h vx-common.h"
1337         case ${target} in
1338           *-vxworksae*)
1339             tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h"
1340             tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1341             ;;
1342           *)
1343             tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h"
1344             tmake_file="${tmake_file} i386/t-vxworks"
1345             ;;
1346         esac
1347         ;;
1348 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1349         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1350         xm_file=i386/xm-cygwin.h
1351         tmake_file="i386/t-cygwin i386/t-cygming"
1352         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1353         extra_options="${extra_options} i386/cygming.opt"
1354         extra_objs="winnt.o winnt-stubs.o"
1355         c_target_objs=cygwin2.o
1356         cxx_target_objs="cygwin2.o winnt-cxx.o"
1357         extra_gcc_objs=cygwin1.o
1358         if test x$enable_threads = xyes; then
1359                 thread_file='posix'
1360         fi
1361         ;;
1362 i[34567]86-*-mingw32* | x86_64-*-mingw32*)
1363         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1364         xm_file=i386/xm-mingw32.h
1365         tmake_file="i386/t-cygming i386/t-mingw32"
1366         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1367         extra_options="${extra_options} i386/cygming.opt"
1368         extra_objs="winnt.o winnt-stubs.o"
1369         cxx_target_objs=winnt-cxx.o
1370         default_use_cxa_atexit=yes
1371         case ${enable_threads} in
1372           "" | yes | win32)
1373           thread_file='win32'
1374           tmake_file="${tmake_file} i386/t-gthr-win32"
1375           ;;
1376         esac
1377         case ${target} in
1378                 *mingw32crt*)
1379                         tm_file="${tm_file} i386/crtdll.h"
1380                         ;;
1381                 *mingw32msv* | *mingw32*)
1382                         ;;
1383         esac
1384         ;;
1385 i[34567]86-*-uwin*)
1386         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1387         tmake_file="i386/t-cygwin i386/t-uwin"
1388         extra_objs=winnt.o
1389         extra_options="${extra_options} i386/cygming.opt"
1390         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1391         if test x$enable_threads = xyes; then
1392                 thread_file='win32'
1393         fi
1394         use_fixproto=yes
1395         ;;
1396 i[34567]86-*-interix3*)
1397         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"
1398         tmake_file="i386/t-interix"
1399         extra_objs=winnt.o
1400         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1401         if test x$enable_threads = xyes ; then
1402                 thread_file='posix'
1403         fi
1404         if test x$stabs = xyes ; then
1405                 tm_file="${tm_file} dbxcoff.h"
1406         fi
1407         ;;
1408 i[34567]86-*-kaos*)
1409         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1410         tmake_file="i386/t-i386elf t-svr4"
1411         ;;
1412 ia64*-*-elf*)
1413         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1414         tmake_file="ia64/t-ia64"
1415         target_cpu_default="0"
1416         if test x$gas = xyes
1417         then
1418                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1419         fi
1420         if test x$gnu_ld = xyes
1421         then
1422                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1423         fi
1424         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1425         use_fixproto=yes
1426         ;;
1427 ia64*-*-freebsd*)
1428         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1429         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1430         tmake_file="${tmake_file} ia64/t-ia64"
1431         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1432         ;;
1433 ia64*-*-linux*)
1434         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1435         tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1436         if test x$with_system_libunwind != xyes ; then
1437                 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1438         fi
1439         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1440         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1441         ;;
1442 ia64*-*-hpux*)
1443         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
1444         tmake_file="ia64/t-ia64 ia64/t-hpux"
1445         target_cpu_default="MASK_GNU_AS"
1446         case x$enable_threads in
1447         x | xyes | xposix )
1448                 thread_file=posix
1449                 ;;
1450         esac
1451         use_collect2=no
1452         c_target_objs="ia64-c.o"
1453         cxx_target_objs="ia64-c.o"
1454         extra_options="${extra_options} ia64/ilp32.opt"
1455         # If we decide to run fixproto we should define FIXPROTO_DEFINES
1456         # in ia64/t-hpux, and also fix the definition of putenv in
1457         # sys-protos.h (const char not char).
1458         ;;
1459 iq2000*-*-elf*)
1460         tm_file="svr4.h elfos.h iq2000/iq2000.h"
1461         tmake_file=iq2000/t-iq2000
1462         out_file=iq2000/iq2000.c
1463         md_file=iq2000/iq2000.md
1464         use_fixproto=yes
1465         ;;
1466 m32r-*-elf*)
1467         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1468         extra_parts="crtinit.o crtfini.o"
1469         use_fixproto=yes
1470         ;;
1471 m32rle-*-elf*)
1472         tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
1473         extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1474         use_fixproto=yes
1475         ;;
1476 m32r-*-linux*)
1477         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
1478         # We override the tmake_file for linux -- why?
1479         tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1480         gnu_ld=yes
1481         use_fixproto=yes
1482         if test x$enable_threads = xyes; then
1483                 thread_file='posix'
1484         fi
1485         ;;
1486 m32rle-*-linux*)
1487         tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
1488         # We override the tmake_file for linux -- why?
1489         tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1490         gnu_ld=yes
1491         use_fixproto=yes
1492         if test x$enable_threads = xyes; then
1493                 thread_file='posix'
1494         fi
1495         ;;
1496 # m68hc11 and m68hc12 share the same machine description.
1497 m68hc11-*-*|m6811-*-*)
1498         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1499         tm_p_file="m68hc11/m68hc11-protos.h"
1500         md_file="m68hc11/m68hc11.md"
1501         out_file="m68hc11/m68hc11.c"
1502         tmake_file="m68hc11/t-m68hc11-gas"
1503         use_fixproto=yes
1504         ;;
1505 m68hc12-*-*|m6812-*-*)
1506         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1507         tm_p_file="m68hc11/m68hc11-protos.h"
1508         md_file="m68hc11/m68hc11.md"
1509         out_file="m68hc11/m68hc11.c"
1510         tmake_file="m68hc11/t-m68hc11-gas"
1511         extra_options="${extra_options} m68hc11/m68hc11.opt"
1512         use_fixproto=yes
1513         ;;
1514 m68k-*-aout*)
1515         default_m68k_cpu=68020
1516         default_cf_cpu=5206
1517         tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-mlibs"
1518         tm_file="${tm_file} m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
1519         ;;
1520 m68k-*-coff*)
1521         default_m68k_cpu=68020
1522         default_cf_cpu=5206
1523         tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-mlibs"
1524         tm_defines="${tm_defines} MOTOROLA=1"
1525         tm_file="${tm_file} m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
1526         use_fixproto=yes
1527         ;;
1528 m68020-*-elf* | m68k-*-elf* | fido-*-elf*)
1529         case ${target} in
1530         fido-*-elf*)
1531                 # Check that $with_cpu makes sense.
1532                 case $with_cpu in
1533                 "" | "fidoa")
1534                         ;;
1535                 *)
1536                         echo "Cannot accept --with-cpu=$with_cpu"
1537                         exit 1
1538                         ;;
1539                 esac
1540                 with_cpu=fidoa
1541                 ;;
1542         *)
1543                 default_m68k_cpu=68020
1544                 default_cf_cpu=5206
1545                 ;;
1546         esac
1547         tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1548         tm_defines="${tm_defines} MOTOROLA=1"
1549         tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1550         # Add multilibs for targets other than fido.
1551         case ${target} in
1552         fido-*-elf*)
1553                 ;;
1554         *)
1555                 tmake_file="$tmake_file m68k/t-mlibs"
1556                 ;;
1557         esac
1558         extra_parts="crtbegin.o crtend.o"
1559         ;;
1560 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1561         default_m68k_cpu=68020
1562         default_cf_cpu=5475
1563         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1564         tm_defines="${tm_defines} MOTOROLA=1"
1565         ;;
1566 m68k*-*-openbsd*)
1567         default_m68k_cpu=68020
1568         default_cf_cpu=5475
1569         # needed to unconfuse gdb
1570         tm_defines="${tm_defines} OBSD_OLD_GAS"
1571         tm_file="${tm_file} openbsd.h m68k/openbsd.h"
1572         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1573         # we need collect2 until our bug is fixed...
1574         use_collect2=yes
1575         ;;
1576 m68k-*-uclinuxoldabi*)          # Motorola m68k/ColdFire running uClinux
1577                                 # with uClibc, using the original
1578                                 # m68k-elf-based ABI
1579         default_m68k_cpu=68020
1580         default_cf_cpu=5206
1581         tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux-oldabi.h"
1582         tm_defines="${tm_defines} MOTOROLA=1"
1583         tmake_file="m68k/t-floatlib m68k/t-uclinux"
1584         use_fixproto=no
1585         ;;
1586 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux
1587                                 # with uClibc, using the new GNU/Linux-style
1588                                 # ABI.
1589         default_m68k_cpu=68020
1590         default_cf_cpu=5206
1591         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
1592         tm_defines="${tm_defines} MOTOROLA=1 UCLIBC_DEFAULT=1"
1593         extra_options="${extra_options} linux.opt"
1594         tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
1595         use_fixproto=no
1596         ;;
1597 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
1598                                 # with ELF format using glibc 2
1599                                 # aka the GNU/Linux C library 6.
1600         default_m68k_cpu=68020
1601         default_cf_cpu=5475
1602         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
1603         extra_options="${extra_options} m68k/ieee.opt"
1604         tm_defines="${tm_defines} MOTOROLA=1"
1605         # if not configured with --enable-sjlj-exceptions, bump the
1606         # libgcc version number
1607         if test x$sjlj != x1; then
1608             tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1609         fi
1610         ;;
1611 m68k-*-rtems*)
1612         default_m68k_cpu=68020
1613         default_cf_cpu=5206
1614         tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems m68k/t-mlibs"
1615         tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
1616         tm_defines="${tm_defines} MOTOROLA=1"
1617         extra_parts="crtbegin.o crtend.o"
1618         ;;
1619 mcore-*-elf)
1620         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1621         tmake_file=mcore/t-mcore
1622         use_fixproto=yes
1623         ;;
1624 mcore-*-pe*)
1625         tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
1626         tmake_file=mcore/t-mcore-pe
1627         use_fixproto=yes
1628         ;;
1629 mips-sgi-irix[56]*)
1630         tm_file="elfos.h ${tm_file} mips/iris.h"
1631         tmake_file="mips/t-iris mips/t-slibgcc-irix"
1632         target_cpu_default="MASK_ABICALLS"
1633         case ${target} in
1634         *-*-irix5*)
1635                 tm_file="${tm_file} mips/iris5.h"
1636                 ;;
1637
1638         *-*-irix6*)
1639                 tm_file="${tm_file} mips/iris6.h"
1640                 tmake_file="${tmake_file} mips/t-iris6"
1641                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1642                 ;;
1643         esac
1644         if test "x$stabs" = xyes
1645         then
1646                 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1647         fi
1648         if test "x$gnu_ld" = xyes
1649         then
1650                 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
1651         fi
1652         case ${enable_threads}:${have_pthread_h} in
1653           "":yes | yes:yes ) thread_file=posix ;;
1654         esac
1655         use_fixproto=yes
1656         ;;
1657 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1658         target_cpu_default="MASK_ABICALLS"
1659         tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1660         ;;
1661 mips64*-*-linux*)
1662         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1663         tmake_file="${tmake_file} mips/t-linux64"
1664         tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
1665         gnu_ld=yes
1666         gas=yes
1667         test x$with_llsc != x || with_llsc=yes
1668         ;;
1669 mips*-*-linux*)                         # Linux MIPS, either endian.
1670         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1671         case ${target} in
1672         mipsisa32r2*)
1673                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1674                 ;;
1675         mipsisa32*)
1676                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1677         esac
1678         test x$with_llsc != x || with_llsc=yes
1679         ;;
1680 mips*-*-openbsd*)
1681         tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1682         target_cpu_default="MASK_ABICALLS"
1683         tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1684         case ${target} in
1685         mips*el-*-openbsd*)
1686             tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1687         *)  tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1688         esac
1689         ;;
1690 mips*-sde-elf*)
1691         tm_file="elfos.h ${tm_file} mips/elf.h mips/sde.h"
1692         tmake_file="mips/t-sde mips/t-libgcc-mips16"
1693         case "${with_newlib}" in
1694           yes)
1695             # newlib / libgloss.
1696             ;;
1697           *)
1698             # MIPS toolkit libraries.
1699             tm_file="$tm_file mips/sdemtk.h"
1700             tmake_file="$tmake_file mips/t-sdemtk"
1701             extra_options="$extra_options mips/sdemtk.opt"
1702             case ${enable_threads} in
1703               "" | yes | mipssde)
1704                 thread_file='mipssde'
1705                 ;;
1706             esac
1707             ;;
1708         esac
1709         case ${target} in
1710           mipsisa32r2*)
1711             tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
1712             ;;
1713           mipsisa32*)
1714             tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
1715             ;;
1716           mipsisa64*)
1717             tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
1718             ;;
1719         esac
1720         ;;
1721 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1722 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
1723 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1724         tm_file="elfos.h ${tm_file} mips/elf.h"
1725         tmake_file="mips/t-isa3264 mips/t-libgcc-mips16"
1726         case ${target} in
1727           mipsisa32r2*)
1728             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1729             ;;
1730           mipsisa32*)
1731             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1732             ;;
1733           mipsisa64*)
1734             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1735             ;;
1736         esac
1737         case ${target} in
1738           mipsisa32*-*-elfoabi*)
1739             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1740             tm_file="${tm_file} mips/elfoabi.h"
1741             ;;
1742           mipsisa64*-*-elfoabi*)
1743             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1744             tm_file="${tm_file} mips/elfoabi.h"
1745             ;;
1746           *-*-elf*)
1747             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1748             ;;
1749         esac
1750         ;;
1751 mipsisa64sr71k-*-elf*)
1752         tm_file="elfos.h ${tm_file} mips/elf.h"
1753         tmake_file=mips/t-sr71k
1754         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1755         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1756         use_fixproto=yes
1757         ;;
1758 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1759         tm_file="elfos.h ${tm_file} mips/elf.h"
1760         tmake_file="mips/t-elf mips/t-libgcc-mips16 mips/t-sb1"
1761         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1762         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1763         use_fixproto=yes
1764         ;;
1765 mips-*-elf* | mipsel-*-elf*)
1766         tm_file="elfos.h ${tm_file} mips/elf.h"
1767         tmake_file="mips/t-elf mips/t-libgcc-mips16"
1768         use_fixproto=yes
1769         ;;
1770 mips64-*-elf* | mips64el-*-elf*)
1771         tm_file="elfos.h ${tm_file} mips/elf.h"
1772         tmake_file="mips/t-elf mips/t-libgcc-mips16"
1773         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1774         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1775         use_fixproto=yes
1776         ;;
1777 mips64vr-*-elf* | mips64vrel-*-elf*)
1778         tm_file="mips/vr.h elfos.h ${tm_file} mips/elf.h"
1779         tmake_file=mips/t-vr
1780         use_fixproto=yes
1781         ;;
1782 mips64orion-*-elf* | mips64orionel-*-elf*)
1783         tm_file="elfos.h ${tm_file} mips/elforion.h mips/elf.h"
1784         tmake_file="mips/t-elf mips/t-libgcc-mips16"
1785         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1786         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1787         use_fixproto=yes
1788         ;;
1789 mips*-*-rtems*)
1790         tm_file="elfos.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
1791         tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
1792         ;;
1793 mips-wrs-vxworks)
1794         tm_file="elfos.h ${tm_file} svr4.h mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
1795         tmake_file="${tmake_file} mips/t-vxworks"
1796         ;;
1797 mips-wrs-windiss)       # Instruction-level simulator for VxWorks.
1798         xm_defines=POSIX
1799         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1800         tmake_file="${tmake_file} mips/t-elf mips/t-libgcc-mips16"
1801         thread_file=
1802         ;;
1803 mipstx39-*-elf* | mipstx39el-*-elf*)
1804         tm_file="elfos.h ${tm_file} mips/r3900.h mips/elf.h"
1805         tmake_file="mips/t-r3900 mips/t-libgcc-mips16"
1806         use_fixproto=yes
1807         ;;
1808 mmix-knuth-mmixware)
1809         need_64bit_hwint=yes
1810         ;;
1811 mn10300-*-*)
1812         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1813         if test x$stabs = xyes
1814         then
1815                 tm_file="${tm_file} dbx.h"
1816         fi
1817         use_collect2=no
1818         use_fixproto=yes
1819         ;;
1820 mt-*-elf)
1821         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1822         tmake_file="${tmake_file} mt/t-mt"
1823         ;;
1824 ns32k-*-netbsdelf*)
1825         echo "GCC does not yet support the ${target} target"; exit 1
1826         ;;
1827 ns32k-*-netbsd*)
1828         tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1829         # On NetBSD, the headers are already okay, except for math.h.
1830         tmake_file="t-netbsd ns32k/t-ns32k"
1831         extra_parts=""
1832         use_collect2=yes
1833         ;;
1834 pdp11-*-bsd)
1835         tm_file="${tm_file} pdp11/2bsd.h"
1836         use_fixproto=yes
1837         ;;
1838 pdp11-*-*)
1839         use_fixproto=yes
1840         ;;
1841 # port not yet contributed
1842 #powerpc-*-openbsd*)
1843 #       tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
1844 #       extra_headers=
1845 #       ;;
1846 powerpc64-*-linux*)
1847         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1848         test x$with_cpu != x || cpu_is_64bit=yes
1849         test x$cpu_is_64bit != xyes || tm_file="${tm_file} rs6000/default64.h"
1850         tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1851         if test x${enable_secureplt} = xyes; then
1852                 tm_file="rs6000/secureplt.h ${tm_file}"
1853         fi
1854         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1855         tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1856         ;;
1857 powerpc64-*-gnu*)
1858         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"
1859         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1860         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1861         ;;
1862 powerpc-*-beos*)
1863         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1864         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-beos"
1865         extra_headers=
1866         use_fixproto=yes
1867         ;;
1868 powerpc-*-darwin*)
1869         extra_options="${extra_options} rs6000/darwin.opt"
1870         extra_parts="crt2.o"
1871         case ${target} in
1872           *-darwin1[0-9]* | *-darwin[8-9]*)
1873             tmake_file="${tmake_file} rs6000/t-darwin8"
1874             tm_file="${tm_file} rs6000/darwin8.h"
1875             ;;
1876           *-darwin7*)
1877             tm_file="${tm_file} rs6000/darwin7.h"
1878             ;;
1879           *-darwin[0-6]*)
1880             ;;
1881         esac
1882         extra_headers=altivec.h
1883         ;;
1884 powerpc64-*-darwin*)
1885         tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
1886         extra_options="${extra_options} ${cpu_type}/darwin.opt"
1887         # We're omitting t-darwin8 to avoid building any multilibs
1888         extra_headers=altivec.h
1889         ;;
1890 powerpc*-*-freebsd*)
1891         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1892         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1893         extra_options="${extra_options} rs6000/sysv4.opt"
1894         ;;
1895 powerpc-*-netbsd*)
1896         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1897         tmake_file="${tmake_file} rs6000/t-netbsd"
1898         extra_options="${extra_options} rs6000/sysv4.opt"
1899         ;;
1900 powerpc-*-chorusos*)
1901         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1902         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
1903         extra_options="${extra_options} rs6000/sysv4.opt"
1904         case ${enable_threads} in
1905           yes | posix)
1906             thread_file='posix'
1907             ;;
1908         esac
1909         use_fixproto=yes
1910         ;;
1911 powerpc-*-eabispe*)
1912         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabispe.h"
1913         extra_options="${extra_options} rs6000/sysv4.opt"
1914         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1915         ;;
1916 powerpc-*-eabisimaltivec*)
1917         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h rs6000/eabialtivec.h"
1918         extra_options="${extra_options} rs6000/sysv4.opt"
1919         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1920         ;;
1921 powerpc-*-eabisim*)
1922         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
1923         extra_options="${extra_options} rs6000/sysv4.opt"
1924         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1925         ;;
1926 powerpc-*-elf*)
1927         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1928         extra_options="${extra_options} rs6000/sysv4.opt"
1929         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1930         use_fixproto=yes
1931         ;;
1932 powerpc-*-eabialtivec*)
1933         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabialtivec.h"
1934         extra_options="${extra_options} rs6000/sysv4.opt"
1935         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1936         ;;
1937 powerpc-*-eabi*)
1938         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
1939         extra_options="${extra_options} rs6000/sysv4.opt"
1940         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1941         ;;
1942 powerpc-*-rtems*)
1943         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h"
1944         extra_options="${extra_options} rs6000/sysv4.opt"
1945         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
1946         ;;
1947 powerpc-*-linux*altivec*)
1948         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1949         extra_options="${extra_options} rs6000/sysv4.opt"
1950         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1951         ;;
1952 powerpc-*-linux*spe*)
1953         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h rs6000/e500.h"
1954         extra_options="${extra_options} rs6000/sysv4.opt"
1955         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1956         ;;
1957 powerpc-*-linux*paired*)
1958         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/750cl.h"
1959         extra_options="${extra_options} rs6000/sysv4.opt"
1960         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1961         ;;
1962 powerpc-*-linux*)
1963         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1964         extra_options="${extra_options} rs6000/sysv4.opt"
1965         tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1966         case ${enable_targets}:${cpu_is_64bit} in
1967             *powerpc64* | all:* | *:yes)
1968                 if test x$cpu_is_64bit = xyes; then
1969                     tm_file="${tm_file} rs6000/default64.h"
1970                 fi
1971                 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1972                 tmake_file="$tmake_file rs6000/t-linux64"
1973                 extra_options="${extra_options} rs6000/linux64.opt"
1974                 ;;
1975             *)
1976                 tm_file="${tm_file} rs6000/linux.h"
1977                 ;;
1978         esac
1979         if test x${enable_secureplt} = xyes; then
1980                 tm_file="rs6000/secureplt.h ${tm_file}"
1981         fi
1982         ;;
1983 powerpc-*-gnu-gnualtivec*)
1984         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"
1985         extra_options="${extra_options} rs6000/sysv4.opt"
1986         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1987         if test x$enable_threads = xyes; then
1988                 thread_file='posix'
1989         fi
1990         ;;
1991 powerpc-*-gnu*)
1992         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"
1993         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1994         extra_options="${extra_options} rs6000/sysv4.opt"
1995         if test x$enable_threads = xyes; then
1996                 thread_file='posix'
1997         fi
1998         ;;
1999 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
2000         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2001         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
2002         extra_options="${extra_options} rs6000/sysv4.opt"
2003         extra_headers=ppc-asm.h
2004         case ${target} in
2005           *-vxworksae*)
2006             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
2007             tmake_file="${tmake_file} rs6000/t-vxworksae"
2008             ;;
2009           *-vxworks*)
2010             tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
2011             ;;
2012         esac
2013         ;;
2014 powerpc-wrs-windiss*)  # Instruction-level simulator for VxWorks.
2015         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2016         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2017         extra_options="${extra_options} rs6000/sysv4.opt"
2018         thread_file=""
2019         use_fixproto=yes
2020         ;;
2021 powerpc-*-lynxos*)
2022         xm_defines=POSIX
2023         tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2024         tmake_file="t-lynx rs6000/t-lynx"
2025         extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
2026         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2027         extra_options="${extra_options} lynx.opt"
2028         thread_file=lynx
2029         gnu_ld=yes
2030         gas=yes
2031         ;;
2032 powerpcle-*-sysv*)
2033         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2034         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
2035         extra_options="${extra_options} rs6000/sysv4.opt"
2036         use_fixproto=yes
2037         ;;
2038 powerpcle-*-elf*)
2039         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2040         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2041         extra_options="${extra_options} rs6000/sysv4.opt"
2042         use_fixproto=yes
2043         ;;
2044 powerpcle-*-eabisim*)
2045         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
2046         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2047         extra_options="${extra_options} rs6000/sysv4.opt"
2048         ;;
2049 powerpcle-*-eabi*)
2050         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h"
2051         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2052         extra_options="${extra_options} rs6000/sysv4.opt"
2053         ;;
2054 powerpc-*-kaos*)
2055         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
2056         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2057         extra_options="${extra_options} rs6000/sysv4.opt"
2058         ;;
2059 powerpcle-*-kaos*)
2060         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"
2061         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2062         extra_options="${extra_options} rs6000/sysv4.opt"
2063         ;;
2064 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2065         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2066         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-newas"
2067         extra_options="${extra_options} rs6000/aix41.opt"
2068         use_collect2=yes
2069         extra_headers=
2070         use_fixproto=yes
2071         ;;
2072 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2073         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2074         tmake_file=rs6000/t-aix43
2075         extra_options="${extra_options} rs6000/aix64.opt"
2076         use_collect2=yes
2077         thread_file='aix'
2078         extra_headers=
2079         ;;
2080 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2081         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2082         extra_options="${extra_options} rs6000/aix64.opt"
2083         tmake_file=rs6000/t-aix43
2084         use_collect2=yes
2085         thread_file='aix'
2086         extra_headers=
2087         ;;
2088 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2089         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2090         tmake_file=rs6000/t-aix52
2091         extra_options="${extra_options} rs6000/aix64.opt"
2092         use_collect2=yes
2093         thread_file='aix'
2094         extra_headers=
2095         ;;
2096 s390-*-linux*)
2097         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2098         tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux"
2099         ;;
2100 s390x-*-linux*)
2101         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2102         tm_p_file=s390/s390-protos.h
2103         md_file=s390/s390.md
2104         extra_modes=s390/s390-modes.def
2105         out_file=s390/s390.c
2106         tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux s390/t-linux64"
2107         ;;
2108 s390x-ibm-tpf*)
2109         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
2110         tm_p_file=s390/s390-protos.h
2111         md_file=s390/s390.md
2112         extra_modes=s390/s390-modes.def
2113         out_file=s390/s390.c
2114         extra_parts="crtbeginS.o crtendS.o"
2115         tmake_file="s390/t-crtstuff s390/t-tpf"
2116         thread_file='tpf'
2117         extra_options="${extra_options} s390/tpf.opt"
2118         ;;
2119 score-*-elf)
2120         tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
2121         tmake_file=score/t-score-elf
2122         extra_objs="score-mdaux.o"
2123         ;;
2124 sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
2125 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
2126   sh-*-linux* | sh[346lbe]*-*-linux* | \
2127   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2128    sh64-*-netbsd* | sh64l*-*-netbsd*)
2129         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2130         if test x${with_endian} = x; then
2131                 case ${target} in
2132                 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2133                 shbe-*-* | sheb-*-*)               with_endian=big,little ;;
2134                 sh[1234]l* | sh[34]*-*-linux*)     with_endian=little ;;
2135                 shl* | sh64l* | sh*-*-linux* | \
2136                   sh5l* | sh-superh-elf)           with_endian=little,big ;;
2137                 sh[1234]*-*-*)                     with_endian=big ;;
2138                 *)                                 with_endian=big,little ;;
2139                 esac
2140         fi
2141         case ${with_endian} in
2142         big|little)     tmake_file="${tmake_file} sh/t-1e" ;;
2143         big,little|little,big) ;;
2144         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
2145         esac
2146         case ${with_endian} in
2147         little*)        tm_file="sh/little.h ${tm_file}" ;;
2148         esac
2149         tm_file="${tm_file} dbxelf.h elfos.h"
2150         case ${target} in
2151         sh*-*-netbsd*)  ;;
2152         *)              tm_file="${tm_file} svr4.h" ;;
2153         esac
2154         tm_file="${tm_file} sh/elf.h"
2155         case ${target} in
2156         sh*-*-linux*)   tmake_file="${tmake_file} sh/t-linux"
2157                         tm_file="${tm_file} linux.h sh/linux.h" ;;
2158         sh*-*-kaos*)    tm_file="${tm_file} sh/embed-elf.h kaos.h sh/kaos-sh.h"
2159                         ;;
2160         sh*-*-netbsd*)  tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
2161         sh*-superh-elf) if test x$with_libgloss != xno; then
2162                                 with_libgloss=yes
2163                                 tm_file="${tm_file} sh/newlib.h"
2164                         fi
2165                         tm_file="${tm_file} sh/embed-elf.h sh/superh.h"
2166                         tmake_file="${tmake_file} sh/t-superh"
2167                         extra_options="${extra_options} sh/superh.opt" ;;
2168         *)              if test x$with_newlib = xyes \
2169                            && test x$with_libgloss = xyes; then
2170                                 tm_file="${tm_file} sh/newlib.h"
2171                         fi
2172                         tm_file="${tm_file} sh/embed-elf.h" ;;
2173         esac
2174         case ${target} in
2175         sh5*-*-netbsd*)
2176                 # SHmedia, 32-bit ABI
2177                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2178                 ;;
2179         sh64*-netbsd*)
2180                 # SHmedia, 64-bit ABI
2181                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2182                 ;;
2183         *-*-netbsd)
2184                 tmake_file="${tmake_file} sh/t-netbsd"
2185                 ;;
2186         sh64*-*-linux*)
2187                 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2188                 tm_file="${tm_file} sh/sh64.h"
2189                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2190                 ;;
2191         sh64*)
2192                 tmake_file="${tmake_file} sh/t-sh64"
2193                 tm_file="${tm_file} sh/sh64.h"
2194                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2195                 ;;
2196         *-*-symbianelf*)
2197                 tmake_file="sh/t-symbian"
2198                 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
2199                 extra_objs="symbian.o"
2200                 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
2201                 ;;
2202         esac
2203         # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2204         case `echo ${target} | sed 's/e[lb]-/-/'` in
2205         sh64*-*-netbsd*)        sh_cpu_target=sh5-64media ;;
2206         sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
2207         sh4a_single_only*)      sh_cpu_target=sh4a-single-only ;;
2208         sh4a_single*)           sh_cpu_target=sh4a-single ;;
2209         sh4a_nofpu*)            sh_cpu_target=sh4a-nofpu ;;
2210         sh4al)                  sh_cpu_target=sh4al ;;
2211         sh4a*)                  sh_cpu_target=sh4a ;;
2212         sh4_single_only*)       sh_cpu_target=sh4-single-only ;;
2213         sh4_single*)            sh_cpu_target=sh4-single ;;
2214         sh4_nofpu*)             sh_cpu_target=sh4-nofpu ;;
2215         sh4* | sh-superh-*)     sh_cpu_target=sh4 ;;
2216         sh3e*)                  sh_cpu_target=sh3e ;;
2217         sh*-*-netbsd* | sh3*)   sh_cpu_target=sh3 ;;
2218         sh2a_single_only*)      sh_cpu_target=sh2a-single-only ;;
2219         sh2a_single*)           sh_cpu_target=sh2a-single ;;
2220         sh2a_nofpu*)            sh_cpu_target=sh2a-nofpu ;;
2221         sh2a*)                  sh_cpu_target=sh2a ;;
2222         sh2e*)                  sh_cpu_target=sh2e ;;
2223         sh2*)                   sh_cpu_target=sh2 ;;
2224         *)                      sh_cpu_target=sh1 ;;
2225         esac
2226         # did the user say --without-fp ?
2227         if test x$with_fp = xno; then
2228                 case ${sh_cpu_target} in
2229                 sh5-*media)     sh_cpu_target=${sh_cpu_target}-nofpu ;;
2230                 sh4al | sh1)    ;;
2231                 sh4a* )         sh_cpu_target=sh4a-nofpu ;;
2232                 sh4*)           sh_cpu_target=sh4-nofpu ;;
2233                 sh3*)           sh_cpu_target=sh3 ;;
2234                 sh2a*)          sh_cpu_target=sh2a-nofpu ;;
2235                 sh2*)           sh_cpu_target=sh2 ;;
2236                 *)      echo --without-fp not available for $target: ignored
2237                 esac
2238                 tm_defines="$tm_defines STRICT_NOFPU=1"
2239         fi
2240         sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2241         case $sh_cpu_default in
2242         sh5-64media-nofpu | sh5-64media | \
2243           sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
2244           sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2245           sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2246           sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
2247           sh3e | sh3 | sh2e | sh2 | sh1) ;;
2248         "")     sh_cpu_default=${sh_cpu_target} ;;
2249         *)      echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2250         esac
2251         sh_multilibs=${with_multilib_list}
2252         if test x${sh_multilibs} = x ; then
2253                 case ${target} in
2254                 sh64-superh-linux* | \
2255                 sh[1234]*)      sh_multilibs=${sh_cpu_target} ;;
2256                 sh64* | sh5*)   sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2257                 sh-superh-*)    sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2258                 sh*-*-linux*)   sh_multilibs=m1,m3e,m4 ;;
2259                 sh*-*-netbsd*)  sh_multilibs=m3,m3e,m4 ;;
2260                 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2261                 esac
2262                 if test x$with_fp = xno; then
2263                         sh_multilibs="`echo $sh_multilibs|sed -e s/m4/sh4-nofpu/ -e s/,m4-[^,]*//g -e s/,m[23]e// -e s/m2a,m2a-single/m2a-nofpu/ -e s/m5-..m....,//g`"
2264                 fi
2265         fi
2266         target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2267         tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2268         sh_multilibs=`echo $sh_multilibs,$sh_cpu_default | sed -e 's/[  ,/][    ,]*/ /g' -e 's/ $//' -e 's/^m/sh/' -e 's/ m/ sh/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
2269         for sh_multilib in ${sh_multilibs}; do
2270                 case ${sh_multilib} in
2271                 sh1 | sh2 | sh2e | sh3 | sh3e | \
2272                 sh4 | sh4-single | sh4-single-only | sh4-nofpu | sh4-300 |\
2273                 sh4a | sh4a-single | sh4a-single-only | sh4a-nofpu | sh4al | \
2274                 sh2a | sh2a-single | sh2a-single-only | sh2a-nofpu | \
2275                 sh5-64media | sh5-64media-nofpu | \
2276                 sh5-32media | sh5-32media-nofpu | \
2277                 sh5-compact | sh5-compact-nofpu)
2278                         tmake_file="${tmake_file} sh/t-mlib-${sh_multilib}"
2279                         tm_defines="$tm_defines SUPPORT_`echo $sh_multilib|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2280                         ;;
2281                 *)
2282                         echo "with_multilib_list=${sh_multilib} not supported."
2283                         exit 1
2284                         ;;
2285                 esac
2286         done
2287         if test x${enable_incomplete_targets} = xyes ; then
2288                 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1 SUPPORT_SH5_32MEDIA=1 SUPPORT_SH5_32MEDIA_NOFPU=1 SUPPORT_SH5_64MEDIA=1 SUPPORT_SH5_64MEDIA_NOFPU=1"
2289         fi
2290         use_fixproto=yes
2291         ;;
2292 sh-*-rtemscoff*)
2293         tmake_file="sh/t-sh t-rtems sh/t-rtems"
2294         tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
2295         ;;
2296 sh-*-rtems*)
2297         tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
2298         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
2299         ;;
2300 sh-wrs-vxworks)
2301         tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
2302         tm_file="${tm_file} elfos.h svr4.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
2303         ;;
2304 sh-*-*)
2305         tm_file="${tm_file} dbxcoff.h sh/coff.h"
2306         use_fixproto=yes
2307         ;;
2308 sparc-*-netbsdelf*)
2309         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2310         extra_options="${extra_options} sparc/long-double-switch.opt"
2311         ;;
2312 sparc64-*-openbsd*)
2313         tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2314         extra_options="${extra_options} sparc/little-endian.opt"
2315         gas=yes gnu_ld=yes
2316         with_cpu=ultrasparc
2317         ;;
2318 sparc-*-elf*)
2319         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h"
2320         tmake_file="sparc/t-elf sparc/t-crtfm"
2321         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2322         use_fixproto=yes
2323         ;;
2324 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
2325         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2326         extra_options="${extra_options} sparc/long-double-switch.opt"
2327         tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm"
2328         ;;
2329 sparc-*-rtems*)
2330         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h"
2331         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2332         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2333         ;;
2334 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2335         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2336         case ${target} in
2337         *-*-solaris2.1[0-9]*)
2338                 tm_file="${tm_file} sol2-10.h"
2339                 ;;
2340         esac
2341         tm_file="${tm_file} sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
2342         if test x$gnu_ld = xyes; then
2343                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2344         fi
2345         if test x$gas = xyes; then
2346                 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
2347         fi
2348         tm_file="${tm_file} tm-dwarf2.h"
2349         tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2350         if test x$gnu_ld = xyes; then
2351                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2352         else
2353                 tmake_file="$tmake_file t-slibgcc-sld"
2354         fi
2355         c_target_objs="sol2-c.o"
2356         cxx_target_objs="sol2-c.o"
2357         extra_objs="sol2.o"
2358         tm_p_file="${tm_p_file} sol2-protos.h"
2359         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2360         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2361           "":yes:* | yes:yes:* ) thread_file=posix ;;
2362           "":*:yes | yes:*:yes ) thread_file=solaris ;;
2363         esac
2364         need_64bit_hwint=yes
2365         ;;
2366 sparc-*-solaris2*)
2367         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2368         case ${target} in
2369         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2370                 tm_file="${tm_file} sol2-6.h"
2371                 ;;
2372         *-*-solaris2.1[0-9]*)
2373                 tm_file="${tm_file} sol2-10.h"
2374                 ;;
2375         esac
2376         tm_file="${tm_file} sparc/sol2.h"
2377         if test x$gnu_ld = xyes; then
2378                 tm_file="${tm_file} sparc/sol2-gld.h"
2379         fi
2380         if test x$gas = xyes; then
2381                 tm_file="${tm_file} sparc/sol2-gas.h"
2382         fi
2383         tmake_file="t-sol2 sparc/t-sol2 sparc/t-crtfm"
2384         if test x$gnu_ld = xyes; then
2385                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2386         else
2387                 tmake_file="$tmake_file t-slibgcc-sld"
2388         fi
2389         case ${target} in
2390         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2391                 if test x$gnu_ld = xno; then
2392                         tm_file="${tm_file} sparc/sol26-sld.h"
2393                 fi
2394                 ;;
2395         *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
2396                 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2397                 if test x$gnu_ld = xyes; then
2398                         tm_file="${tm_file} sparc/sol2-gld-bi.h"
2399                 fi
2400                 if test x$gas = xyes; then
2401                         tm_file="${tm_file} sparc/sol2-gas-bi.h"
2402                 fi
2403                 tm_file="${tm_file} tm-dwarf2.h"
2404                 tmake_file="$tmake_file sparc/t-sol2-64"
2405                 need_64bit_hwint=yes
2406                 test x$with_cpu != x || with_cpu=v9
2407                 ;;
2408         esac
2409         c_target_objs="sol2-c.o"
2410         cxx_target_objs="sol2-c.o"
2411         extra_objs="sol2.o"
2412         tm_p_file="${tm_p_file} sol2-protos.h"
2413         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2414         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2415           "":yes:* | yes:yes:* )
2416                 case ${target} in
2417                   *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2418                         thread_file=posix95
2419                         ;;
2420                   *)
2421                         thread_file=posix
2422                         ;;
2423                 esac
2424                 ;;
2425           "":*:yes | yes:*:yes )
2426                 thread_file=solaris
2427                 ;;
2428         esac
2429         ;;
2430 sparc-*-sysv4*)
2431         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
2432         tmake_file=t-svr4
2433         extra_parts="crtbegin.o crtend.o"
2434         use_fixproto=yes
2435         ;;
2436 sparc-wrs-vxworks)
2437         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2438         tmake_file="${tmake_file} sparc/t-vxworks"
2439         ;;
2440 sparc64-*-elf*)
2441         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h"
2442         extra_options="${extra_options} sparc/little-endian.opt"
2443         tmake_file="${tmake_file} sparc/t-crtfm"
2444         extra_parts="crtbegin.o crtend.o"
2445         use_fixproto=yes
2446         ;;
2447 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2448         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2449         extra_options="${extra_options} sparc/long-double-switch.opt"
2450         tmake_file="${tmake_file} sparc/t-crtfm"
2451         case "x$with_cpu" in
2452                 xultrasparc) ;;
2453                 x) with_cpu=ultrasparc ;;
2454                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2455         esac
2456         need_64bit_hwint=yes
2457         ;;
2458 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
2459         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2460         extra_options="${extra_options} sparc/long-double-switch.opt"
2461         tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2462         ;;
2463 sparc64-*-netbsd*)
2464         tm_file="sparc/biarch64.h ${tm_file}"
2465         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2466         extra_options="${extra_options} sparc/long-double-switch.opt"
2467         tmake_file="${tmake_file} sparc/t-netbsd64"
2468         ;;
2469 spu-*-elf*)
2470         tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h"
2471         tmake_file="spu/t-spu-elf"
2472         extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h"
2473         extra_modes=spu/spu-modes.def
2474         c_target_objs="${c_target_objs} spu-c.o"
2475         cxx_target_objs="${cxx_target_objs} spu-c.o"
2476         ;;
2477 strongarm-*-elf*)
2478         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2479         tmake_file="arm/t-arm arm/t-strongarm-elf"
2480         out_file=arm/arm.c
2481         md_file=arm/arm.md
2482         extra_modes=arm/arm-modes.def
2483         use_fixproto=yes
2484         ;;
2485 strongarm-*-pe)
2486         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"
2487         tmake_file="arm/t-arm arm/t-strongarm-pe"
2488         out_file=arm/arm.c
2489         md_file=arm/arm.md
2490         extra_modes=arm/arm-modes.def
2491         extra_options="${extra_options} arm/pe.opt"
2492         extra_objs=pe.o
2493         use_fixproto=yes
2494         ;;
2495 strongarm-*-kaos*)
2496         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"
2497         tmake_file="arm/t-arm arm/t-strongarm-elf"
2498         out_file=arm/arm.c
2499         md_file=arm/arm.md
2500         extra_modes=arm/arm-modes.def
2501         ;;
2502 v850e1-*-*)
2503         target_cpu_default="TARGET_CPU_v850e1"
2504         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2505         tm_p_file=v850/v850-protos.h
2506         tmake_file=v850/t-v850e
2507         md_file=v850/v850.md
2508         out_file=v850/v850.c
2509         extra_options="${extra_options} v850/v850.opt"
2510         if test x$stabs = xyes
2511         then
2512                 tm_file="${tm_file} dbx.h"
2513         fi
2514         use_collect2=no
2515         c_target_objs="v850-c.o"
2516         cxx_target_objs="v850-c.o"
2517         use_fixproto=yes
2518         ;;
2519 v850e-*-*)
2520         target_cpu_default="TARGET_CPU_v850e"
2521         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2522         tm_p_file=v850/v850-protos.h
2523         tmake_file=v850/t-v850e
2524         md_file=v850/v850.md
2525         out_file=v850/v850.c
2526         extra_options="${extra_options} v850/v850.opt"
2527         if test x$stabs = xyes
2528         then
2529                 tm_file="${tm_file} dbx.h"
2530         fi
2531         use_collect2=no
2532         c_target_objs="v850-c.o"
2533         cxx_target_objs="v850-c.o"
2534         use_fixproto=yes
2535         ;;
2536 v850-*-*)
2537         target_cpu_default="TARGET_CPU_generic"
2538         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2539         tmake_file=v850/t-v850
2540         if test x$stabs = xyes
2541         then
2542                 tm_file="${tm_file} dbx.h"
2543         fi
2544         use_collect2=no
2545         c_target_objs="v850-c.o"
2546         cxx_target_objs="v850-c.o"
2547         use_fixproto=yes
2548         ;;
2549 vax-*-bsd*)                     # VAXen running BSD
2550         tm_file="${tm_file} vax/bsd.h"
2551         tmake_file=vax/t-memfuncs
2552         use_collect2=yes
2553         use_fixproto=yes
2554         ;;
2555 vax-*-sysv*)                    # VAXen running system V
2556         tm_file="${tm_file} vax/vaxv.h"
2557         tmake_file=vax/t-memfuncs
2558         use_fixproto=yes
2559         ;;
2560 vax-*-netbsdelf*)
2561         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2562         ;;
2563 vax-*-netbsd*)
2564         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2565         tmake_file=t-netbsd
2566         extra_parts=""
2567         use_collect2=yes
2568         ;;
2569 vax-*-openbsd*)
2570         tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2571         use_collect2=yes
2572         ;;
2573 vax-*-ultrix*)                  # VAXen running ultrix
2574         tm_file="${tm_file} vax/ultrix.h"
2575         tmake_file=vax/t-memfuncs
2576         use_fixproto=yes
2577         ;;
2578 xscale-*-elf)
2579         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2580         tmake_file="arm/t-arm arm/t-xscale-elf"
2581         out_file=arm/arm.c
2582         md_file=arm/arm.md
2583         extra_modes=arm/arm-modes.def
2584         use_fixproto=yes
2585         ;;
2586 xscale-*-coff)
2587         tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
2588         tmake_file="arm/t-arm arm/t-xscale-coff"
2589         out_file=arm/arm.c
2590         md_file=arm/arm.md
2591         extra_modes=arm/arm-modes.def
2592         use_fixproto=yes
2593         ;;
2594 xstormy16-*-elf)
2595         # For historical reasons, the target files omit the 'x'.
2596         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2597         tm_p_file=stormy16/stormy16-protos.h
2598         md_file=stormy16/stormy16.md
2599         out_file=stormy16/stormy16.c
2600         extra_options=stormy16/stormy16.opt
2601         tmake_file="stormy16/t-stormy16"
2602         extra_parts="crtbegin.o crtend.o"
2603         use_fixproto=yes
2604         ;;
2605 xtensa-*-elf*)
2606         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2607         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2608         ;;
2609 xtensa-*-linux*)
2610         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2611         tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
2612         ;;
2613 am33_2.0-*-linux*)
2614         tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2615         tmake_file="${tmake_file} mn10300/t-linux"
2616         gas=yes gnu_ld=yes
2617         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2618         use_collect2=no
2619         ;;
2620 m32c-*-elf*)
2621         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2622         c_target_objs="m32c-pragma.o"
2623         cxx_target_objs="m32c-pragma.o"
2624         use_fixproto=yes
2625         ;;
2626 *)
2627         echo "*** Configuration ${target} not supported" 1>&2
2628         exit 1
2629         ;;
2630 esac
2631
2632 case ${target} in
2633 i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1)
2634         tmake_file="${tmake_file} i386/t-gmm_malloc"
2635         ;;
2636 i[34567]86-*-linux* | x86_64-*-linux*)
2637         tmake_file="${tmake_file} i386/t-pmm_malloc"
2638         ;;
2639 i[34567]86-*-* | x86_64-*-*)
2640         tmake_file="${tmake_file} i386/t-gmm_malloc"
2641         ;;
2642 esac
2643
2644 # Support for --with-cpu and related options (and a few unrelated options,
2645 # too).
2646 case ${with_cpu} in
2647   yes | no)
2648     echo "--with-cpu must be passed a value" 1>&2
2649     exit 1
2650     ;;
2651 esac
2652
2653 # If there is no $with_cpu option, try to infer one from ${target}.
2654 # This block sets nothing except for with_cpu.
2655 if test x$with_cpu = x ; then
2656   case ${target} in
2657     ep9312-*-*)
2658       # A Cirrus ARM variant.
2659       with_cpu="ep9312"
2660       ;;
2661     i386-*-*)
2662       with_cpu=i386
2663       ;;
2664     i486-*-*)
2665       with_cpu=i486
2666       ;;
2667     i586-*-*)
2668       case ${target_noncanonical} in
2669         k6_2-*)
2670           with_cpu=k6-2
2671           ;;
2672         k6_3-*)
2673           with_cpu=k6-3
2674           ;;
2675         k6-*)
2676           with_cpu=k6
2677           ;;
2678         pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2679           with_cpu=pentium-mmx
2680           ;;
2681         *)
2682           with_cpu=pentium
2683           ;;
2684       esac
2685       ;;
2686     i686-*-* | i786-*-*)
2687       case ${target_noncanonical} in
2688         amdfam10-*|barcelona-*)
2689           with_cpu=amdfam10
2690           ;;
2691         k8-*|opteron-*|athlon_64-*)
2692           with_cpu=k8
2693           ;;
2694         athlon_xp-*|athlon_mp-*|athlon_4-*)
2695           with_cpu=athlon-4
2696           ;;
2697         athlon_tbird-*|athlon-*)
2698           with_cpu=athlon
2699           ;;
2700         geode-*)
2701           with_cpu=geode
2702           ;;
2703         pentium2-*)
2704           with_cpu=pentium2
2705           ;;
2706         pentium3-*|pentium3m-*)
2707           with_cpu=pentium3
2708           ;;
2709         pentium4-*|pentium4m-*)
2710           with_cpu=pentium4
2711           ;;
2712         prescott-*)
2713           with_cpu=prescott
2714           ;;
2715         nocona-*)
2716           with_cpu=nocona
2717           ;;
2718         core2-*)
2719           with_cpu=core2
2720           ;;
2721         pentium_m-*)
2722           with_cpu=pentium-m
2723           ;;
2724         pentiumpro-*)
2725           with_cpu=pentiumpro
2726           ;;
2727         *)
2728           with_cpu=generic
2729           ;;
2730       esac
2731       ;;
2732     x86_64-*-*)
2733       case ${target_noncanonical} in
2734         amdfam10-*|barcelona-*)
2735           with_cpu=amdfam10
2736           ;;
2737         k8-*|opteron-*|athlon_64-*)
2738           with_cpu=k8
2739           ;;
2740         nocona-*)
2741           with_cpu=nocona
2742           ;;
2743         core2-*)
2744           with_cpu=core2
2745           ;;
2746         *)
2747           with_cpu=generic
2748           ;;
2749       esac
2750       ;;
2751     alphaev6[78]*-*-*)
2752       with_cpu=ev67
2753       ;;
2754     alphaev6*-*-*)
2755       with_cpu=ev6
2756       ;;
2757     alphapca56*-*-*)
2758       with_cpu=pca56
2759       ;;
2760     alphaev56*-*-*)
2761       with_cpu=ev56
2762       ;;
2763     alphaev5*-*-*)
2764       with_cpu=ev5
2765       ;;
2766     frv-*-*linux* | frv400-*-*linux*)
2767       with_cpu=fr400
2768       ;;
2769     frv550-*-*linux*)
2770       with_cpu=fr550
2771       ;;
2772     m680[012]0-*-*)
2773       with_cpu=`echo ${target} | sed 's/-.*$//'`
2774       ;;
2775     m68k*-*-*)
2776       case "$with_arch" in
2777         "cf")
2778           with_cpu=${default_cf_cpu}
2779           ;;
2780         "" | "m68k")
2781           with_cpu=m${default_m68k_cpu}
2782           ;;
2783       esac
2784       ;;
2785     mips*-*-vxworks)
2786       with_arch=mips2
2787       ;;
2788     sparc*-*-*)
2789       with_cpu="`echo ${target} | sed 's/-.*$//'`"
2790       ;;
2791   esac
2792 fi
2793
2794 # Similarly for --with-float
2795 if test x$with_float = x; then
2796         case ${target} in
2797         ep9312-*-*)
2798                 with_float=hard
2799                 ;;
2800         esac
2801 fi
2802
2803 # Similarly for --with-schedule.
2804 if test x$with_schedule = x; then
2805         case ${target} in
2806         hppa1* | parisc1*)
2807                 # Override default PA8000 scheduling model.
2808                 with_schedule=7100LC
2809                 ;;
2810         esac
2811 fi
2812
2813 # Validate and mark as valid any --with options supported
2814 # by this target.  In order to use a particular --with option
2815 # you must list it in supported_defaults; validating the value
2816 # is optional.  This case statement should set nothing besides
2817 # supported_defaults.
2818
2819 supported_defaults=
2820 case "${target}" in
2821         alpha*-*-*)
2822                 supported_defaults="cpu tune"
2823                 for which in cpu tune; do
2824                         eval "val=\$with_$which"
2825                         case "$val" in
2826                         "" \
2827                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2828                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2829                         | 21264a)
2830                                 ;;
2831                         *)
2832                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2833                                 exit 1
2834                                 ;;
2835                         esac
2836                 done
2837                 ;;
2838
2839         arm*-*-*)
2840                 supported_defaults="arch cpu float tune fpu abi mode"
2841                 for which in cpu tune; do
2842                         # See if it matches any of the entries in arm-cores.def
2843                         eval "val=\$with_$which"
2844                         if [ x"$val" = x ] \
2845                             || grep "^ARM_CORE(\"$val\"," \
2846                                     ${srcdir}/config/arm/arm-cores.def \
2847                                     > /dev/null; then
2848                           # Ok
2849                           new_val=`grep "^ARM_CORE(\"$val\"," \
2850                                 ${srcdir}/config/arm/arm-cores.def | \
2851                                 sed -e 's/^[^,]*,[      ]*//' | \
2852                                 sed -e 's/,.*$//'`
2853                           eval "target_${which}_cname=$new_val"
2854                         echo "For $val real value is $new_val"
2855                           true
2856                         else
2857                           echo "Unknown CPU used in --with-$which=$val" 1>&2
2858                           exit 1
2859                         fi
2860                 done
2861
2862                 case "$with_arch" in
2863                 "" \
2864                 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
2865                 | armv5te | armv6j |armv6k | armv6z | armv6zk \
2866                 | iwmmxt | ep9312)
2867                         # OK
2868                         ;;
2869                 *)
2870                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2871                         exit 1
2872                         ;;
2873                 esac
2874
2875                 case "$with_float" in
2876                 "" \
2877                 | soft | hard | softfp)
2878                         # OK
2879                         ;;
2880                 *)
2881                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2882                         exit 1
2883                         ;;
2884                 esac
2885
2886                 case "$with_fpu" in
2887                 "" \
2888                 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 | neon )
2889                         # OK
2890                         ;;
2891                 *)
2892                         echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
2893                         exit 1
2894                         ;;
2895                 esac
2896
2897                 case "$with_abi" in
2898                 "" \
2899                 | apcs-gnu | atpcs | aapcs | iwmmxt )
2900                         #OK
2901                         ;;
2902                 *)
2903                         echo "Unknown ABI used in --with-abi=$with_abi"
2904                         exit 1
2905                         ;;
2906                 esac
2907
2908                 case "$with_mode" in
2909                 "" \
2910                 | arm | thumb )
2911                         #OK
2912                         ;;
2913                 *)
2914                         echo "Unknown mode used in --with-mode=$with_mode"
2915                         exit 1
2916                         ;;
2917                 esac
2918
2919                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2920                         echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
2921                 fi
2922                 ;;
2923
2924         fr*-*-*linux*)
2925                 supported_defaults=cpu
2926                 case "$with_cpu" in
2927                 fr400) ;;
2928                 fr550) ;;
2929                 *)
2930                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2931                         exit 1
2932                         ;;
2933                 esac
2934                 ;;
2935
2936         fido-*-* | m680[012]0-*-* | m68k*-*-*)
2937                 supported_defaults="arch cpu"
2938                 case "$with_arch" in
2939                 "" | "m68k"| "cf")
2940                         m68k_arch_family="$with_arch"
2941                         ;;
2942                 *)
2943                         echo "Invalid --with-arch=$with_arch" 1>&2
2944                         exit 1
2945                         ;;
2946                 esac
2947
2948                 # We always have a $with_cpu setting here.
2949                 case "$with_cpu" in
2950                 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
2951                         m68k_cpu_ident=$with_cpu
2952                         ;;
2953                 "m68020-40")
2954                         m68k_cpu_ident=m68020
2955                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
2956                         ;;
2957                 "m68020-60")
2958                         m68k_cpu_ident=m68020
2959                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
2960                         ;;
2961                 *)
2962                         # We need the C identifier rather than the string.
2963                         m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
2964                            'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
2965                             $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
2966                                  ${srcdir}/config/m68k/m68k-devices.def`
2967                         if [ x"$m68k_cpu_ident" = x ] ; then
2968                                 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
2969                                 exit 1
2970                         fi
2971                         with_cpu="mcpu=$with_cpu"
2972                         ;;
2973                 esac
2974                 ;;
2975
2976         hppa*-*-* | parisc*-*-*)
2977                 supported_defaults="arch schedule"
2978
2979                 case "$with_arch" in
2980                 "" | 1.0 | 1.1 | 2.0)
2981                         # OK
2982                         ;;
2983                 *)
2984                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2985                         exit 1
2986                         ;;
2987                 esac
2988
2989                 case "$with_schedule" in
2990                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
2991                         # OK
2992                         ;;
2993                 *)
2994                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2995                         exit 1
2996                         ;;
2997                 esac
2998                 ;;
2999
3000         i[34567]86-*-* | x86_64-*-*)
3001                 supported_defaults="arch cpu tune"
3002                 for which in arch cpu tune; do
3003                         eval "val=\$with_$which"
3004                         case ${val} in
3005                         i386 | i486 \
3006                         | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
3007                         | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
3008                         | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
3009                         | athlon-4 | athlon-xp | athlon-mp | geode \
3010                         | prescott | pentium-m | pentium4m | pentium3m)
3011                                 case "${target}" in
3012                                   x86_64-*-*)
3013                                       echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
3014                                       exit 1
3015                                       ;;
3016                                 esac
3017                                 # OK
3018                                 ;;
3019                         "" | amdfam10 | barcelona | k8 | opteron | athlon64 | athlon-fx | nocona | core2 | generic)
3020                                 # OK
3021                                 ;;
3022                         *)
3023                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
3024                                 exit 1
3025                                 ;;
3026                         esac
3027                 done
3028                 ;;
3029
3030         mips*-*-*)
3031                 supported_defaults="abi arch float tune divide llsc"
3032
3033                 case ${with_float} in
3034                 "" | soft | hard)
3035                         # OK
3036                         ;;
3037                 *)
3038                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3039                         exit 1
3040                         ;;
3041                 esac
3042
3043                 case ${with_abi} in
3044                 "" | 32 | o64 | n32 | 64 | eabi)
3045                         # OK
3046                         ;;
3047                 *)
3048                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
3049                         exit 1
3050                         ;;
3051                 esac
3052
3053                 case ${with_divide} in
3054                 "" | breaks | traps)
3055                         # OK
3056                         ;;
3057                 *)
3058                         echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3059                         exit 1
3060                         ;;
3061                 esac
3062
3063                 case ${with_llsc} in
3064                 yes)
3065                         with_llsc=llsc
3066                         ;;
3067                 no)
3068                         with_llsc="no-llsc"
3069                         ;;
3070                 "")
3071                         # OK
3072                         ;;
3073                 *)
3074                         echo "Unknown llsc type used in --with-llsc" 1>&2
3075                         exit 1
3076                         ;;
3077                 esac
3078                 ;;
3079
3080         mt-*-*)
3081                 supported_defaults="arch"
3082
3083                 case "$with_arch" in
3084                 "" \
3085                 | ms1-64-001 \
3086                 | ms1-16-002 \
3087                 | ms1-16-003 \
3088                 | ms2 \
3089                 | "")
3090                         # OK
3091                         ;;
3092                 *)
3093                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
3094                         exit 1
3095                         ;;
3096                 esac
3097                 ;;
3098
3099         powerpc*-*-* | rs6000-*-*)
3100                 supported_defaults="cpu float tune"
3101
3102                 for which in cpu tune; do
3103                         eval "val=\$with_$which"
3104                         case ${val} in
3105                         default32 | default64)
3106                                 with_which="with_$which"
3107                                 eval $with_which=
3108                                 ;;
3109                         405cr)
3110                                 tm_defines="${tm_defines} CONFIG_PPC405CR"
3111                                 eval "with_$which=405"
3112                                 ;;
3113                         "" | common \
3114                         | power | power[23456] | power6x | powerpc | powerpc64 \
3115                         | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
3116                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
3117                         | 601 | 602 | 603 | 603e | ec603e | 604 \
3118                         | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
3119                         | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
3120                                 # OK
3121                                 ;;
3122                         *)
3123                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
3124                                 exit 1
3125                                 ;;
3126                         esac
3127                 done
3128                 ;;
3129
3130         s390*-*-*)
3131                 supported_defaults="arch mode tune"
3132
3133                 for which in arch tune; do
3134                         eval "val=\$with_$which"
3135                         case ${val} in
3136                         "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec)
3137                                 # OK
3138                                 ;;
3139                         *)
3140                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
3141                                 exit 1
3142                                 ;;
3143                         esac
3144                 done
3145
3146                 case ${with_mode} in
3147                 "" | esa | zarch)
3148                         # OK
3149                         ;;
3150                 *)
3151                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
3152                         exit 1
3153                         ;;
3154                 esac
3155                 ;;
3156
3157         sh[123456ble]-*-* | sh-*-*)
3158                 supported_defaults="cpu"
3159                 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
3160                 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
3161                         # OK
3162                         ;;
3163                 m2a | m2a-single | m2a-single-only | m2a-nofpu)
3164                         ;;
3165                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
3166                         ;;
3167                 *)
3168                         echo "Unknown CPU used in --with-cpu=$with_cpu, known values:"  1>&2
3169                         echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
3170                         echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
3171                         echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
3172                         exit 1
3173                         ;;
3174                 esac
3175                 ;;
3176         sparc*-*-*)
3177                 supported_defaults="cpu float tune"
3178
3179                 for which in cpu tune; do
3180                         eval "val=\$with_$which"
3181                         case ${val} in
3182                         "" | sparc | sparcv9 | sparc64 | sparc86x \
3183                         | v7 | cypress | v8 | supersparc | sparclite | f930 \
3184                         | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
3185                         | v9 | ultrasparc | ultrasparc3 | niagara)
3186                                 # OK
3187                                 ;;
3188                         *)
3189                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
3190                                 exit 1
3191                                 ;;
3192                         esac
3193                 done
3194
3195                 case ${with_float} in
3196                 "" | soft | hard)
3197                         # OK
3198                         ;;
3199                 *)
3200                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3201                         exit 1
3202                         ;;
3203                 esac
3204                 ;;
3205
3206         spu-*-*)
3207                 supported_defaults="arch tune"
3208
3209                 for which in arch tune; do
3210                         eval "val=\$with_$which"
3211                         case ${val} in
3212                         "" | cell | celledp)
3213                                 # OK
3214                                 ;;
3215                         *)
3216                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
3217                                 exit 1
3218                                 ;;
3219                         esac
3220                 done
3221                 ;;
3222
3223         v850*-*-*)
3224                 supported_defaults=cpu
3225                 case ${with_cpu} in
3226                 "" | v850e | v850e1)
3227                         # OK
3228                         ;;
3229                 *)
3230                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3231                         exit 1
3232                         ;;
3233                 esac
3234                 ;;
3235 esac
3236
3237 # Set some miscellaneous flags for particular targets.
3238 target_cpu_default2=
3239 case ${target} in
3240         alpha*-*-*)
3241                 if test x$gas = xyes
3242                 then
3243                         target_cpu_default2="MASK_GAS"
3244                 fi
3245                 ;;
3246
3247         arm*-*-*)
3248                 if test x$target_cpu_cname = x
3249                 then
3250                         target_cpu_default2=TARGET_CPU_generic
3251                 else
3252                         target_cpu_default2=TARGET_CPU_$target_cpu_cname
3253                 fi
3254                 ;;
3255
3256         hppa*-*-* | parisc*-*-*)
3257                 target_cpu_default2="MASK_BIG_SWITCH"
3258                 if test x$gas = xyes
3259                 then
3260                         target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
3261                 fi
3262                 ;;
3263
3264         fido*-*-* | m680[012]0-*-* | m68k*-*-*)
3265                 target_cpu_default2=$m68k_cpu_ident
3266                 if [ x"$m68k_arch_family" != x ]; then
3267                         tmake_file="m68k/t-$m68k_arch_family $tmake_file"
3268                 fi
3269                 ;;
3270
3271         mips*-*-*)
3272                 if test x$gnu_ld = xyes
3273                 then
3274                         target_cpu_default2="MASK_SPLIT_ADDRESSES"
3275                 fi
3276                 case ${target} in
3277                         mips*el-*-*)
3278                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
3279                                 ;;
3280                 esac
3281                 if test "x$enable_gofast" = xyes
3282                 then
3283                         tm_defines="US_SOFTWARE_GOFAST $tm_defines"
3284                         tmake_file="mips/t-gofast $tmake_file"
3285                 else
3286                         tmake_file="mips/t-mips $tmake_file"
3287                 fi
3288                 ;;
3289
3290         powerpc*-*-* | rs6000-*-*)
3291                 # FIXME: The PowerPC port uses the value set at compile time,
3292                 # although it's only cosmetic.
3293                 if test "x$with_cpu" != x
3294                 then
3295                         target_cpu_default2="\\\"$with_cpu\\\""
3296                 fi
3297                 out_file=rs6000/rs6000.c
3298                 c_target_objs="${c_target_objs} rs6000-c.o"
3299                 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3300                 tmake_file="rs6000/t-rs6000 ${tmake_file}"
3301
3302                 if test x$enable_e500_double = xyes
3303                 then
3304                         tm_file="$tm_file rs6000/e500-double.h"
3305                 fi
3306                 ;;
3307
3308         sh[123456ble]*-*-* | sh-*-*)
3309                 c_target_objs="${c_target_objs} sh-c.o"
3310                 cxx_target_objs="${cxx_target_objs} sh-c.o"
3311                 ;;
3312
3313         sparc*-*-*)
3314                 # Some standard aliases.
3315                 case x$with_cpu in
3316                 xsparc)
3317                         with_cpu=v7
3318                         ;;
3319                 xsparcv9 | xsparc64)
3320                         with_cpu=v9
3321                         ;;
3322                 esac
3323
3324                 # The SPARC port checks this value at compile-time.
3325                 target_cpu_default2="TARGET_CPU_$with_cpu"
3326                 ;;
3327         v850*-*-*)
3328                 # FIXME: The v850 is "special" in that it does not support
3329                 # runtime CPU selection, only --with-cpu.
3330                 case "x$with_cpu" in
3331                 x)
3332                         ;;
3333                 xv850e)
3334                         target_cpu_default2="TARGET_CPU_$with_cpu"
3335                         ;;
3336                 esac
3337                 ;;
3338 esac
3339
3340 t=
3341 all_defaults="abi cpu arch tune schedule float mode fpu divide llsc"
3342 for option in $all_defaults
3343 do
3344         eval "val=\$with_$option"
3345         if test -n "$val"; then
3346                 case " $supported_defaults " in
3347                 *" $option "*)
3348                         ;;
3349                 *)
3350                         echo "This target does not support --with-$option." 2>&1
3351                         echo "Valid --with options are: $supported_defaults" 2>&1
3352                         exit 1
3353                         ;;
3354                 esac
3355
3356                 if test "x$t" = x
3357                 then
3358                         t="{ \"$option\", \"$val\" }"
3359                 else
3360                         t="${t}, { \"$option\", \"$val\" }"
3361                 fi
3362         fi
3363 done
3364
3365 if test "x$t" = x
3366 then
3367         configure_default_options="{ { NULL, NULL} }"
3368 else
3369         configure_default_options="{ ${t} }"
3370 fi
3371
3372 if test "$target_cpu_default2" != ""
3373 then
3374         if test "$target_cpu_default" != ""
3375         then
3376                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3377         else
3378                 target_cpu_default=$target_cpu_default2
3379         fi
3380 fi