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