OSDN Git Service

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