OSDN Git Service

* config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.
[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         case ${target} in
1527                 mips64el-st-linux-gnu)
1528                         tm_file="${tm_file} mips/st.h"
1529                         tmake_file="${tmake_file} mips/t-st"
1530                         ;;
1531         esac
1532         gnu_ld=yes
1533         gas=yes
1534         test x$with_llsc != x || with_llsc=yes
1535         ;;
1536 mips*-*-linux*)                         # Linux MIPS, either endian.
1537         tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1538         case ${target} in
1539         mipsisa32r2*)
1540                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1541                 ;;
1542         mipsisa32*)
1543                 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1544         esac
1545         test x$with_llsc != x || with_llsc=yes
1546         ;;
1547 mips*-*-openbsd*)
1548         tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1549         target_cpu_default="MASK_ABICALLS"
1550         tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1551         case ${target} in
1552         mips*el-*-openbsd*)
1553             tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1554         *)  tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1555         esac
1556         ;;
1557 mips*-sde-elf*)
1558         tm_file="elfos.h ${tm_file} mips/elf.h mips/sde.h"
1559         tmake_file="mips/t-sde mips/t-libgcc-mips16"
1560         case "${with_newlib}" in
1561           yes)
1562             # newlib / libgloss.
1563             ;;
1564           *)
1565             # MIPS toolkit libraries.
1566             tm_file="$tm_file mips/sdemtk.h"
1567             tmake_file="$tmake_file mips/t-sdemtk"
1568             extra_options="$extra_options mips/sdemtk.opt"
1569             case ${enable_threads} in
1570               "" | yes | mipssde)
1571                 thread_file='mipssde'
1572                 ;;
1573             esac
1574             ;;
1575         esac
1576         case ${target} in
1577           mipsisa32r2*)
1578             tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
1579             ;;
1580           mipsisa32*)
1581             tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
1582             ;;
1583           mipsisa64*)
1584             tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
1585             ;;
1586         esac
1587         ;;
1588 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1589 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
1590 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1591         tm_file="elfos.h ${tm_file} mips/elf.h"
1592         tmake_file="mips/t-isa3264 mips/t-libgcc-mips16"
1593         case ${target} in
1594           mipsisa32r2*)
1595             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1596             ;;
1597           mipsisa32*)
1598             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1599             ;;
1600           mipsisa64*)
1601             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1602             ;;
1603         esac
1604         case ${target} in
1605           mipsisa32*-*-elfoabi*)
1606             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1607             tm_file="${tm_file} mips/elfoabi.h"
1608             ;;
1609           mipsisa64*-*-elfoabi*)
1610             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1611             tm_file="${tm_file} mips/elfoabi.h"
1612             ;;
1613           *-*-elf*)
1614             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1615             ;;
1616         esac
1617         ;;
1618 mipsisa64sr71k-*-elf*)
1619         tm_file="elfos.h ${tm_file} mips/elf.h"
1620         tmake_file=mips/t-sr71k
1621         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1622         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1623         ;;
1624 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1625         tm_file="elfos.h ${tm_file} mips/elf.h"
1626         tmake_file="mips/t-elf mips/t-libgcc-mips16 mips/t-sb1"
1627         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1628         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1629         ;;
1630 mips-*-elf* | mipsel-*-elf*)
1631         tm_file="elfos.h ${tm_file} mips/elf.h"
1632         tmake_file="mips/t-elf mips/t-libgcc-mips16"
1633         ;;
1634 mips64-*-elf* | mips64el-*-elf*)
1635         tm_file="elfos.h ${tm_file} mips/elf.h"
1636         tmake_file="mips/t-elf mips/t-libgcc-mips16"
1637         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1638         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1639         ;;
1640 mips64vr-*-elf* | mips64vrel-*-elf*)
1641         tm_file="mips/vr.h elfos.h ${tm_file} mips/elf.h"
1642         tmake_file=mips/t-vr
1643         ;;
1644 mips64orion-*-elf* | mips64orionel-*-elf*)
1645         tm_file="elfos.h ${tm_file} mips/elforion.h mips/elf.h"
1646         tmake_file="mips/t-elf mips/t-libgcc-mips16"
1647         target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1648         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1649         ;;
1650 mips*-*-rtems*)
1651         tm_file="elfos.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
1652         tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
1653         ;;
1654 mips-wrs-vxworks)
1655         tm_file="elfos.h ${tm_file} svr4.h mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
1656         tmake_file="${tmake_file} mips/t-vxworks"
1657         ;;
1658 mipstx39-*-elf* | mipstx39el-*-elf*)
1659         tm_file="elfos.h ${tm_file} mips/r3900.h mips/elf.h"
1660         tmake_file="mips/t-r3900 mips/t-libgcc-mips16"
1661         ;;
1662 mmix-knuth-mmixware)
1663         need_64bit_hwint=yes
1664         ;;
1665 mn10300-*-*)
1666         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1667         if test x$stabs = xyes
1668         then
1669                 tm_file="${tm_file} dbx.h"
1670         fi
1671         use_collect2=no
1672         ;;
1673 pdp11-*-bsd)
1674         tm_file="${tm_file} pdp11/2bsd.h"
1675         use_fixproto=yes
1676         ;;
1677 pdp11-*-*)
1678         ;;
1679 # port not yet contributed
1680 #powerpc-*-openbsd*)
1681 #       tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
1682 #       extra_headers=
1683 #       ;;
1684 powerpc64-*-linux*)
1685         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1686         test x$with_cpu != x || cpu_is_64bit=yes
1687         test x$cpu_is_64bit != xyes || tm_file="${tm_file} rs6000/default64.h"
1688         tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1689         if test x${enable_secureplt} = xyes; then
1690                 tm_file="rs6000/secureplt.h ${tm_file}"
1691         fi
1692         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1693         tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1694         ;;
1695 powerpc64-*-gnu*)
1696         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"
1697         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1698         tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1699         ;;
1700 powerpc-*-darwin*)
1701         extra_options="${extra_options} rs6000/darwin.opt"
1702         extra_parts="crt2.o"
1703         case ${target} in
1704           *-darwin1[0-9]* | *-darwin[8-9]*)
1705             tmake_file="${tmake_file} rs6000/t-darwin8"
1706             tm_file="${tm_file} rs6000/darwin8.h"
1707             ;;
1708           *-darwin7*)
1709             tm_file="${tm_file} rs6000/darwin7.h"
1710             ;;
1711           *-darwin[0-6]*)
1712             ;;
1713         esac
1714         extra_headers=altivec.h
1715         ;;
1716 powerpc64-*-darwin*)
1717         tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
1718         extra_options="${extra_options} ${cpu_type}/darwin.opt"
1719         # We're omitting t-darwin8 to avoid building any multilibs
1720         extra_headers=altivec.h
1721         ;;
1722 powerpc*-*-freebsd*)
1723         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1724         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1725         extra_options="${extra_options} rs6000/sysv4.opt"
1726         ;;
1727 powerpc-*-netbsd*)
1728         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1729         tmake_file="${tmake_file} rs6000/t-netbsd"
1730         extra_options="${extra_options} rs6000/sysv4.opt"
1731         ;;
1732 powerpc-*-eabispe*)
1733         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"
1734         extra_options="${extra_options} rs6000/sysv4.opt"
1735         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1736         ;;
1737 powerpc-*-eabisimaltivec*)
1738         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"
1739         extra_options="${extra_options} rs6000/sysv4.opt"
1740         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1741         ;;
1742 powerpc-*-eabisim*)
1743         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"
1744         extra_options="${extra_options} rs6000/sysv4.opt"
1745         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1746         ;;
1747 powerpc-*-elf*)
1748         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1749         extra_options="${extra_options} rs6000/sysv4.opt"
1750         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1751         ;;
1752 powerpc-*-eabialtivec*)
1753         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"
1754         extra_options="${extra_options} rs6000/sysv4.opt"
1755         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1756         ;;
1757 powerpc-*-eabi*)
1758         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
1759         extra_options="${extra_options} rs6000/sysv4.opt"
1760         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1761         ;;
1762 powerpc-*-rtems*)
1763         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"
1764         extra_options="${extra_options} rs6000/sysv4.opt"
1765         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
1766         ;;
1767 powerpc-*-linux*altivec*)
1768         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1769         extra_options="${extra_options} rs6000/sysv4.opt"
1770         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1771         ;;
1772 powerpc-*-linux*spe*)
1773         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"
1774         extra_options="${extra_options} rs6000/sysv4.opt"
1775         tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1776         ;;
1777 powerpc-*-linux*paired*)
1778         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/750cl.h"
1779         extra_options="${extra_options} rs6000/sysv4.opt"
1780         tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1781         ;;
1782 powerpc-*-linux*)
1783         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1784         extra_options="${extra_options} rs6000/sysv4.opt"
1785         tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1786         case ${enable_targets}:${cpu_is_64bit} in
1787             *powerpc64* | all:* | *:yes)
1788                 if test x$cpu_is_64bit = xyes; then
1789                     tm_file="${tm_file} rs6000/default64.h"
1790                 fi
1791                 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1792                 tmake_file="$tmake_file rs6000/t-linux64"
1793                 extra_options="${extra_options} rs6000/linux64.opt"
1794                 ;;
1795             *)
1796                 tm_file="${tm_file} rs6000/linux.h"
1797                 ;;
1798         esac
1799         if test x${enable_secureplt} = xyes; then
1800                 tm_file="rs6000/secureplt.h ${tm_file}"
1801         fi
1802         ;;
1803 powerpc-*-gnu-gnualtivec*)
1804         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"
1805         extra_options="${extra_options} rs6000/sysv4.opt"
1806         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1807         if test x$enable_threads = xyes; then
1808                 thread_file='posix'
1809         fi
1810         ;;
1811 powerpc-*-gnu*)
1812         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"
1813         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1814         extra_options="${extra_options} rs6000/sysv4.opt"
1815         if test x$enable_threads = xyes; then
1816                 thread_file='posix'
1817         fi
1818         ;;
1819 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
1820         tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1821         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
1822         extra_options="${extra_options} rs6000/sysv4.opt"
1823         extra_headers=ppc-asm.h
1824         case ${target} in
1825           *-vxworksae*)
1826             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
1827             tmake_file="${tmake_file} rs6000/t-vxworksae"
1828             ;;
1829           *-vxworks*)
1830             tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
1831             ;;
1832         esac
1833         ;;
1834 powerpc-*-lynxos*)
1835         xm_defines=POSIX
1836         tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
1837         tmake_file="t-lynx rs6000/t-lynx"
1838         extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
1839         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1840         extra_options="${extra_options} lynx.opt"
1841         thread_file=lynx
1842         gnu_ld=yes
1843         gas=yes
1844         ;;
1845 powerpcle-*-elf*)
1846         tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1847         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1848         extra_options="${extra_options} rs6000/sysv4.opt"
1849         ;;
1850 powerpcle-*-eabisim*)
1851         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"
1852         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1853         extra_options="${extra_options} rs6000/sysv4.opt"
1854         ;;
1855 powerpcle-*-eabi*)
1856         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"
1857         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1858         extra_options="${extra_options} rs6000/sysv4.opt"
1859         ;;
1860 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
1861         tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1862         tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-newas"
1863         extra_options="${extra_options} rs6000/aix41.opt"
1864         use_collect2=yes
1865         extra_headers=
1866         use_fixproto=yes
1867         ;;
1868 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1869         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
1870         tmake_file=rs6000/t-aix43
1871         extra_options="${extra_options} rs6000/aix64.opt"
1872         use_collect2=yes
1873         thread_file='aix'
1874         extra_headers=
1875         ;;
1876 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1877         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
1878         extra_options="${extra_options} rs6000/aix64.opt"
1879         tmake_file=rs6000/t-aix43
1880         use_collect2=yes
1881         thread_file='aix'
1882         extra_headers=
1883         ;;
1884 rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
1885         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1886         tmake_file=rs6000/t-aix52
1887         extra_options="${extra_options} rs6000/aix64.opt"
1888         use_collect2=yes
1889         thread_file='aix'
1890         extra_headers=
1891         ;;
1892 rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
1893         tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h"
1894         tmake_file=rs6000/t-aix52
1895         extra_options="${extra_options} rs6000/aix64.opt"
1896         use_collect2=yes
1897         thread_file='aix'
1898         extra_headers=altivec.h
1899         ;;
1900 rs6000-ibm-aix[6789].* | powerpc-ibm-aix[6789].*)
1901         tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h"
1902         tmake_file=rs6000/t-aix52
1903         extra_options="${extra_options} rs6000/aix64.opt"
1904         use_collect2=yes
1905         thread_file='aix'
1906         extra_headers=altivec.h
1907         ;;
1908 s390-*-linux*)
1909         tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1910         tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux"
1911         ;;
1912 s390x-*-linux*)
1913         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1914         tm_p_file=s390/s390-protos.h
1915         md_file=s390/s390.md
1916         extra_modes=s390/s390-modes.def
1917         out_file=s390/s390.c
1918         tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux s390/t-linux64"
1919         ;;
1920 s390x-ibm-tpf*)
1921         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
1922         tm_p_file=s390/s390-protos.h
1923         md_file=s390/s390.md
1924         extra_modes=s390/s390-modes.def
1925         out_file=s390/s390.c
1926         extra_parts="crtbeginS.o crtendS.o"
1927         tmake_file="s390/t-crtstuff s390/t-tpf"
1928         thread_file='tpf'
1929         extra_options="${extra_options} s390/tpf.opt"
1930         ;;
1931 score-*-elf)
1932         tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
1933         tmake_file=score/t-score-elf
1934         extra_objs="score7.o score3.o"
1935         ;;
1936 sh-*-elf* | sh[12346l]*-*-elf* | \
1937 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
1938   sh-*-linux* | sh[2346lbe]*-*-linux* | \
1939   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1940    sh64-*-netbsd* | sh64l*-*-netbsd*)
1941         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
1942         if test x${with_endian} = x; then
1943                 case ${target} in
1944                 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
1945                 shbe-*-* | sheb-*-*)               with_endian=big,little ;;
1946                 sh[1234]l* | sh[34]*-*-linux*)     with_endian=little ;;
1947                 shl* | sh64l* | sh*-*-linux* | \
1948                   sh5l* | sh-superh-elf)           with_endian=little,big ;;
1949                 sh[1234]*-*-*)                     with_endian=big ;;
1950                 *)                                 with_endian=big,little ;;
1951                 esac
1952         fi
1953         case ${with_endian} in
1954         big|little)     tmake_file="${tmake_file} sh/t-1e" ;;
1955         big,little|little,big) ;;
1956         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
1957         esac
1958         case ${with_endian} in
1959         little*)        tm_file="sh/little.h ${tm_file}" ;;
1960         esac
1961         tm_file="${tm_file} dbxelf.h elfos.h"
1962         case ${target} in
1963         sh*-*-netbsd*)  ;;
1964         *)              tm_file="${tm_file} svr4.h" ;;
1965         esac
1966         tm_file="${tm_file} sh/elf.h"
1967         case ${target} in
1968         sh*-*-linux*)   tmake_file="${tmake_file} sh/t-linux"
1969                         tm_file="${tm_file} linux.h sh/linux.h" ;;
1970         sh*-*-netbsd*)  tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
1971         sh*-superh-elf) if test x$with_libgloss != xno; then
1972                                 with_libgloss=yes
1973                                 tm_file="${tm_file} sh/newlib.h"
1974                         fi
1975                         tm_file="${tm_file} sh/embed-elf.h sh/superh.h"
1976                         tmake_file="${tmake_file} sh/t-superh"
1977                         extra_options="${extra_options} sh/superh.opt" ;;
1978         *)              if test x$with_newlib = xyes \
1979                            && test x$with_libgloss = xyes; then
1980                                 tm_file="${tm_file} sh/newlib.h"
1981                         fi
1982                         tm_file="${tm_file} sh/embed-elf.h" ;;
1983         esac
1984         case ${target} in
1985         sh5*-*-netbsd*)
1986                 # SHmedia, 32-bit ABI
1987                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
1988                 ;;
1989         sh64*-netbsd*)
1990                 # SHmedia, 64-bit ABI
1991                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
1992                 ;;
1993         *-*-netbsd)
1994                 tmake_file="${tmake_file} sh/t-netbsd"
1995                 ;;
1996         sh64*-*-linux*)
1997                 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
1998                 tm_file="${tm_file} sh/sh64.h"
1999                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2000                 ;;
2001         sh64*)
2002                 tmake_file="${tmake_file} sh/t-sh64"
2003                 tm_file="${tm_file} sh/sh64.h"
2004                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2005                 ;;
2006         *-*-symbianelf*)
2007                 tmake_file="sh/t-symbian"
2008                 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
2009                 extra_objs="symbian.o"
2010                 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
2011                 ;;
2012         esac
2013         # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2014         case `echo ${target} | sed 's/e[lb]-/-/'` in
2015         sh64*-*-netbsd*)        sh_cpu_target=sh5-64media ;;
2016         sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
2017         sh4a_single_only*)      sh_cpu_target=sh4a-single-only ;;
2018         sh4a_single*)           sh_cpu_target=sh4a-single ;;
2019         sh4a_nofpu*)            sh_cpu_target=sh4a-nofpu ;;
2020         sh4al)                  sh_cpu_target=sh4al ;;
2021         sh4a*)                  sh_cpu_target=sh4a ;;
2022         sh4_single_only*)       sh_cpu_target=sh4-single-only ;;
2023         sh4_single*)            sh_cpu_target=sh4-single ;;
2024         sh4_nofpu*)             sh_cpu_target=sh4-nofpu ;;
2025         sh4* | sh-superh-*)     sh_cpu_target=sh4 ;;
2026         sh3e*)                  sh_cpu_target=sh3e ;;
2027         sh*-*-netbsd* | sh3*)   sh_cpu_target=sh3 ;;
2028         sh2a_single_only*)      sh_cpu_target=sh2a-single-only ;;
2029         sh2a_single*)           sh_cpu_target=sh2a-single ;;
2030         sh2a_nofpu*)            sh_cpu_target=sh2a-nofpu ;;
2031         sh2a*)                  sh_cpu_target=sh2a ;;
2032         sh2e*)                  sh_cpu_target=sh2e ;;
2033         sh2*)                   sh_cpu_target=sh2 ;;
2034         *)                      sh_cpu_target=sh1 ;;
2035         esac
2036         # did the user say --without-fp ?
2037         if test x$with_fp = xno; then
2038                 case ${sh_cpu_target} in
2039                 sh5-*media)     sh_cpu_target=${sh_cpu_target}-nofpu ;;
2040                 sh4al | sh1)    ;;
2041                 sh4a* )         sh_cpu_target=sh4a-nofpu ;;
2042                 sh4*)           sh_cpu_target=sh4-nofpu ;;
2043                 sh3*)           sh_cpu_target=sh3 ;;
2044                 sh2a*)          sh_cpu_target=sh2a-nofpu ;;
2045                 sh2*)           sh_cpu_target=sh2 ;;
2046                 *)      echo --without-fp not available for $target: ignored
2047                 esac
2048                 tm_defines="$tm_defines STRICT_NOFPU=1"
2049         fi
2050         sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2051         case $sh_cpu_default in
2052         sh5-64media-nofpu | sh5-64media | \
2053           sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
2054           sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2055           sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2056           sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
2057           sh3e | sh3 | sh2e | sh2 | sh1) ;;
2058         "")     sh_cpu_default=${sh_cpu_target} ;;
2059         *)      echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2060         esac
2061         sh_multilibs=${with_multilib_list}
2062         if test x${sh_multilibs} = x ; then
2063                 case ${target} in
2064                 sh64-superh-linux* | \
2065                 sh[1234]*)      sh_multilibs=${sh_cpu_target} ;;
2066                 sh64* | sh5*)   sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2067                 sh-superh-*)    sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2068                 sh*-*-linux*)   sh_multilibs=m1,m3e,m4 ;;
2069                 sh*-*-netbsd*)  sh_multilibs=m3,m3e,m4 ;;
2070                 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2071                 esac
2072                 if test x$with_fp = xno; then
2073                         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`"
2074                 fi
2075         fi
2076         target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2077         tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2078         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-`
2079         for sh_multilib in ${sh_multilibs}; do
2080                 case ${sh_multilib} in
2081                 sh1 | sh2 | sh2e | sh3 | sh3e | \
2082                 sh4 | sh4-single | sh4-single-only | sh4-nofpu | sh4-300 |\
2083                 sh4a | sh4a-single | sh4a-single-only | sh4a-nofpu | sh4al | \
2084                 sh2a | sh2a-single | sh2a-single-only | sh2a-nofpu | \
2085                 sh5-64media | sh5-64media-nofpu | \
2086                 sh5-32media | sh5-32media-nofpu | \
2087                 sh5-compact | sh5-compact-nofpu)
2088                         tmake_file="${tmake_file} sh/t-mlib-${sh_multilib}"
2089                         tm_defines="$tm_defines SUPPORT_`echo $sh_multilib|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2090                         ;;
2091                 *)
2092                         echo "with_multilib_list=${sh_multilib} not supported."
2093                         exit 1
2094                         ;;
2095                 esac
2096         done
2097         if test x${enable_incomplete_targets} = xyes ; then
2098                 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"
2099         fi
2100         ;;
2101 sh-*-rtems*)
2102         tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
2103         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
2104         ;;
2105 sh-wrs-vxworks)
2106         tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
2107         tm_file="${tm_file} elfos.h svr4.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
2108         ;;
2109 sh-*-*)
2110         tm_file="${tm_file} dbxcoff.h sh/coff.h"
2111         ;;
2112 sparc-*-netbsdelf*)
2113         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2114         extra_options="${extra_options} sparc/long-double-switch.opt"
2115         ;;
2116 sparc64-*-openbsd*)
2117         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"
2118         extra_options="${extra_options} sparc/little-endian.opt"
2119         gas=yes gnu_ld=yes
2120         with_cpu=ultrasparc
2121         ;;
2122 sparc-*-elf*)
2123         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h"
2124         tmake_file="sparc/t-elf sparc/t-crtfm"
2125         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2126         ;;
2127 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
2128         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h"
2129         extra_options="${extra_options} sparc/long-double-switch.opt"
2130         tmake_file="${tmake_file} sparc/t-linux"
2131         if test x$enable_targets = xall; then
2132                 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
2133                 tmake_file="${tmake_file} sparc/t-linux64"
2134         else
2135                 tm_file="${tm_file} sparc/linux.h"
2136         fi
2137         tmake_file="${tmake_file} sparc/t-crtfm"
2138         ;;
2139 sparc-*-rtems*)
2140         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h"
2141         tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2142         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2143         ;;
2144 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2145         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2146         case ${target} in
2147         *-*-solaris2.1[0-9]*)
2148                 tm_file="${tm_file} sol2-10.h"
2149                 ;;
2150         esac
2151         tm_file="${tm_file} sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
2152         if test x$gnu_ld = xyes; then
2153                 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2154         fi
2155         if test x$gas = xyes; then
2156                 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
2157         fi
2158         tm_file="${tm_file} tm-dwarf2.h"
2159         tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2160         if test x$gnu_ld = xyes; then
2161                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2162         else
2163                 tmake_file="$tmake_file t-slibgcc-sld"
2164         fi
2165         c_target_objs="sol2-c.o"
2166         cxx_target_objs="sol2-c.o"
2167         extra_objs="sol2.o"
2168         tm_p_file="${tm_p_file} sol2-protos.h"
2169         extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2170         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2171           "":yes:* | yes:yes:* ) thread_file=posix ;;
2172           "":*:yes | yes:*:yes ) thread_file=solaris ;;
2173         esac
2174         ;;
2175 sparc-*-solaris2*)
2176         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2177         case ${target} in
2178         *-*-solaris2.1[0-9]*)
2179                 tm_file="${tm_file} sol2-10.h"
2180                 ;;
2181         esac
2182         tm_file="${tm_file} sparc/sol2.h"
2183         if test x$gnu_ld = xyes; then
2184                 tm_file="${tm_file} sparc/sol2-gld.h"
2185         fi
2186         if test x$gas = xyes; then
2187                 tm_file="${tm_file} sparc/sol2-gas.h"
2188         fi
2189         tmake_file="t-sol2 sparc/t-sol2 sparc/t-crtfm"
2190         if test x$gnu_ld = xyes; then
2191                 tmake_file="$tmake_file t-slibgcc-elf-ver"
2192         else
2193                 tmake_file="$tmake_file t-slibgcc-sld"
2194         fi
2195         tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2196         if test x$gnu_ld = xyes; then
2197                 tm_file="${tm_file} sparc/sol2-gld-bi.h"
2198         fi
2199         if test x$gas = xyes; then
2200                 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2201         fi
2202         tm_file="${tm_file} tm-dwarf2.h"
2203         tmake_file="$tmake_file sparc/t-sol2-64"
2204         test x$with_cpu != x || with_cpu=v9
2205         c_target_objs="sol2-c.o"
2206         cxx_target_objs="sol2-c.o"
2207         extra_objs="sol2.o"
2208         tm_p_file="${tm_p_file} sol2-protos.h"
2209         extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2210         case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2211           "":yes:* | yes:yes:* )
2212                 thread_file=posix
2213                 ;;
2214           "":*:yes | yes:*:yes )
2215                 thread_file=solaris
2216                 ;;
2217         esac
2218         ;;
2219 sparc-wrs-vxworks)
2220         tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2221         tmake_file="${tmake_file} sparc/t-vxworks"
2222         ;;
2223 sparc64-*-elf*)
2224         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h"
2225         extra_options="${extra_options} sparc/little-endian.opt"
2226         tmake_file="${tmake_file} sparc/t-crtfm"
2227         extra_parts="crtbegin.o crtend.o"
2228         ;;
2229 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2230         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2231         extra_options="${extra_options} sparc/long-double-switch.opt"
2232         tmake_file="${tmake_file} sparc/t-crtfm"
2233         case "x$with_cpu" in
2234                 xultrasparc) ;;
2235                 x) with_cpu=ultrasparc ;;
2236                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2237         esac
2238         ;;
2239 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
2240         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h sparc/linux64.h"
2241         extra_options="${extra_options} sparc/long-double-switch.opt"
2242         tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2243         ;;
2244 sparc64-*-netbsd*)
2245         tm_file="sparc/biarch64.h ${tm_file}"
2246         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2247         extra_options="${extra_options} sparc/long-double-switch.opt"
2248         tmake_file="${tmake_file} sparc/t-netbsd64"
2249         ;;
2250 spu-*-elf*)
2251         tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h"
2252         tmake_file="spu/t-spu-elf"
2253         extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h"
2254         extra_modes=spu/spu-modes.def
2255         c_target_objs="${c_target_objs} spu-c.o"
2256         cxx_target_objs="${cxx_target_objs} spu-c.o"
2257         ;;
2258 v850e1-*-*)
2259         target_cpu_default="TARGET_CPU_v850e1"
2260         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2261         tm_p_file=v850/v850-protos.h
2262         tmake_file=v850/t-v850e
2263         md_file=v850/v850.md
2264         out_file=v850/v850.c
2265         extra_options="${extra_options} v850/v850.opt"
2266         if test x$stabs = xyes
2267         then
2268                 tm_file="${tm_file} dbx.h"
2269         fi
2270         use_collect2=no
2271         c_target_objs="v850-c.o"
2272         cxx_target_objs="v850-c.o"
2273         ;;
2274 v850e-*-*)
2275         target_cpu_default="TARGET_CPU_v850e"
2276         tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2277         tm_p_file=v850/v850-protos.h
2278         tmake_file=v850/t-v850e
2279         md_file=v850/v850.md
2280         out_file=v850/v850.c
2281         extra_options="${extra_options} v850/v850.opt"
2282         if test x$stabs = xyes
2283         then
2284                 tm_file="${tm_file} dbx.h"
2285         fi
2286         use_collect2=no
2287         c_target_objs="v850-c.o"
2288         cxx_target_objs="v850-c.o"
2289         ;;
2290 v850-*-*)
2291         target_cpu_default="TARGET_CPU_generic"
2292         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2293         tmake_file=v850/t-v850
2294         if test x$stabs = xyes
2295         then
2296                 tm_file="${tm_file} dbx.h"
2297         fi
2298         use_collect2=no
2299         c_target_objs="v850-c.o"
2300         cxx_target_objs="v850-c.o"
2301         ;;
2302 vax-*-netbsdelf*)
2303         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2304         ;;
2305 vax-*-netbsd*)
2306         tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2307         tmake_file=t-netbsd
2308         extra_parts=""
2309         use_collect2=yes
2310         ;;
2311 vax-*-openbsd*)
2312         tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2313         use_collect2=yes
2314         ;;
2315 xstormy16-*-elf)
2316         # For historical reasons, the target files omit the 'x'.
2317         tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2318         tm_p_file=stormy16/stormy16-protos.h
2319         md_file=stormy16/stormy16.md
2320         out_file=stormy16/stormy16.c
2321         extra_options=stormy16/stormy16.opt
2322         tmake_file="stormy16/t-stormy16"
2323         extra_parts="crtbegin.o crtend.o"
2324         ;;
2325 xtensa-*-elf*)
2326         tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2327         tmake_file="xtensa/t-xtensa xtensa/t-elf"
2328         ;;
2329 xtensa-*-linux*)
2330         tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2331         tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
2332         ;;
2333 am33_2.0-*-linux*)
2334         tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2335         tmake_file="${tmake_file} mn10300/t-linux"
2336         gas=yes gnu_ld=yes
2337         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2338         use_collect2=no
2339         ;;
2340 m32c-*-elf*)
2341         tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2342         c_target_objs="m32c-pragma.o"
2343         cxx_target_objs="m32c-pragma.o"
2344         ;;
2345 *)
2346         echo "*** Configuration ${target} not supported" 1>&2
2347         exit 1
2348         ;;
2349 esac
2350
2351 case ${target} in
2352 i[34567]86-*-linux* | x86_64-*-linux*)
2353         tmake_file="${tmake_file} i386/t-pmm_malloc"
2354         ;;
2355 i[34567]86-*-* | x86_64-*-*)
2356         tmake_file="${tmake_file} i386/t-gmm_malloc"
2357         ;;
2358 esac
2359
2360 # Support for --with-cpu and related options (and a few unrelated options,
2361 # too).
2362 case ${with_cpu} in
2363   yes | no)
2364     echo "--with-cpu must be passed a value" 1>&2
2365     exit 1
2366     ;;
2367 esac
2368
2369 # If there is no $with_cpu option, try to infer one from ${target}.
2370 # This block sets nothing except for with_cpu.
2371 if test x$with_cpu = x ; then
2372   case ${target} in
2373     i386-*-*)
2374       with_cpu=i386
2375       ;;
2376     i486-*-*)
2377       with_cpu=i486
2378       ;;
2379     i586-*-*)
2380       case ${target_noncanonical} in
2381         k6_2-*)
2382           with_cpu=k6-2
2383           ;;
2384         k6_3-*)
2385           with_cpu=k6-3
2386           ;;
2387         k6-*)
2388           with_cpu=k6
2389           ;;
2390         pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2391           with_cpu=pentium-mmx
2392           ;;
2393         *)
2394           with_cpu=pentium
2395           ;;
2396       esac
2397       ;;
2398     i686-*-* | i786-*-*)
2399       case ${target_noncanonical} in
2400         amdfam10-*|barcelona-*)
2401           with_cpu=amdfam10
2402           ;;
2403         k8-*|opteron-*|athlon_64-*)
2404           with_cpu=k8
2405           ;;
2406         athlon_xp-*|athlon_mp-*|athlon_4-*)
2407           with_cpu=athlon-4
2408           ;;
2409         athlon_tbird-*|athlon-*)
2410           with_cpu=athlon
2411           ;;
2412         geode-*)
2413           with_cpu=geode
2414           ;;
2415         pentium2-*)
2416           with_cpu=pentium2
2417           ;;
2418         pentium3-*|pentium3m-*)
2419           with_cpu=pentium3
2420           ;;
2421         pentium4-*|pentium4m-*)
2422           with_cpu=pentium4
2423           ;;
2424         prescott-*)
2425           with_cpu=prescott
2426           ;;
2427         nocona-*)
2428           with_cpu=nocona
2429           ;;
2430         core2-*)
2431           with_cpu=core2
2432           ;;
2433         pentium_m-*)
2434           with_cpu=pentium-m
2435           ;;
2436         pentiumpro-*)
2437           with_cpu=pentiumpro
2438           ;;
2439         *)
2440           with_cpu=generic
2441           ;;
2442       esac
2443       ;;
2444     x86_64-*-*)
2445       case ${target_noncanonical} in
2446         amdfam10-*|barcelona-*)
2447           with_cpu=amdfam10
2448           ;;
2449         k8-*|opteron-*|athlon_64-*)
2450           with_cpu=k8
2451           ;;
2452         nocona-*)
2453           with_cpu=nocona
2454           ;;
2455         core2-*)
2456           with_cpu=core2
2457           ;;
2458         *)
2459           with_cpu=generic
2460           ;;
2461       esac
2462       ;;
2463     alphaev6[78]*-*-*)
2464       with_cpu=ev67
2465       ;;
2466     alphaev6*-*-*)
2467       with_cpu=ev6
2468       ;;
2469     alphapca56*-*-*)
2470       with_cpu=pca56
2471       ;;
2472     alphaev56*-*-*)
2473       with_cpu=ev56
2474       ;;
2475     alphaev5*-*-*)
2476       with_cpu=ev5
2477       ;;
2478     frv-*-*linux* | frv400-*-*linux*)
2479       with_cpu=fr400
2480       ;;
2481     frv550-*-*linux*)
2482       with_cpu=fr550
2483       ;;
2484     m68k*-*-*)
2485       case "$with_arch" in
2486         "cf")
2487           with_cpu=${default_cf_cpu}
2488           ;;
2489         "" | "m68k")
2490           with_cpu=m${default_m68k_cpu}
2491           ;;
2492       esac
2493       ;;
2494     mips*-*-vxworks)
2495       with_arch=mips2
2496       ;;
2497     sparc*-*-*)
2498       with_cpu="`echo ${target} | sed 's/-.*$//'`"
2499       ;;
2500   esac
2501
2502   # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
2503   case ${target} in
2504     i[34567]86-*-*|x86_64-*-*)
2505       if test x$with_cpu != x; then
2506         if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
2507           if test x$with_cpu_32 = x; then
2508             with_cpu_32=$with_cpu
2509           fi
2510           if test x$with_cpu_64 = x; then
2511             with_cpu_64=$with_cpu
2512           fi
2513           with_cpu=
2514         fi
2515       fi
2516       ;;
2517   esac
2518 fi
2519
2520 # Similarly for --with-schedule.
2521 if test x$with_schedule = x; then
2522         case ${target} in
2523         hppa1*)
2524                 # Override default PA8000 scheduling model.
2525                 with_schedule=7100LC
2526                 ;;
2527         esac
2528 fi
2529
2530 # Validate and mark as valid any --with options supported
2531 # by this target.  In order to use a particular --with option
2532 # you must list it in supported_defaults; validating the value
2533 # is optional.  This case statement should set nothing besides
2534 # supported_defaults.
2535
2536 supported_defaults=
2537 case "${target}" in
2538         alpha*-*-*)
2539                 supported_defaults="cpu tune"
2540                 for which in cpu tune; do
2541                         eval "val=\$with_$which"
2542                         case "$val" in
2543                         "" \
2544                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2545                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2546                         | 21264a)
2547                                 ;;
2548                         *)
2549                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
2550                                 exit 1
2551                                 ;;
2552                         esac
2553                 done
2554                 ;;
2555
2556         arm*-*-*)
2557                 supported_defaults="arch cpu float tune fpu abi mode"
2558                 for which in cpu tune; do
2559                         # See if it matches any of the entries in arm-cores.def
2560                         eval "val=\$with_$which"
2561                         if [ x"$val" = x ] \
2562                             || grep "^ARM_CORE(\"$val\"," \
2563                                     ${srcdir}/config/arm/arm-cores.def \
2564                                     > /dev/null; then
2565                           # Ok
2566                           new_val=`grep "^ARM_CORE(\"$val\"," \
2567                                 ${srcdir}/config/arm/arm-cores.def | \
2568                                 sed -e 's/^[^,]*,[      ]*//' | \
2569                                 sed -e 's/,.*$//'`
2570                           eval "target_${which}_cname=$new_val"
2571                         echo "For $val real value is $new_val"
2572                           true
2573                         else
2574                           echo "Unknown CPU used in --with-$which=$val" 1>&2
2575                           exit 1
2576                         fi
2577                 done
2578
2579                 case "$with_arch" in
2580                 "" \
2581                 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
2582                 | armv5te | armv6j |armv6k | armv6z | armv6zk | armv6-m \
2583                 | armv7 | armv7-a | armv7-r | armv7-m \
2584                 | iwmmxt | ep9312)
2585                         # OK
2586                         ;;
2587                 *)
2588                         echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2589                         exit 1
2590                         ;;
2591                 esac
2592
2593                 case "$with_float" in
2594                 "" \
2595                 | soft | hard | softfp)
2596                         # OK
2597                         ;;
2598                 *)
2599                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2600                         exit 1
2601                         ;;
2602                 esac
2603
2604                 case "$with_fpu" in
2605                 "" \
2606                 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 | neon )
2607                         # OK
2608                         ;;
2609                 *)
2610                         echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
2611                         exit 1
2612                         ;;
2613                 esac
2614
2615                 case "$with_abi" in
2616                 "" \
2617                 | apcs-gnu | atpcs | aapcs | iwmmxt )
2618                         #OK
2619                         ;;
2620                 *)
2621                         echo "Unknown ABI used in --with-abi=$with_abi"
2622                         exit 1
2623                         ;;
2624                 esac
2625
2626                 case "$with_mode" in
2627                 "" \
2628                 | arm | thumb )
2629                         #OK
2630                         ;;
2631                 *)
2632                         echo "Unknown mode used in --with-mode=$with_mode"
2633                         exit 1
2634                         ;;
2635                 esac
2636
2637                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2638                         echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
2639                 fi
2640                 ;;
2641
2642         fr*-*-*linux*)
2643                 supported_defaults=cpu
2644                 case "$with_cpu" in
2645                 fr400) ;;
2646                 fr550) ;;
2647                 *)
2648                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2649                         exit 1
2650                         ;;
2651                 esac
2652                 ;;
2653
2654         fido-*-* | m68k*-*-*)
2655                 supported_defaults="arch cpu"
2656                 case "$with_arch" in
2657                 "" | "m68k"| "cf")
2658                         m68k_arch_family="$with_arch"
2659                         ;;
2660                 *)
2661                         echo "Invalid --with-arch=$with_arch" 1>&2
2662                         exit 1
2663                         ;;
2664                 esac
2665
2666                 # We always have a $with_cpu setting here.
2667                 case "$with_cpu" in
2668                 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
2669                         m68k_cpu_ident=$with_cpu
2670                         ;;
2671                 "m68020-40")
2672                         m68k_cpu_ident=m68020
2673                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
2674                         ;;
2675                 "m68020-60")
2676                         m68k_cpu_ident=m68020
2677                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
2678                         ;;
2679                 *)
2680                         # We need the C identifier rather than the string.
2681                         m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
2682                            'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
2683                             $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
2684                                  ${srcdir}/config/m68k/m68k-devices.def`
2685                         if [ x"$m68k_cpu_ident" = x ] ; then
2686                                 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
2687                                 exit 1
2688                         fi
2689                         with_cpu="mcpu=$with_cpu"
2690                         ;;
2691                 esac
2692                 ;;
2693
2694         hppa*-*-*)
2695                 supported_defaults="arch schedule"
2696
2697                 case "$with_arch" in
2698                 "" | 1.0 | 1.1 | 2.0)
2699                         # OK
2700                         ;;
2701                 *)
2702                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2703                         exit 1
2704                         ;;
2705                 esac
2706
2707                 case "$with_schedule" in
2708                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
2709                         # OK
2710                         ;;
2711                 *)
2712                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2713                         exit 1
2714                         ;;
2715                 esac
2716                 ;;
2717
2718         i[34567]86-*-* | x86_64-*-*)
2719                 supported_defaults="arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
2720                 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
2721                         eval "val=\$with_$which"
2722                         case ${val} in
2723                         i386 | i486 \
2724                         | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2725                         | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2726                         | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
2727                         | athlon-4 | athlon-xp | athlon-mp | geode \
2728                         | prescott | pentium-m | pentium4m | pentium3m)
2729                                 case "${target}" in
2730                                   x86_64-*-*)
2731                                       case "x$which" in
2732                                         *_32)
2733                                                 ;;
2734                                         *)
2735                                                 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
2736                                                 exit 1
2737                                                 ;;
2738                                       esac
2739                                       ;;
2740                                 esac
2741                                 # OK
2742                                 ;;
2743                         "" | amdfam10 | barcelona | k8 | opteron | athlon64 | athlon-fx | nocona | core2 | generic)
2744                                 # OK
2745                                 ;;
2746                         *)
2747                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
2748                                 exit 1
2749                                 ;;
2750                         esac
2751                 done
2752                 ;;
2753
2754         mips*-*-*)
2755                 supported_defaults="abi arch float tune divide llsc"
2756
2757                 case ${with_float} in
2758                 "" | soft | hard)
2759                         # OK
2760                         ;;
2761                 *)
2762                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2763                         exit 1
2764                         ;;
2765                 esac
2766
2767                 case ${with_abi} in
2768                 "" | 32 | o64 | n32 | 64 | eabi)
2769                         # OK
2770                         ;;
2771                 *)
2772                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
2773                         exit 1
2774                         ;;
2775                 esac
2776
2777                 case ${with_divide} in
2778                 "" | breaks | traps)
2779                         # OK
2780                         ;;
2781                 *)
2782                         echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
2783                         exit 1
2784                         ;;
2785                 esac
2786
2787                 case ${with_llsc} in
2788                 yes)
2789                         with_llsc=llsc
2790                         ;;
2791                 no)
2792                         with_llsc="no-llsc"
2793                         ;;
2794                 "")
2795                         # OK
2796                         ;;
2797                 *)
2798                         echo "Unknown llsc type used in --with-llsc" 1>&2
2799                         exit 1
2800                         ;;
2801                 esac
2802                 ;;
2803
2804         powerpc*-*-* | rs6000-*-*)
2805                 supported_defaults="cpu float tune"
2806
2807                 for which in cpu tune; do
2808                         eval "val=\$with_$which"
2809                         case ${val} in
2810                         default32 | default64)
2811                                 with_which="with_$which"
2812                                 eval $with_which=
2813                                 ;;
2814                         405cr)
2815                                 tm_defines="${tm_defines} CONFIG_PPC405CR"
2816                                 eval "with_$which=405"
2817                                 ;;
2818                         "" | common \
2819                         | power | power[23456] | power6x | powerpc | powerpc64 \
2820                         | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
2821                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
2822                         | 505 | 601 | 602 | 603 | 603e | ec603e | 604 \
2823                         | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 | e300c[23] \
2824                         | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
2825                                 # OK
2826                                 ;;
2827                         *)
2828                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2829                                 exit 1
2830                                 ;;
2831                         esac
2832                 done
2833                 ;;
2834
2835         s390*-*-*)
2836                 supported_defaults="arch mode tune"
2837
2838                 for which in arch tune; do
2839                         eval "val=\$with_$which"
2840                         case ${val} in
2841                         "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10)
2842                                 # OK
2843                                 ;;
2844                         *)
2845                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2846                                 exit 1
2847                                 ;;
2848                         esac
2849                 done
2850
2851                 case ${with_mode} in
2852                 "" | esa | zarch)
2853                         # OK
2854                         ;;
2855                 *)
2856                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
2857                         exit 1
2858                         ;;
2859                 esac
2860                 ;;
2861
2862         sh[123456ble]-*-* | sh-*-*)
2863                 supported_defaults="cpu"
2864                 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
2865                 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
2866                         # OK
2867                         ;;
2868                 m2a | m2a-single | m2a-single-only | m2a-nofpu)
2869                         ;;
2870                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
2871                         ;;
2872                 *)
2873                         echo "Unknown CPU used in --with-cpu=$with_cpu, known values:"  1>&2
2874                         echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
2875                         echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
2876                         echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
2877                         exit 1
2878                         ;;
2879                 esac
2880                 ;;
2881         sparc*-*-*)
2882                 supported_defaults="cpu float tune"
2883
2884                 for which in cpu tune; do
2885                         eval "val=\$with_$which"
2886                         case ${val} in
2887                         "" | sparc | sparcv9 | sparc64 | sparc86x \
2888                         | v7 | cypress | v8 | supersparc | sparclite | f930 \
2889                         | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
2890                         | v9 | ultrasparc | ultrasparc3 | niagara | niagara2)
2891                                 # OK
2892                                 ;;
2893                         *)
2894                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
2895                                 exit 1
2896                                 ;;
2897                         esac
2898                 done
2899
2900                 case ${with_float} in
2901                 "" | soft | hard)
2902                         # OK
2903                         ;;
2904                 *)
2905                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2906                         exit 1
2907                         ;;
2908                 esac
2909                 ;;
2910
2911         spu-*-*)
2912                 supported_defaults="arch tune"
2913
2914                 for which in arch tune; do
2915                         eval "val=\$with_$which"
2916                         case ${val} in
2917                         "" | cell | celledp)
2918                                 # OK
2919                                 ;;
2920                         *)
2921                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
2922                                 exit 1
2923                                 ;;
2924                         esac
2925                 done
2926                 ;;
2927
2928         v850*-*-*)
2929                 supported_defaults=cpu
2930                 case ${with_cpu} in
2931                 "" | v850e | v850e1)
2932                         # OK
2933                         ;;
2934                 *)
2935                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2936                         exit 1
2937                         ;;
2938                 esac
2939                 ;;
2940 esac
2941
2942 # Set some miscellaneous flags for particular targets.
2943 target_cpu_default2=
2944 case ${target} in
2945         alpha*-*-*)
2946                 if test x$gas = xyes
2947                 then
2948                         target_cpu_default2="MASK_GAS"
2949                 fi
2950                 ;;
2951
2952         arm*-*-*)
2953                 if test x$target_cpu_cname = x
2954                 then
2955                         target_cpu_default2=TARGET_CPU_generic
2956                 else
2957                         target_cpu_default2=TARGET_CPU_$target_cpu_cname
2958                 fi
2959                 ;;
2960
2961         hppa*-*-*)
2962                 target_cpu_default2="MASK_BIG_SWITCH"
2963                 if test x$gas = xyes
2964                 then
2965                         target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
2966                 fi
2967                 ;;
2968
2969         fido*-*-* | m68k*-*-*)
2970                 target_cpu_default2=$m68k_cpu_ident
2971                 if [ x"$m68k_arch_family" != x ]; then
2972                         tmake_file="m68k/t-$m68k_arch_family $tmake_file"
2973                 fi
2974                 ;;
2975
2976         mips*-*-*)
2977                 if test x$gnu_ld = xyes
2978                 then
2979                         target_cpu_default2="MASK_SPLIT_ADDRESSES"
2980                 fi
2981                 case ${target} in
2982                         mips*el-*-*)
2983                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2984                                 ;;
2985                 esac
2986                 if test "x$enable_gofast" = xyes
2987                 then
2988                         tm_defines="US_SOFTWARE_GOFAST $tm_defines"
2989                         tmake_file="mips/t-gofast $tmake_file"
2990                 else
2991                         tmake_file="mips/t-mips $tmake_file"
2992                 fi
2993                 ;;
2994
2995         powerpc*-*-* | rs6000-*-*)
2996                 # FIXME: The PowerPC port uses the value set at compile time,
2997                 # although it's only cosmetic.
2998                 if test "x$with_cpu" != x
2999                 then
3000                         target_cpu_default2="\\\"$with_cpu\\\""
3001                 fi
3002                 out_file=rs6000/rs6000.c
3003                 c_target_objs="${c_target_objs} rs6000-c.o"
3004                 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3005                 tmake_file="rs6000/t-rs6000 ${tmake_file}"
3006
3007                 if test x$enable_e500_double = xyes
3008                 then
3009                         tm_file="$tm_file rs6000/e500-double.h"
3010                 fi
3011                 ;;
3012
3013         sh[123456ble]*-*-* | sh-*-*)
3014                 c_target_objs="${c_target_objs} sh-c.o"
3015                 cxx_target_objs="${cxx_target_objs} sh-c.o"
3016                 ;;
3017
3018         sparc*-*-*)
3019                 # Some standard aliases.
3020                 case x$with_cpu in
3021                 xsparc)
3022                         with_cpu=v7
3023                         ;;
3024                 xsparcv9 | xsparc64)
3025                         with_cpu=v9
3026                         ;;
3027                 esac
3028
3029                 # The SPARC port checks this value at compile-time.
3030                 target_cpu_default2="TARGET_CPU_$with_cpu"
3031                 ;;
3032         v850*-*-*)
3033                 # FIXME: The v850 is "special" in that it does not support
3034                 # runtime CPU selection, only --with-cpu.
3035                 case "x$with_cpu" in
3036                 x)
3037                         ;;
3038                 xv850e)
3039                         target_cpu_default2="TARGET_CPU_$with_cpu"
3040                         ;;
3041                 esac
3042                 ;;
3043 esac
3044
3045 t=
3046 all_defaults="abi cpu cpu_32 cpu_64 arch arch_32 arch_64 tune tune_32 tune_64 schedule float mode fpu divide llsc"
3047 for option in $all_defaults
3048 do
3049         eval "val=\$with_$option"
3050         if test -n "$val"; then
3051                 case " $supported_defaults " in
3052                 *" $option "*)
3053                         ;;
3054                 *)
3055                         echo "This target does not support --with-$option." 2>&1
3056                         echo "Valid --with options are: $supported_defaults" 2>&1
3057                         exit 1
3058                         ;;
3059                 esac
3060
3061                 if test "x$t" = x
3062                 then
3063                         t="{ \"$option\", \"$val\" }"
3064                 else
3065                         t="${t}, { \"$option\", \"$val\" }"
3066                 fi
3067         fi
3068 done
3069
3070 if test "x$t" = x
3071 then
3072         configure_default_options="{ { NULL, NULL} }"
3073 else
3074         configure_default_options="{ ${t} }"
3075 fi
3076
3077 if test "$target_cpu_default2" != ""
3078 then
3079         if test "$target_cpu_default" != ""
3080         then
3081                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3082         else
3083                 target_cpu_default=$target_cpu_default2
3084         fi
3085 fi