OSDN Git Service

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