OSDN Git Service

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