2007-01-03 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / config.gcc
blobe168a2e9740b3efa775fef09b0b56faee22a4d5d
1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
3 # Free Software Foundation, Inc.
5 #This file is part of GCC.
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.
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.
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, 51 Franklin Street, Fifth Floor, Boston, MA
20 #02110-1301, USA.
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.
28 # This file switches on the shell variable ${target}, and also uses the
29 # following shell variables:
31 #  with_*               Various variables as set by configure.
33 #  enable_threads       Either the name, yes or no depending on whether
34 #                       threads support was requested.
36 #  default_use_cxa_atexit
37 #                         The default value for the $enable___cxa_atexit
38 #                       variable.  enable___cxa_atexit needs to be set to
39 #                       "yes" for the correct operation of C++ destructors
40 #                       but it relies upon the presence of a non-standard C
41 #                       library function called __cxa_atexit.
42 #                         Since not all C libraries provide __cxa_atexit the
43 #                       default value of $default_use_cxa_atexit is set to
44 #                       "no" except for targets which are known to be OK.
46 #  gas_flag             Either yes or no depending on whether GNU as was
47 #                       requested.
49 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
50 #                       requested.
52 # This file sets the following shell variables for use by the
53 # autoconf-generated configure script:
55 #  cpu_type             The name of the cpu, if different from the first
56 #                       chunk of the canonical target name.
58 #  tm_defines           List of target macros to define for all compilations.
60 #  tm_file              A list of target macro files, if different from
61 #                       "$cpu_type/$cpu_type.h". Usually it's constructed
62 #                       per target in a way like this:
63 #                       tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
64 #                       Note that the preferred order is:
65 #                       - specific target header "${cpu_type}/${cpu_type.h}"
66 #                       - generic headers like dbxelf.h elfos.h, etc.
67 #                       - specializing target headers like ${cpu_type.h}/elf.h
68 #                       This helps to keep OS specific stuff out of the CPU
69 #                       defining header ${cpu_type}/${cpu_type.h}.
71 #  tm_p_file            Location of file with declarations for functions
72 #                       in $out_file.
74 #  out_file             The name of the machine description C support
75 #                       file, if different from "$cpu_type/$cpu_type.c".
77 #  md_file              The name of the machine-description file, if
78 #                       different from "$cpu_type/$cpu_type.md".
80 #  tmake_file           A list of machine-description-specific
81 #                       makefile-fragments, if different from
82 #                       "$cpu_type/t-$cpu_type".
84 #  extra_modes          The name of the file containing a list of extra
85 #                       machine modes, if necessary and different from
86 #                       "$cpu_type/$cpu_type-modes.def".
88 #  extra_objs           List of extra objects that should be linked into
89 #                       the compiler proper (cc1, cc1obj, cc1plus)
90 #                       depending on target.
92 #  extra_gcc_objs       List of extra objects that should be linked into
93 #                       the compiler driver (gcc) depending on target.
95 #  extra_headers        List of used header files from the directory
96 #                       config/${cpu_type}.
98 #  extra_passes         List of extra executables compiled for this target
99 #                       machine, used for compiling from source to object.
101 #  extra_parts          List of extra object files that should be compiled
102 #                       for this target machine.
104 #  extra_programs       Like extra_passes, but these are used when linking.
106 #  extra_options        List of target-dependent .opt files.
108 #  c_target_objs        List of extra target-dependent objects that be
109 #                       linked into the C compiler only.
111 #  cxx_target_objs      List of extra target-dependent objects that be
112 #                       linked into the C++ compiler only.
114 #  target_gtfiles       List of extra source files with type information.
116 #  xm_defines           List of macros to define when compiling for the
117 #                       target machine.
119 #  xm_file              List of files to include when compiling for the
120 #                       target machine.
122 #  use_collect2         Set to yes or no, depending on whether collect2
123 #                       will be used.
125 #  target_cpu_default   Set to override the default target model.
127 #  gdb_needs_out_file_path
128 #                       Set to yes if gdb needs a dir command with
129 #                       `dirname $out_file`.
131 #  thread_file          Set to control which thread package to use.
133 #  gas                  Set to yes or no depending on whether the target
134 #                       system normally uses GNU as.
136 #  need_64bit_hwint     Set to yes if HOST_WIDE_INT must be 64 bits wide
137 #                       for this target.  This is true iff this target
138 #                       supports "long" or "wchar_t" wider than 32 bits.
140 #  configure_default_options
141 #                       Set to an initializer for configure_default_options
142 #                       in configargs.h, based on --with-cpu et cetera.
144 #  use_fixproto         Set to "yes" if fixproto should be run normally,
145 #                       "no" if fixproto should never be run.
147 # The following variables are used in each case-construct to build up the
148 # outgoing variables:
150 #  gnu_ld               Set to yes or no depending on whether the target
151 #                       system normally uses GNU ld.
153 out_file=
154 tmake_file=
155 extra_headers=
156 extra_passes=
157 extra_parts=
158 extra_programs=
159 extra_objs=
160 extra_gcc_objs=
161 extra_options=
162 c_target_objs=
163 cxx_target_objs=
164 tm_defines=
165 xm_defines=
166 # Set this to force installation and use of collect2.
167 use_collect2=
168 # Set this to override the default target model.
169 target_cpu_default=
170 # Set this if gdb needs a dir command with `dirname $out_file`
171 gdb_needs_out_file_path=
172 # Set this to control which thread package will be used.
173 thread_file=
174 # Reinitialize these from the flag values every loop pass, since some
175 # configure entries modify them.
176 gas="$gas_flag"
177 gnu_ld="$gnu_ld_flag"
178 default_use_cxa_atexit=no
179 target_gtfiles=
180 need_64bit_hwint=
182 # Default to not using fixproto.  Targets which need fixproto should
183 # specifically set this to 'yes'.
184 use_fixproto=no
186 # Don't carry these over build->host->target.  Please.
187 xm_file=
188 md_file=
190 # Obsolete configurations.
191 case ${target} in
192    c4x-*                \
193  | tic4x-*              \
195     if test "x$enable_obsolete" != xyes; then
196       echo "*** Configuration ${target} is obsolete." >&2
197       echo "*** Specify --enable-obsolete to build it anyway." >&2
198       echo "*** Support will be REMOVED in the next major release of GCC," >&2
199       echo "*** unless a maintainer comes forward." >&2
200       exit 1
201     fi;;
202 esac
204 # Unsupported targets list.  Do not put an entry in this list unless
205 # it would otherwise be caught by a more permissive pattern.  The list
206 # should be in alphabetical order.
207 case ${target} in
208    alpha*-*-linux*libc1*                \
209  | i[34567]86-sequent-sysv              \
210  | i[34567]86-sequent-sysv[123]*        \
211  | i[34567]86-go32-*                    \
212  | i[34567]86-*-go32*                   \
213  | m68k-*-linux*aout*                   \
214  | m68k-*-linux*libc1*                  \
215  | mips64orion*-*-rtems*                \
216  | powerpc-*-linux*libc1*               \
217  | sparc-*-linux*aout*                  \
218  | sparc-*-linux*libc1*                 \
219  | sparc-hal-solaris2*                  \
220  | thumb-*-*                            \
221  | *-*-linux*coff*                      \
222  | *-*-linux*oldld*                     \
223  | *-*-rtemsaout*                       \
224  | *-*-rtemscoff*                       \
225  | vax-*-vms*                           \
227         echo "*** Configuration ${target} not supported" 1>&2
228         exit 1
229         ;;
230 esac
232 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
233 # updated in each machine entry.  Also set default extra_headers for some
234 # machines.
235 tm_p_file=
236 cpu_type=`echo ${target} | sed 's/-.*$//'`
237 cpu_is_64bit=
238 case ${target} in
239 m32c*-*-*)
240         cpu_type=m32c
241         tmake_file=m32c/t-m32c
242         ;;
243 alpha*-*-*)
244         cpu_type=alpha
245         need_64bit_hwint=yes
246         ;;
247 am33_2.0-*-linux*)
248         cpu_type=mn10300
249         ;;
250 strongarm*-*-*)
251         cpu_type=arm
252         ;;
253 arm*-*-*)
254         cpu_type=arm
255         extra_headers="mmintrin.h"
256         ;;
257 bfin*-*)
258         cpu_type=bfin
259         ;;
260 ep9312*-*-*)
261         cpu_type=arm
262         ;;
263 frv*)   cpu_type=frv
264         ;;
265 xscale-*-*)
266         cpu_type=arm
267         extra_headers="mmintrin.h"
268         ;;
269 i[34567]86-*-*)
270         cpu_type=i386
271         extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
272                        pmmintrin.h tmmintrin.h"
273         ;;
274 x86_64-*-*)
275         cpu_type=i386
276         extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
277                        pmmintrin.h tmmintrin.h"
278         need_64bit_hwint=yes
279         ;;
280 ia64-*-*)
281         extra_headers=ia64intrin.h
282         need_64bit_hwint=yes
283         ;;
284 hppa*-*-* | parisc*-*-*)
285         cpu_type=pa
286         ;;
287 m32r*-*-*)
288         cpu_type=m32r
289         ;;
290 m680[012]0-*-*)
291         cpu_type=m68k
292         extra_headers=math-68881.h
293         ;;
294 m68k-*-*)
295         extra_headers=math-68881.h
296         ;;
297 mips*-*-*)
298         cpu_type=mips
299         need_64bit_hwint=yes
300         ;;
301 powerpc*-*-*)
302         cpu_type=rs6000
303         extra_headers="ppc-asm.h altivec.h spe.h"
304         need_64bit_hwint=yes
305         case x$with_cpu in
306             xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a)
307                 cpu_is_64bit=yes
308                 ;;
309         esac
310         ;;
311 rs6000*-*-*)
312         need_64bit_hwint=yes
313         ;;
314 score*-*-*)
315         cpu_type=score
316         ;;
317 sparc64*-*-*)
318         cpu_type=sparc
319         need_64bit_hwint=yes
320         ;;
321 sparc*-*-*)
322         cpu_type=sparc
323         ;;
324 spu*-*-*)
325         cpu_type=spu
326         need_64bit_hwint=yes
327         ;;
328 s390*-*-*)
329         cpu_type=s390
330         need_64bit_hwint=yes
331         ;;
332 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
333 sh[123456789lbe]*-*-*)
334         cpu_type=sh
335         need_64bit_hwint=yes
336         ;;
337 tic4x-*-*)
338         cpu_type=c4x
339         ;;
340 esac
342 tm_file=${cpu_type}/${cpu_type}.h
343 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
344 then
345         tm_p_file=${cpu_type}/${cpu_type}-protos.h
347 extra_modes=
348 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
349 then
350         extra_modes=${cpu_type}/${cpu_type}-modes.def
352 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
353 then
354         extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
357 case ${target} in
358 x86_64-*-*)
359         tm_file="i386/biarch64.h ${tm_file}"
360         ;;
361 esac
363 # On a.out targets, we need to use collect2.
364 case ${target} in
365 *-*-*aout*)
366         use_collect2=yes
367         ;;
368 esac
370 # Common parts for widely ported systems.
371 case ${target} in
372 *-*-darwin*)
373   tm_file="${tm_file} darwin.h"
374   case ${target} in
375   *-*-darwin9*)
376     tm_file="${tm_file} darwin9.h"
377     ;;
378   esac
379   tm_file="${tm_file} ${cpu_type}/darwin.h"
380   tm_p_file="${tm_p_file} darwin-protos.h"
381   tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
382   target_gtfiles="\$(srcdir)/config/darwin.c"
383   extra_options="${extra_options} darwin.opt"
384   c_target_objs="darwin-c.o"
385   cxx_target_objs="darwin-c.o"
386   extra_objs="darwin.o"
387   default_use_cxa_atexit=yes
388   case ${enable_threads} in
389     "" | yes | posix) thread_file='posix' ;;
390   esac
391   ;;
392 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
393   # This is the place-holder for the generic a.out configuration
394   # of FreeBSD.  No actual configuration resides here since
395   # there was only ever a bare-bones ix86 configuration for
396   # a.out and it exists solely in the machine-specific section.
397   # This place-holder must exist to avoid dropping into
398   # the generic ELF configuration of FreeBSD (i.e. it must be
399   # ordered before that section).
400   ;;
401 *-*-freebsd*)
402   # This is the generic ELF configuration of FreeBSD.  Later
403   # machine-specific sections may refine and add to this
404   # configuration.
405   #
406   # Due to tm_file entry ordering issues that vary between cpu
407   # architectures, we only define fbsd_tm_file to allow the
408   # machine-specific section to dictate the final order of all
409   # entries of tm_file with the minor exception that components
410   # of the tm_file set here will always be of the form:
411   #
412   # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
413   #
414   # The machine-specific section should not tamper with this
415   # ordering but may order all other entries of tm_file as it
416   # pleases around the provided core setting.
417   gas=yes
418   gnu_ld=yes
419   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
420   case ${target} in
421     *-*-freebsd3 | *-*-freebsd[3].*)
422       tm_defines="${tm_defines} FBSD_MAJOR=3" ;;
423     *-*-freebsd4 | *-*-freebsd[4].*)
424       tm_defines="${tm_defines} FBSD_MAJOR=4" ;;
425     *-*-freebsd5 | *-*-freebsd[5].*)
426       tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
427     *-*-freebsd6 | *-*-freebsd[6].*)
428       tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
429     *-*-freebsd7 | *-*-freebsd[7].*)
430       tm_defines="${tm_defines} FBSD_MAJOR=7" ;;
431     *-*-freebsd8 | *-*-freebsd[8].*)
432       tm_defines="${tm_defines} FBSD_MAJOR=8" ;;
433     *-*-freebsd9 | *-*-freebsd[9].*)
434       tm_defines="${tm_defines} FBSD_MAJOR=9" ;;
435     *)
436       echo 'Please update *-*-freebsd* in gcc/config.gcc'
437       exit 1
438       ;;
439   esac
440   tmake_file="t-slibgcc-elf-ver t-freebsd"
441   case ${enable_threads} in
442     no)
443       fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
444       ;;
445     "" | yes | posix)
446       thread_file='posix'
447       tmake_file="${tmake_file} t-freebsd-thread"
448       # Before 5.0, FreeBSD can't bind shared libraries to -lc
449       # when "optionally" threaded via weak pthread_* checks.
450       case ${target} in
451         *-*-freebsd[34] | *-*-freebsd[34].*)
452           tmake_file="${tmake_file} t-slibgcc-nolc-override"
453           ;;
454       esac
455       ;;
456     *)
457       echo 'Unknown thread configuration for FreeBSD'
458       exit 1
459       ;;
460   esac
461   fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
462   ;;
463 *-*-linux*libc1* | *-*-linux*aout*)
464   # Avoid the generic linux case.
465   ;;
466 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
467   # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
468   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
469   extra_options="${extra_options} linux.opt"
470   gas=yes
471   gnu_ld=yes
472   case ${enable_threads} in
473     "" | yes | posix) thread_file='posix' ;;
474   esac
475   tmake_file="t-slibgcc-elf-ver t-linux"
476   case ${target} in
477     *-*-*uclibc*)
478       tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
479       ;;
480     *)
481       tm_defines="${tm_defines} UCLIBC_DEFAULT=0"
482       ;;
483   esac
484   # Assume that glibc or uClibc are being used and so __cxa_atexit is provided.
485   default_use_cxa_atexit=yes
486   ;;
487 *-*-gnu*)
488   # On the Hurd, the setup is just about the same on
489   # each different CPU.  The specific machines that we
490   # support are matched above and just set $cpu_type.
491   tm_file="${cpu_type}/gnu.h"
492   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
493   # GNU tools are the only tools.
494   gas=yes
495   gnu_ld=yes
496   # These details are the same as for Linux.
497   # But here we need a little extra magic.
498   tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
499   case ${target} in
500     alpha*)
501       tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
502       ;;
503     i[34567]86-*-*)
504       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}"
505       ;;
506   esac
507   # Assume that glibc is being used and so __cxa_atexit is provided.
508   default_use_cxa_atexit=yes
509   ;;
510 *-*-netbsd*)
511   tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
512   gas=yes
513   gnu_ld=yes
515   # NetBSD 2.0 and later get POSIX threads enabled by default.
516   # Allow them to be explicitly enabled on any other version.
517   case ${enable_threads} in
518     "")
519       case ${target} in
520         *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
521           thread_file='posix'
522           tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
523           ;;
524       esac
525       ;;
526     yes | posix)
527       thread_file='posix'
528       tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
529       ;;
530   esac
532   # NetBSD 1.7 and later are set up to use GCC's crtstuff for
533   # ELF configurations.  We will clear extra_parts in the
534   # a.out configurations.
535   case ${target} in
536     *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
537       extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
538       ;;
539   esac
541   # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
542   # default (unless overridden by --disable-__cxa_atexit).
543   case ${target} in
544     *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
545       default_use_cxa_atexit=yes
546       ;;
547   esac
548   ;;
549 *-*-openbsd*)
550   tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
551   case ${enable_threads} in
552     yes)
553       thread_file='posix'
554       tmake_file="${tmake_file} t-openbsd-thread"
555       ;;
556   esac
557   case ${target} in
558     *-*-openbsd2.*|*-*-openbsd3.[012])
559       tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
560   esac
561   ;;
562 *-*-rtems*)
563   case ${enable_threads} in
564     yes) thread_file='rtems' ;;
565   esac
566   ;;
567 *-*-vxworks*)
568   tmake_file=t-vxworks
569   tm_file="${tm_file} elfos.h svr4.h"
570   xm_defines=POSIX
571   extra_options="${extra_options} vxworks.opt"
572   case ${enable_threads} in
573     no) ;;
574     "" | yes | vxworks) thread_file='vxworks' ;;
575     *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
576   esac
577   ;;
578 *-*-elf)
579   # Assume that newlib is being used and so __cxa_atexit is provided.
580   default_use_cxa_atexit=yes
581   ;;
582 esac
584 case ${target} in
585 # Support site-specific machine types.
586 *local*)
587         rest=`echo ${target} | sed -e "s/$cpu_type-//"`
588         tm_file=${cpu_type}/$rest.h
589         if test -f $srcdir/config/${cpu_type}/xm-$rest.h
590         then xm_file=${cpu_type}/xm-$rest.h
591         fi
592         if test -f $srcdir/config/${cpu_type}/t-$rest
593         then tmake_file=${cpu_type}/t-$rest
594         fi
595         ;;
596 alpha*-*-unicosmk*)
597         use_collect2=yes
598         tm_file="${tm_file} alpha/unicosmk.h"
600         # Don't include t-ieee for now because we don't support that yet
601         # tmake_file="alpha/t-ieee"
602         tmake_file="alpha/t-unicosmk"
603         use_fixproto=yes
604         ;;
605 alpha*-*-linux*)
606         tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
607         target_cpu_default="MASK_GAS"
608         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
609         ;;
610 alpha*-*-gnu*)
611         target_cpu_default="MASK_GAS"
612         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
613         ;;
614 alpha*-*-freebsd*)
615         tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
616         target_cpu_default="MASK_GAS"
617         tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
618         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
619         ;;
620 alpha*-*-netbsd*)
621         tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
622         target_cpu_default="MASK_GAS"
623         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
624         ;;
625 alpha*-*-openbsd*)
626         tm_defines="${tm_defines} OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
627         tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
628         # default x-alpha is only appropriate for dec-osf.
629         target_cpu_default="MASK_GAS"
630         tmake_file="alpha/t-alpha alpha/t-ieee"
631         ;;
632 alpha*-dec-osf[45]*)
633         if test x$stabs = xyes
634         then
635                 tm_file="${tm_file} dbx.h"
636         fi
637         if test x$gas != xyes
638         then
639                 extra_passes="mips-tfile mips-tdump"
640         fi
641         use_collect2=yes
642         tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
643         tm_file="${tm_file} alpha/osf.h"
644         extra_headers=va_list.h
645         case ${target} in
646           *-*-osf4*)
647             # Define TARGET_SUPPORT_ARCH except on 4.0a.
648             case ${target} in
649                 *-*-osf4.0a) ;;
650                 *) tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
651             esac
652             ;;
653           *-*-osf5*)
654             tm_file="${tm_file} alpha/osf5.h"
655             tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
656             ;;
657         esac
658         case ${enable_threads} in
659           "" | yes | posix)
660             thread_file='posix'
661             tmake_file="${tmake_file} alpha/t-osf-pthread"
662             ;;
663         esac
664         ;;
665 alpha64-dec-*vms*)
666         tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
667         xm_file="alpha/xm-vms.h"
668         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
669         prefix=/gnu
670         local_prefix=/gnu
671         ;;
672 alpha*-dec-*vms*)
673         tm_file="${tm_file} alpha/vms.h"
674         xm_file=alpha/xm-vms.h
675         tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
676         prefix=/gnu
677         local_prefix=/gnu
678         ;;
679 arc-*-elf*)
680         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
681         extra_parts="crtinit.o crtfini.o"
682         use_fixproto=yes
683         ;;
684 arm-*-coff* | armel-*-coff*)
685         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
686         tmake_file="arm/t-arm arm/t-arm-coff"
687         ;;
688 arm-semi-aof | armel-semi-aof)
689         tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
690         tmake_file="arm/t-arm arm/t-semi"
691         ;;
692 arm-wrs-vxworks)
693         tm_file="dbxelf.h elfos.h svr4.h vxworks.h arm/elf.h arm/aout.h arm/arm.h arm/vxworks.h"
694         tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
695         ;;
696 arm*-*-freebsd*|strongarm*-*-freebsd*)
697         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
698         tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
699         ;;
700 arm*-*-netbsdelf*)
701         tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
702         tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
703         ;;
704 arm*-*-netbsd*)
705         tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
706         tmake_file="t-netbsd arm/t-arm arm/t-netbsd"
707         extra_parts=""
708         use_collect2=yes
709         ;;
710 arm*-*-linux*)                  # ARM GNU/Linux with ELF
711         tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
712         tmake_file="${tmake_file} t-linux arm/t-arm"
713         case ${target} in
714         arm*-*-linux-*eabi)
715             tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
716             tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
717             # The BPABI long long divmod functions return a 128-bit value in
718             # registers r0-r3.  Correctly modeling that requires the use of
719             # TImode.
720             need_64bit_hwint=yes
721             # The EABI requires the use of __cxa_atexit.
722             default_use_cxa_atexit=yes
723             ;;
724         *)
725             tmake_file="$tmake_file arm/t-linux"
726             ;;
727         esac
728         tm_file="$tm_file arm/aout.h arm/arm.h"
729         ;;
730 arm*-*-uclinux*)                # ARM ucLinux
731         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"
732         tmake_file="arm/t-arm arm/t-arm-elf"
733         ;;
734 arm*-*-ecos-elf)
735         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
736         tmake_file="arm/t-arm arm/t-arm-elf"
737         ;;
738 arm*-*-eabi* | arm*-*-symbianelf* )
739         # The BPABI long long divmod functions return a 128-bit value in
740         # registers r0-r3.  Correctly modeling that requires the use of
741         # TImode.
742         need_64bit_hwint=yes
743         default_use_cxa_atexit=yes
744         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
745         tmake_file="arm/t-arm arm/t-arm-elf"
746         case ${target} in
747         arm*-*-eabi*)
748           tmake_file="${tmake_file} arm/t-bpabi"
749           ;;
750         arm*-*-symbianelf*)
751           tm_file="${tm_file} arm/symbian.h"
752           # We do not include t-bpabi for Symbian OS because the system
753           # provides its own implementation of the BPABI functions.
754           tmake_file="${tmake_file} arm/t-symbian"
755           ;;
756         esac
757         tm_file="${tm_file} arm/aout.h arm/arm.h"
758         ;;
759 arm*-*-rtems*)
760         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"
761         tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
762         ;;
763 arm*-*-elf | ep9312-*-elf)
764         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
765         tmake_file="arm/t-arm arm/t-arm-elf"
766         ;;
767 arm*-wince-pe*)
768         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
769         tmake_file="arm/t-arm arm/t-wince-pe"
770         extra_options="${extra_options} arm/pe.opt"
771         extra_objs="pe.o"
772         ;;
773 arm-*-pe*)
774         tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
775         tmake_file="arm/t-arm arm/t-pe"
776         extra_options="${extra_options} arm/pe.opt"
777         extra_objs="pe.o"
778         ;;
779 arm*-*-kaos*)
780         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"
781         tmake_file="arm/t-arm arm/t-arm-elf"
782         ;;
783 avr-*-rtems*)
784         tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h"
785         tmake_file="avr/t-avr t-rtems avr/t-rtems"
786         ;;
787 avr-*-*)
788         tm_file="avr/avr.h dbxelf.h"
789         use_fixproto=yes
790         ;;
791 bfin*-elf*)
792         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
793         tmake_file=bfin/t-bfin-elf
794         use_collect2=no
795         ;;
796 bfin*-uclinux*)
797         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/uclinux.h"
798         tmake_file=bfin/t-bfin-elf
799         use_collect2=no
800         ;;
801 bfin*-*)
802         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
803         tmake_file=bfin/t-bfin
804         use_collect2=no
805         ;;
806 c4x-*-rtems* | tic4x-*-rtems*)
807         tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
808         tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
809         c_target_objs="c4x-c.o"
810         cxx_target_objs="c4x-c.o"
811         ;;
812 c4x-* | tic4x-*)
813         tmake_file=c4x/t-c4x
814         c_target_objs="c4x-c.o"
815         cxx_target_objs="c4x-c.o"
816         ;;
817 cris-*-aout)
818         tm_file="dbxelf.h ${tm_file} cris/aout.h"
819         gas=yes
820         tmake_file="cris/t-cris cris/t-aout"
821         extra_options="${extra_options} cris/aout.opt"
822         ;;
823 cris-*-elf | cris-*-none)
824         tm_file="dbxelf.h elfos.h ${tm_file}"
825         tmake_file="cris/t-cris cris/t-elfmulti"
826         gas=yes
827         extra_options="${extra_options} cris/elf.opt"
828         ;;
829 cris-*-linux*)
830         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
831         # We need to avoid using t-linux, so override default tmake_file
832         tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
833         extra_options="${extra_options} cris/linux.opt"
834         ;;
835 crx-*-elf)
836         tm_file="elfos.h ${tm_file}"
837         extra_parts="crtbegin.o crtend.o"
838         use_collect2=no
839         ;;
840 fr30-*-elf)
841         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
842         tmake_file=fr30/t-fr30
843         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
844         use_fixproto=yes
845         ;;
846 frv-*-elf)
847         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
848         tmake_file=frv/t-frv
849         use_fixproto=yes
850         ;;
851 frv-*-*linux*)
852         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} \
853                  linux.h frv/linux.h frv/frv-abi.h"
854         tmake_file="${tmake_file} frv/t-frv frv/t-linux"
855         ;;
856 h8300-*-rtemscoff*)
857         tmake_file="h8300/t-h8300 t-rtems h8300/t-rtems"
858         tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h"
859         ;;
860 h8300-*-rtems*)
861         tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
862         tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h"
863         ;;
864 h8300-*-elf*)
865         tmake_file="h8300/t-h8300 h8300/t-elf"
866         tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
867         use_fixproto=yes
868         ;;
869 h8300-*-*)
870         tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
871         use_fixproto=yes
872         ;;
873 hppa*64*-*-linux* | parisc*64*-*-linux*)
874         target_cpu_default="MASK_PA_11|MASK_PA_20"
875         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
876                  pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
877         tmake_file="${tmake_file} pa/t-linux64"
878         gas=yes gnu_ld=yes
879         need_64bit_hwint=yes
880         ;;
881 hppa*-*-linux* | parisc*-*-linux*)
882         target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
883         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
884                  pa/pa32-regs.h pa/pa32-linux.h"
885         tmake_file="${tmake_file} pa/t-linux"
886         # Set the libgcc version number
887         if test x$sjlj = x1; then
888             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
889         else
890             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
891         fi
892         ;;
893 # port not yet contributed.
894 #hppa*-*-openbsd*)
895 #       target_cpu_default="MASK_PA_11"
896 #       ;;
897 hppa1.1-*-pro*)
898         target_cpu_default="MASK_PORTABLE_RUNTIME|MASK_NO_SPACE_REGS|MASK_SOFT_FLOAT"
899         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h \
900                  pa/pa-pro-end.h libgloss.h"
901         tmake_file="pa/t-pro"
902         ;;
903 hppa1.1-*-osf*)
904         target_cpu_default="MASK_PA_11"
905         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
906         tmake_file="pa/t-pa"
907         use_collect2=yes
908         ;;
909 hppa1.1-*-bsd*)
910         target_cpu_default="MASK_PA_11"
911         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
912         tmake_file="pa/t-pa"
913         use_collect2=yes
914         ;;
915 hppa[12]*-*-hpux10*)
916         case ${target} in
917         hppa1.1-*-* | hppa2*-*-*)
918                 target_cpu_default="MASK_PA_11"
919                 ;;
920         esac
921         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
922                  pa/pa-hpux.h pa/pa-hpux10.h"
923         extra_options="${extra_options} pa/pa-hpux.opt"
924         case ${target} in
925         *-*-hpux10.[1-9]*)
926                 tm_file="${tm_file} pa/pa-hpux1010.h"
927                 extra_options="${extra_options} pa/pa-hpux1010.opt"
928                 ;;
929         esac
930         tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
931         case ${enable_threads} in
932           "")
933             if test x$have_pthread_h = xyes ; then
934               tmake_file="${tmake_file} pa/t-dce-thr"
935             fi
936             ;;
937           yes | dce)
938             tmake_file="${tmake_file} pa/t-dce-thr"
939             ;;
940         esac
941         # Set the libgcc version number
942         if test x$sjlj = x1; then
943             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
944         else
945             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
946         fi
947         use_collect2=yes
948         use_fixproto=yes
949         gas=yes
950         ;;
951 hppa*64*-*-hpux11*)
952         target_cpu_default="MASK_PA_11|MASK_PA_20"
953         if test x$gnu_ld = xyes
954         then
955                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
956         fi
957         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
958                  pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
959                  pa/pa-hpux11.h"
960         case ${target} in
961         *-*-hpux11.[1-9]*)
962                 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
963                 extra_options="${extra_options} pa/pa-hpux1111.opt"
964                 ;;
965         *)
966                 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
967                 ;;
968         esac
969         extra_options="${extra_options} pa/pa-hpux.opt \
970                        pa/pa-hpux1010.opt pa/pa64-hpux.opt"
971         need_64bit_hwint=yes
972         tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
973         # Set the libgcc version number
974         if test x$sjlj = x1; then
975             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
976         else
977             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
978         fi
979         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
980                      libgcc_stub.a"
981         case x${enable_threads} in
982         x | xyes | xposix )
983                 thread_file=posix
984                 ;;
985         esac
986         gas=yes
987         ;;
988 hppa[12]*-*-hpux11*)
989         case ${target} in
990         hppa1.1-*-* | hppa2*-*-*)
991                 target_cpu_default="MASK_PA_11"
992                 ;;
993         esac
994         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
995                  pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
996         extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt"
997         case ${target} in
998         *-*-hpux11.[1-9]*)
999                 tm_file="${tm_file} pa/pa-hpux1111.h"
1000                 extra_options="${extra_options} pa/pa-hpux1111.opt"
1001                 ;;
1002         esac
1003         tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
1004         # Set the libgcc version number
1005         if test x$sjlj = x1; then
1006             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1007         else
1008             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1009         fi
1010         case x${enable_threads} in
1011         x | xyes | xposix )
1012                 thread_file=posix
1013                 ;;
1014         esac
1015         use_collect2=yes
1016         gas=yes
1017         ;;
1018 i[34567]86-*-darwin*)
1019         need_64bit_hwint=yes
1021         # This is so that '.../configure && make' doesn't fail due to
1022         # config.guess deciding that the configuration is i386-*-darwin* and
1023         # then this file using that to set --with-cpu=i386 which has no -m64
1024         # support.
1025         with_arch=${with_arch:-nocona}
1026         with_cpu=${with_cpu:-generic}
1027         ;;
1028 x86_64-*-darwin*)
1029         with_arch=${with_arch:-nocona}
1030         with_cpu=${with_cpu:-generic}
1031         tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin"
1032         tm_file="${tm_file} ${cpu_type}/darwin64.h"
1033         ;;
1034 i[34567]86-*-elf*)
1035         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1036         tmake_file="i386/t-i386elf t-svr4"
1037         use_fixproto=yes
1038         ;;
1039 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1040         if test x$gas = xyes
1041         then
1042                 tm_file="${tm_file} usegas.h"
1043         fi
1044         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1045         tmake_file=t-svr4
1046         extra_parts="crtbegin.o crtend.o"
1047         use_fixproto=yes
1048         ;;
1049 i[34567]86-*-aout*)
1050         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1051         use_fixproto=yes
1052         ;;
1053 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1054         tmake_file='i386/t-beos i386/t-crtpic'
1055         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1056         extra_parts='crtbegin.o crtend.o'
1057         ;;
1058 i[34567]86-*-freebsd*)
1059         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1060         ;;
1061 x86_64-*-freebsd*)
1062         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"
1063         ;;
1064 i[34567]86-*-netbsdelf*)
1065         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1066         ;;
1067 i[34567]86-*-netbsd*)
1068         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1069         tmake_file=t-netbsd
1070         extra_parts=""
1071         use_collect2=yes
1072         ;;
1073 x86_64-*-netbsd*)
1074         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"
1075         ;;
1076 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
1077         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"
1078         # needed to unconfuse gdb
1079         tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1080         # we need collect2 until our bug is fixed...
1081         use_collect2=yes
1082         ;;
1083 i[34567]86-*-openbsd*)
1084         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1085         tm_file="${tm_file} openbsd.h i386/openbsdelf.h"
1086         gas=yes
1087         gnu_ld=yes
1088         ;;
1089 i[34567]86-*-coff*)
1090         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1091         use_fixproto=yes
1092         ;;
1093 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
1094                         # Intel 80386's running GNU/*
1095                         # with ELF format using glibc 2
1096         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h"
1097         case ${target} in
1098         i[34567]86-*-linux*)
1099                 if test x$enable_targets = xall; then
1100                         tm_file="${tm_file} i386/x86-64.h i386/linux64.h"
1101                         tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1102                         tmake_file="${tmake_file} i386/t-linux64"
1103                         need_64bit_hwint=yes
1104                         # FIXME: -m64 for i[34567]86-*-* should be allowed just
1105                         # like -m32 for x86_64-*-*.
1106                         case X"${with_cpu}" in
1107                         Xgeneric|Xnocona|Xx86-64|Xk8|Xopteron|Xathlon64|Xathlon-fx)
1108                                 ;;
1109                         X)
1110                                 with_cpu=generic
1111                                 ;;
1112                         *)
1113                                 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1114                                 echo "generic nocona x86-64 k8 opteron athlon64 athlon-fx" 1>&2
1115                                 exit 1
1116                                 ;;
1117                         esac
1118                 else
1119                         tm_file="${tm_file} i386/linux.h"
1120                 fi
1121                 ;;
1122         i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1123         i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
1124         esac
1125         tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtfm t-dfprules"
1126         ;;
1127 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
1128         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1129                  i386/x86-64.h i386/linux64.h"
1130         case ${target} in
1131         x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
1132         x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1133         esac
1134         tmake_file="${tmake_file} i386/t-linux64 i386/t-crtfm t-dfprules"
1135         ;;
1136 i[34567]86-*-gnu*)
1137         ;;
1138 i[34567]86-pc-msdosdjgpp*)
1139         xm_file=i386/xm-djgpp.h
1140         tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
1141         tmake_file=i386/t-djgpp
1142         extra_options="${extra_options} i386/djgpp.opt"
1143         gnu_ld=yes
1144         gas=yes
1145         ;;
1146 i[34567]86-*-lynxos*)
1147         xm_defines=POSIX
1148         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1149         tmake_file="i386/t-crtstuff t-lynx"
1150         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1151         extra_options="${extra_options} lynx.opt"
1152         thread_file=lynx
1153         gnu_ld=yes
1154         gas=yes
1155         ;;
1156 i[3456x]86-*-netware*)
1157         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h tm-dwarf2.h i386/netware.h"
1158         tmake_file=i386/t-netware
1159         extra_objs=netware.o
1160         case /${with_ld} in
1161         */nwld)
1162                 extra_objs="$extra_objs nwld.o"
1163                 tm_file="${tm_file} i386/nwld.h"
1164                 tmake_file="${tmake_file} i386/t-nwld"
1165                 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1166                 ;;
1167         esac
1168         case x${enable_threads} in
1169         x | xyes | xposix) thread_file='posix';;
1170         xnks) thread_file='nks';;
1171         xno) ;;
1172         *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1173         esac
1174         ;;
1175 i[34567]86-*-nto-qnx*)
1176         tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
1177         tmake_file=i386/t-nto
1178         gnu_ld=yes
1179         gas=yes
1180         ;;
1181 i[34567]86-*-rtems*)
1182         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1183         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1184         tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1185         ;;
1186 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1187         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
1188         if test x$gas = xyes
1189         then
1190                 tm_file="usegas.h ${tm_file}"
1191         fi
1192         tmake_file=i386/t-sco5
1193         extra_parts="crtbegin.o crtend.o"
1194         extra_options="${extra_options} i386/sco5.opt"
1195         use_fixproto=yes
1196         ;;
1197 i[34567]86-*-solaris2*)
1198         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h"
1199         case ${target} in
1200         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1201                 tm_file="${tm_file} sol2-6.h"
1202                 ;;
1203         *-*-solaris2.1[0-9]*)
1204                 tm_file="${tm_file} sol2-10.h"
1205                 ;;
1206         esac
1207         tm_file="${tm_file} i386/sol2.h"
1208         tmake_file="t-sol2 i386/t-sol2 t-svr4"
1209         c_target_objs="sol2-c.o"
1210         cxx_target_objs="sol2-c.o"
1211         extra_objs="sol2.o"
1212         tm_p_file="${tm_p_file} sol2-protos.h"
1213         if test x$gnu_ld = xyes; then
1214                 tmake_file="$tmake_file t-slibgcc-elf-ver"
1215                 tm_defines="${tm_defines} TARGET_GNU_LD=1"
1216         else
1217                 tmake_file="$tmake_file t-slibgcc-sld"
1218         fi
1219         if test x$gas = xyes; then
1220                 tm_file="usegas.h ${tm_file}"
1221         fi
1222         case ${target} in
1223         *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
1224                 tm_file="$tm_file tm-dwarf2.h"
1225                 ;;
1226         esac
1227         case ${target} in
1228         *-*-solaris2.1[0-9]*)
1229                 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1230                 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1231                 tmake_file="$tmake_file i386/t-sol2-10"
1232                 need_64bit_hwint=yes
1233                 # FIXME: -m64 for i[34567]86-*-* should be allowed just
1234                 # like -m32 for x86_64-*-*.
1235                 case X"${with_cpu}" in
1236                 Xgeneric|Xnocona|Xx86-64|Xk8|Xopteron|Xathlon64|Xathlon-fx)
1237                         ;;
1238                 X)
1239                         with_cpu=generic
1240                         ;;
1241                 *)
1242                         echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1243                         echo "generic nocona x86-64 k8 opteron athlon64 athlon-fx" 1>&2
1244                         exit 1
1245                         ;;
1246                 esac
1247                 # Solaris 2.10 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
1248                 # part of the base system.
1249                 extra_parts="gmon.o crtbegin.o crtend.o"
1250                 ;;
1251         *)
1252                 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1253                 ;;
1254         esac
1255         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
1256           "":yes:* | yes:yes:* )
1257                 case ${target} in
1258                   *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1259                         thread_file=posix95
1260                         ;;
1261                   *)
1262                         thread_file=posix
1263                         ;;
1264                 esac
1265                 ;;
1266           "":*:yes | yes:*:yes )
1267                 thread_file=solaris
1268                 ;;
1269         esac
1270         ;;
1271 i[34567]86-*-sysv5*)           # Intel x86 on System V Release 5
1272        tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1273        if test x$stabs = xyes
1274        then
1275                tm_file="${tm_file} dbx.h"
1276        fi
1277        tmake_file="i386/t-crtpic t-svr4"
1278        extra_parts="crtbegin.o crtend.o"
1279        if test x$enable_threads = xyes; then
1280                thread_file='posix'
1281        fi
1282         use_fixproto=yes
1283        ;;
1284 i[34567]86-*-sysv4*)            # Intel 80386's running system V.4
1285         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1286         if test x$stabs = xyes
1287         then
1288                 tm_file="${tm_file} dbx.h"
1289         fi
1290         tmake_file="i386/t-crtpic t-svr4"
1291         extra_parts="crtbegin.o crtend.o"
1292         use_fixproto=yes
1293         ;;
1294 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
1295         tm_file="${tm_file} i386/sysv4.h i386/unix.h i386/att.h vx-common.h"
1296         case ${target} in
1297           *-vxworksae*)
1298             tm_file="${tm_file} vxworksae.h i386/vxworksae.h"
1299             tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1300             ;;
1301           *)
1302             tm_file="${tm_file} vxworks.h i386/vxworks.h"
1303             tmake_file="${tmake_file} i386/t-vxworks"
1304             ;;
1305         esac
1306         ;;
1307 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1308         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1309         xm_file=i386/xm-cygwin.h
1310         tmake_file="i386/t-cygwin i386/t-cygming"
1311         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1312         extra_options="${extra_options} i386/cygming.opt"
1313         extra_objs="winnt.o winnt-stubs.o"
1314         c_target_objs=cygwin2.o
1315         cxx_target_objs="cygwin2.o winnt-cxx.o"
1316         extra_gcc_objs=cygwin1.o
1317         if test x$enable_threads = xyes; then
1318                 thread_file='posix'
1319         fi
1320         ;;
1321 i[34567]86-*-mingw32*)
1322         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1323         xm_file=i386/xm-mingw32.h
1324         tmake_file="i386/t-cygming i386/t-mingw32"
1325         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1326         extra_options="${extra_options} i386/cygming.opt"
1327         extra_objs="winnt.o winnt-stubs.o"
1328         cxx_target_objs=winnt-cxx.o
1329         default_use_cxa_atexit=yes
1330         case ${enable_threads} in
1331           "" | yes | win32)
1332           thread_file='win32'
1333           tmake_file="${tmake_file} i386/t-gthr-win32"
1334           ;;
1335         esac
1336         case ${target} in
1337                 *mingw32crt*)
1338                         tm_file="${tm_file} i386/crtdll.h"
1339                         ;;
1340                 *mingw32msv* | *mingw32*)
1341                         ;;
1342         esac
1343         ;;
1344 i[34567]86-*-uwin*)
1345         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1346         tmake_file="i386/t-cygwin i386/t-uwin"
1347         extra_objs=winnt.o
1348         extra_options="${extra_options} i386/cygming.opt"
1349         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1350         if test x$enable_threads = xyes; then
1351                 thread_file='win32'
1352         fi
1353         use_fixproto=yes
1354         ;;
1355 i[34567]86-*-interix3*)
1356         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"
1357         tmake_file="i386/t-interix"
1358         extra_objs=winnt.o
1359         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1360         if test x$enable_threads = xyes ; then
1361                 thread_file='posix'
1362         fi
1363         if test x$stabs = xyes ; then
1364                 tm_file="${tm_file} dbxcoff.h"
1365         fi
1366         ;;
1367 i[34567]86-*-kaos*)
1368         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1369         tmake_file="i386/t-i386elf t-svr4"
1370         ;;
1371 ia64*-*-elf*)
1372         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1373         tmake_file="ia64/t-ia64"
1374         target_cpu_default="0"
1375         if test x$gas = xyes
1376         then
1377                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1378         fi
1379         if test x$gnu_ld = xyes
1380         then
1381                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1382         fi
1383         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1384         use_fixproto=yes
1385         ;;
1386 ia64*-*-freebsd*)
1387         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1388         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1389         tmake_file="${tmake_file} ia64/t-ia64"
1390         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1391         ;;
1392 ia64*-*-linux*)
1393         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1394         tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1395         if test x$with_system_libunwind != xyes ; then
1396                 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1397         fi
1398         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1399         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1400         ;;
1401 ia64*-*-hpux*)
1402         tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
1403         tmake_file="ia64/t-ia64 ia64/t-hpux"
1404         target_cpu_default="MASK_GNU_AS"
1405         case x$enable_threads in
1406         xyes | xposix )
1407                 thread_file=posix
1408                 ;;
1409         esac
1410         use_collect2=no
1411         c_target_objs="ia64-c.o"
1412         cxx_target_objs="ia64-c.o"
1413         extra_options="${extra_options} ia64/ilp32.opt"
1414         # If we decide to run fixproto we should define FIXPROTO_DEFINES
1415         # in ia64/t-hpux, and also fix the definition of putenv in
1416         # sys-protos.h (const char not char).
1417         ;;
1418 iq2000*-*-elf*)
1419         tm_file="svr4.h elfos.h iq2000/iq2000.h"
1420         tmake_file=iq2000/t-iq2000
1421         out_file=iq2000/iq2000.c
1422         md_file=iq2000/iq2000.md
1423         use_fixproto=yes
1424         ;;
1425 m32r-*-elf*)
1426         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1427         extra_parts="crtinit.o crtfini.o"
1428         use_fixproto=yes
1429         ;;
1430 m32rle-*-elf*)
1431         tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
1432         extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1433         use_fixproto=yes
1434         ;;
1435 m32r-*-linux*)
1436         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
1437         # We override the tmake_file for linux -- why?
1438         tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1439         gnu_ld=yes
1440         use_fixproto=yes
1441         if test x$enable_threads = xyes; then
1442                 thread_file='posix'
1443         fi
1444         ;;
1445 m32rle-*-linux*)
1446         tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
1447         # We override the tmake_file for linux -- why?
1448         tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1449         gnu_ld=yes
1450         use_fixproto=yes
1451         if test x$enable_threads = xyes; then
1452                 thread_file='posix'
1453         fi
1454         ;;
1455 # m68hc11 and m68hc12 share the same machine description.
1456 m68hc11-*-*|m6811-*-*)
1457         tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1458         tm_p_file="m68hc11/m68hc11-protos.h"
1459         md_file="m68hc11/m68hc11.md"
1460         out_file="m68hc11/m68hc11.c"
1461         tmake_file="m68hc11/t-m68hc11-gas"
1462         use_fixproto=yes
1463         ;;
1464 m68hc12-*-*|m6812-*-*)
1465         tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1466         tm_p_file="m68hc11/m68hc11-protos.h"
1467         md_file="m68hc11/m68hc11.md"
1468         out_file="m68hc11/m68hc11.c"
1469         tmake_file="m68hc11/t-m68hc11-gas"
1470         extra_options="${extra_options} m68hc11/m68hc11.opt"
1471         use_fixproto=yes
1472         ;;
1473 m68k-*-aout*)
1474         tmake_file=m68k/t-m68kbare
1475         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
1476         ;;
1477 m68k-*-coff*)
1478         tmake_file=m68k/t-m68kbare
1479         tm_defines="${tm_defines} MOTOROLA USE_GAS"
1480         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
1481         use_fixproto=yes
1482         ;;
1483 m68020-*-elf* | m68k-*-elf*)
1484         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1485         tm_defines="${tm_defines} MOTOROLA USE_GAS"
1486         tmake_file=m68k/t-m68kelf
1487         extra_parts="crtbegin.o crtend.o"
1488         ;;
1489 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1490         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1491         tm_defines="${tm_defines} MOTOROLA USE_GAS"
1492         case ${target} in
1493         m68010*)
1494                 target_cpu_default="0"
1495                 ;;
1496         *)
1497                 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1498                 ;;
1499         esac
1500         ;;
1501 m68k*-*-openbsd*)
1502         # needed to unconfuse gdb
1503         tm_defines="${tm_defines} OBSD_OLD_GAS TARGET_DEFAULT=(MASK_68020|MASK_68881|MASK_BITFIELD)"
1504         tm_file="m68k/m68k.h openbsd.h m68k/openbsd.h"
1505         tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1506         # we need collect2 until our bug is fixed...
1507         use_collect2=yes
1508         ;;
1509 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux with uClibc
1510         tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
1511         tm_defines="${tm_defines} MOTOROLA USE_GAS"
1512         tmake_file=m68k/t-uclinux
1513         use_fixproto=no
1514         ;;
1515 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
1516                                 # with ELF format using glibc 2
1517                                 # aka the GNU/Linux C library 6.
1518         tm_file="m68k/m68k.h dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
1519         extra_options="${extra_options} m68k/ieee.opt"
1520         tm_defines="${tm_defines} MOTOROLA USE_GAS"
1521         # if not configured with --enable-sjlj-exceptions, bump the
1522         # libgcc version number
1523         if test x$sjlj != x1; then
1524             tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1525         fi
1526         ;;
1527 m68k-*-rtems*)
1528         tmake_file="m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems"
1529         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"
1530         tm_defines="${tm_defines} MOTOROLA USE_GAS"
1531         extra_parts="crtbegin.o crtend.o"
1532         ;;
1533 mcore-*-elf)
1534         tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1535         tmake_file=mcore/t-mcore
1536         use_fixproto=yes
1537         ;;
1538 mcore-*-pe*)
1539         tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
1540         tmake_file=mcore/t-mcore-pe
1541         use_fixproto=yes
1542         ;;
1543 mips-sgi-irix[56]*)
1544         tm_file="elfos.h ${tm_file} mips/iris.h"
1545         tmake_file="mips/t-iris mips/t-slibgcc-irix"
1546         target_cpu_default="MASK_ABICALLS"
1547         case ${target} in
1548         *-*-irix5*)
1549                 tm_file="${tm_file} mips/iris5.h"
1550                 ;;
1552         *-*-irix6*)
1553                 tm_file="${tm_file} mips/iris6.h"
1554                 tmake_file="${tmake_file} mips/t-iris6"
1555                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1556                 ;;
1557         esac
1558         if test "x$stabs" = xyes
1559         then
1560                 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1561         fi
1562         if test "x$gnu_ld" = xyes
1563         then
1564                 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
1565         fi
1566 #       if test x$enable_threads = xyes; then
1567 #               thread_file='irix'
1568 #       fi
1569         use_fixproto=yes
1570         ;;
1571 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1572         target_cpu_default="MASK_ABICALLS"
1573         tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1574         ;;
1575 mips64*-*-linux*)
1576         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1577         tmake_file="${tmake_file} mips/t-linux64"
1578         tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
1579         gnu_ld=yes
1580         gas=yes
1581         ;;
1582 mips*-*-linux*)                         # Linux MIPS, either endian.
1583         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1584         case ${target} in
1585         mipsisa32*-*)
1586                 target_cpu_default="MASK_SOFT_FLOAT"
1587                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1588                 ;;
1589         esac
1590         ;;
1591 mips*-*-openbsd*)
1592         tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1593         target_cpu_default="MASK_ABICALLS"
1594         tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1595         case ${target} in
1596         mips*el-*-openbsd*)
1597             tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1598         *)  tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1599         esac
1600         ;;
1601 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1602         tm_file="elfos.h ${tm_file} mips/elf.h"
1603         tmake_file=mips/t-isa3264
1604         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1605         use_fixproto=yes
1606         ;;
1607 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1608         tm_file="elfos.h ${tm_file} mips/elf.h"
1609         tmake_file=mips/t-isa3264
1610         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1611         use_fixproto=yes
1612         ;;
1613 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1614         tm_file="elfos.h ${tm_file} mips/elf.h"
1615         tmake_file=mips/t-isa3264
1616         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1617         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_EABI"
1618         use_fixproto=yes
1619         ;;
1620 mipsisa64sr71k-*-elf*)
1621         tm_file="elfos.h ${tm_file} mips/elf.h"
1622         tmake_file=mips/t-sr71k
1623         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1624         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1625         use_fixproto=yes
1626         ;;
1627 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1628         tm_file="elfos.h ${tm_file} mips/elf.h"
1629         tmake_file="mips/t-elf mips/t-sb1"
1630         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1631         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1632         use_fixproto=yes
1633         ;;
1634 mips-*-elf* | mipsel-*-elf*)
1635         tm_file="elfos.h ${tm_file} mips/elf.h"
1636         tmake_file=mips/t-elf
1637         use_fixproto=yes
1638         ;;
1639 mips64-*-elf* | mips64el-*-elf*)
1640         tm_file="elfos.h ${tm_file} mips/elf.h"
1641         tmake_file=mips/t-elf
1642         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1643         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1644         use_fixproto=yes
1645         ;;
1646 mips64vr-*-elf* | mips64vrel-*-elf*)
1647         tm_file="mips/vr.h elfos.h ${tm_file} mips/elf.h"
1648         tmake_file=mips/t-vr
1649         use_fixproto=yes
1650         ;;
1651 mips64orion-*-elf* | mips64orionel-*-elf*)
1652         tm_file="elfos.h ${tm_file} mips/elforion.h mips/elf.h"
1653         tmake_file=mips/t-elf
1654         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1655         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1656         use_fixproto=yes
1657         ;;
1658 mips*-*-rtems*)
1659         tm_file="elfos.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
1660         tmake_file="mips/t-elf t-rtems mips/t-rtems"
1661         ;;
1662 mips-wrs-vxworks)
1663         # We want vxworks.h after mips/elf.h, which unfortunately means we
1664         # have to redo the tm_file list from scratch.
1665         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h vxworks.h mips/vxworks.h"
1666         tmake_file="${tmake_file} mips/t-vxworks"
1667         ;;
1668 mips-wrs-windiss)       # Instruction-level simulator for VxWorks.
1669         xm_defines=POSIX
1670         tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1671         tmake_file="${tmake_file} mips/t-elf"
1672         thread_file=
1673         ;;
1674 mipstx39-*-elf* | mipstx39el-*-elf*)
1675         tm_file="elfos.h ${tm_file} mips/r3900.h mips/elf.h"
1676         tmake_file=mips/t-r3900
1677         use_fixproto=yes
1678         ;;
1679 mmix-knuth-mmixware)
1680         need_64bit_hwint=yes
1681         ;;
1682 mn10300-*-*)
1683         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1684         if test x$stabs = xyes
1685         then
1686                 tm_file="${tm_file} dbx.h"
1687         fi
1688         use_collect2=no
1689         use_fixproto=yes
1690         ;;
1691 mt-*-elf)
1692         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1693         tmake_file="${tmake_file} mt/t-mt"
1694         ;;
1695 ns32k-*-netbsdelf*)
1696         echo "GCC does not yet support the ${target} target"; exit 1
1697         ;;
1698 ns32k-*-netbsd*)
1699         tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1700         # On NetBSD, the headers are already okay, except for math.h.
1701         tmake_file="t-netbsd ns32k/t-ns32k"
1702         extra_parts=""
1703         use_collect2=yes
1704         ;;
1705 pdp11-*-bsd)
1706         tm_file="${tm_file} pdp11/2bsd.h"
1707         use_fixproto=yes
1708         ;;
1709 pdp11-*-*)
1710         use_fixproto=yes
1711         ;;
1712 # port not yet contributed
1713 #powerpc-*-openbsd*)
1714 #       tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
1715 #       extra_headers=
1716 #       ;;
1717 powerpc64-*-linux*)
1718         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1719         test x$with_cpu != x || cpu_is_64bit=yes
1720         test x$cpu_is_64bit != xyes || tm_file="${tm_file} rs6000/default64.h"
1721         tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1722         if test x${enable_secureplt} = xyes; then
1723                 tm_file="rs6000/secureplt.h ${tm_file}"
1724         fi
1725         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1726         tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1727         ;;
1728 powerpc64-*-gnu*)
1729         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"
1730         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1731         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1732         ;;
1733 powerpc-*-beos*)
1734         tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1735         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-beos"
1736         extra_headers=
1737         use_fixproto=yes
1738         ;;
1739 powerpc-*-darwin*)
1740         extra_options="${extra_options} rs6000/darwin.opt"
1741         extra_parts="crt2.o"
1742         case ${target} in
1743           *-darwin1[0-9]* | *-darwin[8-9]*)
1744             tmake_file="${tmake_file} rs6000/t-darwin8"
1745             tm_file="${tm_file} rs6000/darwin8.h"
1746             ;;
1747           *-darwin7*)
1748             tm_file="${tm_file} rs6000/darwin7.h"
1749             ;;
1750           *-darwin[0-6]*)
1751             ;;
1752         esac
1753         extra_headers=altivec.h
1754         ;;
1755 powerpc64-*-darwin*)
1756         tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
1757         extra_options="${extra_options} ${cpu_type}/darwin.opt"
1758         # We're omitting t-darwin8 to avoid building any multilibs
1759         extra_headers=altivec.h
1760         ;;
1761 powerpc*-*-freebsd*)
1762         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1763         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1764         extra_options="${extra_options} rs6000/sysv4.opt"
1765         ;;
1766 powerpc-*-netbsd*)
1767         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1768         tmake_file="${tmake_file} rs6000/t-netbsd"
1769         extra_options="${extra_options} rs6000/sysv4.opt"
1770         ;;
1771 powerpc-*-chorusos*)
1772         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1773         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
1774         extra_options="${extra_options} rs6000/sysv4.opt"
1775         case ${enable_threads} in
1776           yes | posix)
1777             thread_file='posix'
1778             ;;
1779         esac
1780         use_fixproto=yes
1781         ;;
1782 powerpc-*-eabispe*)
1783         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabispe.h"
1784         extra_options="${extra_options} rs6000/sysv4.opt"
1785         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1786         ;;
1787 powerpc-*-eabisimaltivec*)
1788         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h rs6000/eabialtivec.h"
1789         extra_options="${extra_options} rs6000/sysv4.opt"
1790         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1791         ;;
1792 powerpc-*-eabisim*)
1793         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
1794         extra_options="${extra_options} rs6000/sysv4.opt"
1795         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1796         ;;
1797 powerpc-*-elf*)
1798         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1799         extra_options="${extra_options} rs6000/sysv4.opt"
1800         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1801         use_fixproto=yes
1802         ;;
1803 powerpc-*-eabialtivec*)
1804         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabialtivec.h"
1805         extra_options="${extra_options} rs6000/sysv4.opt"
1806         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1807         ;;
1808 powerpc-*-eabi*)
1809         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
1810         extra_options="${extra_options} rs6000/sysv4.opt"
1811         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1812         ;;
1813 powerpc-*-rtems*)
1814         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h"
1815         extra_options="${extra_options} rs6000/sysv4.opt"
1816         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
1817         ;;
1818 powerpc-*-linux*altivec*)
1819         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1820         extra_options="${extra_options} rs6000/sysv4.opt"
1821         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1822         ;;
1823 powerpc-*-linux*spe*)
1824         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h rs6000/e500.h"
1825         extra_options="${extra_options} rs6000/sysv4.opt"
1826         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1827         ;;
1828 powerpc-*-linux*)
1829         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1830         extra_options="${extra_options} rs6000/sysv4.opt"
1831         tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1832         case ${enable_targets}:${cpu_is_64bit} in
1833             *powerpc64* | all:* | *:yes)
1834                 if test x$cpu_is_64bit = xyes; then
1835                     tm_file="${tm_file} rs6000/default64.h"
1836                 fi
1837                 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1838                 tmake_file="$tmake_file rs6000/t-linux64"
1839                 extra_options="${extra_options} rs6000/linux64.opt"
1840                 ;;
1841             *)
1842                 tm_file="${tm_file} rs6000/linux.h"
1843                 ;;
1844         esac
1845         if test x${enable_secureplt} = xyes; then
1846                 tm_file="rs6000/secureplt.h ${tm_file}"
1847         fi
1848         ;;
1849 powerpc-*-gnu-gnualtivec*)
1850         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"
1851         extra_options="${extra_options} rs6000/sysv4.opt"
1852         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1853         if test x$enable_threads = xyes; then
1854                 thread_file='posix'
1855         fi
1856         ;;
1857 powerpc-*-gnu*)
1858         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"
1859         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1860         extra_options="${extra_options} rs6000/sysv4.opt"
1861         if test x$enable_threads = xyes; then
1862                 thread_file='posix'
1863         fi
1864         ;;
1865 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
1866         # We want vxworks.h after rs6000/sysv4.h, which unfortunately
1867         # means we have to redo the tm_file list from scratch.
1868         tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1869         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
1870         extra_options="${extra_options} rs6000/sysv4.opt"
1871         extra_headers=ppc-asm.h
1872         case ${target} in
1873           *-vxworksae*)
1874             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
1875             tmake_file="${tmake_file} rs6000/t-vxworksae"
1876             ;;
1877           *-vxworks*)
1878             tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
1879             ;;
1880         esac
1881         ;;
1882 powerpc-wrs-windiss*)  # Instruction-level simulator for VxWorks.
1883         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
1884         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1885         extra_options="${extra_options} rs6000/sysv4.opt"
1886         thread_file=""
1887         use_fixproto=yes
1888         ;;
1889 powerpc-*-lynxos*)
1890         xm_defines=POSIX
1891         tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
1892         tmake_file="t-lynx rs6000/t-lynx"
1893         extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
1894         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1895         extra_options="${extra_options} lynx.opt"
1896         thread_file=lynx
1897         gnu_ld=yes
1898         gas=yes
1899         ;;
1900 powerpcle-*-sysv*)
1901         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1902         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
1903         extra_options="${extra_options} rs6000/sysv4.opt"
1904         use_fixproto=yes
1905         ;;
1906 powerpcle-*-elf*)
1907         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1908         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1909         extra_options="${extra_options} rs6000/sysv4.opt"
1910         use_fixproto=yes
1911         ;;
1912 powerpcle-*-eabisim*)
1913         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
1914         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1915         extra_options="${extra_options} rs6000/sysv4.opt"
1916         ;;
1917 powerpcle-*-eabi*)
1918         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h"
1919         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1920         extra_options="${extra_options} rs6000/sysv4.opt"
1921         ;;
1922 powerpc-*-kaos*)
1923         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
1924         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1925         extra_options="${extra_options} rs6000/sysv4.opt"
1926         ;;
1927 powerpcle-*-kaos*)
1928         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"
1929         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1930         extra_options="${extra_options} rs6000/sysv4.opt"
1931         ;;
1932 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
1933         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1934         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-newas"
1935         extra_options="${extra_options} rs6000/aix41.opt"
1936         use_collect2=yes
1937         extra_headers=
1938         use_fixproto=yes
1939         ;;
1940 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1941         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
1942         tmake_file=rs6000/t-aix43
1943         extra_options="${extra_options} rs6000/aix64.opt"
1944         use_collect2=yes
1945         thread_file='aix'
1946         extra_headers=
1947         ;;
1948 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1949         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
1950         extra_options="${extra_options} rs6000/aix64.opt"
1951         tmake_file=rs6000/t-aix43
1952         use_collect2=yes
1953         thread_file='aix'
1954         extra_headers=
1955         ;;
1956 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1957         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1958         tmake_file=rs6000/t-aix52
1959         extra_options="${extra_options} rs6000/aix64.opt"
1960         use_collect2=yes
1961         thread_file='aix'
1962         extra_headers=
1963         ;;
1964 s390-*-linux*)
1965         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1966         tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux"
1967         ;;
1968 s390x-*-linux*)
1969         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1970         tm_p_file=s390/s390-protos.h
1971         md_file=s390/s390.md
1972         extra_modes=s390/s390-modes.def
1973         out_file=s390/s390.c
1974         tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux s390/t-linux64"
1975         ;;
1976 s390x-ibm-tpf*)
1977         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
1978         tm_p_file=s390/s390-protos.h
1979         md_file=s390/s390.md
1980         extra_modes=s390/s390-modes.def
1981         out_file=s390/s390.c
1982         extra_parts="crtbeginS.o crtendS.o"
1983         tmake_file="s390/t-crtstuff s390/t-tpf"
1984         thread_file='tpf'
1985         extra_options="${extra_options} s390/tpf.opt"
1986         ;;
1987 score-*-elf)
1988         tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
1989         tmake_file=score/t-score-elf
1990         extra_objs="score-mdaux.o"
1991         ;;
1992 sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
1993 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
1994   sh-*-linux* | sh[346lbe]*-*-linux* | \
1995   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1996    sh64-*-netbsd* | sh64l*-*-netbsd*)
1997         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
1998         if test x${with_endian} = x; then
1999                 case ${target} in
2000                 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2001                 shbe-*-* | sheb-*-*)               with_endian=big,little ;;
2002                 sh[1234]l* | sh[34]*-*-linux*)     with_endian=little ;;
2003                 shl* | sh64l* | sh*-*-linux* | \
2004                   sh5l* | sh-superh-elf)           with_endian=little,big ;;
2005                 sh[1234]*-*-*)                     with_endian=big ;;
2006                 *)                                 with_endian=big,little ;;
2007                 esac
2008         fi
2009         case ${with_endian} in
2010         big|little)     tmake_file="${tmake_file} sh/t-1e" ;;
2011         big,little|little,big) ;;
2012         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
2013         esac
2014         case ${with_endian} in
2015         little*)        tm_file="sh/little.h ${tm_file}" ;;
2016         esac
2017         tm_file="${tm_file} dbxelf.h elfos.h"
2018         case ${target} in
2019         sh*-*-netbsd*)  ;;
2020         *)              tm_file="${tm_file} svr4.h" ;;
2021         esac
2022         tm_file="${tm_file} sh/elf.h"
2023         case ${target} in
2024         sh*-*-linux*)   tmake_file="${tmake_file} sh/t-linux"
2025                         tm_file="${tm_file} linux.h sh/linux.h" ;;
2026         sh*-*-kaos*)    tm_file="${tm_file} sh/embed-elf.h kaos.h sh/kaos-sh.h"
2027                         ;;
2028         sh*-*-netbsd*)  tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
2029         sh*-superh-elf) if test x$with_libgloss != xno; then
2030                                 with_libgloss=yes
2031                                 tm_file="${tm_file} sh/newlib.h"
2032                         fi
2033                         tm_file="${tm_file} sh/embed-elf.h sh/superh.h"
2034                         tmake_file="${tmake_file} sh/t-superh"
2035                         extra_options="${extra_options} sh/superh.opt" ;;
2036         *)              if test x$with_newlib = xyes \
2037                            && test x$with_libgloss = xyes; then
2038                                 tm_file="${tm_file} sh/newlib.h"
2039                         fi
2040                         tm_file="${tm_file} sh/embed-elf.h" ;;
2041         esac
2042         case ${target} in
2043         sh5*-*-netbsd*)
2044                 # SHmedia, 32-bit ABI
2045                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2046                 ;;
2047         sh64*-netbsd*)
2048                 # SHmedia, 64-bit ABI
2049                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2050                 ;;
2051         *-*-netbsd)
2052                 tmake_file="${tmake_file} sh/t-netbsd"
2053                 ;;
2054         sh64*-*-linux*)
2055                 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2056                 tm_file="${tm_file} sh/sh64.h"
2057                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2058                 ;;
2059         sh64*)
2060                 tmake_file="${tmake_file} sh/t-sh64"
2061                 tm_file="${tm_file} sh/sh64.h"
2062                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2063                 ;;
2064         *-*-symbianelf*)
2065                 tmake_file="sh/t-symbian"
2066                 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
2067                 extra_objs="symbian.o"
2068                 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
2069                 ;;
2070         esac
2071         # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2072         case `echo ${target} | sed 's/e[lb]-/-/'` in
2073         sh64*-*-netbsd*)        sh_cpu_target=sh5-64media ;;
2074         sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
2075         sh4a_single_only*)      sh_cpu_target=sh4a-single-only ;;
2076         sh4a_single*)           sh_cpu_target=sh4a-single ;;
2077         sh4a_nofpu*)            sh_cpu_target=sh4a-nofpu ;;
2078         sh4al)                  sh_cpu_target=sh4al ;;
2079         sh4a*)                  sh_cpu_target=sh4a ;;
2080         sh4_single_only*)       sh_cpu_target=sh4-single-only ;;
2081         sh4_single*)            sh_cpu_target=sh4-single ;;
2082         sh4_nofpu*)             sh_cpu_target=sh4-nofpu ;;
2083         sh4* | sh-superh-*)     sh_cpu_target=sh4 ;;
2084         sh3e*)                  sh_cpu_target=sh3e ;;
2085         sh*-*-netbsd* | sh3*)   sh_cpu_target=sh3 ;;
2086         sh2a_single_only*)      sh_cpu_target=sh2a-single-only ;;
2087         sh2a_single*)           sh_cpu_target=sh2a-single ;;
2088         sh2a_nofpu*)            sh_cpu_target=sh2a-nofpu ;;
2089         sh2a*)                  sh_cpu_target=sh2a ;;
2090         sh2e*)                  sh_cpu_target=sh2e ;;
2091         sh2*)                   sh_cpu_target=sh2 ;;
2092         *)                      sh_cpu_target=sh1 ;;
2093         esac
2094         # did the user say --without-fp ?
2095         if test x$with_fp = xno; then
2096                 case ${sh_cpu_target} in
2097                 sh5-*media)     sh_cpu_target=${sh_cpu_target}-nofpu ;;
2098                 sh4al | sh1)    ;;
2099                 sh4a* )         sh_cpu_target=sh4a-nofpu ;;
2100                 sh4*)           sh_cpu_target=sh4-nofpu ;;
2101                 sh3*)           sh_cpu_target=sh3 ;;
2102                 sh2a*)          sh_cpu_target=sh2a-nofpu ;;
2103                 sh2*)           sh_cpu_target=sh2 ;;
2104                 *)      echo --without-fp not available for $target: ignored
2105                 esac
2106                 tm_defines="$tm_defines STRICT_NOFPU=1"
2107         fi
2108         sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2109         case $sh_cpu_default in
2110         sh5-64media-nofpu | sh5-64media | \
2111           sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
2112           sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2113           sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2114           sh4-single-only | sh4-single | sh4-nofpu | sh4 | \
2115           sh3e | sh3 | sh2e | sh2 | sh1) ;;
2116         "")     sh_cpu_default=${sh_cpu_target} ;;
2117         *)      echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2118         esac
2119         sh_multilibs=${with_multilib_list}
2120         if test x${sh_multilibs} = x ; then
2121                 case ${target} in
2122                 sh64-superh-linux* | \
2123                 sh[1234]*)      sh_multilibs=${sh_cpu_target} ;;
2124                 sh64* | sh5*)   sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2125                 sh-superh-*)    sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2126                 sh*-*-linux*)   sh_multilibs=m1,m3e,m4 ;;
2127                 sh*-*-netbsd*)  sh_multilibs=m3,m3e,m4 ;;
2128                 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2129                 esac
2130                 if test x$with_fp = xno; then
2131                         sh_multilibs="`echo $sh_multilibs|sed -e s/m4/sh4-nofpu/ -e s/,m4-[^,]*//g -e s/,m[23]e// -e s/m2a,m2a-single/m2a-nofpu/ -e s/m5-..m....,//g`"
2132                 fi
2133         fi
2134         target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2135         tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2136         sh_multilibs=`echo $sh_multilibs,$sh_cpu_default | sed -e 's/[  ,/][    ,]*/ /g' -e 's/ $//' -e 's/^m/sh/' -e 's/ m/ sh/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
2137         for sh_multilib in ${sh_multilibs}; do
2138                 case ${sh_multilib} in
2139                 sh1 | sh2 | sh2e | sh3 | sh3e | \
2140                 sh4 | sh4-single | sh4-single-only | sh4-nofpu | \
2141                 sh4a | sh4a-single | sh4a-single-only | sh4a-nofpu | sh4al | \
2142                 sh2a | sh2a-single | sh2a-single-only | sh2a-nofpu | \
2143                 sh5-64media | sh5-64media-nofpu | \
2144                 sh5-32media | sh5-32media-nofpu | \
2145                 sh5-compact | sh5-compact-nofpu)
2146                         tmake_file="${tmake_file} sh/t-mlib-${sh_multilib}"
2147                         tm_defines="$tm_defines SUPPORT_`echo $sh_multilib|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2148                         ;;
2149                 *)
2150                         echo "with_multilib_list=${sh_multilib} not supported."
2151                         exit 1
2152                         ;;
2153                 esac
2154         done
2155         if test x${enable_incomplete_targets} = xyes ; then
2156                 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1 SUPPORT_SH5_32MEDIA=1 SUPPORT_SH5_32MEDIA_NOFPU=1 SUPPORT_SH5_64MEDIA=1 SUPPORT_SH5_64MEDIA_NOFPU=1"
2157         fi
2158         use_fixproto=yes
2159         ;;
2160 sh-*-rtemscoff*)
2161         tmake_file="sh/t-sh t-rtems sh/t-rtems"
2162         tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
2163         ;;
2164 sh-*-rtems*)
2165         tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
2166         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
2167         ;;
2168 sh-wrs-vxworks)
2169         tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
2170         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/vxworks.h"
2171         ;;
2172 sh-*-*)
2173         tm_file="${tm_file} dbxcoff.h sh/coff.h"
2174         use_fixproto=yes
2175         ;;
2176 sparc-*-netbsdelf*)
2177         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2178         extra_options="${extra_options} sparc/long-double-switch.opt"
2179         ;;
2180 sparc64-*-openbsd*)
2181         tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2182         extra_options="${extra_options} sparc/little-endian.opt"
2183         gas=yes gnu_ld=yes
2184         with_cpu=ultrasparc
2185         ;;
2186 sparc-*-elf*)
2187         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h"
2188         tmake_file="sparc/t-elf sparc/t-crtfm"
2189         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2190         use_fixproto=yes
2191         ;;
2192 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
2193         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2194         extra_options="${extra_options} sparc/long-double-switch.opt"
2195         tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm"
2196         ;;
2197 sparc-*-rtems*)
2198         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h"
2199         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2200         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2201         ;;
2202 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2203         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2204         case ${target} in
2205         *-*-solaris2.1[0-9]*)
2206                 tm_file="${tm_file} sol2-10.h"
2207                 ;;
2208         esac
2209         tm_file="${tm_file} sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
2210         if test x$gnu_ld = xyes; then
2211                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2212         fi
2213         if test x$gas = xyes; then
2214                 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
2215         fi
2216         tm_file="${tm_file} tm-dwarf2.h"
2217         tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2218         if test x$gnu_ld = xyes; then
2219                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2220         else
2221                 tmake_file="$tmake_file t-slibgcc-sld"
2222         fi
2223         c_target_objs="sol2-c.o"
2224         cxx_target_objs="sol2-c.o"
2225         extra_objs="sol2.o"
2226         tm_p_file="${tm_p_file} sol2-protos.h"
2227         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2228         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2229           "":yes:* | yes:yes:* ) thread_file=posix ;;
2230           "":*:yes | yes:*:yes ) thread_file=solaris ;;
2231         esac
2232         need_64bit_hwint=yes
2233         ;;
2234 sparc-*-solaris2*)
2235         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2236         case ${target} in
2237         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2238                 tm_file="${tm_file} sol2-6.h"
2239                 ;;
2240         *-*-solaris2.1[0-9]*)
2241                 tm_file="${tm_file} sol2-10.h"
2242                 ;;
2243         esac
2244         tm_file="${tm_file} sparc/sol2.h"
2245         if test x$gnu_ld = xyes; then
2246                 tm_file="${tm_file} sparc/sol2-gld.h"
2247         fi
2248         if test x$gas = xyes; then
2249                 tm_file="${tm_file} sparc/sol2-gas.h"
2250         fi
2251         tmake_file="t-sol2 sparc/t-sol2 sparc/t-crtfm"
2252         if test x$gnu_ld = xyes; then
2253                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2254         else
2255                 tmake_file="$tmake_file t-slibgcc-sld"
2256         fi
2257         case ${target} in
2258         *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2259                 if test x$gnu_ld = xno; then
2260                         tm_file="${tm_file} sparc/sol26-sld.h"
2261                 fi
2262                 ;;
2263         *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
2264                 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2265                 if test x$gnu_ld = xyes; then
2266                         tm_file="${tm_file} sparc/sol2-gld-bi.h"
2267                 fi
2268                 if test x$gas = xyes; then
2269                         tm_file="${tm_file} sparc/sol2-gas-bi.h"
2270                 fi
2271                 tm_file="${tm_file} tm-dwarf2.h"
2272                 tmake_file="$tmake_file sparc/t-sol2-64"
2273                 need_64bit_hwint=yes
2274                 test x$with_cpu != x || with_cpu=v9
2275                 ;;
2276         esac
2277         c_target_objs="sol2-c.o"
2278         cxx_target_objs="sol2-c.o"
2279         extra_objs="sol2.o"
2280         tm_p_file="${tm_p_file} sol2-protos.h"
2281         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2282         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2283           "":yes:* | yes:yes:* )
2284                 case ${target} in
2285                   *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2286                         thread_file=posix95
2287                         ;;
2288                   *)
2289                         thread_file=posix
2290                         ;;
2291                 esac
2292                 ;;
2293           "":*:yes | yes:*:yes )
2294                 thread_file=solaris
2295                 ;;
2296         esac
2297         ;;
2298 sparc-*-sysv4*)
2299         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
2300         tmake_file=t-svr4
2301         extra_parts="crtbegin.o crtend.o"
2302         use_fixproto=yes
2303         ;;
2304 sparc64-*-elf*)
2305         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h"
2306         extra_options="${extra_options} sparc/little-endian.opt"
2307         tmake_file="${tmake_file} sparc/t-crtfm"
2308         extra_parts="crtbegin.o crtend.o"
2309         use_fixproto=yes
2310         ;;
2311 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2312         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2313         extra_options="${extra_options} sparc/long-double-switch.opt"
2314         tmake_file="${tmake_file} sparc/t-crtfm"
2315         case "x$with_cpu" in
2316                 xultrasparc) ;;
2317                 x) with_cpu=ultrasparc ;;
2318                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2319         esac
2320         need_64bit_hwint=yes
2321         ;;
2322 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
2323         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2324         extra_options="${extra_options} sparc/long-double-switch.opt"
2325         tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2326         ;;
2327 sparc64-*-netbsd*)
2328         tm_file="sparc/biarch64.h ${tm_file}"
2329         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2330         extra_options="${extra_options} sparc/long-double-switch.opt"
2331         tmake_file="${tmake_file} sparc/t-netbsd64"
2332         ;;
2333 spu-*-elf*)
2334         tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h"
2335         tmake_file="spu/t-spu-elf"
2336         extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h"
2337         extra_modes=spu/spu-modes.def
2338         c_target_objs="${c_target_objs} spu-c.o"
2339         cxx_target_objs="${cxx_target_objs} spu-c.o"
2340         ;;
2341 strongarm-*-elf*)
2342         tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2343         tmake_file="arm/t-arm arm/t-strongarm-elf"
2344         out_file=arm/arm.c
2345         md_file=arm/arm.md
2346         extra_modes=arm/arm-modes.def
2347         use_fixproto=yes
2348         ;;
2349 strongarm-*-pe)
2350         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"
2351         tmake_file="arm/t-arm arm/t-strongarm-pe"
2352         out_file=arm/arm.c
2353         md_file=arm/arm.md
2354         extra_modes=arm/arm-modes.def
2355         extra_options="${extra_options} arm/pe.opt"
2356         extra_objs=pe.o
2357         use_fixproto=yes
2358         ;;
2359 strongarm-*-kaos*)
2360         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"
2361         tmake_file="arm/t-arm arm/t-strongarm-elf"
2362         out_file=arm/arm.c
2363         md_file=arm/arm.md
2364         extra_modes=arm/arm-modes.def
2365         ;;
2366 v850e1-*-*)
2367         target_cpu_default="TARGET_CPU_v850e1"
2368         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2369         tm_p_file=v850/v850-protos.h
2370         tmake_file=v850/t-v850e
2371         md_file=v850/v850.md
2372         out_file=v850/v850.c
2373         extra_options="${extra_options} v850/v850.opt"
2374         if test x$stabs = xyes
2375         then
2376                 tm_file="${tm_file} dbx.h"
2377         fi
2378         use_collect2=no
2379         c_target_objs="v850-c.o"
2380         cxx_target_objs="v850-c.o"
2381         use_fixproto=yes
2382         ;;
2383 v850e-*-*)
2384         target_cpu_default="TARGET_CPU_v850e"
2385         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2386         tm_p_file=v850/v850-protos.h
2387         tmake_file=v850/t-v850e
2388         md_file=v850/v850.md
2389         out_file=v850/v850.c
2390         extra_options="${extra_options} v850/v850.opt"
2391         if test x$stabs = xyes
2392         then
2393                 tm_file="${tm_file} dbx.h"
2394         fi
2395         use_collect2=no
2396         c_target_objs="v850-c.o"
2397         cxx_target_objs="v850-c.o"
2398         use_fixproto=yes
2399         ;;
2400 v850-*-*)
2401         target_cpu_default="TARGET_CPU_generic"
2402         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2403         tmake_file=v850/t-v850
2404         if test x$stabs = xyes
2405         then
2406                 tm_file="${tm_file} dbx.h"
2407         fi
2408         use_collect2=no
2409         c_target_objs="v850-c.o"
2410         cxx_target_objs="v850-c.o"
2411         use_fixproto=yes
2412         ;;
2413 vax-*-bsd*)                     # VAXen running BSD
2414         tm_file="${tm_file} vax/bsd.h"
2415         tmake_file=vax/t-memfuncs
2416         use_collect2=yes
2417         use_fixproto=yes
2418         ;;
2419 vax-*-sysv*)                    # VAXen running system V
2420         tm_file="${tm_file} vax/vaxv.h"
2421         tmake_file=vax/t-memfuncs
2422         use_fixproto=yes
2423         ;;
2424 vax-*-netbsdelf*)
2425         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2426         ;;
2427 vax-*-netbsd*)
2428         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2429         tmake_file=t-netbsd
2430         extra_parts=""
2431         use_collect2=yes
2432         ;;
2433 vax-*-openbsd*)
2434         tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2435         use_collect2=yes
2436         ;;
2437 vax-*-ultrix*)                  # VAXen running ultrix
2438         tm_file="${tm_file} vax/ultrix.h"
2439         tmake_file=vax/t-memfuncs
2440         use_fixproto=yes
2441         ;;
2442 xscale-*-elf)
2443         tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2444         tmake_file="arm/t-arm arm/t-xscale-elf"
2445         out_file=arm/arm.c
2446         md_file=arm/arm.md
2447         extra_modes=arm/arm-modes.def
2448         use_fixproto=yes
2449         ;;
2450 xscale-*-coff)
2451         tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
2452         tmake_file="arm/t-arm arm/t-xscale-coff"
2453         out_file=arm/arm.c
2454         md_file=arm/arm.md
2455         extra_modes=arm/arm-modes.def
2456         use_fixproto=yes
2457         ;;
2458 xstormy16-*-elf)
2459         # For historical reasons, the target files omit the 'x'.
2460         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2461         tm_p_file=stormy16/stormy16-protos.h
2462         md_file=stormy16/stormy16.md
2463         out_file=stormy16/stormy16.c
2464         extra_options=stormy16/stormy16.opt
2465         tmake_file="stormy16/t-stormy16"
2466         extra_parts="crtbegin.o crtend.o"
2467         use_fixproto=yes
2468         ;;
2469 xtensa-*-elf*)
2470         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2471         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2472         ;;
2473 xtensa-*-linux*)
2474         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2475         tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
2476         ;;
2477 am33_2.0-*-linux*)
2478         tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2479         tmake_file="${tmake_file} mn10300/t-linux"
2480         gas=yes gnu_ld=yes
2481         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2482         use_collect2=no
2483         ;;
2484 m32c-*-elf*)
2485         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2486         c_target_objs="m32c-pragma.o"
2487         cxx_target_objs="m32c-pragma.o"
2488         use_fixproto=yes
2489         ;;
2491         echo "*** Configuration ${target} not supported" 1>&2
2492         exit 1
2493         ;;
2494 esac
2496 case ${target} in
2497 i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1)
2498         tmake_file="${tmake_file} i386/t-gmm_malloc"
2499         ;;
2500 i[34567]86-*-linux* | x86_64-*-linux*)
2501         tmake_file="${tmake_file} i386/t-pmm_malloc"
2502         ;;
2503 i[34567]86-*-* | x86_64-*-*)
2504         tmake_file="${tmake_file} i386/t-gmm_malloc"
2505         ;;
2506 esac
2508 # Support for --with-cpu and related options (and a few unrelated options,
2509 # too).
2510 case ${with_cpu} in
2511   yes | no)
2512     echo "--with-cpu must be passed a value" 1>&2
2513     exit 1
2514     ;;
2515 esac
2517 # If there is no $with_cpu option, try to infer one from ${target}.
2518 # This block sets nothing except for with_cpu.
2519 if test x$with_cpu = x ; then
2520   case ${target} in
2521     ep9312-*-*)
2522       # A Cirrus ARM variant.
2523       with_cpu="ep9312"
2524       ;;
2525     i386-*-*)
2526       with_cpu=i386
2527       ;;
2528     i486-*-*)
2529       with_cpu=i486
2530       ;;
2531     i586-*-*)
2532       case ${target_noncanonical} in
2533         k6_2-*)
2534           with_cpu=k6-2
2535           ;;
2536         k6_3-*)
2537           with_cpu=k6-3
2538           ;;
2539         k6-*)
2540           with_cpu=k6
2541           ;;
2542         pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2543           with_cpu=pentium-mmx
2544           ;;
2545         *)
2546           with_cpu=pentium
2547           ;;
2548       esac
2549       ;;
2550     i686-*-* | i786-*-*)
2551       case ${target_noncanonical} in
2552         k8-*|opteron-*|athlon_64-*)
2553           with_cpu=k8
2554           ;;
2555         athlon_xp-*|athlon_mp-*|athlon_4-*)
2556           with_cpu=athlon-4
2557           ;;
2558         athlon_tbird-*|athlon-*)
2559           with_cpu=athlon
2560           ;;
2561         pentium2-*)
2562           with_cpu=pentium2
2563           ;;
2564         pentium3-*|pentium3m-*)
2565           with_cpu=pentium3
2566           ;;
2567         pentium4-*|pentium4m-*)
2568           with_cpu=pentium4
2569           ;;
2570         prescott-*)
2571           with_cpu=prescott
2572           ;;
2573         nocona-*)
2574           with_cpu=nocona
2575           ;;
2576         pentium_m-*)
2577           with_cpu=pentium-m
2578           ;;
2579         pentiumpro-*)
2580           with_cpu=pentiumpro
2581           ;;
2582         *)
2583           with_cpu=generic
2584           ;;
2585       esac
2586       ;;
2587     x86_64-*-*)
2588       case ${target_noncanonical} in
2589         k8-*|opteron-*|athlon_64-*)
2590           with_cpu=k8
2591           ;;
2592         nocona-*)
2593           with_cpu=nocona
2594           ;;
2595         *)
2596           with_cpu=generic
2597           ;;
2598       esac
2599       ;;
2600     alphaev6[78]*-*-*)
2601       with_cpu=ev67
2602       ;;
2603     alphaev6*-*-*)
2604       with_cpu=ev6
2605       ;;
2606     alphapca56*-*-*)
2607       with_cpu=pca56
2608       ;;
2609     alphaev56*-*-*)
2610       with_cpu=ev56
2611       ;;
2612     alphaev5*-*-*)
2613       with_cpu=ev5
2614       ;;
2615     frv-*-*linux* | frv400-*-*linux*)
2616       with_cpu=fr400
2617       ;;
2618     frv550-*-*linux*)
2619       with_cpu=fr550
2620       ;;
2621     sparc*-*-*)
2622       with_cpu="`echo ${target} | sed 's/-.*$//'`"
2623       ;;
2624   esac
2627 # Similarly for --with-float
2628 if test x$with_float = x; then
2629         case ${target} in
2630         ep9312-*-*)
2631                 with_float=hard
2632                 ;;
2633         esac
2636 # Similarly for --with-schedule.
2637 if test x$with_schedule = x; then
2638         case ${target} in
2639         hppa1* | parisc1*)
2640                 # Override default PA8000 scheduling model.
2641                 with_schedule=7100LC
2642                 ;;
2643         esac
2646 # Validate and mark as valid any --with options supported
2647 # by this target.  In order to use a particular --with option
2648 # you must list it in supported_defaults; validating the value
2649 # is optional.  This case statement should set nothing besides
2650 # supported_defaults.
2652 supported_defaults=
2653 case "${target}" in
2654         alpha*-*-*)
2655                 supported_defaults="cpu tune"
2656                 for which in cpu tune; do
2657                         eval "val=\$with_$which"
2658                         case "$val" in
2659                         "" \
2660                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2661                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2662                         | 21264a)
2663                                 ;;
2664                         *)
2665                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2666                                 exit 1
2667                                 ;;
2668                         esac
2669                 done
2670                 ;;
2672         arm*-*-*)
2673                 supported_defaults="arch cpu float tune fpu abi mode"
2674                 for which in cpu tune; do
2675                         # See if it matches any of the entries in arm-cores.def
2676                         eval "val=\$with_$which"
2677                         if [ x"$val" = x ] \
2678                             || grep "^ARM_CORE(\"$val\"," \
2679                                     ${srcdir}/config/arm/arm-cores.def \
2680                                     > /dev/null; then
2681                           # Ok
2682                           new_val=`grep "^ARM_CORE(\"$val\"," \
2683                                 ${srcdir}/config/arm/arm-cores.def | \
2684                                 sed -e 's/^[^,]*,[      ]*//' | \
2685                                 sed -e 's/,.*$//'`
2686                           eval "target_${which}_cname=$new_val"
2687                         echo "For $val real value is $new_val"
2688                           true
2689                         else
2690                           echo "Unknown CPU used in --with-$which=$val" 1>&2
2691                           exit 1
2692                         fi
2693                 done
2695                 case "$with_arch" in
2696                 "" \
2697                 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
2698                 | armv5te | armv6j |armv6k | armv6z | armv6zk \
2699                 | iwmmxt | ep9312)
2700                         # OK
2701                         ;;
2702                 *)
2703                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2704                         exit 1
2705                         ;;
2706                 esac
2708                 case "$with_float" in
2709                 "" \
2710                 | soft | hard | softfp)
2711                         # OK
2712                         ;;
2713                 *)
2714                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2715                         exit 1
2716                         ;;
2717                 esac
2719                 case "$with_fpu" in
2720                 "" \
2721                 | fpa | fpe2 | fpe3 | maverick | vfp )
2722                         # OK
2723                         ;;
2724                 *)
2725                         echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
2726                         exit 1
2727                         ;;
2728                 esac
2730                 case "$with_abi" in
2731                 "" \
2732                 | apcs-gnu | atpcs | aapcs | iwmmxt )
2733                         #OK
2734                         ;;
2735                 *)
2736                         echo "Unknown ABI used in --with-abi=$with_abi"
2737                         exit 1
2738                         ;;
2739                 esac
2741                 case "$with_mode" in
2742                 "" \
2743                 | arm | thumb )
2744                         #OK
2745                         ;;
2746                 *)
2747                         echo "Unknown mode used in --with-mode=$with_mode"
2748                         exit 1
2749                         ;;
2750                 esac
2752                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2753                         echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
2754                 fi
2755                 ;;
2757         fr*-*-*linux*)
2758                 supported_defaults=cpu
2759                 case "$with_cpu" in
2760                 fr400) ;;
2761                 fr550) ;;
2762                 *)
2763                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2764                         exit 1
2765                         ;;
2766                 esac
2767                 ;;
2769         m68k*-linux*)
2770                 supported_defaults="cpu"
2771                 case "$with_cpu" in
2772                 "" | "m68020" | "m68030" | "m68040" | "m68060" | "m68020-40" | "m68020-60")
2773                         # OK
2774                         ;;
2775                 *)
2776                         echo "Unknown CPU used in --with-cpu=$with_cpu, known values:"  1>&2
2777                         echo "m68020 m68030 m68040 m68060 m68020-40 m68020-60" 1>&2
2778                         exit 1
2779                         ;;
2780                 esac
2781                 ;;
2783         hppa*-*-* | parisc*-*-*)
2784                 supported_defaults="arch schedule"
2786                 case "$with_arch" in
2787                 "" | 1.0 | 1.1 | 2.0)
2788                         # OK
2789                         ;;
2790                 *)
2791                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2792                         exit 1
2793                         ;;
2794                 esac
2796                 case "$with_schedule" in
2797                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
2798                         # OK
2799                         ;;
2800                 *)
2801                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2802                         exit 1
2803                         ;;
2804                 esac
2805                 ;;
2807         i[34567]86-*-* | x86_64-*-*)
2808                 supported_defaults="arch cpu tune"
2809                 for which in arch cpu tune; do
2810                         eval "val=\$with_$which"
2811                         case ${val} in
2812                         i386 | i486 \
2813                         | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2814                         | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2815                         | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
2816                         | athlon-4 | athlon-xp | athlon-mp \
2817                         | prescott | pentium-m | pentium4m | pentium3m)
2818                                 case "${target}" in
2819                                   x86_64-*-*)
2820                                       echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
2821                                       exit 1
2822                                       ;;
2823                                 esac
2824                                 # OK
2825                                 ;;
2826                         "" | k8 | opteron | athlon64 | athlon-fx | nocona | generic)
2827                                 # OK
2828                                 ;;
2829                         *)
2830                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
2831                                 exit 1
2832                                 ;;
2833                         esac
2834                 done
2835                 ;;
2837         mips*-*-*)
2838                 supported_defaults="abi arch float tune divide"
2840                 case ${with_float} in
2841                 "" | soft | hard)
2842                         # OK
2843                         ;;
2844                 *)
2845                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2846                         exit 1
2847                         ;;
2848                 esac
2850                 case ${with_abi} in
2851                 "" | 32 | o64 | n32 | 64 | eabi)
2852                         # OK
2853                         ;;
2854                 *)
2855                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
2856                         exit 1
2857                         ;;
2858                 esac
2860                 case ${with_divide} in
2861                 "" | breaks | traps)
2862                         # OK
2863                         ;;
2864                 *)
2865                         echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
2866                         exit 1
2867                 esac
2868                 ;;
2870         mt-*-*)
2871                 supported_defaults="arch"
2873                 case "$with_arch" in
2874                 "" \
2875                 | ms1-64-001 \
2876                 | ms1-16-002 \
2877                 | ms1-16-003 \
2878                 | ms2 \
2879                 | "")
2880                         # OK
2881                         ;;
2882                 *)
2883                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2884                         exit 1
2885                         ;;
2886                 esac
2887                 ;;
2889         powerpc*-*-* | rs6000-*-*)
2890                 supported_defaults="cpu float tune"
2892                 for which in cpu tune; do
2893                         eval "val=\$with_$which"
2894                         case ${val} in
2895                         default32 | default64)
2896                                 with_which="with_$which"
2897                                 eval $with_which=
2898                                 ;;
2899                         405cr)
2900                                 tm_defines="${tm_defines} CONFIG_PPC405CR"
2901                                 eval "with_$which=405"
2902                                 ;;
2903                         "" | common \
2904                         | power | power[23456] | power6x | powerpc | powerpc64 \
2905                         | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
2906                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
2907                         | 601 | 602 | 603 | 603e | ec603e | 604 \
2908                         | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
2909                         | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5)
2910                                 # OK
2911                                 ;;
2912                         *)
2913                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2914                                 exit 1
2915                                 ;;
2916                         esac
2917                 done
2918                 ;;
2920         s390*-*-*)
2921                 supported_defaults="arch mode tune"
2923                 for which in arch tune; do
2924                         eval "val=\$with_$which"
2925                         case ${val} in
2926                         "" | g5 | g6 | z900 | z990 | z9-109)
2927                                 # OK
2928                                 ;;
2929                         *)
2930                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2931                                 exit 1
2932                                 ;;
2933                         esac
2934                 done
2936                 case ${with_mode} in
2937                 "" | esa | zarch)
2938                         # OK
2939                         ;;
2940                 *)
2941                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
2942                         exit 1
2943                         ;;
2944                 esac
2945                 ;;
2947         sh[123456ble]-*-* | sh-*-*)
2948                 supported_defaults="cpu"
2949                 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
2950                 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
2951                         # OK
2952                         ;;
2953                 m2a | m2a-single | m2a-single-only | m2a-nofpu)
2954                         ;;
2955                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
2956                         ;;
2957                 *)
2958                         echo "Unknown CPU used in --with-cpu=$with_cpu, known values:"  1>&2
2959                         echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
2960                         echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
2961                         echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
2962                         exit 1
2963                         ;;
2964                 esac
2965                 ;;
2966         sparc*-*-*)
2967                 supported_defaults="cpu float tune"
2969                 for which in cpu tune; do
2970                         eval "val=\$with_$which"
2971                         case ${val} in
2972                         "" | sparc | sparcv9 | sparc64 | sparc86x \
2973                         | v7 | cypress | v8 | supersparc | sparclite | f930 \
2974                         | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
2975                         | v9 | ultrasparc | ultrasparc3 | niagara)
2976                                 # OK
2977                                 ;;
2978                         *)
2979                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
2980                                 exit 1
2981                                 ;;
2982                         esac
2983                 done
2985                 case ${with_float} in
2986                 "" | soft | hard)
2987                         # OK
2988                         ;;
2989                 *)
2990                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2991                         exit 1
2992                         ;;
2993                 esac
2994                 ;;
2996         v850*-*-*)
2997                 supported_defaults=cpu
2998                 case ${with_cpu} in
2999                 "" | v850e | v850e1)
3000                         # OK
3001                         ;;
3002                 *)
3003                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3004                         exit 1
3005                         ;;
3006                 esac
3007                 ;;
3008 esac
3010 # Set some miscellaneous flags for particular targets.
3011 target_cpu_default2=
3012 case ${target} in
3013         alpha*-*-*)
3014                 if test x$gas = xyes
3015                 then
3016                         target_cpu_default2="MASK_GAS"
3017                 fi
3018                 ;;
3020         arm*-*-*)
3021                 if test x$target_cpu_cname = x
3022                 then
3023                         target_cpu_default2=TARGET_CPU_generic
3024                 else
3025                         target_cpu_default2=TARGET_CPU_$target_cpu_cname
3026                 fi
3027                 ;;
3029         m68k*-linux*)
3030                 case "x$with_cpu" in
3031                 x)
3032                         # The most generic
3033                         target_cpu_default2="(MASK_68020|MASK_68881|MASK_BITFIELD)"
3034                         ;;
3035                 xm68020)
3036                         target_cpu_default2="(MASK_68020|MASK_68881|MASK_BITFIELD)"
3037                         ;;
3038                 xm68030)
3039                         target_cpu_default2="(MASK_68030|MASK_68020|MASK_68881|MASK_BITFIELD)"
3040                         ;;
3041                 xm68040)
3042                         target_cpu_default2="(MASK_68040|MASK_68040_ONLY|MASK_68020|MASK_68881|MASK_BITFIELD)"
3043                         ;;
3044                 xm68060)
3045                         target_cpu_default2="(MASK_68060|MASK_68040_ONLY|MASK_68020|MASK_68881|MASK_BITFIELD)"
3046                         ;;
3047                 xm68020-40)
3048                         target_cpu_default2="(MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68040)"
3049                         ;;
3050                 xm68020-60)
3051                         target_cpu_default2="(MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68040|MASK_68060)"
3052                         ;;
3053                 *)
3054                         echo "Unknown CPU used in --with-cpu=$with_cpu"  1>&2
3055                         exit 1
3056                         ;;
3057                 esac
3058                 ;;
3060         hppa*-*-* | parisc*-*-*)
3061                 target_cpu_default2="MASK_BIG_SWITCH"
3062                 if test x$gas = xyes
3063                 then
3064                         target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
3065                 fi
3066                 ;;
3068         mips*-*-*)
3069                 if test x$gnu_ld = xyes
3070                 then
3071                         target_cpu_default2="MASK_SPLIT_ADDRESSES"
3072                 fi
3073                 case ${target} in
3074                         mips*el-*-*)
3075                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
3076                                 ;;
3077                 esac
3078                 if test "x$enable_gofast" = xyes
3079                 then
3080                         tm_defines="US_SOFTWARE_GOFAST $tm_defines"
3081                         tmake_file="mips/t-gofast $tmake_file"
3082                 else
3083                         tmake_file="mips/t-mips $tmake_file"
3084                 fi
3085                 ;;
3087         powerpc*-*-* | rs6000-*-*)
3088                 # FIXME: The PowerPC port uses the value set at compile time,
3089                 # although it's only cosmetic.
3090                 if test "x$with_cpu" != x
3091                 then
3092                         target_cpu_default2="\\\"$with_cpu\\\""
3093                 fi
3094                 out_file=rs6000/rs6000.c
3095                 c_target_objs="${c_target_objs} rs6000-c.o"
3096                 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3097                 tmake_file="rs6000/t-rs6000 ${tmake_file}"
3099                 if test x$enable_e500_double = xyes
3100                 then
3101                         tm_file="$tm_file rs6000/e500-double.h"
3102                 fi
3103                 ;;
3105         sh[123456ble]*-*-* | sh-*-*)
3106                 c_target_objs="${c_target_objs} sh-c.o"
3107                 cxx_target_objs="${cxx_target_objs} sh-c.o"
3108                 ;;
3110         sparc*-*-*)
3111                 # Some standard aliases.
3112                 case x$with_cpu in
3113                 xsparc)
3114                         with_cpu=v7
3115                         ;;
3116                 xsparcv9 | xsparc64)
3117                         with_cpu=v9
3118                         ;;
3119                 esac
3121                 # The SPARC port checks this value at compile-time.
3122                 target_cpu_default2="TARGET_CPU_$with_cpu"
3123                 ;;
3124         v850*-*-*)
3125                 # FIXME: The v850 is "special" in that it does not support
3126                 # runtime CPU selection, only --with-cpu.
3127                 case "x$with_cpu" in
3128                 x)
3129                         ;;
3130                 xv850e)
3131                         target_cpu_default2="TARGET_CPU_$with_cpu"
3132                         ;;
3133                 esac
3134                 ;;
3135 esac
3138 all_defaults="abi cpu arch tune schedule float mode fpu divide"
3139 for option in $all_defaults
3141         eval "val=\$with_$option"
3142         if test -n "$val"; then
3143                 case " $supported_defaults " in
3144                 *" $option "*)
3145                         ;;
3146                 *)
3147                         echo "This target does not support --with-$option." 2>&1
3148                         echo "Valid --with options are: $supported_defaults" 2>&1
3149                         exit 1
3150                         ;;
3151                 esac
3153                 if test "x$t" = x
3154                 then
3155                         t="{ \"$option\", \"$val\" }"
3156                 else
3157                         t="${t}, { \"$option\", \"$val\" }"
3158                 fi
3159         fi
3160 done
3162 if test "x$t" = x
3163 then
3164         configure_default_options="{ { NULL, NULL} }"
3165 else
3166         configure_default_options="{ ${t} }"
3169 if test "$target_cpu_default2" != ""
3170 then
3171         if test "$target_cpu_default" != ""
3172         then
3173                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3174         else
3175                 target_cpu_default=$target_cpu_default2
3176         fi