OSDN Git Service

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