OSDN Git Service

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