OSDN Git Service

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