OSDN Git Service

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