OSDN Git Service

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