OSDN Git Service

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