OSDN Git Service

PR target/10301
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 # Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free
9 #Software Foundation; either version 2, or (at your option) any later
10 #version.
11
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
13 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 #FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 #for more details.
16
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING.  If not, write to the Free
19 #Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 #02111-1307, USA.
21
22 # This is the GCC target-specific configuration file
23 # where a configuration type is mapped to different system-specific
24 # definitions and files.  This is invoked by the autoconf-generated
25 # configure script.  Putting it in a separate shell file lets us skip
26 # running autoconf when modifying target-specific information.
27
28 # This file switches on the shell variable ${target}, and also uses the
29 # following shell variables:
30 #
31 #  with_*               Various variables as set by configure.
32 #
33 #  enable_threads_flag  Either the name, yes or no depending on whether
34 #                       threads support was requested.
35 #
36 #  default_use_cxa_atexit
37 #                       "no" by default, can be set to "yes" if a target
38 #                       wishes to use __cxa_atexit() by default if the
39 #                       $enable___cxa_atexit variable is not set.
40 #
41 #  gas_flag             Either yes or no depending on whether GNU as was
42 #                       requested.
43 #
44 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
45 #                       requested.
46
47 # This file sets the following shell variables for use by the
48 # autoconf-generated configure script:
49 #
50 #  cpu_type             The name of the cpu, if different from the first
51 #                       chunk of the canonical target name.
52 #
53 #  tm_defines           List of target macros to define for all compilations.
54 #
55 #  tm_file              A list of target macro files, if different from
56 #                       "$cpu_type/$cpu_type.h". Usually it's constructed
57 #                       per target in a way like this:
58 #                       tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
59 #                       Note that the preferred order is:
60 #                       - specific target header "${cpu_type}/${cpu_type.h}"
61 #                       - generic headers like dbxelf.h elfos.h, netware.h, etc.
62 #                       - specializing target headers like ${cpu_type.h}/elf.h
63 #                       This helps to keep OS specific stuff out of the CPU
64 #                       defining header ${cpu_type}/${cpu_type.h}.
65 #
66 #  tm_p_file            Location of file with declarations for functions
67 #                       in $out_file.
68 #
69 #  out_file             The name of the machine description C support
70 #                       file, if different from "$cpu_type/$cpu_type.c".
71 #
72 #  md_file              The name of the machine-description file, if
73 #                       different from "$cpu_type/$cpu_type.md".
74 #
75 #  tmake_file           A list of machine-description-specific
76 #                       makefile-fragments, if different from
77 #                       "$cpu_type/t-$cpu_type".
78 #
79 #  extra_modes          The name of the file containing a list of extra
80 #                       machine modes, if necessary and different from
81 #                       "$cpu_type/$cpu_type-modes.def".
82 #
83 #  extra_objs           List of extra objects that should be linked into
84 #                       the compiler proper (cc1, cc1obj, cc1plus)
85 #                       depending on target.
86 #
87 #  extra_headers        List of used header files from the directory
88 #                       config/${cpu_type}.
89 #
90 #  extra_passes         List of extra executables compiled for this target
91 #                       machine, used for compiling from source to object.
92 #
93 #  extra_parts          List of extra object files that should be compiled
94 #                       for this target machine.
95 #
96 #  extra_programs       Like extra_passes, but these are used when linking.
97 #
98 #  c_target_objs        List of extra target-dependent objects that be
99 #                       linked into the C compiler only.
100 #
101 #  cxx_target_objs      List of extra target-dependent objects that be
102 #                       linked into the C++ compiler only.
103 #
104 #  target_gtfiles       List of extra source files with type information.
105 #
106 #  xm_defines           List of macros to define when compiling for the
107 #                       target machine.
108 #
109 #  xm_file              List of files to include when compiling for the
110 #                       target machine.
111 #
112 #  use_collect2         Set to yes or no, depending on whether collect2
113 #                       will be used.
114 #
115 #  target_cpu_default   Set to override the default target model.
116 #
117 #  gdb_needs_out_file_path
118 #                       Set to yes if gdb needs a dir command with
119 #                       `dirname $out_file`.
120 #
121 #  thread_file          Set to control which thread package to use.
122 #
123 #  gas                  Set to yes or no depending on whether the target
124 #                       system normally uses GNU as.
125 #
126 #  need_64bit_hwint     Set to yes if HOST_WIDE_INT must be 64 bits wide
127 #                       for this target.  This is true iff
128 #                       MAX_LONG_TYPE_SIZE is 64.  (The code which
129 #                       determines the underlying integral type for
130 #                       HOST_WIDE_INT cannot see the definition of
131 #                       MAX_LONG_TYPE_SIZE.)
132 #
133 #  configure_default_options
134 #                       Set to an initializer for configure_default_options
135 #                       in configargs.h, based on --with-cpu et cetera.
136 #
137 #  use_fixproto         Set to "yes" if fixproto should be run normally,
138 #                       "no" if fixproto should never be run.
139
140 # The following variables are used in each case-construct to build up the
141 # outgoing variables:
142 #
143 #  gnu_ld               Set to yes or no depending on whether the target
144 #                       system normally uses GNU ld.
145
146 out_file=
147 tmake_file=
148 extra_headers=
149 extra_passes=
150 extra_parts=
151 extra_programs=
152 extra_objs=
153 extra_gcc_objs=
154 c_target_objs=
155 cxx_target_objs=
156 tm_defines=
157 xm_defines=
158 # Set this to force installation and use of collect2.
159 use_collect2=
160 # Set this to override the default target model.
161 target_cpu_default=
162 # Set this if gdb needs a dir command with `dirname $out_file`
163 gdb_needs_out_file_path=
164 # Set this to control which thread package will be used.
165 thread_file=
166 # Reinitialize these from the flag values every loop pass, since some
167 # configure entries modify them.
168 gas="$gas_flag"
169 gnu_ld="$gnu_ld_flag"
170 enable_threads=$enable_threads_flag
171 default_use_cxa_atexit=no
172 target_gtfiles=
173 need_64bit_hwint=
174
175 # Default to 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/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.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*o32)             # SGI System V.4., IRIX 6, O32 ABI
1445         tm_file="${tm_file} mips/iris5.h"
1446         if test x$gas = xyes
1447         then
1448                 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h mips/iris6-o32-gas.h"
1449                 if test x$stabs = xyes
1450                 then
1451                         tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1452                 fi
1453                 tmake_file=mips/t-iris5-gas
1454         else
1455                 tm_file="${tm_file} mips/iris6-o32-as.h"
1456                 tmake_file=mips/t-iris5-as
1457         fi
1458         tm_file="${tm_file} mips/iris6-o32.h"
1459         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1460         target_cpu_default="MASK_ABICALLS"
1461         # mips-tfile doesn't work yet
1462         # See comment in mips/iris5.h file.
1463         if test x$gas = xno
1464         then
1465                 use_collect2=yes
1466         fi
1467 #       if test x$enable_threads = xyes; then
1468 #               thread_file='irix'
1469 #       fi
1470         use_fixproto=yes
1471         ;;
1472 mips-sgi-irix6*)                # SGI System V.4., IRIX 6
1473         tm_file="${tm_file} mips/iris5.h mips/iris6.h"
1474         tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1475         if test x$gas = xyes
1476         then
1477                 tm_file="${tm_file} mips/iris6gas.h"
1478         fi
1479         if test "x$gnu_ld" = xyes
1480         then
1481                 tm_file="${tm_file} mips/iris6gld.h"
1482                 tmake_file="$tmake_file mips/t-iris6gld"
1483         fi
1484         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1485         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1486         # See comment in mips/iris5.h file.  Only enabled for O32 ABI
1487         # without GNU as.
1488         if test x$gas = xno
1489         then
1490                 use_collect2=yes
1491         fi
1492 #       if test x$enable_threads = xyes; then
1493 #               thread_file='irix'
1494 #       fi
1495         use_fixproto=yes
1496         ;;
1497 mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
1498         tm_file="${tm_file} mips/iris5.h mips/iris6.h mips/cross64.h"
1499         tmake_file="mips/t-iris mips/t-cross64"
1500         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1501         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1502         # See comment in mips/iris[56].h files.
1503         use_collect2=yes
1504 #       if test x$enable_threads = xyes; then
1505 #               thread_file='irix'
1506 #       fi
1507         use_fixproto=yes
1508         ;;
1509 mips-sgi-irix5*)                # SGI System V.4., IRIX 5
1510         tm_file="${tm_file} mips/iris5.h"
1511         if test x$gas = xyes
1512         then
1513                 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h"
1514                 if test x$stabs = xyes
1515                 then
1516                         tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1517                 fi
1518                 tmake_file=mips/t-iris5-gas
1519         else
1520                 tmake_file=mips/t-iris5-as
1521         fi
1522         tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1523         target_cpu_default="MASK_ABICALLS"
1524         # mips-tfile doesn't work yet
1525         # See comment in mips/iris5.h file.
1526         use_collect2=yes
1527 #       if test x$enable_threads = xyes; then
1528 #               thread_file='irix'
1529 #       fi
1530         use_fixproto=yes
1531         ;;
1532 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1533         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1534         tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1535         ;;
1536 mips64*-*-linux*)
1537         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1538         tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux64"
1539
1540         # This default ABI is a partial lie: t-linux64 overrides the
1541         # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1542         # that is installed.  What GCC thinks of as the default must
1543         # remain as ABI_32 such that the SONAMEs of the libgcc shared
1544         # libraries remain compatible with those of mips-linux-gnu.
1545         tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1546         target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1547         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1548         gnu_ld=yes
1549         gas=yes
1550         ;;
1551 mips*-*-linux*)                         # Linux MIPS, either endian.
1552         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1553         case ${target} in
1554         mipsisa32*-*)
1555                 target_cpu_default="MASK_SOFT_FLOAT"
1556                 tm_defines="MIPS_ISA_DEFAULT=32"
1557                 ;;
1558         esac
1559         tmake_file="t-slibgcc-elf-ver t-linux"
1560         ;;
1561 mips*-*-openbsd*)
1562         tm_defines="OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1563         target_cpu_default="MASK_GAS|MASK_ABICALLS"
1564         tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1565         case ${target} in
1566         mips*el-*-openbsd*) 
1567             tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1568         *)  tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1569         esac
1570         ;;
1571 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1572         tm_file="${tm_file} mips/elf.h"
1573         tmake_file=mips/t-isa3264
1574         tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1575         use_fixproto=yes
1576         ;;
1577 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1578         tm_file="${tm_file} mips/elf.h"
1579         tmake_file=mips/t-isa3264
1580         tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1581         use_fixproto=yes
1582         ;;
1583 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1584         tm_file="${tm_file} mips/elf.h"
1585         tmake_file=mips/t-isa3264
1586         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1587         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_EABI"
1588         use_fixproto=yes
1589         ;;
1590 mipsisa64sr71k-*-elf*)
1591         tm_file="${tm_file} mips/elf.h"
1592         tmake_file=mips/t-sr71k
1593         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1594         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1595         use_fixproto=yes
1596         ;;
1597 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1598         tm_file="${tm_file} mips/elf.h"
1599         tmake_file=mips/t-elf
1600         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1601         tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1602         use_fixproto=yes
1603         ;;
1604 mips-*-elf* | mipsel-*-elf*)
1605         tm_file="${tm_file} mips/elf.h"
1606         tmake_file=mips/t-elf
1607         use_fixproto=yes
1608         ;;
1609 mips64-*-elf* | mips64el-*-elf*)
1610         tm_file="${tm_file} mips/elf64.h"
1611         tmake_file=mips/t-elf
1612         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1613         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1614         use_fixproto=yes
1615         ;;
1616 mips64vr-*-elf* | mips64vrel-*-elf*)
1617         tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1618         tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1619         tmake_file=mips/t-vr
1620         use_fixproto=yes
1621         ;;
1622 mips64orion-*-elf* | mips64orionel-*-elf*)
1623         tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1624         tmake_file=mips/t-elf
1625         tmake_file=mips/t-elf
1626         target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1627         tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1628         use_fixproto=yes
1629         ;;
1630 mips*-*-rtems*)
1631         tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1632         tmake_file="mips/t-elf t-rtems mips/t-rtems"
1633         ;;
1634 mips-wrs-vxworks)
1635         # We want vxworks.h after mips/elf.h, which unfortunately means we
1636         # have to redo the tm_file list from scratch.
1637         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h vxworks.h mips/vxworks.h"
1638         tmake_file="${tmake_file} mips/t-vxworks"
1639         target_cpu_default="MASK_GAS"
1640         ;;
1641 mips-wrs-windiss)       # Instruction-level simulator for VxWorks.
1642         xm_defines=POSIX
1643         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1644         tmake_file="${tmake_file} mips/t-elf"
1645         target_cpu_default="MASK_GAS"
1646         thread_file=
1647         ;;
1648 mipstx39-*-elf* | mipstx39el-*-elf*)
1649         tm_file="${tm_file} mips/r3900.h mips/elf.h"
1650         tmake_file=mips/t-r3900
1651         use_fixproto=yes
1652         ;;
1653 mmix-knuth-mmixware)
1654         need_64bit_hwint=yes
1655         ;;
1656 mn10300-*-*)
1657         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1658         if test x$stabs = xyes
1659         then
1660                 tm_file="${tm_file} dbx.h"
1661         fi
1662         use_collect2=no
1663         use_fixproto=yes
1664         ;;
1665 ns32k-*-netbsdelf*)
1666         echo "GCC does not yet support the ${target} target"; exit 1
1667         ;;
1668 ns32k-*-netbsd*)
1669         tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1670         # On NetBSD, the headers are already okay, except for math.h.
1671         tmake_file="t-netbsd ns32k/t-ns32k"
1672         extra_parts=""
1673         use_collect2=yes
1674         ;;
1675 pdp11-*-bsd)
1676         tm_file="${tm_file} pdp11/2bsd.h"
1677         use_fixproto=yes
1678         ;;
1679 pdp11-*-*)
1680         use_fixproto=yes
1681         ;;
1682 avr-*-*)
1683         use_fixproto=yes
1684         ;;
1685 # port not yet contributed
1686 #powerpc-*-openbsd*)
1687 #       tmake_file="${tmake_file} rs6000/t-fprules "
1688 #       extra_headers=
1689 #       ;;
1690 powerpc64-*-linux*)
1691         tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1692         case x$with_cpu in
1693         x|xpowerpc64|xdefault64) tm_file="${tm_file} rs6000/default64.h";;
1694         esac
1695         tm_file="${tm_file} rs6000/linux64.h"
1696         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-ppccomm rs6000/t-linux64"
1697         ;;
1698 powerpc64-*-gnu*)
1699         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"
1700         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1701         ;;
1702 powerpc-*-beos*)
1703         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1704         tmake_file="rs6000/t-fprules rs6000/t-beos"
1705         extra_headers=
1706         use_fixproto=yes
1707         ;;
1708 powerpc-*-darwin*)
1709         tm_file="${tm_file} rs6000/darwin.h"
1710         tmake_file="t-darwin t-slibgcc-darwin rs6000/t-darwin"
1711         extra_headers=altivec.h
1712         ;;
1713 powerpc*-*-freebsd*)
1714         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1715         tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1716         ;;
1717 powerpc-*-netbsd*)
1718         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1719         tmake_file="${tmake_file} rs6000/t-netbsd"
1720         ;;
1721 powerpc-*-chorusos*)
1722         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1723         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1724         case ${enable_threads} in
1725           yes | posix)
1726             thread_file='posix'
1727             ;;
1728         esac
1729         use_fixproto=yes
1730         ;;
1731 powerpc-*-eabispe*)
1732         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1733         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1734         ;;
1735 powerpc-*-eabisimaltivec*)
1736         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"
1737         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1738         ;;
1739 powerpc-*-eabisim*)
1740         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1741         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1742         ;;
1743 powerpc-*-elf*)
1744         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1745         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1746         use_fixproto=yes
1747         ;;
1748 powerpc-*-eabialtivec*)
1749         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1750         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1751         ;;
1752 powerpc-*-eabi*)
1753         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1754         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1755         ;;
1756 powerpc-*-rtems*)
1757         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
1758         tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm"
1759         ;;
1760 powerpc-*-linux*altivec*)
1761         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1762         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1763         ;;
1764 powerpc-*-linux*spe*)
1765         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h"
1766         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1767         ;;
1768 powerpc-*-linux*)
1769         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
1770         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1771         ;;
1772 powerpc-*-gnu-gnualtivec*)
1773         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"
1774         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1775         if test x$enable_threads = xyes; then
1776                 thread_file='posix'
1777         fi
1778         ;;
1779 powerpc-*-gnu*)
1780         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"
1781         tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1782         if test x$enable_threads = xyes; then
1783                 thread_file='posix'
1784         fi
1785         ;;
1786 powerpc-wrs-vxworks*)
1787         # We want vxworks.h after rs6000/sysv4.h, which unfortunately
1788         # means we have to redo the tm_file list from scratch.
1789         tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1790         tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
1791         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
1792         extra_headers=ppc-asm.h
1793         ;;
1794 powerpc-wrs-windiss*)   # Instruction-level simulator for VxWorks.
1795         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
1796         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1797         thread_file=""
1798         use_fixproto=yes
1799         ;;
1800 powerpcle-*-sysv*)
1801         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1802         tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1803         use_fixproto=yes
1804         ;;
1805 powerpcle-*-elf*)
1806         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1807         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1808         use_fixproto=yes
1809         ;;
1810 powerpcle-*-eabisim*)
1811         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"
1812         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1813         ;;
1814 powerpcle-*-eabi*)
1815         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
1816         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1817         ;;
1818 powerpc-*-kaos*)
1819         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
1820         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1821         ;;
1822 powerpcle-*-kaos*)
1823         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"
1824         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1825         ;;
1826 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
1827         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1828         tmake_file="rs6000/t-fprules rs6000/t-newas"
1829         use_collect2=yes
1830         extra_headers=
1831         use_fixproto=yes
1832         ;;
1833 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1834         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
1835         tmake_file=rs6000/t-aix43
1836         use_collect2=yes
1837         thread_file='aix'
1838         extra_headers=
1839         ;;
1840 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1841         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
1842         tmake_file=rs6000/t-aix43
1843         use_collect2=yes
1844         thread_file='aix'
1845         extra_headers=
1846         ;;
1847 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1848         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1849         tmake_file=rs6000/t-aix52
1850         use_collect2=yes
1851         thread_file='aix'
1852         extra_headers=
1853         ;;
1854 rs6000-*-lynxos*)
1855         tm_file="svr3.h lynx.h rs6000/lynxbase.h rs6000/rs6000.h rs6000/lynx.h"
1856         tmake_file=rs6000/t-fprules
1857         use_collect2=yes
1858         use_fixproto=yes
1859         ;;
1860 s390-*-linux*)
1861         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1862         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
1863         ;;
1864 s390x-*-linux*)
1865         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1866         tm_p_file=s390/s390-protos.h
1867         md_file=s390/s390.md
1868         extra_modes=s390/s390-modes.def
1869         out_file=s390/s390.c
1870         tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
1871         ;;
1872 s390x-ibm-tpf*)
1873         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
1874         tm_p_file=s390/s390-protos.h
1875         md_file=s390/s390.md
1876         extra_modes=s390/s390-modes.def
1877         extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1878         out_file=s390/s390.c
1879         tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
1880         ;;
1881 sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
1882         tmake_file="sh/t-sh sh/t-elf"
1883         case ${target} in
1884         shl* | sh64l*)
1885                 tm_file="sh/little.h ${tm_file}"
1886                 tmake_file="${tmake_file} sh/t-le"
1887                 ;;
1888         esac
1889         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h"
1890         case ${target} in
1891         sh64*)
1892                 tmake_file="${tmake_file} sh/t-sh64"
1893                 tm_file="${tm_file} sh/sh64.h"
1894                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1895                 ;;
1896         sh4_single*)  target_cpu_default="SELECT_SH4_SINGLE" ;;
1897         sh4*)  target_cpu_default="SELECT_SH4" ;;
1898         sh3e*) target_cpu_default="SELECT_SH3E" ;;
1899         sh3*)  target_cpu_default="SELECT_SH3" ;;
1900         sh2e*) target_cpu_default="SELECT_SH2E" ;;
1901         sh2*)  target_cpu_default="SELECT_SH2" ;;
1902         esac
1903         case ${target} in
1904         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1905         esac
1906         case ${target} in
1907         sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
1908         esac
1909         use_fixproto=yes
1910         ;;
1911 sh-*-rtemself*)
1912         tmake_file="sh/t-sh sh/t-elf t-rtems"
1913         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
1914         ;;
1915 sh-*-rtems*)
1916         tmake_file="sh/t-sh t-rtems"
1917         tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
1918         ;;
1919 sh-*-linux* | sh[2346lbe]*-*-linux*)
1920         tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
1921         case ${target} in
1922         sh*be-*-* | sh*eb-*-*) ;;
1923         *)
1924                 tm_file="sh/little.h ${tm_file}"
1925                 tmake_file="${tmake_file} sh/t-le"
1926                 ;;
1927         esac
1928         tmake_file="${tmake_file} sh/t-linux"
1929         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
1930         case ${target} in
1931         sh64*)
1932                 tmake_file="${tmake_file} sh/t-sh64"
1933                 tm_file="${tm_file} sh/sh64.h"
1934                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1935                 ;;
1936         sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1937         sh4*) target_cpu_default="SELECT_SH4" ;;
1938         sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
1939         sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
1940         sh3e*) target_cpu_default="SELECT_SH3E" ;;
1941         sh3*) target_cpu_default="SELECT_SH3" ;;
1942         sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
1943         sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
1944         sh2e*) target_cpu_default="SELECT_SH2E" ;;
1945         sh2*) target_cpu_default="SELECT_SH2" ;;
1946         esac
1947         case ${target} in
1948         sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1949         esac
1950         ;;
1951 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1952   sh64-*-netbsd* | sh64l*-*-netbsd*)
1953         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
1954         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
1955         case ${target} in
1956         sh*l*-*)
1957                 tm_file="sh/little.h ${tm_file}"
1958                 tmake_file="${tmake_file} sh/t-le"
1959                 ;;
1960         *)
1961                 tmake_file="${tmake_file} sh/t-be"
1962                 ;;
1963         esac
1964         case ${target} in
1965         sh5*-*)
1966                 # SHmedia, 32-bit ABI
1967                 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
1968                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
1969                 ;;
1970         sh64*-*)
1971                 # SHmedia, 64-bit ABI
1972                 target_cpu_default="SH5_BIT|SH4_BIT"
1973                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
1974                 ;;
1975         *)
1976                 # SH3, software floating point
1977                 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
1978                 tmake_file="${tmake_file} sh/t-netbsd"
1979                 ;;
1980         esac
1981         ;;
1982 sh-wrs-vxworks)
1983         tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
1984         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/vxworks.h"
1985         ;;
1986 sh-*-*)
1987         tm_file="${tm_file} dbxcoff.h sh/coff.h"
1988         use_fixproto=yes
1989         ;;
1990 sparc-tti-*)
1991         tm_file="${tm_file} sparc/pbd.h"
1992         use_fixproto=yes
1993         ;;
1994 sparc-*-netbsdelf*)
1995         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1996         ;;
1997 sparc-*-openbsd*)
1998         tm_defines=OBSD_OLD_GAS
1999         tm_file="sparc/sparc.h openbsd.h sparc/openbsd.h"
2000         # needed to unconfuse gdb
2001         tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2002         # we need collect2 until our bug is fixed...
2003         use_collect2=yes
2004         ;;
2005 sparc64-*-openbsd*)
2006         tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2007         gas=yes gnu_ld=yes
2008         with_cpu=ultrasparc
2009         ;;
2010 sparc-*-elf*)
2011         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
2012         tmake_file="sparc/t-elf sparc/t-crtfm"
2013         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2014         use_fixproto=yes
2015         ;;
2016 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
2017         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2018         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
2019         ;;
2020 sparc-*-rtems*)
2021         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"
2022         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2023         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2024         ;;
2025 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2026         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"
2027         if test x$gnu_ld = xyes; then
2028                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2029         fi
2030         if test x$gas = xyes; then
2031                 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2032         fi
2033         tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2034         if test x$gnu_ld = xyes; then
2035                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2036         else
2037                 tmake_file="$tmake_file t-slibgcc-sld"
2038         fi
2039         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2040         if test x${enable_threads} = x ; then
2041             enable_threads=$have_pthread_h
2042             if test x${enable_threads} = x ; then
2043                 enable_threads=$have_thread_h
2044             fi
2045         fi
2046         if test x${enable_threads} = xyes ; then
2047             if test x${have_pthread_h} = xyes ; then
2048                 thread_file='posix'
2049             else
2050                 thread_file='solaris'
2051             fi
2052         fi
2053         need_64bit_hwint=yes
2054         ;;
2055 sparc-*-solaris2*)
2056         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
2057         if test x$gnu_ld = xyes; then
2058                 tm_file="${tm_file} sparc/sol2-gld.h"
2059         fi
2060         tmake_file="sparc/t-sol2 sparc/t-crtfm"
2061         if test x$gnu_ld = xyes; then
2062                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2063         else
2064                 tmake_file="$tmake_file t-slibgcc-sld"
2065         fi
2066         case ${target} in
2067         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2068                 if test x$gnu_ld = xno; then
2069                         tm_file="${tm_file} sparc/sol26-sld.h"
2070                 fi
2071                 ;;
2072         *-*-solaris2.[789] | *-*-solaris2.1[0-9])
2073                 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2074                 if test x$gnu_ld = xyes; then
2075                         tm_file="${tm_file} sparc/sol2-gld-bi.h"
2076                 fi
2077                 if test x$gas = xyes; then
2078                         tm_file="${tm_file} sparc/sol2-gas-bi.h"
2079                 fi
2080                 tmake_file="$tmake_file sparc/t-sol2-64"
2081                 need_64bit_hwint=yes
2082                 ;;
2083         esac
2084         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2085         if test x${enable_threads} = x; then
2086             enable_threads=$have_pthread_h
2087             if test x${enable_threads} = x; then
2088                 enable_threads=$have_thread_h
2089             fi
2090         fi
2091         if test x${enable_threads} = xyes; then
2092             if test x${have_pthread_h} = xyes; then
2093                 thread_file='posix'
2094             else
2095                 thread_file='solaris'
2096             fi
2097         fi
2098         ;;
2099 sparc-*-sysv4*)
2100         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
2101         tmake_file=t-svr4
2102         extra_parts="crtbegin.o crtend.o"
2103         use_fixproto=yes
2104         ;;
2105 sparclite-*-coff*)
2106         tm_file="${tm_file} sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
2107         tmake_file=sparc/t-sparclite
2108         ;;
2109 sparclite-*-elf*)
2110         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/liteelf.h"
2111         tmake_file="sparc/t-sparclite sparc/t-crtfm"
2112         extra_parts="crtbegin.o crtend.o"
2113         use_fixproto=yes
2114         ;;
2115 sparc86x-*-elf*)
2116         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"
2117         tmake_file="sparc/t-sp86x sparc/t-crtfm"
2118         extra_parts="crtbegin.o crtend.o"
2119         use_fixproto=yes
2120         ;;
2121 sparc64-*-aout*)
2122         tm_file="sparc/sparc.h sparc/aout.h sparc/sp64-aout.h"
2123         use_fixproto=yes
2124         ;;
2125 sparc64-*-elf*)
2126         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2127         tmake_file="${tmake_file} sparc/t-crtfm"
2128         extra_parts="crtbegin.o crtend.o"
2129         use_fixproto=yes
2130         ;;
2131 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2132         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2133         tmake_file="${tmake_file} sparc/t-crtfm"
2134         case "x$with_cpu" in
2135                 xultrasparc) ;;
2136                 x) with_cpu=ultrasparc ;;
2137                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2138         esac
2139         need_64bit_hwint=yes
2140         ;;
2141 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
2142         tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
2143         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2144         ;;
2145 sparc64-*-netbsd*)
2146         tmake_file="${tmake_file} sparc/t-netbsd64"
2147         tm_file="sparc/biarch64.h ${tm_file}"
2148         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2149         ;;
2150 strongarm-*-elf*)
2151         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2152         tmake_file=arm/t-strongarm-elf
2153         out_file=arm/arm.c
2154         md_file=arm/arm.md
2155         extra_modes=arm/arm-modes.def
2156         use_fixproto=yes
2157         ;;
2158 strongarm-*-pe)
2159         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"
2160         tmake_file=arm/t-strongarm-pe
2161         out_file=arm/arm.c
2162         md_file=arm/arm.md
2163         extra_modes=arm/arm-modes.def
2164         extra_objs=pe.o
2165         use_fixproto=yes
2166         ;;
2167 strongarm-*-kaos*)
2168         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"
2169         tmake_file=arm/t-strongarm-elf
2170         out_file=arm/arm.c
2171         md_file=arm/arm.md
2172         extra_modes=arm/arm-modes.def
2173         ;;
2174 v850e1-*-*)
2175         target_cpu_default="TARGET_CPU_v850e1"
2176         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2177         tm_p_file=v850/v850-protos.h
2178         tmake_file=v850/t-v850e
2179         md_file=v850/v850.md
2180         out_file=v850/v850.c
2181         if test x$stabs = xyes
2182         then
2183                 tm_file="${tm_file} dbx.h"
2184         fi
2185         use_collect2=no
2186         c_target_objs="v850-c.o"
2187         cxx_target_objs="v850-c.o"
2188         use_fixproto=yes
2189         ;;
2190 v850e-*-*)
2191         target_cpu_default="TARGET_CPU_v850e"
2192         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2193         tm_p_file=v850/v850-protos.h
2194         tmake_file=v850/t-v850e
2195         md_file=v850/v850.md
2196         out_file=v850/v850.c
2197         if test x$stabs = xyes
2198         then
2199                 tm_file="${tm_file} dbx.h"
2200         fi
2201         use_collect2=no
2202         c_target_objs="v850-c.o"
2203         cxx_target_objs="v850-c.o"
2204         use_fixproto=yes
2205         ;;
2206 v850-*-*)
2207         target_cpu_default="TARGET_CPU_generic"
2208         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2209         tmake_file=v850/t-v850
2210         if test x$stabs = xyes
2211         then
2212                 tm_file="${tm_file} dbx.h"
2213         fi
2214         use_collect2=no
2215         c_target_objs="v850-c.o"
2216         cxx_target_objs="v850-c.o"
2217         use_fixproto=yes
2218         ;;
2219 vax-*-bsd*)                     # VAXen running BSD
2220         tm_file="${tm_file} vax/bsd.h"
2221         use_collect2=yes
2222         use_fixproto=yes
2223         ;;
2224 vax-*-sysv*)                    # VAXen running system V
2225         tm_file="${tm_file} vax/vaxv.h"
2226         use_fixproto=yes
2227         ;;
2228 vax-*-netbsdelf*)
2229         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2230         ;;
2231 vax-*-netbsd*)
2232         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2233         tmake_file=t-netbsd
2234         extra_parts=""
2235         use_collect2=yes
2236         ;;
2237 vax-*-openbsd*)
2238         tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2239         use_collect2=yes
2240         ;;
2241 vax-*-ultrix*)                  # VAXen running ultrix
2242         tm_file="${tm_file} vax/ultrix.h"
2243         use_fixproto=yes
2244         ;;
2245 vax-*-*)                        # VAX default entry
2246     if test "x$enable_obsolete" != xyes; then
2247       echo "*** Configuration ${target} is obsolete." >&2
2248       echo "*** Specify --enable-obsolete to build it anyway." >&2
2249       echo "*** Support will be REMOVED in the next major release of GCC," >&2
2250       echo "*** unless a maintainer comes forward." >&2
2251       exit 1
2252     fi
2253         use_fixproto=yes
2254         ;;
2255 xscale-*-elf)
2256         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2257         tmake_file=arm/t-xscale-elf
2258         out_file=arm/arm.c
2259         md_file=arm/arm.md
2260         extra_modes=arm/arm-modes.def
2261         use_fixproto=yes
2262         ;;
2263 xscale-*-coff)
2264         tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
2265         tmake_file=arm/t-xscale-coff
2266         out_file=arm/arm.c
2267         md_file=arm/arm.md
2268         extra_modes=arm/arm-modes.def
2269         use_fixproto=yes
2270         ;;
2271 xstormy16-*-elf)
2272         # For historical reasons, the target files omit the 'x'.
2273         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2274         tm_p_file=stormy16/stormy16-protos.h
2275         md_file=stormy16/stormy16.md
2276         out_file=stormy16/stormy16.c
2277         tmake_file="stormy16/t-stormy16"
2278         extra_parts="crtbegin.o crtend.o"
2279         use_fixproto=yes
2280         ;;
2281 xtensa-*-elf*)
2282         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2283         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2284         ;;
2285 xtensa-*-linux*)
2286         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2287         tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
2288         ;;
2289 am33_2.0-*-linux*)
2290         tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2291         tmake_file="t-slibgcc-elf-ver t-linux mn10300/t-linux"
2292         gas=yes gnu_ld=yes
2293         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2294         use_collect2=no
2295         ;;
2296 *)
2297         echo "*** Configuration ${target} not supported" 1>&2
2298         exit 1
2299         ;;
2300 esac
2301
2302 # Support for --with-cpu and related options (and a few unrelated options,
2303 # too).
2304 case ${with_cpu} in
2305   yes | no)
2306     echo "--with-cpu must be passed a value" 1>&2
2307     exit 1
2308     ;;
2309 esac
2310
2311 # If there is no $with_cpu option, try to infer one from ${target}.
2312 # This block sets nothing except for with_cpu.
2313 if test x$with_cpu = x ; then
2314   case ${target} in
2315     ep9312-*-*)
2316       # A Cirrus ARM variant.
2317       with_cpu="ep9312"
2318       ;;
2319     i486-*-*)
2320       with_cpu=i486
2321       ;;
2322     i586-*-*)
2323       case ${target_noncanonical} in
2324         k6_2-*)
2325           with_cpu=k6-2
2326           ;;
2327         k6_3-*)
2328           with_cpu=k6-3
2329           ;;
2330         k6-*)
2331           with_cpu=k6
2332           ;;
2333         pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2334           with_cpu=pentium-mmx
2335           ;;
2336         *)
2337           with_cpu=pentium
2338           ;;
2339       esac
2340       ;;
2341     i686-*-* | i786-*-*)
2342       case ${target_noncanonical} in
2343         k8-*|opteron-*|athlon_64-*)
2344           with_cpu=k8
2345           ;;
2346         athlon_xp-*|athlon_mp-*|athlon_4-*)
2347           with_cpu=athlon-4
2348           ;;
2349         athlon_tbird-*|athlon-*)
2350           with_cpu=athlon
2351           ;;
2352         pentium2-*)
2353           with_cpu=pentium2
2354           ;;
2355         pentium3-*)
2356           with_cpu=pentium3
2357           ;;
2358         pentium4-*)
2359           with_cpu=pentium4
2360           ;;
2361         *)
2362           with_cpu=pentiumpro
2363           ;;
2364       esac
2365       ;;
2366     x86_64-*-*)
2367       with_cpu=k8
2368       ;;
2369     alphaev6[78]*-*-*)
2370       with_cpu=ev67
2371       ;;
2372     alphaev6*-*-*)
2373       with_cpu=ev6
2374       ;;
2375     alphapca56*-*-*)
2376       with_cpu=pca56
2377       ;;
2378     alphaev56*-*-*)
2379       with_cpu=ev56
2380       ;;
2381     alphaev5*-*-*)
2382       with_cpu=ev5
2383       ;;
2384     sparc*-*-*)
2385       with_cpu="`echo ${target} | sed 's/-.*$//'`"
2386       if [ x$with_cpu = xsparc64 ]; then
2387         with_cpu=v9
2388       fi
2389       ;;
2390   esac
2391 fi
2392
2393         # Similarly for --with-schedule.
2394         if test x$with_schedule = x; then
2395                 case ${target} in
2396                 hppa1* | parisc1*)
2397                         # Override default PA8000 scheduling model.
2398                         with_schedule=7100LC
2399                         ;;
2400                 esac
2401         fi
2402
2403         # Validate and mark as valid any --with options supported
2404         # by this target.  In order to use a particular --with option
2405         # you must list it in supported_defaults; validating the value
2406         # is optional.  This case statement should set nothing besides
2407         # supported_defaults.
2408
2409         supported_defaults=
2410         case "${target}" in
2411         alpha*-*-*)
2412                 supported_defaults="cpu tune"
2413                 for which in cpu tune; do
2414                         eval "val=\$with_$which"
2415                         case "$val" in
2416                         "" \
2417                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2418                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2419                         | 21264a)
2420                                 ;;
2421                         *)
2422                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2423                                 exit 1
2424                                 ;;
2425                         esac
2426                 done
2427                 ;;
2428
2429         arm*-*-*)
2430                 supported_defaults="arch cpu float tune"
2431                 for which in cpu tune; do
2432                         eval "val=\$with_$which"
2433                         case "$val" in
2434                         "" \
2435                         | arm[236789] | arm250 | arm[67][01]0 \
2436                         | arm60 | arm620 | arm7d | arm7di \
2437                         | arm7m | arm7dm | arm7dmi | arm[79]tdmi \
2438                         | arm70 | arm700i | arm710t | arm720 \
2439                         | arm720t | arm740t | arm710c | arm920 \
2440                         | arm920t | arm926ejs | arm940t | arm9e | arm10tdmi \
2441                         | arm7100 | arm7500 | arm7500fe | arm810 \
2442                         | arm1026ejs | arm1020t | arm1136js | arm1136jfs \
2443                         | xscale | iwmmxt \
2444                         | ep9312 \
2445                         | strongarm | strongarm110 | strongarm11[01]0)
2446                                 # OK
2447                                 ;;
2448                         *)
2449                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2450                                 exit 1
2451                                 ;;
2452                         esac
2453                 done
2454
2455                 case "$with_arch" in
2456                 "" \
2457                 | armv[2345] | armv2a | armv3m | armv4t | armv5t \
2458                 | armv5te | armv6j | ep9312)
2459                         # OK
2460                         ;;
2461                 *)
2462                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2463                         exit 1
2464                         ;;
2465                 esac
2466
2467                 case "$with_float" in
2468                 "" \
2469                 | soft | hard)
2470                         # OK
2471                         ;;
2472                 *)
2473                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2474                         exit 1
2475                         ;;
2476                 esac
2477
2478                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2479                         echo "Warning: --with-arch overrides --with-cpu" 1>&2
2480                 fi
2481                 ;;
2482
2483         hppa*-*-* | parisc*-*-*)
2484                 supported_defaults="arch schedule"
2485
2486                 case "$with_arch" in
2487                 "" | 1.0 | 1.1 | 2.0)
2488                         # OK
2489                         ;;
2490                 *)
2491                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2492                         exit 1
2493                         ;;
2494                 esac
2495
2496                 case "$with_schedule" in
2497                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
2498                         # OK
2499                         ;;
2500                 *)
2501                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2502                         exit 1
2503                         ;;
2504                 esac
2505                 ;;
2506
2507         i[34567]86-*-* | x86_64-*-*)
2508                 supported_defaults="arch cpu tune"
2509                 for which in arch cpu tune; do
2510                         eval "val=\$with_$which"
2511                         case ${val} in
2512                         "" | i386 | i486 \
2513                         | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2514                         | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2515                         | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
2516                         | athlon-4 | athlon-xp | athlon-mp | k8 | opteron \
2517                         | athlon64 | athlon-fx)
2518                                 # OK
2519                                 ;;
2520                         *)
2521                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
2522                                 exit 1
2523                                 ;;
2524                         esac
2525                 done
2526                 ;;
2527
2528         mips*-*-*)
2529                 supported_defaults="abi arch float tune"
2530
2531                 case ${with_float} in
2532                 "" | soft | hard)
2533                         # OK
2534                         ;;
2535                 *)
2536                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2537                         exit 1
2538                         ;;
2539                 esac
2540
2541                 case ${with_abi} in
2542                 "" | 32 | o64 | n32 | 64 | eabi)
2543                         # OK
2544                         ;;
2545                 *)
2546                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
2547                         exit 1
2548                         ;;
2549                 esac
2550                 ;;
2551
2552         powerpc*-*-* | rs6000-*-*)
2553                 supported_defaults="cpu float tune"
2554
2555                 for which in cpu tune; do
2556                         eval "val=\$with_$which"
2557                         case ${val} in
2558                         "" | default32 | default64 | common \
2559                         | power | power2 | power3 | power4 \
2560                         | powerpc | powerpc64 \
2561                         | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
2562                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
2563                         | 601 | 602 | 603 | 603e | ec603e | 604 \
2564                         | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
2565                         | 8540 | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5)
2566                                 # OK
2567                                 ;;
2568                         *)
2569                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2570                                 exit 1
2571                                 ;;
2572                         esac
2573                 done
2574                 ;;
2575
2576         s390*-*-*)
2577                 supported_defaults="arch mode tune"
2578
2579                 for which in arch tune; do
2580                         eval "val=\$with_$which"
2581                         case ${val} in
2582                         "" | g5 | g6 | z900 | z990)
2583                                 # OK
2584                                 ;;
2585                         *)
2586                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2587                                 exit 1
2588                                 ;;
2589                         esac
2590                 done
2591
2592                 case ${with_mode} in
2593                 "" | esa | zarch)
2594                         # OK
2595                         ;;
2596                 *)
2597                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
2598                         exit 1
2599                         ;;
2600                 esac
2601                 ;;
2602
2603         sparc*-*-*)
2604                 supported_defaults="cpu float tune"
2605
2606                 for which in cpu tune; do
2607                         eval "val=\$with_$which"
2608                         case ${val} in
2609                         "" | sparc | sparcv9 | sparc64 | sparc86x \
2610                         | v7 | cypress | v8 | supersparc | sparclite | f930 \
2611                         | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
2612                         | v9 | ultrasparc | ultrasparc3)
2613                                 # OK
2614                                 ;;
2615                         *)
2616                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
2617                                 exit 1
2618                                 ;;
2619                         esac
2620                 done
2621
2622                 case ${with_float} in
2623                 "" | soft | hard)
2624                         # OK
2625                         ;;
2626                 *)
2627                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2628                         exit 1
2629                         ;;
2630                 esac
2631                 ;;
2632
2633         v850*-*-*)
2634                 supported_defaults=cpu
2635                 case ${with_cpu} in
2636                 "" | v850e | v850e1)
2637                         # OK
2638                         ;;
2639                 *)
2640                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2641                         exit 1
2642                         ;;
2643                 esac
2644                 ;;
2645         esac
2646
2647         # Set some miscellaneous flags for particular targets.
2648         target_cpu_default2=
2649         case ${target} in
2650         alpha*-*-*)
2651                 if test x$gas = xyes
2652                 then
2653                         target_cpu_default2="MASK_GAS"
2654                 fi
2655                 ;;
2656
2657         arm*-*-*)
2658                 case "x$with_cpu" in
2659                 x)
2660                         # The most generic
2661                         target_cpu_default2="TARGET_CPU_generic"
2662                         ;;
2663
2664                 *)
2665                         target_cpu_default2="TARGET_CPU_$with_cpu"
2666                         ;;
2667                 esac
2668                 ;;
2669
2670         hppa*-*-* | parisc*-*-*)
2671                 if test x$gas = xyes
2672                 then
2673                         target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2674                 fi
2675                 ;;
2676
2677         mips*-*-*)
2678                 case ${target} in
2679                 mips*-*-ecoff* | mips*-*-elf*)
2680                         if test x$gas = xyes
2681                         then
2682                                 if test x$gnu_ld = xyes
2683                                 then
2684                                         target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2685                                 else
2686                                         target_cpu_default2="MASK_GAS"
2687                                 fi
2688                         fi
2689                         ;;
2690                 mips*-*-*)
2691                         if test x$gas = xyes
2692                         then
2693                                 target_cpu_default2="MASK_GAS"
2694                         fi
2695                         ;;
2696                 esac
2697                 case ${target} in
2698                         mips*el-*-*)
2699                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2700                                 ;;
2701                 esac
2702                 case $tm_file in
2703                         *mips/elf.h* | *mips/elf64.h*)
2704                                 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2705                                 ;;
2706                 esac
2707                 if test "x$enable_gofast" = xyes
2708                 then
2709                         tm_defines="US_SOFTWARE_GOFAST $tm_defines"
2710                         tmake_file="mips/t-gofast $tmake_file"
2711                 else
2712                         tmake_file="mips/t-mips $tmake_file"
2713                 fi
2714                 ;;
2715
2716         powerpc*-*-* | rs6000-*-*)
2717                 if test x$enable_altivec = xyes
2718                 then
2719                         tm_file="$tm_file rs6000/altivec-defs.h"
2720                 fi
2721                 # FIXME: The PowerPC port uses the value set at compile time,
2722                 # although it's only cosmetic.
2723                 if test "x$with_cpu" != x
2724                 then
2725                         target_cpu_default2="\\\"$with_cpu\\\""
2726                 fi
2727                 out_file=rs6000/rs6000.c
2728                 c_target_objs="${c_target_objs} rs6000-c.o"
2729                 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2730                 tmake_file="rs6000/t-rs6000 ${tmake_file}"
2731                 ;;
2732
2733         sparc*-*-*)
2734                 # Some standard aliases.
2735                 case x$with_cpu in
2736                 xsparc)
2737                         with_cpu=v7
2738                         ;;
2739                 xsparc86x)
2740                         with_cpu=sparclite86x
2741                         ;;
2742                 xsparcv9 | xsparc64)
2743                         with_cpu=v9
2744                         ;;
2745                 esac
2746
2747                 # The Sparc port checks this value at compile-time.
2748                 target_cpu_default2="TARGET_CPU_$with_cpu"
2749                 ;;
2750         v850*-*-*)
2751                 # FIXME: The v850 is "special" in that it does not support
2752                 # runtime CPU selection, only --with-cpu.
2753                 case "x$with_cpu" in
2754                 x)
2755                         ;;
2756                 xv850e)
2757                         target_cpu_default2="TARGET_CPU_$with_cpu"
2758                         ;;
2759                 esac
2760                 ;;
2761         esac
2762
2763         t=
2764         all_defaults="abi cpu arch tune schedule float mode"
2765         for option in $all_defaults
2766         do
2767                 eval "val=\$with_$option"
2768                 if test -n "$val"; then
2769                         case " $supported_defaults " in
2770                         *" $option "*)
2771                                 ;;
2772                         *)
2773                                 echo "This target does not support --with-$option." 2>&1
2774                                 exit 1
2775                                 ;;
2776                         esac
2777
2778                         if test "x$t" = x
2779                         then
2780                                 t="{ \"$option\", \"$val\" }"
2781                         else
2782                                 t="${t}, { \"$option\", \"$val\" }"
2783                         fi
2784                 fi
2785         done
2786         if test "x$t" = x
2787         then
2788                 configure_default_options="{ { NULL, NULL} }"
2789         else
2790                 configure_default_options="{ ${t} }"
2791         fi
2792
2793         if test "$target_cpu_default2" != ""
2794         then
2795                 if test "$target_cpu_default" != ""
2796                 then
2797                         target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2798                 else
2799                         target_cpu_default=$target_cpu_default2
2800                 fi
2801         fi