OSDN Git Service

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