OSDN Git Service

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