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