OSDN Git Service

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