OSDN Git Service

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