OSDN Git Service

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