* decl2.c (collect_candidates_for_java_method_aliases): Remove.
[official-gcc.git] / gcc / config.gcc
blobe993e5d768c292721375c56c308d37a8e5731cbb
1 # GCC target-specific configuration file.
2 # Copyright (C) 1997-2015 Free Software Foundation, Inc.
4 #This file is part of GCC.
6 #GCC is free software; you can redistribute it and/or modify it under
7 #the terms of the GNU General Public License as published by the Free
8 #Software Foundation; either version 3, or (at your option) any later
9 #version.
11 #GCC is distributed in the hope that it will be useful, but WITHOUT
12 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 #FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 #for more details.
16 #You should have received a copy of the GNU General Public License
17 #along with GCC; see the file COPYING3.  If not see
18 #<http://www.gnu.org/licenses/>.
20 # This is the GCC target-specific configuration file
21 # where a configuration type is mapped to different system-specific
22 # definitions and files.  This is invoked by the autoconf-generated
23 # configure script.  Putting it in a separate shell file lets us skip
24 # running autoconf when modifying target-specific information.
26 # When you change the cases in the OS or target switches, consider
27 # updating ../libgcc/config.host also.
29 # This file switches on the shell variable ${target}, and also uses the
30 # following shell variables:
32 #  with_*               Various variables as set by configure.
34 #  enable_threads       Either the name, yes or no depending on whether
35 #                       threads support was requested.
37 #  default_use_cxa_atexit
38 #                         The default value for the $enable___cxa_atexit
39 #                       variable.  enable___cxa_atexit needs to be set to
40 #                       "yes" for the correct operation of C++ destructors
41 #                       but it relies upon the presence of a non-standard C
42 #                       library function called __cxa_atexit.
43 #                         Since not all C libraries provide __cxa_atexit the
44 #                       default value of $default_use_cxa_atexit is set to
45 #                       "no" except for targets which are known to be OK.
47 #  default_gnu_indirect_function
48 #                       The default value for the $enable_gnu_indirect_function
49 #                       variable.  enable_gnu_indirect_function relies
50 #                       upon the presence of a non-standard gnu ifunc support
51 #                       in the assembler, linker and dynamic linker.
52 #                       Since not all libraries provide the dynamic linking
53 #                       support, the default value of
54 #                       $default_gnu_indirect_function is set to
55 #                       "no" except for targets which are known to be OK.
57 #  gas_flag             Either yes or no depending on whether GNU as was
58 #                       requested.
60 #  gnu_ld_flag          Either yes or no depending on whether GNU ld was
61 #                       requested.
63 # This file sets the following shell variables for use by the
64 # autoconf-generated configure script:
66 #  cpu_type             The name of the cpu, if different from the first
67 #                       chunk of the canonical target name.
69 #  tm_defines           List of target macros to define for all compilations.
71 #  tm_file              A list of target macro files, if different from
72 #                       "$cpu_type/$cpu_type.h". Usually it's constructed
73 #                       per target in a way like this:
74 #                       tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type.h}/elf.h"
75 #                       Note that the preferred order is:
76 #                       - specific target header "${cpu_type}/${cpu_type.h}"
77 #                       - generic headers like dbxelf.h elfos.h, etc.
78 #                       - specializing target headers like ${cpu_type.h}/elf.h
79 #                       This helps to keep OS specific stuff out of the CPU
80 #                       defining header ${cpu_type}/${cpu_type.h}.
82 #                       It is possible to include automatically-generated
83 #                       build-directory files by prefixing them with "./".
84 #                       All other files should relative to $srcdir/config.
86 #  tm_p_file            Location of file with declarations for functions
87 #                       in $out_file.
89 #  out_file             The name of the machine description C support
90 #                       file, if different from "$cpu_type/$cpu_type.c".
92 #  common_out_file      The name of the source file for code shared between
93 #                       the compiler proper and the driver.
95 #  md_file              The name of the machine-description file, if
96 #                       different from "$cpu_type/$cpu_type.md".
98 #  tmake_file           A list of machine-description-specific
99 #                       makefile-fragments, if different from
100 #                       "$cpu_type/t-$cpu_type".
102 #  extra_modes          The name of the file containing a list of extra
103 #                       machine modes, if necessary and different from
104 #                       "$cpu_type/$cpu_type-modes.def".
106 #  extra_objs           List of extra objects that should be linked into
107 #                       the compiler proper (cc1, cc1obj, cc1plus)
108 #                       depending on target.
110 #  extra_gcc_objs       List of extra objects that should be linked into
111 #                       the compiler driver (gcc) depending on target.
113 #  extra_headers        List of used header files from the directory
114 #                       config/${cpu_type}.
116 #  user_headers_inc_next_pre
117 #                       List of header file names of internal gcc header
118 #                       files, which should be prefixed by an include_next.
119 #  user_headers_inc_next_post
120 #                       List of header file names of internal gcc header
121 #                       files, which should be postfixed by an include_next.
122 #  use_gcc_tgmath       If set, add tgmath.h to the list of used header
123 #                       files.
125 #  use_gcc_stdint       If "wrap", install a version of stdint.h that
126 #                       wraps the system's copy for hosted compilations;
127 #                       if "provide", provide a version of systems without
128 #                       such a system header; otherwise "none", do not
129 #                       provide such a header at all.
131 #  extra_programs       List of extra executables compiled for this target
132 #                       machine, used when linking.
134 #  extra_options        List of target-dependent .opt files.
136 #  c_target_objs        List of extra target-dependent objects that be
137 #                       linked into the C compiler only.
139 #  cxx_target_objs      List of extra target-dependent objects that be
140 #                       linked into the C++ compiler only.
142 #  fortran_target_objs  List of extra target-dependent objects that be
143 #                       linked into the fortran compiler only.
145 #  target_gtfiles       List of extra source files with type information.
147 #  xm_defines           List of macros to define when compiling for the
148 #                       target machine.
150 #  xm_file              List of files to include when compiling for the
151 #                       target machine.
153 #  use_collect2         Set to yes or no, depending on whether collect2
154 #                       will be used.
156 #  target_cpu_default   Set to override the default target model.
158 #  gdb_needs_out_file_path
159 #                       Set to yes if gdb needs a dir command with
160 #                       `dirname $out_file`.
162 #  thread_file          Set to control which thread package to use.
164 #  gas                  Set to yes or no depending on whether the target
165 #                       system normally uses GNU as.
167 #  configure_default_options
168 #                       Set to an initializer for configure_default_options
169 #                       in configargs.h, based on --with-cpu et cetera.
171 #  native_system_header_dir
172 #                       Where system header files are found for this
173 #                       target.  This defaults to /usr/include.  If
174 #                       the --with-sysroot configure option or the
175 #                       --sysroot command line option is used this
176 #                       will be relative to the sysroot.
177 # target_type_format_char 
178 #                       The default character to be used for formatting
179 #                       the attribute in a
180 #                       .type symbol_name, ${t_t_f_c}<property>
181 #                       directive.
183 # The following variables are used in each case-construct to build up the
184 # outgoing variables:
186 #  gnu_ld               Set to yes or no depending on whether the target
187 #                       system normally uses GNU ld.
189 #  target_has_targetcm  Set to yes or no depending on whether the target
190 #                       has its own definition of targetcm.
192 #  target_has_targetm_common    Set to yes or no depending on whether the
193 #                       target has its own definition of targetm_common.
195 out_file=
196 common_out_file=
197 tmake_file=
198 extra_headers=
199 user_headers_inc_next_pre=
200 user_headers_inc_next_post=
201 use_gcc_tgmath=yes
202 use_gcc_stdint=none
203 extra_programs=
204 extra_objs=
205 extra_gcc_objs=
206 extra_options=
207 c_target_objs=
208 cxx_target_objs=
209 fortran_target_objs=
210 target_has_targetcm=no
211 target_has_targetm_common=yes
212 tm_defines=
213 xm_defines=
214 # Set this to force installation and use of collect2.
215 use_collect2=
216 # Set this to override the default target model.
217 target_cpu_default=
218 # Set this if gdb needs a dir command with `dirname $out_file`
219 gdb_needs_out_file_path=
220 # Set this to control which thread package will be used.
221 thread_file=
222 # Reinitialize these from the flag values every loop pass, since some
223 # configure entries modify them.
224 gas="$gas_flag"
225 gnu_ld="$gnu_ld_flag"
226 default_use_cxa_atexit=no
227 default_gnu_indirect_function=no
228 target_gtfiles=
229 need_64bit_isa=
230 native_system_header_dir=/usr/include
231 target_type_format_char='@'
233 # Don't carry these over build->host->target.  Please.
234 xm_file=
235 md_file=
237 # Obsolete configurations.
238 case ${target} in
239 # Currently there are no obsolete targets.
240  nothing                                \
242     if test "x$enable_obsolete" != xyes; then
243       echo "*** Configuration ${target} is obsolete." >&2
244       echo "*** Specify --enable-obsolete to build it anyway." >&2
245       echo "*** Support will be REMOVED in the next major release of GCC," >&2
246       echo "*** unless a maintainer comes forward." >&2
247       exit 1
248     fi;;
249 esac
251 # Unsupported targets list.  Do not put an entry in this list unless
252 # it would otherwise be caught by a more permissive pattern.  The list
253 # should be in alphabetical order.
254 case ${target} in
255  # Avoid special cases that are not obsolete
256    arm*-*-*eabi*                        \
258         ;;
259    arm*-wince-pe*                       \
260  | arm*-*-ecos-elf                      \
261  | arm*-*-elf                           \
262  | arm*-*-linux*                        \
263  | arm*-*-uclinux*                      \
264  | i[34567]86-go32-*                    \
265  | i[34567]86-*-go32*                   \
266  | m68k-*-uclinuxoldabi*                \
267  | mips64orion*-*-rtems*                \
268  | pdp11-*-bsd                          \
269  | sparc-hal-solaris2*                  \
270  | thumb-*-*                            \
271  | *-*-freebsd[12] | *-*-freebsd[12].*  \
272  | *-*-freebsd*aout*                    \
273  | *-*-linux*aout*                      \
274  | *-*-linux*coff*                      \
275  | *-*-linux*libc1*                     \
276  | *-*-linux*oldld*                     \
277  | *-*-rtemsaout*                       \
278  | *-*-rtemscoff*                       \
279  | *-*-solaris2                         \
280  | *-*-solaris2.[0-9]                   \
281  | *-*-solaris2.[0-9].*                 \
282  | *-*-sysv*                            \
283  | vax-*-vms*                           \
285         echo "*** Configuration ${target} not supported" 1>&2
286         exit 1
287         ;;
288 esac
290 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
291 # updated in each machine entry.  Also set default extra_headers for some
292 # machines.
293 tm_p_file=
294 cpu_type=`echo ${target} | sed 's/-.*$//'`
295 cpu_is_64bit=
296 case ${target} in
297 m32c*-*-*)
298         cpu_type=m32c
299         tmake_file=m32c/t-m32c
300         target_has_targetm_common=no
301         ;;
302 aarch64*-*-*)
303         cpu_type=aarch64
304         extra_headers="arm_neon.h arm_acle.h"
305         extra_objs="aarch64-builtins.o aarch-common.o cortex-a57-fma-steering.o"
306         target_gtfiles="\$(srcdir)/config/aarch64/aarch64-builtins.c"
307         target_has_targetm_common=yes
308         ;;
309 alpha*-*-*)
310         cpu_type=alpha
311         extra_options="${extra_options} g.opt"
312         ;;
313 am33_2.0-*-linux*)
314         cpu_type=mn10300
315         ;;
316 arc*-*-*)
317         cpu_type=arc
318         ;;
319 arm*-*-*)
320         cpu_type=arm
321         extra_objs="arm-builtins.o aarch-common.o"
322         extra_headers="mmintrin.h arm_neon.h arm_acle.h"
323         target_type_format_char='%'
324         c_target_objs="arm-c.o"
325         cxx_target_objs="arm-c.o"
326         extra_options="${extra_options} arm/arm-tables.opt"
327         target_gtfiles="\$(srcdir)/config/arm/arm-builtins.c"
328         ;;
329 avr-*-*)
330         cpu_type=avr
331         c_target_objs="avr-c.o"
332         cxx_target_objs="avr-c.o"
333         ;;
334 bfin*-*)
335         cpu_type=bfin
336         ;;
337 crisv32-*)
338         cpu_type=cris
339         ;;
340 frv*)   cpu_type=frv
341         extra_options="${extra_options} g.opt"
342         ;;
343 moxie*) cpu_type=moxie
344         target_has_targetm_common=no
345         ;;
346 fido-*-*)
347         cpu_type=m68k
348         extra_headers=math-68881.h
349         extra_options="${extra_options} m68k/m68k-tables.opt"
350         ;;
351 i[34567]86-*-*)
352         cpu_type=i386
353         c_target_objs="i386-c.o"
354         cxx_target_objs="i386-c.o"
355         extra_options="${extra_options} fused-madd.opt"
356         extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
357                        pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
358                        nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
359                        immintrin.h x86intrin.h avxintrin.h xopintrin.h
360                        ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
361                        lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h
362                        avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
363                        rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
364                        adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
365                        avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
366                        shaintrin.h clflushoptintrin.h xsavecintrin.h
367                        xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
368                        avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
369                        avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
370                        avx512vbmivlintrin.h clwbintrin.h pcommitintrin.h"
371         ;;
372 x86_64-*-*)
373         cpu_type=i386
374         c_target_objs="i386-c.o"
375         cxx_target_objs="i386-c.o"
376         extra_options="${extra_options} fused-madd.opt"
377         extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
378                        pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
379                        nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
380                        immintrin.h x86intrin.h avxintrin.h xopintrin.h
381                        ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
382                        lzcntintrin.h bmiintrin.h tbmintrin.h bmi2intrin.h
383                        avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
384                        rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
385                        adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
386                        avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
387                        shaintrin.h clflushoptintrin.h xsavecintrin.h
388                        xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
389                        avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
390                        avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
391                        avx512vbmivlintrin.h clwbintrin.h pcommitintrin.h"
392         ;;
393 ia64-*-*)
394         extra_headers=ia64intrin.h
395         extra_options="${extra_options} g.opt fused-madd.opt"
396         ;;
397 hppa*-*-*)
398         cpu_type=pa
399         ;;
400 lm32*)
401         extra_options="${extra_options} g.opt"
402         ;;
403 m32r*-*-*)
404         cpu_type=m32r
405         extra_options="${extra_options} g.opt"
406         ;;
407 m68k-*-*)
408         extra_headers=math-68881.h
409         extra_options="${extra_options} m68k/m68k-tables.opt"
410         ;;
411 microblaze*-*-*)
412         cpu_type=microblaze
413         extra_options="${extra_options} g.opt"
414         ;;
415 mips*-*-*)
416         cpu_type=mips
417         extra_headers="loongson.h"
418         extra_options="${extra_options} g.opt mips/mips-tables.opt"
419         ;;
420 nds32*)
421         cpu_type=nds32
422         extra_headers="nds32_intrinsic.h"
423         extra_objs="nds32-cost.o nds32-intrinsic.o nds32-isr.o nds32-md-auxiliary.o nds32-pipelines-auxiliary.o nds32-predicates.o nds32-memory-manipulation.o nds32-fp-as-gp.o"
424         ;;
425 nios2-*-*)
426         cpu_type=nios2
427         extra_options="${extra_options} g.opt"
428         ;;
429 nvptx-*-*)
430         cpu_type=nvptx
431         ;;
432 powerpc*-*-*)
433         cpu_type=rs6000
434         extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h htmintrin.h htmxlintrin.h"
435         case x$with_cpu in
436             xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[345678]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|Xe6500)
437                 cpu_is_64bit=yes
438                 ;;
439         esac
440         extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
441         ;;
442 rs6000*-*-*)
443         extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
444         ;;
445 sparc*-*-*)
446         cpu_type=sparc
447         c_target_objs="sparc-c.o"
448         cxx_target_objs="sparc-c.o"
449         extra_headers="visintrin.h"
450         ;;
451 spu*-*-*)
452         cpu_type=spu
453         ;;
454 s390*-*-*)
455         cpu_type=s390
456         extra_options="${extra_options} fused-madd.opt"
457         extra_headers="s390intrin.h htmintrin.h htmxlintrin.h"
458         ;;
459 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
460 sh[123456789lbe]*-*-* | sh-*-*)
461         cpu_type=sh
462         extra_options="${extra_options} fused-madd.opt"
463         extra_objs="${extra_objs} sh_treg_combine.o sh-mem.o sh_optimize_sett_clrt.o"
464         ;;
465 v850*-*-*)
466         cpu_type=v850
467         ;;
468 tic6x-*-*)
469         cpu_type=c6x
470         extra_headers="c6x_intrinsics.h"
471         extra_options="${extra_options} c6x/c6x-tables.opt"
472         ;;
473 xtensa*-*-*)
474         extra_options="${extra_options} fused-madd.opt"
475         ;;
476 tilegx*-*-*)
477         cpu_type=tilegx
478         ;;
479 tilepro*-*-*)
480         cpu_type=tilepro
481         ;;
482 esac
484 tm_file=${cpu_type}/${cpu_type}.h
485 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
486 then
487         tm_p_file=${cpu_type}/${cpu_type}-protos.h
489 extra_modes=
490 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
491 then
492         extra_modes=${cpu_type}/${cpu_type}-modes.def
494 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
495 then
496         extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
499 case ${target} in
500 aarch64*-*-*)
501         tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
502         case ${with_abi} in
503         "")
504                 if test "x$with_multilib_list" = xilp32; then
505                         tm_file="aarch64/biarchilp32.h ${tm_file}"
506                 else
507                         tm_file="aarch64/biarchlp64.h ${tm_file}"
508                 fi
509                 ;;
510         ilp32)
511                 tm_file="aarch64/biarchilp32.h ${tm_file}"
512                 ;;
513         lp64)
514                 tm_file="aarch64/biarchlp64.h ${tm_file}"
515                 ;;
516         *)
517                 echo "Unknown ABI used in --with-abi=$with_abi"
518                 exit 1
519         esac
520         ;;
521 i[34567]86-*-*)
522         if test "x$with_abi" != x; then
523                 echo "This target does not support --with-abi."
524                 exit 1
525         fi
526         if test "x$enable_cld" = xyes; then
527                 tm_defines="${tm_defines} USE_IX86_CLD=1"
528         fi
529         if test "x$enable_frame_pointer" = xyes; then
530                 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
531         fi
532         tm_file="vxworks-dummy.h ${tm_file}"
533         ;;
534 x86_64-*-*)
535         case ${with_abi} in
536         "")
537                 if test "x$with_multilib_list" = xmx32; then
538                         tm_file="i386/biarchx32.h ${tm_file}"
539                 else
540                         tm_file="i386/biarch64.h ${tm_file}"
541                 fi
542                 ;;
543         64 | m64)
544                 tm_file="i386/biarch64.h ${tm_file}"
545                 ;;
546         x32 | mx32)
547                 tm_file="i386/biarchx32.h ${tm_file}"
548                 ;;
549         *)
550                 echo "Unknown ABI used in --with-abi=$with_abi"
551                 exit 1
552         esac
553         if test "x$enable_cld" = xyes; then
554                 tm_defines="${tm_defines} USE_IX86_CLD=1"
555         fi
556         if test "x$enable_frame_pointer" = xyes; then
557                 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
558         fi
559         tm_file="vxworks-dummy.h ${tm_file}"
560         ;;
561 arm*-*-*)
562         tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
563         tm_file="vxworks-dummy.h ${tm_file}"
564         ;;
565 mips*-*-* | sh*-*-* | sparc*-*-*)
566         tm_file="vxworks-dummy.h ${tm_file}"
567         ;;
568 esac
570 # On a.out targets, we need to use collect2.
571 case ${target} in
572 *-*-*aout*)
573         use_collect2=yes
574         ;;
575 esac
577 # Common C libraries.
578 tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4"
580 # 32-bit x86 processors supported by --with-arch=.  Each processor
581 # MUST be separated by exactly one space.
582 x86_archs="athlon athlon-4 athlon-fx athlon-mp athlon-tbird \
583 athlon-xp k6 k6-2 k6-3 geode c3 c3-2 winchip-c6 winchip2 i386 i486 \
584 i586 i686 pentium pentium-m pentium-mmx pentium2 pentium3 pentium3m \
585 pentium4 pentium4m pentiumpro prescott"
587 # 64-bit x86 processors supported by --with-arch=.  Each processor
588 # MUST be separated by exactly one space.
589 x86_64_archs="amdfam10 athlon64 athlon64-sse3 barcelona bdver1 bdver2 \
590 bdver3 bdver4 btver1 btver2 k8 k8-sse3 opteron opteron-sse3 nocona \
591 core2 corei7 corei7-avx core-avx-i core-avx2 atom slm nehalem westmere \
592 sandybridge ivybridge haswell broadwell bonnell silvermont knl x86-64 \
593 native"
595 # Additional x86 processors supported by --with-cpu=.  Each processor
596 # MUST be separated by exactly one space.
597 x86_cpus="generic intel"
599 # Common parts for widely ported systems.
600 case ${target} in
601 *-*-darwin*)
602   tmake_file="t-darwin ${cpu_type}/t-darwin"
603   tm_file="${tm_file} darwin.h"
604   case ${target} in
605   *-*-darwin9*)
606     tm_file="${tm_file} darwin9.h"
607     ;;
608   *-*-darwin[1][01]*)
609     tm_file="${tm_file} darwin9.h darwin10.h"
610     ;;
611   *-*-darwin[1][2-9]* | *-*-darwin[2][0-9]*)
612     tm_file="${tm_file} darwin9.h darwin10.h darwin12.h"
613     ;;
614   esac
615   tm_file="${tm_file} ${cpu_type}/darwin.h"
616   tm_p_file="${tm_p_file} darwin-protos.h"
617   target_gtfiles="\$(srcdir)/config/darwin.c"
618   extra_options="${extra_options} darwin.opt"
619   c_target_objs="${c_target_objs} darwin-c.o"
620   cxx_target_objs="${cxx_target_objs} darwin-c.o"
621   fortran_target_objs="darwin-f.o"
622   target_has_targetcm=yes
623   extra_objs="darwin.o"
624   extra_gcc_objs="darwin-driver.o"
625   default_use_cxa_atexit=yes
626   use_gcc_stdint=wrap
627   case ${enable_threads} in
628     "" | yes | posix) thread_file='posix' ;;
629   esac
630   ;;
631 *-*-dragonfly*)
632   gas=yes
633   gnu_ld=yes
634   tmake_file="t-slibgcc"
635   case ${enable_threads} in
636     "" | yes | posix)
637       thread_file='posix'
638       ;;
639     no | single)
640       # Let these non-posix thread selections fall through if requested
641       ;;
642     *)
643       echo 'Unknown thread configuration for DragonFly BSD'
644       exit 1
645       ;;
646   esac
647   extra_options="$extra_options rpath.opt dragonfly.opt"
648   default_use_cxa_atexit=yes
649   use_gcc_stdint=wrap
650   ;;
651 *-*-freebsd*)
652   # This is the generic ELF configuration of FreeBSD.  Later
653   # machine-specific sections may refine and add to this
654   # configuration.
655   #
656   # Due to tm_file entry ordering issues that vary between cpu
657   # architectures, we only define fbsd_tm_file to allow the
658   # machine-specific section to dictate the final order of all
659   # entries of tm_file with the minor exception that components
660   # of the tm_file set here will always be of the form:
661   #
662   # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
663   #
664   # The machine-specific section should not tamper with this
665   # ordering but may order all other entries of tm_file as it
666   # pleases around the provided core setting.
667   gas=yes
668   gnu_ld=yes
669   fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
670   if test "$fbsd_major" = ""; then
671     echo "Specify the major version number of the targeted FreeBSD release"
672     echo "like this: --target=amd64-unknown-freebsd10.1"
673     exit 1
674   fi
675   tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
676   tmake_file="t-slibgcc"
677   case ${enable_threads} in
678     no)
679       fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
680       ;;
681     "" | yes | posix)
682       thread_file='posix'
683       ;;
684     *)
685       echo 'Unknown thread configuration for FreeBSD'
686       exit 1
687       ;;
688   esac
689   fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
690   extra_options="$extra_options rpath.opt freebsd.opt"
691   case ${target} in
692     *-*-freebsd[345].*)
693       :;;
694     *)
695       default_use_cxa_atexit=yes;;
696   esac
697   use_gcc_stdint=wrap
698   ;;
699 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
700   extra_options="$extra_options gnu-user.opt"
701   gas=yes
702   gnu_ld=yes
703   case ${enable_threads} in
704     "" | yes | posix) thread_file='posix' ;;
705   esac
706   tmake_file="t-slibgcc"
707   case $target in
708     *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-kopensolaris*-gnu)
709       :;;
710     *-*-gnu*)
711       native_system_header_dir=/include
712       ;;
713   esac
714   # Linux C libraries selection switch: glibc / uclibc / bionic.
715   # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
716   case $target in
717     *linux*)
718       tm_p_file="${tm_p_file} linux-protos.h"
719       tmake_file="${tmake_file} t-linux"
720       extra_objs="${extra_objs} linux.o"
721       extra_options="${extra_options} linux.opt"
722       ;;
723   esac
724   case $target in
725     *-*-*android*)
726       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
727       ;;
728     *-*-*uclibc*)
729       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
730       ;;
731     *-*-*musl*)
732       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_MUSL"
733       ;;
734     *)
735       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
736       ;;
737   esac
738   # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
739   # is provided.
740   default_use_cxa_atexit=yes
741   use_gcc_tgmath=no
742   use_gcc_stdint=wrap
743   # Enable compilation for Android by default for *android* targets.
744   case $target in
745     *-*-*android*)
746       tm_defines="$tm_defines ANDROID_DEFAULT=1"
747       ;;
748     *)
749       tm_defines="$tm_defines ANDROID_DEFAULT=0"
750       ;;
751   esac
752   c_target_objs="${c_target_objs} glibc-c.o"
753   cxx_target_objs="${cxx_target_objs} glibc-c.o"
754   tmake_file="${tmake_file} t-glibc"
755   target_has_targetcm=yes
756   ;;
757 *-*-netbsd*)
758   tmake_file="t-slibgcc"
759   gas=yes
760   gnu_ld=yes
762   # NetBSD 2.0 and later get POSIX threads enabled by default.
763   # Allow them to be explicitly enabled on any other version.
764   case ${enable_threads} in
765     "")
766       case ${target} in
767         *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
768           thread_file='posix'
769           tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
770           ;;
771       esac
772       ;;
773     yes | posix)
774       thread_file='posix'
775       tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
776       ;;
777   esac
779   # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
780   # default (unless overridden by --disable-__cxa_atexit).
781   case ${target} in
782     *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
783       default_use_cxa_atexit=yes
784       ;;
785   esac
786   ;;
787 *-*-openbsd*)
788   tmake_file="t-openbsd"
789   case ${enable_threads} in
790     yes)
791       thread_file='posix'
792       ;;
793   esac
794   case ${target} in
795     *-*-openbsd2.*|*-*-openbsd3.[012])
796       tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
797   esac
798   case ${target} in
799     *-*-openbsd4.[3-9]|*-*-openbsd[5-9]*)
800       default_use_cxa_atexit=yes
801       ;;
802   esac
803   ;;
804 *-*-rtems*)
805   case ${enable_threads} in
806     "" | yes | rtems) thread_file='rtems' ;;
807     posix) thread_file='posix' ;;
808     no) ;;
809     *)
810       echo 'Unknown thread configuration for RTEMS'
811       exit 1
812       ;;
813   esac
814   tmake_file="${tmake_file} t-rtems"
815   extra_options="${extra_options} rtems.opt"
816   default_use_cxa_atexit=yes
817   use_gcc_stdint=wrap
818   ;;
819 *-*-uclinux*)
820   extra_options="$extra_options gnu-user.opt"
821   use_gcc_stdint=wrap
822   tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
823   ;;
824 *-*-rdos*)
825   use_gcc_stdint=wrap
826   ;;
827 *-*-solaris2*)
828   # i?86-*-solaris2* needs to insert headers between cpu default and
829   # Solaris 2 specific ones.
830   sol2_tm_file_head="dbxelf.h elfos.h ${cpu_type}/sysv4.h"
831   sol2_tm_file_tail="${cpu_type}/sol2.h sol2.h"
832   sol2_tm_file="${sol2_tm_file_head} ${sol2_tm_file_tail}"
833   use_gcc_stdint=wrap
834   if test x$gnu_ld = xyes; then
835     tm_file="usegld.h ${tm_file}"
836   fi
837   if test x$gas = xyes; then
838     tm_file="usegas.h ${tm_file}"
839   fi
840   tm_p_file="${tm_p_file} sol2-protos.h"
841   tmake_file="${tmake_file} t-sol2 t-slibgcc"
842   c_target_objs="${c_target_objs} sol2-c.o"
843   cxx_target_objs="${cxx_target_objs} sol2-c.o sol2-cxx.o"
844   extra_objs="sol2.o sol2-stubs.o"
845   extra_options="${extra_options} sol2.opt"
846   case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
847     "":yes:* | yes:yes:* )
848       thread_file=posix
849       ;;
850   esac
851   ;;
852 *-*-*vms*)
853   extra_options="${extra_options} vms/vms.opt"
854   xmake_file=vms/x-vms
855   tmake_file="vms/t-vms t-slibgcc"
856   extra_objs="vms.o"
857   target_gtfiles="$target_gtfiles \$(srcdir)/config/vms/vms.c"
858   tm_p_file="${tm_p_file} vms/vms-protos.h"
859   xm_file="vms/xm-vms.h"
860   c_target_objs="vms-c.o"
861   cxx_target_objs="vms-c.o"
862   fortran_target_objs="vms-f.o"
863   use_gcc_stdint=provide
864   tm_file="${tm_file} vms/vms-stdint.h"
865   if test x$gnu_ld != xyes; then
866     # Build wrappers for native case.
867     extra_programs="ld\$(exeext) ar\$(exeext)"
868     tmake_file="$tmake_file vms/t-vmsnative"
869   fi
870   ;;
871 *-*-vxworks*)
872   tmake_file=t-vxworks
873   xm_defines=POSIX
874   extra_options="${extra_options} vxworks.opt"
875   extra_objs="$extra_objs vxworks.o"
876   case ${enable_threads} in
877     no) ;;
878     "" | yes | vxworks) thread_file='vxworks' ;;
879     *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
880   esac
881   ;;
882 *-*-elf|arc*-*-elf*)
883   # Assume that newlib is being used and so __cxa_atexit is provided.
884   default_use_cxa_atexit=yes
885   use_gcc_stdint=wrap
886   ;;
887 esac
889 case ${target} in
890 aarch64*-*-elf)
891         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h"
892         tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-elf-raw.h"
893         tmake_file="${tmake_file} aarch64/t-aarch64"
894         use_gcc_stdint=wrap
895         case $target in
896         aarch64_be-*)
897                 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
898                 ;;
899         esac
900         aarch64_multilibs="${with_multilib_list}"
901         if test "$aarch64_multilibs" = "default"; then
902                 aarch64_multilibs="lp64,ilp32"
903         fi
904         aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
905         for aarch64_multilib in ${aarch64_multilibs}; do
906                 case ${aarch64_multilib} in
907                 ilp32 | lp64 )
908                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
909                         ;;
910                 *)
911                         echo "--with-multilib-list=${aarch64_multilib} not supported."
912                         exit 1
913                 esac
914         done
915         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
916         ;;
917 aarch64*-*-linux*)
918         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h"
919         tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h"
920         tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-linux"
921         case $target in
922         aarch64_be-*)
923                 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
924                 ;;
925         esac
926         aarch64_multilibs="${with_multilib_list}"
927         if test "$aarch64_multilibs" = "default"; then
928                 # TODO: turn on ILP32 multilib build after its support is mature.
929                 # aarch64_multilibs="lp64,ilp32"
930                 aarch64_multilibs="lp64"
931         fi
932         aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
933         for aarch64_multilib in ${aarch64_multilibs}; do
934                 case ${aarch64_multilib} in
935                 ilp32 | lp64 )
936                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
937                         ;;
938                 *)
939                         echo "--with-multilib-list=${aarch64_multilib} not supported."
940                         exit 1
941                 esac
942         done
943         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
944         ;;
945 alpha*-*-linux*)
946         tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
947         tmake_file="${tmake_file} alpha/t-linux"
948         extra_options="${extra_options} alpha/elf.opt"
949         ;;
950 alpha*-*-freebsd*)
951         tm_file="elfos.h ${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
952         extra_options="${extra_options} alpha/elf.opt"
953         ;;
954 alpha*-*-netbsd*)
955         tm_file="elfos.h ${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
956         extra_options="${extra_options} netbsd.opt netbsd-elf.opt \
957                        alpha/elf.opt"
958         ;;
959 alpha*-*-openbsd*)
960         tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
961         tm_file="elfos.h alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
962         extra_options="${extra_options} openbsd.opt alpha/elf.opt"
963         # default x-alpha is only appropriate for dec-osf.
964         ;;
965 alpha*-dec-*vms*)
966         tm_file="${tm_file} vms/vms.h alpha/vms.h"
967         tmake_file="${tmake_file} alpha/t-vms"
968         ;;
969 arc*-*-elf*)
970         extra_headers="arc-simd.h"
971         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
972         tmake_file="arc/t-arc-newlib arc/t-arc"
973         case x"${with_cpu}" in
974           xarc600|xarc601|xarc700)
975                 target_cpu_default="TARGET_CPU_$with_cpu"
976                 ;;
977         esac
978         if test x${with_endian} = x; then
979                 case ${target} in
980                 arc*be-*-* | arc*eb-*-*)        with_endian=big ;;
981                 *)                              with_endian=little ;;
982                 esac
983         fi
984         case ${with_endian} in
985         big|little)             ;;
986         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
987         esac
988         case ${with_endian} in
989         big*)   tm_defines="DRIVER_ENDIAN_SELF_SPECS=\\\"%{!EL:%{!mlittle-endian:-mbig-endian}}\\\" ${tm_defines}"
990         esac
991         ;;
992 arc*-*-linux-uclibc*)
993         extra_headers="arc-simd.h"
994         tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file}"
995         tmake_file="${tmake_file} arc/t-arc-uClibc arc/t-arc"
996         tm_defines="${tm_defines} TARGET_SDATA_DEFAULT=0"
997         tm_defines="${tm_defines} TARGET_MMEDIUM_CALLS_DEFAULT=1"
998         case x"${with_cpu}" in
999           xarc600|xarc601|xarc700)
1000                 target_cpu_default="TARGET_CPU_$with_cpu"
1001                 ;;
1002         esac
1003         if test x${with_endian} = x; then
1004                 case ${target} in
1005                 arc*be-*-* | arc*eb-*-*)        with_endian=big ;;
1006                 *)                              with_endian=little ;;
1007                 esac
1008         fi
1009         case ${with_endian} in
1010         big|little)             ;;
1011         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
1012         esac
1013         case ${with_endian} in
1014         big*)   tm_defines="DRIVER_ENDIAN_SELF_SPECS=\\\"%{!EL:%{!mlittle-endian:-mbig-endian}}\\\" ${tm_defines}"
1015         esac
1016         ;;
1017 arm-wrs-vxworks)
1018         tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
1019         extra_options="${extra_options} arm/vxworks.opt"
1020         tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
1021         ;;
1022 arm*-*-freebsd*)                # ARM FreeBSD EABI
1023         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h"
1024         case $target in
1025         arm*b-*-freebsd*)
1026             tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1027             ;;
1028         esac
1029         tmake_file="${tmake_file} arm/t-arm arm/t-bpabi"
1030         tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
1031         case $target in
1032         armv6*-*-freebsd*)
1033             tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1"
1034             ;;
1035         esac
1036         case $target in
1037         arm*hf-*-freebsd*)
1038             tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1039             ;;
1040         esac
1041         with_tls=${with_tls:-gnu}
1042         ;;
1043 arm*-*-netbsdelf*)
1044         tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h ${tm_file} arm/netbsd-elf.h"
1045         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1046         tmake_file="${tmake_file} arm/t-arm"
1047         ;;
1048 arm*-*-linux-*)                 # ARM GNU/Linux with ELF
1049         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"
1050         extra_options="${extra_options} linux-android.opt"
1051         case $target in
1052         arm*b-*-linux*)
1053             tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1054             ;;
1055         esac
1056         tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
1057         tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
1058         # Define multilib configuration for arm-linux-androideabi.
1059         case ${target} in
1060         *-androideabi)
1061             tmake_file="$tmake_file arm/t-linux-androideabi"
1062             ;;
1063         esac
1064         # The EABI requires the use of __cxa_atexit.
1065         default_use_cxa_atexit=yes
1066         with_tls=${with_tls:-gnu}
1067         ;;
1068 arm*-*-uclinux*eabi*)           # ARM ucLinux
1069         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
1070         tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi"
1071         tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
1072         # The EABI requires the use of __cxa_atexit.
1073         default_use_cxa_atexit=yes
1074         ;;
1075 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
1076         case ${target} in
1077         arm*eb-*-eabi*)
1078           tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1079         esac
1080         default_use_cxa_atexit=yes
1081         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
1082         tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf"
1083         case ${target} in
1084         arm*-*-eabi*)
1085           tm_file="$tm_file newlib-stdint.h"
1086           tmake_file="${tmake_file} arm/t-bpabi"
1087           use_gcc_stdint=wrap
1088           ;;
1089         arm*-*-rtems*)
1090           tm_file="${tm_file} rtems.h arm/rtems.h newlib-stdint.h"
1091           tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems"
1092           ;;
1093         arm*-*-symbianelf*)
1094           tm_file="${tm_file} arm/symbian.h"
1095           # We do not include t-bpabi for Symbian OS because the system
1096           # provides its own implementation of the BPABI functions.
1097           tmake_file="${tmake_file} arm/t-symbian"
1098           ;;
1099         esac
1100         tm_file="${tm_file} arm/aout.h vxworks-dummy.h arm/arm.h"
1101         ;;
1102 avr-*-rtems*)
1103         tm_file="elfos.h avr/elf.h avr/avr-arch.h avr/avr.h avr/specs.h dbxelf.h avr/rtems.h rtems.h newlib-stdint.h"
1104         tm_defines="${tm_defines} WITH_RTEMS"
1105         tmake_file="${tmake_file} avr/t-avr avr/t-multilib avr/t-rtems"
1106         extra_gcc_objs="driver-avr.o avr-devices.o"
1107         extra_objs="avr-devices.o avr-log.o"
1108         ;;
1109 avr-*-*)
1110         tm_file="elfos.h avr/elf.h avr/avr-arch.h avr/avr.h avr/specs.h dbxelf.h avr/avr-stdint.h"
1111         if test x${with_avrlibc} != xno; then
1112             tm_file="${tm_file} ${cpu_type}/avrlibc.h"
1113             tm_defines="${tm_defines} WITH_AVRLIBC"
1114         fi
1115         tmake_file="${tmake_file} avr/t-avr avr/t-multilib"
1116         use_gcc_stdint=wrap
1117         extra_gcc_objs="driver-avr.o avr-devices.o"
1118         extra_objs="avr-devices.o avr-log.o"
1119         ;;
1120 bfin*-elf*)
1121         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
1122         tmake_file=bfin/t-bfin-elf
1123         use_collect2=no
1124         ;;
1125 bfin*-uclinux*)
1126         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/uclinux.h"
1127         tmake_file=bfin/t-bfin-uclinux
1128         use_collect2=no
1129         ;;
1130 bfin*-linux-uclibc*)
1131         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"
1132         tmake_file="${tmake_file} bfin/t-bfin-linux"
1133         use_collect2=no
1134         ;;
1135 bfin*-rtems*)
1136         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
1137         tmake_file="${tmake_file} bfin/t-rtems"
1138         ;;
1139 bfin*-*)
1140         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
1141         use_collect2=no
1142         use_gcc_stdint=wrap
1143         ;;
1144 cr16-*-elf)
1145         tm_file="elfos.h ${tm_file}"
1146         tmake_file="${tmake_file} cr16/t-cr16 "
1147         use_collect2=no
1148         ;;
1149 crisv32-*-elf | crisv32-*-none)
1150         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1151         tmake_file="cris/t-cris"
1152         target_cpu_default=32
1153         gas=yes
1154         extra_options="${extra_options} cris/elf.opt"
1155         use_gcc_stdint=wrap
1156         ;;
1157 cris-*-elf | cris-*-none)
1158         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1159         tmake_file="cris/t-cris cris/t-elfmulti"
1160         gas=yes
1161         extra_options="${extra_options} cris/elf.opt"
1162         use_gcc_stdint=wrap
1163         ;;
1164 crisv32-*-linux* | cris-*-linux*)
1165         tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h cris/linux.h"
1166         tmake_file="${tmake_file} cris/t-cris cris/t-linux"
1167         extra_options="${extra_options} cris/linux.opt"
1168         case $target in
1169           cris-*-*)
1170                 target_cpu_default=10
1171                 ;;
1172           crisv32-*-*)
1173                 target_cpu_default=32
1174                 ;;
1175         esac
1176         ;;
1177 epiphany-*-elf )
1178         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1179         tmake_file="epiphany/t-epiphany"
1180         extra_options="${extra_options} fused-madd.opt"
1181         extra_objs="$extra_objs mode-switch-use.o resolve-sw-modes.o"
1182         tm_defines="${tm_defines} EPIPHANY_STACK_OFFSET=${with_stack_offset:-8}"
1183         extra_headers="epiphany_intrinsics.h"
1184         ;;
1185 fr30-*-elf)
1186         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1187         ;;
1188 frv-*-elf)
1189         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1190         tmake_file=frv/t-frv
1191         ;;
1192 frv-*-*linux*)
1193         tm_file="dbxelf.h elfos.h ${tm_file} \
1194                  gnu-user.h linux.h glibc-stdint.h frv/linux.h"
1195         tmake_file="${tmake_file} frv/t-frv frv/t-linux"
1196         ;;
1197 moxie-*-elf)
1198         gas=yes
1199         gnu_ld=yes
1200         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1201         tmake_file="${tmake_file} moxie/t-moxie"
1202         ;;
1203 moxie-*-uclinux*)
1204         gas=yes
1205         gnu_ld=yes
1206         tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h moxie/uclinux.h"
1207         tmake_file="${tmake_file} moxie/t-moxie"
1208         ;;
1209 moxie-*-rtems*)
1210         tmake_file="${tmake_file} moxie/t-moxie"
1211         tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
1212         ;;
1213 moxie-*-moxiebox*)
1214         gas=yes
1215         gnu_ld=yes
1216         tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h"
1217         tmake_file="${tmake_file} moxie/t-moxiebox"
1218         ;;
1219 h8300-*-rtems*)
1220         tmake_file="${tmake_file} h8300/t-h8300 h8300/t-rtems"
1221         tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h"
1222         ;;
1223 h8300-*-elf*)
1224         tmake_file="h8300/t-h8300"
1225         tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
1226         ;;
1227 h8300-*-linux*)
1228         tmake_file="${tmake_file} h8300/t-h8300 h8300/t-linux"
1229         tm_file="h8300/h8300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h h8300/linux.h"
1230         ;;
1231 hppa*64*-*-linux*)
1232         target_cpu_default="MASK_PA_11|MASK_PA_20"
1233         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
1234                  glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
1235                  pa/pa64-linux.h"
1236         gas=yes gnu_ld=yes
1237         ;;
1238 hppa*-*-linux*)
1239         target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
1240         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h pa/pa-linux.h \
1241                  pa/pa32-regs.h pa/pa32-linux.h"
1242         tmake_file="${tmake_file} pa/t-linux"
1243         ;;
1244 hppa*-*-openbsd*)
1245         target_cpu_default="MASK_PA_11"
1246         tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h openbsd-libpthread.h \
1247                  pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
1248         extra_options="${extra_options} openbsd.opt"
1249         gas=yes
1250         gnu_ld=yes
1251         ;;
1252 hppa[12]*-*-hpux10*)
1253         case ${target} in
1254         hppa1.1-*-* | hppa2*-*-*)
1255                 target_cpu_default="MASK_PA_11"
1256                 ;;
1257         esac
1258         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1259                  pa/pa-hpux.h pa/pa-hpux10.h"
1260         extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
1261         case ${target} in
1262         *-*-hpux10.[1-9]*)
1263                 tm_file="${tm_file} pa/pa-hpux1010.h"
1264                 extra_options="${extra_options} pa/pa-hpux1010.opt"
1265                 ;;
1266         esac
1267         use_gcc_stdint=provide
1268         tm_file="${tm_file} hpux-stdint.h"
1269         tmake_file="t-slibgcc"
1270         case ${enable_threads} in
1271           "")
1272             if test x$have_pthread_h = xyes ; then
1273               tmake_file="${tmake_file} pa/t-dce-thr"
1274             fi
1275             ;;
1276           yes | dce)
1277             tmake_file="${tmake_file} pa/t-dce-thr"
1278             ;;
1279         esac
1280         use_collect2=yes
1281         gas=yes
1282         if test "x$with_dwarf2" != x; then
1283                 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1284                 dwarf2=no
1285         fi
1286         ;;
1287 hppa*64*-*-hpux11*)
1288         target_cpu_default="MASK_PA_11|MASK_PA_20"
1289         if test x$gnu_ld = xyes
1290         then
1291                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1292         fi
1293         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1294                  pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1295                  pa/pa-hpux11.h"
1296         case ${target} in
1297         *-*-hpux11.[12]*)
1298                 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
1299                 extra_options="${extra_options} pa/pa-hpux1111.opt"
1300                 ;;
1301         *-*-hpux11.[3-9]*)
1302                 tm_file="${tm_file} pa/pa-hpux1131.h pa/pa-64.h pa/pa64-hpux.h"
1303                 extra_options="${extra_options} pa/pa-hpux1131.opt"
1304                 ;;
1305         *)
1306                 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1307                 ;;
1308         esac
1309         extra_options="${extra_options} pa/pa-hpux.opt \
1310                        pa/pa-hpux1010.opt pa/pa64-hpux.opt hpux11.opt"
1311         tmake_file="t-slibgcc"
1312         case x${enable_threads} in
1313         x | xyes | xposix )
1314                 thread_file=posix
1315                 ;;
1316         esac
1317         gas=yes
1318         case ${target} in
1319           *-*-hpux11.[01]*)
1320                 use_gcc_stdint=provide
1321                 tm_file="${tm_file} hpux-stdint.h"
1322                 ;;
1323           *-*-hpux11.[23]*)
1324                 use_gcc_stdint=wrap
1325                 tm_file="${tm_file} hpux-stdint.h"
1326                 ;;
1327         esac
1328         ;;
1329 hppa[12]*-*-hpux11*)
1330         case ${target} in
1331         hppa1.1-*-* | hppa2*-*-*)
1332                 target_cpu_default="MASK_PA_11"
1333                 ;;
1334         esac
1335         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1336                  pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1337         extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt \
1338                        hpux11.opt"
1339         case ${target} in
1340         *-*-hpux11.[12]*)
1341                 tm_file="${tm_file} pa/pa-hpux1111.h"
1342                 extra_options="${extra_options} pa/pa-hpux1111.opt"
1343                 ;;
1344         *-*-hpux11.[3-9]*)
1345                 tm_file="${tm_file} pa/pa-hpux1131.h"
1346                 extra_options="${extra_options} pa/pa-hpux1131.opt"
1347                 ;;
1348         esac
1349         tmake_file="t-slibgcc"
1350         case x${enable_threads} in
1351         x | xyes | xposix )
1352                 thread_file=posix
1353                 ;;
1354         esac
1355         use_collect2=yes
1356         gas=yes
1357         case ${target} in
1358           *-*-hpux11.[01]*)
1359                 use_gcc_stdint=provide
1360                 tm_file="${tm_file} hpux-stdint.h"
1361                 ;;
1362           *-*-hpux11.[23]*)
1363                 use_gcc_stdint=wrap
1364                 tm_file="${tm_file} hpux-stdint.h"
1365                 ;;
1366         esac
1367         if test "x$with_dwarf2" != x; then
1368                 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1369                 dwarf2=no
1370         fi
1371         ;;
1372 i[34567]86-*-darwin*)
1373         need_64bit_isa=yes
1374         # Baseline choice for a machine that allows m64 support.
1375         with_cpu=${with_cpu:-core2}
1376         tmake_file="${tmake_file} t-slibgcc"
1377         ;;
1378 x86_64-*-darwin*)
1379         with_cpu=${with_cpu:-core2}
1380         tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc"
1381         tm_file="${tm_file} ${cpu_type}/darwin64.h"
1382         ;;
1383 i[34567]86-*-elf*)
1384         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
1385         ;;
1386 x86_64-*-elf*)
1387         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
1388         ;;
1389 i[34567]86-*-rdos*)
1390     tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/rdos.h"
1391     ;;
1392 x86_64-*-rdos*)
1393     tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h i386/rdos.h i386/rdos64.h"
1394     tmake_file="i386/t-i386elf t-svr4"
1395     ;;
1396 i[34567]86-*-dragonfly*)
1397         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h dragonfly.h dragonfly-stdint.h i386/dragonfly.h"
1398         tmake_file="${tmake_file} i386/t-crtstuff"
1399         ;;
1400 x86_64-*-dragonfly*)
1401         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h dragonfly.h dragonfly-stdint.h i386/x86-64.h i386/dragonfly.h"
1402         tmake_file="${tmake_file} i386/t-crtstuff"
1403         ;;
1404 i[34567]86-*-freebsd*)
1405         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1406         ;;
1407 x86_64-*-freebsd*)
1408         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"
1409         ;;
1410 i[34567]86-*-netbsdelf*)
1411         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1412         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1413         ;;
1414 x86_64-*-netbsd*)
1415         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"
1416         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1417         ;;
1418 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
1419         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"
1420         extra_options="${extra_options} openbsd.opt"
1421         # needed to unconfuse gdb
1422         tmake_file="${tmake_file} t-openbsd i386/t-openbsd"
1423         # we need collect2 until our bug is fixed...
1424         use_collect2=yes
1425         ;;
1426 i[34567]86-*-openbsd*)
1427         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1428         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
1429         extra_options="${extra_options} openbsd.opt"
1430         gas=yes
1431         gnu_ld=yes
1432         ;;
1433 x86_64-*-openbsd*)
1434         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1435         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/x86-64.h i386/openbsdelf.h"
1436         extra_options="${extra_options} openbsd.opt"
1437         gas=yes
1438         gnu_ld=yes
1439         ;;
1440 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
1441                         # Intel 80386's running GNU/*
1442                         # with ELF format using glibc 2
1443         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h"
1444         case ${target} in
1445         i[34567]86-*-linux*)
1446                 tm_file="${tm_file} linux.h linux-android.h"
1447                 extra_options="${extra_options} linux-android.opt"
1448                 # Assume modern glibc if not targeting Android nor uclibc.
1449                 case ${target} in
1450                 *-*-*android*|*-*-*uclibc*)
1451                   ;;
1452                 *)
1453                   default_gnu_indirect_function=yes
1454                   ;;
1455                 esac
1456                 if test x$enable_targets = xall; then
1457                         tm_file="${tm_file} i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h i386/linux-common.h i386/linux64.h"
1458                         tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1459                         tmake_file="${tmake_file} i386/t-linux64"
1460                         x86_multilibs="${with_multilib_list}"
1461                         if test "$x86_multilibs" = "default"; then
1462                                 x86_multilibs="m64,m32"
1463                         fi
1464                         x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1465                         for x86_multilib in ${x86_multilibs}; do
1466                                 case ${x86_multilib} in
1467                                 m32 | m64 | mx32)
1468                                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1469                                         ;;
1470                                 *)
1471                                         echo "--with-multilib-list=${x86_with_multilib} not supported."
1472                                         exit 1
1473                                 esac
1474                         done
1475                         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1476                         need_64bit_isa=yes
1477                         if test x$with_cpu = x; then
1478                                 if test x$with_cpu_64 = x; then
1479                                         with_cpu_64=generic
1480                                 fi
1481                         else
1482                                 case " $x86_cpus $x86_archs $x86_64_archs " in
1483                                 *" $with_cpu "*)
1484                                         ;;
1485                                 *)
1486                                         echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1487                                         echo "$x86_cpus $x86_archs $x86_64_archs " 1>&2
1488                                         exit 1
1489                                         ;;
1490                                 esac
1491                         fi
1492                 else
1493                         tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h i386/linux-common.h i386/linux.h"
1494                 fi
1495                 ;;
1496         i[34567]86-*-knetbsd*-gnu)
1497                 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h knetbsd-gnu.h i386/knetbsd-gnu.h"
1498                 ;;
1499         i[34567]86-*-kfreebsd*-gnu)
1500                 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kfreebsd-gnu.h i386/kfreebsd-gnu.h"
1501                 ;;
1502         i[34567]86-*-kopensolaris*-gnu)
1503                 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kopensolaris-gnu.h i386/kopensolaris-gnu.h"
1504                 ;;
1505         i[34567]86-*-gnu*)
1506                 tm_file="$tm_file i386/gnu-user-common.h i386/gnu-user.h gnu.h i386/gnu.h"
1507                 ;;
1508         esac
1509         ;;
1510 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
1511         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h \
1512                  i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h"
1513         case ${target} in
1514         x86_64-*-linux*)
1515                 tm_file="${tm_file} linux.h linux-android.h i386/linux-common.h i386/linux64.h"
1516                 extra_options="${extra_options} linux-android.opt"
1517                 # Assume modern glibc if not targeting Android nor uclibc.
1518                 case ${target} in
1519                 *-*-*android*|*-*-*uclibc*)
1520                   ;;
1521                 *)
1522                   default_gnu_indirect_function=yes
1523                   ;;
1524                 esac
1525                 ;;
1526         x86_64-*-kfreebsd*-gnu)
1527                 tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu64.h"
1528                 ;;
1529         x86_64-*-knetbsd*-gnu)
1530                 tm_file="${tm_file} knetbsd-gnu.h i386/knetbsd-gnu64.h"
1531                 ;;
1532         esac
1533         tmake_file="${tmake_file} i386/t-linux64"
1534         x86_multilibs="${with_multilib_list}"
1535         if test "$x86_multilibs" = "default"; then
1536                 case ${with_abi} in
1537                 x32 | mx32)
1538                         x86_multilibs="mx32"
1539                         ;;
1540                 *)
1541                         x86_multilibs="m64,m32"
1542                         ;;
1543                 esac
1544         fi
1545         x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1546         for x86_multilib in ${x86_multilibs}; do
1547                 case ${x86_multilib} in
1548                 m32 | m64 | mx32)
1549                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1550                         ;;
1551                 *)
1552                         echo "--with-multilib-list=${x86_with_multilib} not supported."
1553                         exit 1
1554                 esac
1555         done
1556         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1557         ;;
1558 i[34567]86-pc-msdosdjgpp*)
1559         xm_file=i386/xm-djgpp.h
1560         tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h i386/djgpp-stdint.h"
1561         native_system_header_dir=/dev/env/DJDIR/include
1562         extra_options="${extra_options} i386/djgpp.opt"
1563         gnu_ld=yes
1564         gas=yes
1565         use_gcc_stdint=wrap
1566         ;;
1567 i[34567]86-*-lynxos*)
1568         xm_defines=POSIX
1569         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1570         tmake_file="${tmake_file} t-lynx"
1571         extra_options="${extra_options} lynx.opt"
1572         thread_file=lynx
1573         gnu_ld=yes
1574         gas=yes
1575         ;;
1576 i[34567]86-*-nto-qnx*)
1577         tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h i386/unix.h i386/nto.h"
1578         extra_options="${extra_options} i386/nto.opt"
1579         gnu_ld=yes
1580         gas=yes
1581         ;;
1582 i[34567]86-*-rtems*)
1583         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"
1584         tmake_file="${tmake_file} i386/t-rtems"
1585         ;;
1586 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
1587         # Set default arch_32 to pentium4, tune_32 to generic like the other
1588         # i386 targets, although config.guess defaults to i386-pc-solaris2*.
1589         with_arch_32=${with_arch_32:-pentium4}
1590         with_tune_32=${with_tune_32:-generic}
1591         tm_file="${tm_file} i386/unix.h i386/att.h ${sol2_tm_file_head} i386/x86-64.h ${sol2_tm_file_tail}"
1592         tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1593         tmake_file="$tmake_file i386/t-sol2"
1594         need_64bit_isa=yes
1595         if test x$with_cpu = x; then
1596                 if test x$with_cpu_64 = x; then
1597                         with_cpu_64=generic
1598                 fi
1599         else
1600                 case " $x86_cpus $x86_archs $x86_64_archs " in
1601                 *" $with_cpu "*)
1602                         ;;
1603                 *)
1604                         echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1605                         echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
1606                         exit 1
1607                         ;;
1608                 esac
1609         fi
1610         ;;
1611 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
1612         tm_file="${tm_file} i386/unix.h i386/att.h elfos.h vx-common.h"
1613         case ${target} in
1614           *-vxworksae*)
1615             tm_file="${tm_file} vxworksae.h i386/vxworks.h i386/vxworksae.h"
1616             tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1617             ;;
1618           *)
1619             tm_file="${tm_file} vxworks.h i386/vxworks.h"
1620             tmake_file="${tmake_file} i386/t-vxworks"
1621             ;;
1622         esac
1623         ;;
1624 i[34567]86-*-cygwin*)
1625         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"
1626         xm_file=i386/xm-cygwin.h
1627         tmake_file="${tmake_file} i386/t-cygming t-slibgcc"
1628         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1629         extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
1630         extra_objs="winnt.o winnt-stubs.o"
1631         c_target_objs="${c_target_objs} msformat-c.o"
1632         cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1633         if test x$enable_threads = xyes; then
1634                 thread_file='posix'
1635         fi
1636         default_use_cxa_atexit=yes
1637         use_gcc_stdint=wrap
1638         ;;
1639 x86_64-*-cygwin*)
1640         need_64bit_isa=yes
1641         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h i386/cygwin-w64.h i386/cygwin-stdint.h"
1642         xm_file=i386/xm-cygwin.h
1643         tmake_file="${tmake_file} i386/t-cygming t-slibgcc i386/t-cygwin-w64"
1644         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1645         extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
1646         extra_objs="winnt.o winnt-stubs.o"
1647         c_target_objs="${c_target_objs} msformat-c.o"
1648         cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1649         if test x$enable_threads = xyes; then
1650                 thread_file='posix'
1651         fi
1652         default_use_cxa_atexit=yes
1653         use_gcc_stdint=wrap
1654         tm_defines="${tm_defines} TARGET_CYGWIN64=1"
1655         ;;
1656 i[34567]86-*-mingw* | x86_64-*-mingw*)
1657         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h"
1658         xm_file=i386/xm-mingw32.h
1659         c_target_objs="${c_target_objs} winnt-c.o"
1660         cxx_target_objs="${cxx_target_objs} winnt-c.o"
1661         target_has_targetcm="yes"
1662         case ${target} in
1663                 x86_64-*-* | *-w64-*)
1664                         need_64bit_isa=yes
1665                         ;;
1666                 *)
1667                         ;;
1668         esac
1669         if test x$enable_threads = xposix ; then
1670                 tm_file="${tm_file} i386/mingw-pthread.h"
1671         fi
1672         tm_file="${tm_file} i386/mingw32.h"
1673         # This makes the logic if mingw's or the w64 feature set has to be used
1674         case ${target} in
1675                 *-w64-*)
1676                         user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
1677                         user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
1678                         tm_file="${tm_file} i386/mingw-w64.h"
1679                         if test x$enable_targets = xall; then
1680                                 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1681                                 if test x$with_cpu = x; then
1682                                         if test x$with_cpu_64 = x; then
1683                                                 with_cpu_64=generic
1684                                         fi
1685                                 else
1686                                         case " $x86_cpus $x86_archs $x86_64_archs " in
1687                                         *" $with_cpu "*)
1688                                                 ;;
1689                                         *)
1690                                                 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1691                                                 echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
1692                                                 exit 1
1693                                                 ;;
1694                                         esac
1695                                 fi
1696                         fi
1697                         ;;
1698                 *)
1699                         ;;
1700         esac
1701         tm_file="${tm_file} i386/mingw-stdint.h"
1702         tmake_file="${tmake_file} t-winnt i386/t-cygming t-slibgcc"
1703         case ${target} in
1704                x86_64-w64-*)
1705                         tmake_file="${tmake_file} i386/t-mingw-w64"
1706                         ;;
1707                i[34567]86-w64-*)
1708                         tmake_file="${tmake_file} i386/t-mingw-w32"
1709                         ;;
1710         esac
1711         native_system_header_dir=/mingw/include
1712         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1713         extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
1714         case ${target} in
1715                 *-w64-*)
1716                         extra_options="${extra_options} i386/mingw-w64.opt"
1717                         ;;
1718                 *)
1719                         ;;
1720         esac
1721         extra_objs="winnt.o winnt-stubs.o"
1722         c_target_objs="${c_target_objs} msformat-c.o"
1723         cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1724         gas=yes
1725         gnu_ld=yes
1726         default_use_cxa_atexit=yes
1727         use_gcc_stdint=wrap
1728         case ${enable_threads} in
1729           "" | yes | win32)
1730             thread_file='win32'
1731             ;;
1732           posix)
1733             thread_file='posix'
1734             ;;
1735         esac
1736         case ${target} in
1737                 *mingw32crt*)
1738                         tm_file="${tm_file} i386/crtdll.h"
1739                         ;;
1740                 *mingw32msv* | *mingw*)
1741                         ;;
1742         esac
1743         ;;
1744 i[34567]86-*-interix[3-9]*)
1745         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h"
1746         tmake_file="${tmake_file} i386/t-interix"
1747         extra_options="${extra_options} rpath.opt i386/interix.opt"
1748         extra_objs="winnt.o winnt-stubs.o"
1749         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1750         if test x$enable_threads = xyes ; then
1751                 thread_file='posix'
1752         fi
1753         if test x$stabs = xyes ; then
1754                 tm_file="${tm_file} dbxcoff.h"
1755         fi
1756         ;;
1757 ia64*-*-elf*)
1758         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
1759         tmake_file="ia64/t-ia64"
1760         target_cpu_default="0"
1761         if test x$gas = xyes
1762         then
1763                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1764         fi
1765         if test x$gnu_ld = xyes
1766         then
1767                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1768         fi
1769         ;;
1770 ia64*-*-freebsd*)
1771         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1772         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1773         tmake_file="${tmake_file} ia64/t-ia64"
1774         ;;
1775 ia64*-*-linux*)
1776         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
1777         tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind"
1778         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1779         ;;
1780 ia64*-*-hpux*)
1781         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
1782         tmake_file="ia64/t-ia64 ia64/t-hpux t-slibgcc"
1783         target_cpu_default="MASK_GNU_AS"
1784         case x$enable_threads in
1785         x | xyes | xposix )
1786                 thread_file=posix
1787                 ;;
1788         esac
1789         use_collect2=no
1790         c_target_objs="ia64-c.o"
1791         cxx_target_objs="ia64-c.o"
1792         extra_options="${extra_options} ia64/ilp32.opt hpux11.opt"
1793         use_gcc_stdint=wrap
1794         tm_file="${tm_file} hpux-stdint.h"
1795         case ${target} in
1796         *-*-hpux11.3*)
1797                 tm_file="${tm_file} ia64/hpux-unix2003.h"
1798                 ;;
1799         esac
1800         ;;
1801 ia64-hp-*vms*)
1802         tm_file="${tm_file} elfos.h ia64/sysv4.h vms/vms.h ia64/vms.h"
1803         tmake_file="${tmake_file} ia64/t-ia64"
1804         target_cpu_default="0"
1805         if test x$gas = xyes
1806         then
1807                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1808         fi
1809         extra_options="${extra_options} ia64/vms.opt"
1810         ;;
1811 iq2000*-*-elf*)
1812         tm_file="elfos.h newlib-stdint.h iq2000/iq2000.h"
1813         out_file=iq2000/iq2000.c
1814         md_file=iq2000/iq2000.md
1815         ;;
1816 lm32-*-elf*)
1817         tm_file="dbxelf.h elfos.h ${tm_file}"
1818         tmake_file="${tmake_file} lm32/t-lm32"
1819         ;;
1820 lm32-*-rtems*)
1821         tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
1822         tmake_file="${tmake_file} lm32/t-lm32"
1823         tmake_file="${tmake_file} lm32/t-rtems"
1824          ;;
1825 lm32-*-uclinux*)
1826         tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h lm32/uclinux-elf.h"
1827         tmake_file="${tmake_file} lm32/t-lm32"
1828         ;;
1829 m32r-*-elf*)
1830         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1831         ;;
1832 m32rle-*-elf*)
1833         tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
1834         ;;
1835 m32r-*-rtems*)
1836         tm_file="dbxelf.h elfos.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h"
1837         tmake_file="${tmake_file} m32r/t-m32r"
1838         ;;
1839 m32r-*-linux*)
1840         tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
1841         tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
1842         gnu_ld=yes
1843         if test x$enable_threads = xyes; then
1844                 thread_file='posix'
1845         fi
1846         ;;
1847 m32rle-*-linux*)
1848         tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
1849         tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
1850         gnu_ld=yes
1851         if test x$enable_threads = xyes; then
1852                 thread_file='posix'
1853         fi
1854         ;;
1855 m68k-*-elf* | fido-*-elf*)
1856         case ${target} in
1857         fido-*-elf*)
1858                 # Check that $with_cpu makes sense.
1859                 case $with_cpu in
1860                 "" | "fidoa")
1861                         ;;
1862                 *)
1863                         echo "Cannot accept --with-cpu=$with_cpu"
1864                         exit 1
1865                         ;;
1866                 esac
1867                 with_cpu=fidoa
1868                 ;;
1869         *)
1870                 default_m68k_cpu=68020
1871                 default_cf_cpu=5206
1872                 ;;
1873         esac
1874         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"
1875         tm_defines="${tm_defines} MOTOROLA=1"
1876         tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1877         # Add multilibs for targets other than fido.
1878         case ${target} in
1879         fido-*-elf*)
1880                 ;;
1881         *)
1882                 tmake_file="$tmake_file m68k/t-mlibs"
1883                 ;;
1884         esac
1885         ;;
1886 m68k*-*-netbsdelf*)
1887         default_m68k_cpu=68020
1888         default_cf_cpu=5475
1889         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1890         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1891         tm_defines="${tm_defines} MOTOROLA=1"
1892         ;;
1893 m68k*-*-openbsd*)
1894         default_m68k_cpu=68020
1895         default_cf_cpu=5475
1896         # needed to unconfuse gdb
1897         tm_defines="${tm_defines} OBSD_OLD_GAS"
1898         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
1899         extra_options="${extra_options} openbsd.opt"
1900         tmake_file="t-openbsd m68k/t-openbsd"
1901         # we need collect2 until our bug is fixed...
1902         use_collect2=yes
1903         ;;
1904 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux
1905                                 # with uClibc, using the new GNU/Linux-style
1906                                 # ABI.
1907         default_m68k_cpu=68020
1908         default_cf_cpu=5206
1909         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"
1910         extra_options="${extra_options} m68k/uclinux.opt"
1911         tm_defines="${tm_defines} MOTOROLA=1"
1912         tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
1913         ;;
1914 m68k-*-linux*)                  # Motorola m68k's running GNU/Linux
1915                                 # with ELF format using glibc 2
1916                                 # aka the GNU/Linux C library 6.
1917         default_m68k_cpu=68020
1918         default_cf_cpu=5475
1919         with_arch=${with_arch:-m68k}
1920         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
1921         extra_options="${extra_options} m68k/ieee.opt"
1922         tm_defines="${tm_defines} MOTOROLA=1"
1923         tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
1924         ;;
1925 m68k-*-rtems*)
1926         default_m68k_cpu=68020
1927         default_cf_cpu=5206
1928         tmake_file="${tmake_file} m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff m68k/t-rtems m68k/t-mlibs"
1929         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"
1930         tm_defines="${tm_defines} MOTOROLA=1"
1931         ;;
1932 mcore-*-elf)
1933         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
1934         tmake_file=mcore/t-mcore
1935         inhibit_libc=true
1936         ;;
1937 mep-*-*)
1938         tm_file="dbxelf.h elfos.h ${tm_file}"
1939         tmake_file=mep/t-mep
1940         c_target_objs="mep-pragma.o"
1941         cxx_target_objs="mep-pragma.o"
1942         if test -d "${srcdir}/../newlib/libc/include" &&
1943            test "x$with_headers" = x; then
1944                 with_headers=yes
1945         fi
1946         use_gcc_stdint=wrap
1947         ;;
1948 microblaze*-linux*)
1949         case $target in
1950                 microblazeel-*)
1951                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
1952                         ;;
1953                 microblaze-*)
1954                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
1955                         ;;
1956         esac
1957         tm_file="${tm_file} dbxelf.h gnu-user.h linux.h microblaze/linux.h"
1958         tm_file="${tm_file} glibc-stdint.h"
1959         c_target_objs="${c_target_objs} microblaze-c.o"
1960         cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1961         tmake_file="${tmake_file} microblaze/t-microblaze"
1962         tmake_file="${tmake_file} microblaze/t-microblaze-linux"
1963         ;;
1964 microblaze*-*-rtems*)
1965         case $target in
1966                 microblazeel-*)
1967                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
1968                         ;;
1969                 microblaze-*)
1970                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
1971                         ;;
1972         esac
1973         tm_file="${tm_file} dbxelf.h"
1974         tm_file="${tm_file} microblaze/rtems.h rtems.h newlib-stdint.h"
1975         c_target_objs="${c_target_objs} microblaze-c.o"
1976         cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1977         tmake_file="${tmake_file} microblaze/t-microblaze"
1978         tmake_file="${tmake_file} microblaze/t-rtems"
1979         ;;
1980 microblaze*-*-elf)
1981         case $target in
1982                 microblazeel-*)
1983                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
1984                         ;;
1985                 microblaze-*)
1986                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
1987                         ;;
1988         esac
1989         tm_file="${tm_file} dbxelf.h newlib-stdint.h"
1990         c_target_objs="${c_target_objs} microblaze-c.o"
1991         cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1992         tmake_file="${tmake_file} microblaze/t-microblaze"
1993         ;;
1994 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
1995         target_cpu_default="MASK_ABICALLS"
1996         tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1997         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1998         ;;
1999 mips*-img-linux*)
2000         tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h mips/linux-common.h mips/mti-linux.h"
2001         extra_options="${extra_options} linux-android.opt"
2002         tmake_file="${tmake_file} mips/t-img-linux"
2003         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2004         gnu_ld=yes
2005         gas=yes
2006         ;;
2007 mips*-mti-linux*)
2008         tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h mips/linux-common.h mips/mti-linux.h"
2009         extra_options="${extra_options} linux-android.opt"
2010         tmake_file="${tmake_file} mips/t-mti-linux"
2011         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2012         gnu_ld=yes
2013         gas=yes
2014         ;;
2015 mips*-*-linux*)                         # Linux MIPS, either endian.
2016         tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h mips/linux-common.h"
2017         extra_options="${extra_options} linux-android.opt"
2018         case ${target} in
2019                 mipsisa32r6*)
2020                         default_mips_arch=mips32r6
2021                         ;;
2022                 mipsisa32r2*)
2023                         default_mips_arch=mips32r2
2024                         ;;
2025                 mipsisa32*)
2026                         default_mips_arch=mips32
2027                         ;;
2028                 mips64el-st-linux-gnu)
2029                         default_mips_abi=n32
2030                         tm_file="${tm_file} mips/st.h"
2031                         tmake_file="${tmake_file} mips/t-st"
2032                         enable_mips_multilibs="yes"
2033                         ;;
2034                 mips64octeon*-*-linux*)
2035                         default_mips_abi=n32
2036                         tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
2037                         target_cpu_default=MASK_SOFT_FLOAT_ABI
2038                         enable_mips_multilibs="yes"
2039                         ;;
2040                 mipsisa64r6*-*-linux*)
2041                         default_mips_abi=n32
2042                         default_mips_arch=mips64r6
2043                         enable_mips_multilibs="yes"
2044                         ;;
2045                 mipsisa64r2*-*-linux*)
2046                         default_mips_abi=n32
2047                         default_mips_arch=mips64r2
2048                         enable_mips_multilibs="yes"
2049                         ;;
2050                 mips64*-*-linux* | mipsisa64*-*-linux*)
2051                         default_mips_abi=n32
2052                         enable_mips_multilibs="yes"
2053                         ;;
2054         esac
2055         if test x$enable_targets = xall; then
2056                 enable_mips_multilibs="yes"
2057         fi
2058         if test x$enable_mips_multilibs = xyes; then
2059                 tmake_file="${tmake_file} mips/t-linux64"
2060         fi
2061         ;;
2062 mips*-mti-elf*)
2063         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2064         tmake_file="mips/t-mti-elf"
2065         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2066         ;;
2067 mips*-img-elf*)
2068         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2069         tmake_file="mips/t-img-elf"
2070         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2071         ;;
2072 mips*-sde-elf*)
2073         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h"
2074         tmake_file="mips/t-sde"
2075         extra_options="${extra_options} mips/sde.opt"
2076         case "${with_newlib}" in
2077           yes)
2078             # newlib / libgloss.
2079             ;;
2080           *)
2081             # MIPS toolkit libraries.
2082             tm_file="$tm_file mips/sdemtk.h"
2083             tmake_file="$tmake_file mips/t-sdemtk"
2084             case ${enable_threads} in
2085               "" | yes | mipssde)
2086                 thread_file='mipssde'
2087                 ;;
2088             esac
2089             ;;
2090         esac
2091         case ${target} in
2092           mipsisa32r6*)
2093             tm_defines="MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2094             ;;
2095           mipsisa32r2*)
2096             tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2097             ;;
2098           mipsisa32*)
2099             tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
2100             ;;
2101           mipsisa64r6*)
2102             tm_defines="MIPS_ISA_DEFAULT=69 MIPS_ABI_DEFAULT=ABI_N32"
2103             ;;
2104           mipsisa64r2*)
2105             tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
2106             ;;
2107           mipsisa64*)
2108             tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
2109             ;;
2110         esac
2111         ;;
2112 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
2113 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
2114 mipsisa32r6-*-elf* | mipsisa32r6el-*-elf* | \
2115 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
2116 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf* | \
2117 mipsisa64r6-*-elf* | mipsisa64r6el-*-elf*)
2118         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2119         tmake_file="mips/t-isa3264"
2120         case ${target} in
2121           mipsisa32r6*)
2122             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37"
2123             ;;
2124           mipsisa32r2*)
2125             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
2126             ;;
2127           mipsisa32*)
2128             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
2129             ;;
2130           mipsisa64r6*)
2131             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=69"
2132             ;;
2133           mipsisa64r2*)
2134             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
2135             ;;
2136           mipsisa64*)
2137             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
2138             ;;
2139         esac
2140         case ${target} in
2141           mipsisa32*-*-elfoabi*)
2142             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
2143             tm_file="${tm_file} mips/elfoabi.h"
2144             ;;
2145           mipsisa64*-*-elfoabi*)
2146             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
2147             tm_file="${tm_file} mips/elfoabi.h"
2148             ;;
2149           *-*-elf*)
2150             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2151             ;;
2152         esac
2153         ;;
2154 mipsisa64sr71k-*-elf*)
2155         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2156         tmake_file=mips/t-sr71k
2157         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
2158         ;;
2159 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
2160         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2161         tmake_file="mips/t-elf mips/t-sb1"
2162         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
2163         ;;
2164 mips-*-elf* | mipsel-*-elf* | mipsr5900-*-elf* | mipsr5900el-*-elf*)
2165         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2166         tmake_file="mips/t-elf"
2167         ;;
2168 mips64r5900-*-elf* | mips64r5900el-*-elf*)
2169         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h"
2170         tmake_file="mips/t-elf"
2171         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
2172         ;;
2173 mips64-*-elf* | mips64el-*-elf*)
2174         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2175         tmake_file="mips/t-elf"
2176         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
2177         ;;
2178 mips64vr-*-elf* | mips64vrel-*-elf*)
2179         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
2180         tmake_file=mips/t-vr
2181         tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2182         ;;
2183 mips64orion-*-elf* | mips64orionel-*-elf*)
2184         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
2185         tmake_file="mips/t-elf"
2186         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
2187         ;;
2188 mips*-*-rtems*)
2189         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
2190         tmake_file="${tmake_file} mips/t-elf mips/t-rtems"
2191         ;;
2192 mips-wrs-vxworks)
2193         tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
2194         tmake_file="${tmake_file} mips/t-vxworks"
2195         ;;
2196 mipstx39-*-elf* | mipstx39el-*-elf*)
2197         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
2198         tmake_file="mips/t-r3900"
2199         ;;
2200 mmix-knuth-mmixware)
2201         tm_file="${tm_file} newlib-stdint.h"
2202         use_gcc_stdint=wrap
2203         ;;
2204 mn10300-*-*)
2205         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2206         if test x$stabs = xyes
2207         then
2208                 tm_file="${tm_file} dbx.h"
2209         fi
2210         use_collect2=no
2211         use_gcc_stdint=wrap
2212         ;;
2213 msp430*-*-*)
2214         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2215         c_target_objs="msp430-c.o"
2216         cxx_target_objs="msp430-c.o"
2217         tmake_file="${tmake_file} msp430/t-msp430"
2218         ;;
2219 nds32le-*-*)
2220         target_cpu_default="0"
2221         tm_defines="${tm_defines}"
2222         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2223         tmake_file="nds32/t-nds32 nds32/t-mlibs"
2224         ;;
2225 nds32be-*-*)
2226         target_cpu_default="0|MASK_BIG_ENDIAN"
2227         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2228         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2229         tmake_file="nds32/t-nds32 nds32/t-mlibs"
2230         ;;
2231 nios2-*-*)
2232         tm_file="elfos.h ${tm_file}"
2233         tmake_file="${tmake_file} nios2/t-nios2"
2234         case ${target} in
2235         nios2-*-linux*)
2236                 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h nios2/linux.h "
2237                 ;;
2238         nios2-*-elf*)
2239                 tm_file="${tm_file} newlib-stdint.h nios2/elf.h"
2240                 extra_options="${extra_options} nios2/elf.opt"
2241                 ;;
2242         nios2-*-rtems*)
2243                 tm_file="${tm_file} newlib-stdint.h nios2/rtems.h rtems.h"
2244                 tmake_file="${tmake_file} t-rtems nios2/t-rtems"
2245                 ;;
2246         esac
2247         ;;
2248 nvptx-*)
2249         tm_file="${tm_file} newlib-stdint.h"
2250         tmake_file="nvptx/t-nvptx"
2251         if test x$enable_as_accelerator = xyes; then
2252                 extra_programs="${extra_programs} mkoffload\$(exeext)"
2253                 tm_file="${tm_file} nvptx/offload.h"
2254         fi
2255         ;;
2256 pdp11-*-*)
2257         tm_file="${tm_file} newlib-stdint.h"
2258         use_gcc_stdint=wrap
2259         ;;
2260 # port not yet contributed
2261 #powerpc-*-openbsd*)
2262 #       tmake_file="${tmake_file} rs6000/t-fprules"
2263 #       extra_headers=
2264 #       ;;
2265 powerpc-*-darwin*)
2266         extra_options="${extra_options} rs6000/darwin.opt"
2267         case ${target} in
2268           *-darwin1[0-9]* | *-darwin[8-9]*)
2269             tmake_file="${tmake_file} rs6000/t-darwin8"
2270             tm_file="${tm_file} rs6000/darwin8.h"
2271             ;;
2272           *-darwin7*)
2273             tm_file="${tm_file} rs6000/darwin7.h"
2274             ;;
2275           *-darwin[0-6]*)
2276             ;;
2277         esac
2278         tmake_file="${tmake_file} t-slibgcc"
2279         extra_headers=altivec.h
2280         ;;
2281 powerpc64-*-darwin*)
2282         extra_options="${extra_options} ${cpu_type}/darwin.opt"
2283         tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc"
2284         tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
2285         extra_headers=altivec.h
2286         ;;
2287 powerpc*-*-freebsd*)
2288         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h"
2289         extra_options="${extra_options} rs6000/sysv4.opt"
2290         tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2291         case ${target} in
2292              powerpc64*)
2293                 tm_file="${tm_file} rs6000/default64.h rs6000/freebsd64.h"
2294                 tmake_file="${tmake_file} rs6000/t-freebsd64"
2295                 extra_options="${extra_options} rs6000/linux64.opt"
2296                 ;;
2297              *)
2298                 tm_file="${tm_file} rs6000/freebsd.h"
2299                 ;;
2300         esac
2301         ;;
2302 powerpc-*-netbsd*)
2303         tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2304         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2305         tmake_file="${tmake_file} rs6000/t-netbsd"
2306         extra_options="${extra_options} rs6000/sysv4.opt"
2307         ;;
2308 powerpc-*-eabispe*)
2309         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"
2310         extra_options="${extra_options} rs6000/sysv4.opt"
2311         tmake_file="rs6000/t-spe rs6000/t-ppccomm"
2312         use_gcc_stdint=wrap
2313         ;;
2314 powerpc-*-eabisimaltivec*)
2315         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"
2316         extra_options="${extra_options} rs6000/sysv4.opt"
2317         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2318         use_gcc_stdint=wrap
2319         ;;
2320 powerpc-*-eabisim*)
2321         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"
2322         extra_options="${extra_options} rs6000/sysv4.opt"
2323         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2324         use_gcc_stdint=wrap
2325         ;;
2326 powerpc-*-elf*)
2327         tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
2328         extra_options="${extra_options} rs6000/sysv4.opt"
2329         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2330         ;;
2331 powerpc-*-eabialtivec*)
2332         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"
2333         extra_options="${extra_options} rs6000/sysv4.opt"
2334         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2335         use_gcc_stdint=wrap
2336         ;;
2337 powerpc-xilinx-eabi*)
2338         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"
2339         extra_options="${extra_options} rs6000/sysv4.opt rs6000/xilinx.opt"
2340         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm rs6000/t-xilinx"
2341         use_gcc_stdint=wrap
2342         ;;
2343 powerpc-*-eabi*)
2344         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"
2345         extra_options="${extra_options} rs6000/sysv4.opt"
2346         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2347         use_gcc_stdint=wrap
2348         ;;
2349 powerpc-*-rtems*)
2350         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"
2351         extra_options="${extra_options} rs6000/sysv4.opt"
2352         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-rtems rs6000/t-ppccomm"
2353         ;;
2354 powerpc*-*-linux*)
2355         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h rs6000/sysv4.h"
2356         extra_options="${extra_options} rs6000/sysv4.opt"
2357         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm"
2358         extra_objs="$extra_objs rs6000-linux.o"
2359         case ${target} in
2360             powerpc*le-*-*)
2361                 tm_file="${tm_file} rs6000/sysv4le.h" ;;
2362         esac
2363         case ${target}:${with_cpu} in
2364             powerpc64*: | powerpc64*:native) cpu_is_64bit=yes ;;
2365         esac
2366         maybe_biarch=${cpu_is_64bit}
2367         case ${enable_targets} in
2368             *powerpc64*) maybe_biarch=yes ;;
2369         esac
2370         case ${target} in
2371             powerpc64*-*-linux*spe* | powerpc64*-*-linux*paired*)
2372                 echo "*** Configuration ${target} not supported" 1>&2
2373                 exit 1
2374                 ;;
2375             powerpc*-*-linux*spe* | powerpc*-*-linux*paired*)
2376                 maybe_biarch=
2377                 ;;
2378         esac
2379         case ${target}:${enable_targets}:${maybe_biarch} in
2380             powerpc64-* | powerpc-*:*:yes | *:*powerpc64-*:yes | *:all:yes \
2381             | powerpc64le*:*powerpcle* | powerpc64le*:*powerpc-* \
2382             | powerpcle-*:*powerpc64le*:yes)
2383                 if test x$cpu_is_64bit = xyes; then
2384                     tm_file="${tm_file} rs6000/default64.h"
2385                 fi
2386                 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
2387                 tmake_file="$tmake_file rs6000/t-linux64"
2388                 case ${target} in
2389                     powerpc*le-*-*)
2390                         tmake_file="$tmake_file rs6000/t-linux64le"
2391                         case ${enable_targets} in
2392                             all | *powerpc64-* | *powerpc-*)
2393                                 tmake_file="$tmake_file rs6000/t-linux64lebe" ;;
2394                         esac ;;
2395                     *)
2396                         case ${enable_targets} in
2397                             all | *powerpc64le-* | *powerpcle-*)
2398                                 tmake_file="$tmake_file rs6000/t-linux64bele" ;;
2399                         esac ;;
2400                 esac
2401                 extra_options="${extra_options} rs6000/linux64.opt"
2402                 ;;
2403             powerpc64*)
2404                 tm_file="${tm_file} rs6000/default64.h rs6000/linux64.h glibc-stdint.h"
2405                 extra_options="${extra_options} rs6000/linux64.opt"
2406                 tmake_file="${tmake_file} rs6000/t-linux"
2407                 ;;
2408             *)
2409                 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
2410                 tmake_file="${tmake_file} rs6000/t-ppcos rs6000/t-linux"
2411                 ;;
2412         esac
2413         case ${target} in
2414             powerpc*-*-linux*ppc476*)
2415                 tm_file="${tm_file} rs6000/476.h"
2416                 extra_options="${extra_options} rs6000/476.opt" ;;
2417             powerpc*-*-linux*altivec*)
2418                 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
2419             powerpc*-*-linux*spe*)
2420                 tm_file="${tm_file} rs6000/linuxspe.h rs6000/e500.h" ;;
2421             powerpc*-*-linux*paired*)
2422                 tm_file="${tm_file} rs6000/750cl.h" ;;
2423         esac
2424         if test x${enable_secureplt} = xyes; then
2425                 tm_file="rs6000/secureplt.h ${tm_file}"
2426         fi
2427         ;;
2428 powerpc-wrs-vxworks|powerpc-wrs-vxworksae|powerpc-wrs-vxworksmils)
2429         tm_file="${tm_file} elfos.h freebsd-spec.h rs6000/sysv4.h"
2430         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
2431         extra_options="${extra_options} rs6000/sysv4.opt"
2432         extra_headers=ppc-asm.h
2433         case ${target} in
2434           *-vxworksmils*)
2435             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksmils.h"
2436             tmake_file="${tmake_file} rs6000/t-vxworksmils"
2437             ;;
2438           *-vxworksae*)
2439             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
2440             tmake_file="${tmake_file} rs6000/t-vxworksae"
2441             ;;
2442           *-vxworks*)
2443             tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
2444             ;;
2445         esac
2446         ;;
2447 powerpc-*-lynxos*)
2448         xm_defines=POSIX
2449         tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2450         tmake_file="t-lynx rs6000/t-lynx"
2451         extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
2452         thread_file=lynx
2453         gnu_ld=yes
2454         gas=yes
2455         ;;
2456 powerpcle-*-elf*)
2457         tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
2458         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2459         extra_options="${extra_options} rs6000/sysv4.opt"
2460         ;;
2461 powerpcle-*-eabisim*)
2462         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"
2463         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2464         extra_options="${extra_options} rs6000/sysv4.opt"
2465         use_gcc_stdint=wrap
2466         ;;
2467 powerpcle-*-eabi*)
2468         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"
2469         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2470         extra_options="${extra_options} rs6000/sysv4.opt"
2471         use_gcc_stdint=wrap
2472         ;;
2473 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2474         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h rs6000/aix-stdint.h"
2475         tmake_file="rs6000/t-aix43 t-slibgcc"
2476         extra_options="${extra_options} rs6000/aix64.opt"
2477         use_collect2=yes
2478         thread_file='aix'
2479         use_gcc_stdint=provide
2480         extra_headers=
2481         ;;
2482 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2483         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h rs6000/aix-stdint.h"
2484         extra_options="${extra_options} rs6000/aix64.opt"
2485         tmake_file="rs6000/t-aix43 t-slibgcc"
2486         use_collect2=yes
2487         thread_file='aix'
2488         use_gcc_stdint=wrap
2489         extra_headers=
2490         ;;
2491 rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
2492         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h rs6000/aix-stdint.h"
2493         tmake_file="rs6000/t-aix52 t-slibgcc"
2494         extra_options="${extra_options} rs6000/aix64.opt"
2495         use_collect2=yes
2496         thread_file='aix'
2497         use_gcc_stdint=wrap
2498         extra_headers=
2499         ;;
2500 rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
2501         tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h rs6000/aix-stdint.h"
2502         tmake_file="rs6000/t-aix52 t-slibgcc"
2503         extra_options="${extra_options} rs6000/aix64.opt"
2504         use_collect2=yes
2505         thread_file='aix'
2506         use_gcc_stdint=wrap
2507         extra_headers=altivec.h
2508         ;;
2509 rs6000-ibm-aix[6789].* | powerpc-ibm-aix[6789].*)
2510         tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
2511         tmake_file="rs6000/t-aix52 t-slibgcc"
2512         extra_options="${extra_options} rs6000/aix64.opt"
2513         use_collect2=yes
2514         thread_file='aix'
2515         use_gcc_stdint=wrap
2516         extra_headers=altivec.h
2517         ;;
2518 rl78-*-elf*)
2519         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2520         target_has_targetm_common=no
2521         c_target_objs="rl78-c.o"
2522         cxx_target_objs="rl78-c.o"
2523         tmake_file="${tmake_file} rl78/t-rl78"
2524         ;;
2525 rx-*-elf*)
2526         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2527         tmake_file="${tmake_file} rx/t-rx"
2528         ;;
2529 s390-*-linux*)
2530         default_gnu_indirect_function=yes
2531         tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
2532         if test x$enable_targets = xall; then
2533                 tmake_file="${tmake_file} s390/t-linux64"
2534         fi
2535         ;;
2536 s390x-*-linux*)
2537         default_gnu_indirect_function=yes
2538         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
2539         tm_p_file="linux-protos.h s390/s390-protos.h"
2540         md_file=s390/s390.md
2541         extra_modes=s390/s390-modes.def
2542         out_file=s390/s390.c
2543         tmake_file="${tmake_file} s390/t-linux64"
2544         ;;
2545 s390x-ibm-tpf*)
2546         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h s390/tpf.h"
2547         tm_p_file=s390/s390-protos.h
2548         md_file=s390/s390.md
2549         extra_modes=s390/s390-modes.def
2550         out_file=s390/s390.c
2551         thread_file='tpf'
2552         extra_options="${extra_options} s390/tpf.opt"
2553         ;;
2554 sh-*-elf* | sh[12346l]*-*-elf* | \
2555   sh-*-linux* | sh[2346lbe]*-*-linux* | \
2556   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2557   sh64-*-netbsd* | sh64l*-*-netbsd*)
2558         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2559         if test x${with_endian} = x; then
2560                 case ${target} in
2561                 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2562                 shbe-*-* | sheb-*-*)               with_endian=big,little ;;
2563                 sh[1234]l* | sh[34]*-*-linux*)     with_endian=little ;;
2564                 shl* | sh64l* | sh*-*-linux* | \
2565                   sh5l* | sh-superh-elf)           with_endian=little,big ;;
2566                 sh[1234]*-*-*)                     with_endian=big ;;
2567                 *)                                 with_endian=big,little ;;
2568                 esac
2569         fi
2570         # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
2571         #  First word : the default endian.
2572         #  Second word: the secondary endian (optional).
2573         case ${with_endian} in
2574         big)            TM_ENDIAN_CONFIG=mb ;;
2575         little)         TM_ENDIAN_CONFIG=ml ;;
2576         big,little)     TM_ENDIAN_CONFIG="mb ml" ;;
2577         little,big)     TM_ENDIAN_CONFIG="ml mb" ;;
2578         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
2579         esac
2580         case ${with_endian} in
2581         little*)        tm_file="sh/little.h ${tm_file}" ;;
2582         esac
2583         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h"
2584         case ${target} in
2585         sh*-*-linux*)   tmake_file="${tmake_file} sh/t-linux"
2586                         tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h sh/linux.h" ;;
2587         sh*-*-netbsd*)
2588                         tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2589                         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2591                         ;;
2592         sh*-superh-elf) if test x$with_libgloss != xno; then
2593                                 with_libgloss=yes
2594                                 tm_file="${tm_file} sh/newlib.h"
2595                         fi
2596                         tm_file="${tm_file} sh/embed-elf.h"
2597                         tm_file="${tm_file} sh/superh.h"
2598                         extra_options="${extra_options} sh/superh.opt" ;;
2599         *)              if test x$with_newlib = xyes \
2600                            && test x$with_libgloss = xyes; then
2601                                 tm_file="${tm_file} sh/newlib.h"
2602                         fi
2603                         tm_file="${tm_file} sh/embed-elf.h" ;;
2604         esac
2605         case ${target} in
2606         sh5*-*-netbsd*)
2607                 # SHmedia, 32-bit ABI
2608                 tmake_file="${tmake_file} sh/t-sh64"
2609                 ;;
2610         sh64*-netbsd*)
2611                 # SHmedia, 64-bit ABI
2612                 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5-64"
2613                 ;;
2614         *-*-netbsd)
2615                 ;;
2616         sh64*-*-linux*)
2617                 tmake_file="${tmake_file} sh/t-sh64"
2618                 tm_file="${tm_file} sh/sh64.h"
2619                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2620                 ;;
2621         sh64*)
2622                 tmake_file="${tmake_file} sh/t-sh64"
2623                 tm_file="${tm_file} sh/sh64.h"
2624                 if test x$with_newlib = xyes; then
2625                         tm_file="${tm_file} newlib-stdint.h"
2626                 fi
2627                 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2628                 ;;
2629         *-*-elf*)
2630                 tm_file="${tm_file} newlib-stdint.h"
2631                 ;;
2632         esac
2633         # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2634         case `echo ${target} | sed 's/e[lb]-/-/'` in
2635         sh64*-*-netbsd*)        sh_cpu_target=sh5-64media ;;
2636         sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
2637         sh4a_single_only*)      sh_cpu_target=sh4a-single-only ;;
2638         sh4a_single*)           sh_cpu_target=sh4a-single ;;
2639         sh4a_nofpu*)            sh_cpu_target=sh4a-nofpu ;;
2640         sh4al)                  sh_cpu_target=sh4al ;;
2641         sh4a*)                  sh_cpu_target=sh4a ;;
2642         sh4_single_only*)       sh_cpu_target=sh4-single-only ;;
2643         sh4_single*)            sh_cpu_target=sh4-single ;;
2644         sh4_nofpu*)             sh_cpu_target=sh4-nofpu ;;
2645         sh4* | sh-superh-*)     sh_cpu_target=sh4 ;;
2646         sh3e*)                  sh_cpu_target=sh3e ;;
2647         sh*-*-netbsd* | sh3*)   sh_cpu_target=sh3 ;;
2648         sh2a_single_only*)      sh_cpu_target=sh2a-single-only ;;
2649         sh2a_single*)           sh_cpu_target=sh2a-single ;;
2650         sh2a_nofpu*)            sh_cpu_target=sh2a-nofpu ;;
2651         sh2a*)                  sh_cpu_target=sh2a ;;
2652         sh2e*)                  sh_cpu_target=sh2e ;;
2653         sh2*)                   sh_cpu_target=sh2 ;;
2654         *)                      sh_cpu_target=sh1 ;;
2655         esac
2656         # did the user say --without-fp ?
2657         if test x$with_fp = xno; then
2658                 case ${sh_cpu_target} in
2659                 sh5-*media)     sh_cpu_target=${sh_cpu_target}-nofpu ;;
2660                 sh4al | sh1)    ;;
2661                 sh4a* )         sh_cpu_target=sh4a-nofpu ;;
2662                 sh4*)           sh_cpu_target=sh4-nofpu ;;
2663                 sh3*)           sh_cpu_target=sh3 ;;
2664                 sh2a*)          sh_cpu_target=sh2a-nofpu ;;
2665                 sh2*)           sh_cpu_target=sh2 ;;
2666                 *)      echo --without-fp not available for $target: ignored
2667                 esac
2668                 tm_defines="$tm_defines STRICT_NOFPU=1"
2669         fi
2670         sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2671         case $sh_cpu_default in
2672         sh5-64media-nofpu | sh5-64media | \
2673           sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
2674           sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2675           sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2676           sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
2677           sh3e | sh3 | sh2e | sh2 | sh1) ;;
2678         "")     sh_cpu_default=${sh_cpu_target} ;;
2679         *)      echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2680         esac
2681         sh_multilibs=${with_multilib_list}
2682         if test "$sh_multilibs" = "default" ; then
2683                 case ${target} in
2684                 sh64-superh-linux* | \
2685                 sh[1234]*)      sh_multilibs=${sh_cpu_target} ;;
2686                 sh64* | sh5*)   sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2687                 sh-superh-*)    sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2688                 sh*-*-linux*)   sh_multilibs=m1,m2,m2a,m3e,m4 ;;
2689                 sh*-*-netbsd*)  sh_multilibs=m3,m3e,m4 ;;
2690                 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2691                 esac
2692                 if test x$with_fp = xno; then
2693                         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`"
2694                 fi
2695         fi
2696         target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2697         tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2698         tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2699         sh_multilibs=`echo $sh_multilibs | sed -e 's/,/ /g' -e 's/^[Ss][Hh]/m/' -e 's/ [Ss][Hh]/ m/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
2700         for sh_multilib in ${sh_multilibs}; do
2701                 case ${sh_multilib} in
2702                 m1 | m2 | m2e | m3 | m3e | \
2703                 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
2704                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
2705                 m2a | m2a-single | m2a-single-only | m2a-nofpu | \
2706                 m5-64media | m5-64media-nofpu | \
2707                 m5-32media | m5-32media-nofpu | \
2708                 m5-compact | m5-compact-nofpu)
2709                         # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
2710                         # It is passed to MULTIILIB_OPTIONS verbatim.
2711                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
2712                         tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2713                         ;;
2714                 \!*)    # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
2715                         # It is passed the MULTILIB_EXCEPTIONS verbatim.
2716                         TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
2717                 *)
2718                         echo "with_multilib_list=${sh_multilib} not supported."
2719                         exit 1
2720                         ;;
2721                 esac
2722         done
2723         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
2724         if test x${enable_incomplete_targets} = xyes ; then
2725                 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"
2726         fi
2727         tm_file="$tm_file ./sysroot-suffix.h"
2728         tmake_file="$tmake_file t-sysroot-suffix"
2729         ;;
2730 sh-*-rtems*)
2731         tmake_file="${tmake_file} sh/t-sh sh/t-rtems"
2732         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
2733         ;;
2734 sh-wrs-vxworks)
2735         tmake_file="$tmake_file sh/t-sh sh/t-vxworks"
2736         tm_file="${tm_file} elfos.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
2737         ;;
2738 sparc-*-elf*)
2739         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp-elf.h"
2740         case ${target} in
2741             *-leon-*)
2742                 tmake_file="sparc/t-sparc sparc/t-leon"
2743                 ;;
2744             *-leon[3-9]*)
2745                 tmake_file="sparc/t-sparc sparc/t-leon3"
2746                 ;;
2747             *)
2748                 tmake_file="sparc/t-sparc sparc/t-elf"
2749                 ;;
2750         esac
2751         ;;
2752 sparc-*-rtems*)
2753         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
2754         tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
2755         ;;
2756 sparc-*-linux*)
2757         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
2758         extra_options="${extra_options} sparc/long-double-switch.opt"
2759         case ${target} in
2760             *-leon-*)
2761                 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon"
2762                 ;;
2763             *-leon[3-9]*)
2764                 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon3"
2765                 ;;
2766             *)
2767                 tmake_file="${tmake_file} sparc/t-sparc"
2768                 ;;
2769         esac
2770         if test x$enable_targets = xall; then
2771                 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
2772                 tmake_file="${tmake_file} sparc/t-linux64"
2773         else
2774                 tm_file="${tm_file} sparc/linux.h"
2775                 tmake_file="${tmake_file} sparc/t-linux"
2776         fi
2777         ;;
2778 sparc-*-netbsdelf*)
2779         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2780         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2781         extra_options="${extra_options} sparc/long-double-switch.opt"
2782         tmake_file="${tmake_file} sparc/t-sparc"
2783         ;;
2784 sparc*-*-solaris2*)
2785         tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sparc/tso.h"
2786         case ${target} in
2787             sparc64-*-* | sparcv9-*-*)
2788                 tm_file="sparc/default-64.h ${tm_file}"
2789                 ;;
2790             *)
2791                 test x$with_cpu != x || with_cpu=v9
2792                 ;;
2793         esac
2794         tmake_file="${tmake_file} sparc/t-sparc sparc/t-sol2"
2795         ;;
2796 sparc-wrs-vxworks)
2797         tm_file="${tm_file} elfos.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2798         tmake_file="${tmake_file} sparc/t-sparc sparc/t-vxworks"
2799         ;;
2800 sparc64-*-elf*)
2801         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
2802         extra_options="${extra_options}"
2803         tmake_file="${tmake_file} sparc/t-sparc"
2804         ;;
2805 sparc64-*-rtems*)
2806         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
2807         extra_options="${extra_options}"
2808         tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
2809         ;;
2810 sparc64-*-linux*)
2811         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"
2812         extra_options="${extra_options} sparc/long-double-switch.opt"
2813         tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
2814         ;;
2815 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2816         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2817         extra_options="${extra_options} sparc/long-double-switch.opt"
2818         case "x$with_cpu" in
2819                 xultrasparc) ;;
2820                 x) with_cpu=ultrasparc ;;
2821                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2822         esac
2823         tmake_file="${tmake_file} sparc/t-sparc"
2824         ;;
2825 sparc64-*-netbsd*)
2826         tm_file="sparc/biarch64.h ${tm_file}"
2827         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2828         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2829         extra_options="${extra_options} sparc/long-double-switch.opt"
2830         tmake_file="${tmake_file} sparc/t-sparc sparc/t-netbsd64"
2831         ;;
2832 sparc64-*-openbsd*)
2833         tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h"
2834         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
2835         extra_options="${extra_options} openbsd.opt"
2836         extra_options="${extra_options}"
2837         gas=yes gnu_ld=yes
2838         with_cpu=ultrasparc
2839         tmake_file="${tmake_file} sparc/t-sparc"
2840         ;;
2841 spu-*-elf*)
2842         tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h newlib-stdint.h"
2843         tmake_file="spu/t-spu-elf"
2844         native_system_header_dir=/include
2845         extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h spu_cache.h"
2846         extra_modes=spu/spu-modes.def
2847         c_target_objs="${c_target_objs} spu-c.o"
2848         cxx_target_objs="${cxx_target_objs} spu-c.o"
2849         ;;
2850 tic6x-*-elf)
2851         tm_file="elfos.h ${tm_file} c6x/elf-common.h c6x/elf.h"
2852         tm_file="${tm_file} dbxelf.h tm-dwarf2.h newlib-stdint.h"
2853         tmake_file="c6x/t-c6x c6x/t-c6x-elf"
2854         use_collect2=no
2855         ;;
2856 tic6x-*-uclinux)
2857         tm_file="elfos.h ${tm_file} gnu-user.h linux.h c6x/elf-common.h c6x/uclinux-elf.h"
2858         tm_file="${tm_file} dbxelf.h tm-dwarf2.h glibc-stdint.h"
2859         tm_file="${tm_file} ./sysroot-suffix.h"
2860         tmake_file="t-sysroot-suffix t-slibgcc"
2861         tmake_file="${tmake_file} c6x/t-c6x c6x/t-c6x-elf c6x/t-c6x-uclinux"
2862         use_collect2=no
2863         ;;
2864 tilegx*-*-linux*)
2865         tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}"
2866         tmake_file="${tmake_file} tilegx/t-tilegx"
2867         extra_objs="${extra_objs} mul-tables.o"
2868         c_target_objs="${c_target_objs} tilegx-c.o"
2869         cxx_target_objs="${cxx_target_objs} tilegx-c.o"
2870         extra_headers="feedback.h"
2871         case $target in
2872         tilegxbe-*)
2873                 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2874                 ;;
2875         esac
2876         ;;
2877 tilepro*-*-linux*)
2878         tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
2879         tmake_file="${tmake_file} tilepro/t-tilepro"
2880         extra_objs="${extra_objs} mul-tables.o"
2881         c_target_objs="${c_target_objs} tilepro-c.o"
2882         cxx_target_objs="${cxx_target_objs} tilepro-c.o"
2883         extra_headers="feedback.h"
2884         ;;
2885 v850-*-rtems*)
2886         target_cpu_default="TARGET_CPU_generic"
2887         tm_file="dbxelf.h elfos.h v850/v850.h"
2888         tm_file="${tm_file} rtems.h v850/rtems.h newlib-stdint.h"
2889         tmake_file="${tmake_file} v850/t-v850"
2890         tmake_file="${tmake_file} v850/t-rtems"
2891         use_collect2=no
2892         c_target_objs="v850-c.o"
2893         cxx_target_objs="v850-c.o"
2894         ;;
2895 v850*-*-*)
2896         case ${target} in
2897         v850e3v5-*-*)
2898                 target_cpu_default="TARGET_CPU_v850e3v5"
2899                 ;;
2900         v850e2v3-*-*)
2901                 target_cpu_default="TARGET_CPU_v850e2v3"
2902                 ;;
2903         v850e2-*-*)
2904                 target_cpu_default="TARGET_CPU_v850e2"
2905                 ;;
2906         v850e1-*-* | v850es-*-*)
2907                 target_cpu_default="TARGET_CPU_v850e1"
2908                 ;;
2909         v850e-*-*)
2910                 target_cpu_default="TARGET_CPU_v850e"
2911                 ;;
2912         v850-*-*)
2913                 target_cpu_default="TARGET_CPU_generic"
2914                 ;;
2915         esac
2916         tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
2917         if test x$stabs = xyes
2918         then
2919                 tm_file="${tm_file} dbx.h"
2920         fi
2921         use_collect2=no
2922         c_target_objs="v850-c.o"
2923         cxx_target_objs="v850-c.o"
2924         use_gcc_stdint=wrap
2925         ;;
2926 vax-*-linux*)
2927         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h vax/elf.h vax/linux.h"
2928         extra_options="${extra_options} vax/elf.opt"
2929         ;;
2930 vax-*-netbsdelf*)
2931         tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2932         extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
2933         ;;
2934 vax-*-openbsd*)
2935         tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-libpthread.h vax/openbsd.h"
2936         extra_options="${extra_options} openbsd.opt"
2937         use_collect2=yes
2938         ;;
2939 visium-*-elf*)
2940         tm_file="dbxelf.h elfos.h ${tm_file} visium/elf.h newlib-stdint.h"
2941         tmake_file="visium/t-visium visium/t-crtstuff"
2942         ;;
2943 xstormy16-*-elf)
2944         # For historical reasons, the target files omit the 'x'.
2945         tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h"
2946         tm_p_file=stormy16/stormy16-protos.h
2947         md_file=stormy16/stormy16.md
2948         out_file=stormy16/stormy16.c
2949         extra_options=stormy16/stormy16.opt
2950         tmake_file="stormy16/t-stormy16"
2951         ;;
2952 xtensa*-*-elf*)
2953         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h"
2954         extra_options="${extra_options} xtensa/elf.opt"
2955         ;;
2956 xtensa*-*-linux*)
2957         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h"
2958         tmake_file="${tmake_file} xtensa/t-xtensa"
2959         ;;
2960 am33_2.0-*-linux*)
2961         tm_file="mn10300/mn10300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h"
2962         gas=yes gnu_ld=yes
2963         use_collect2=no
2964         ;;
2965 m32c-*-rtems*)
2966         tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
2967         c_target_objs="m32c-pragma.o"
2968         cxx_target_objs="m32c-pragma.o"
2969         ;;
2970 m32c-*-elf*)
2971         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2972         c_target_objs="m32c-pragma.o"
2973         cxx_target_objs="m32c-pragma.o"
2974         ;;
2976         echo "*** Configuration ${target} not supported" 1>&2
2977         exit 1
2978         ;;
2979 esac
2981 case ${target} in
2982 i[34567]86-*-linux* | x86_64-*-linux*)
2983         tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
2984         ;;
2985 i[34567]86-*-* | x86_64-*-*)
2986         tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
2987         ;;
2988 powerpc*-*-* | rs6000-*-*)
2989         tm_file="${tm_file} rs6000/option-defaults.h"
2990 esac
2992 # Build mkoffload tool
2993 case ${target} in
2994 *-intelmic-* | *-intelmicemul-*)
2995         tmake_file="${tmake_file} i386/t-intelmic"
2996         tm_file="${tm_file} i386/intelmic-offload.h"
2997         ;;
2998 esac
3000 if [ "$target_has_targetcm" = "no" ]; then
3001   c_target_objs="$c_target_objs default-c.o"
3002   cxx_target_objs="$cxx_target_objs default-c.o"
3005 if [ "$common_out_file" = "" ]; then
3006   if [ "$target_has_targetm_common" = "yes" ]; then
3007     common_out_file="$cpu_type/$cpu_type-common.c"
3008   else
3009     common_out_file="default-common.c"
3010   fi
3013 # Support for --with-cpu and related options (and a few unrelated options,
3014 # too).
3015 case ${with_cpu} in
3016   yes | no)
3017     echo "--with-cpu must be passed a value" 1>&2
3018     exit 1
3019     ;;
3020 esac
3022 # Set arch and cpu from ${target} and ${target_noncanonical}.  Set cpu
3023 # to generic if there is no processor scheduler model for the target.
3024 arch=
3025 cpu=
3026 arch_without_sse2=no
3027 arch_without_64bit=no
3028 case ${target} in
3029   i386-*-freebsd*)
3030     if test $fbsd_major -ge 6; then
3031       arch=i486
3032     else
3033       arch=i386
3034     fi
3035     cpu=generic
3036     arch_without_sse2=yes
3037     arch_without_64bit=yes
3038     ;;
3039   i386-*-*)
3040     arch=i386
3041     cpu=i386
3042     arch_without_sse2=yes
3043     arch_without_64bit=yes
3044     ;;
3045   i486-*-*)
3046     arch=i486
3047     cpu=i486
3048     arch_without_sse2=yes
3049     arch_without_64bit=yes
3050     ;;
3051   i586-*-*)
3052     arch_without_sse2=yes
3053     arch_without_64bit=yes
3054     case ${target_noncanonical} in
3055       k6_2-*)
3056         arch=k6-2
3057         cpu=k6-2
3058         ;;
3059       k6_3-*)
3060         arch=k6-3
3061         cpu=k6-3
3062         ;;
3063       k6-*)
3064         arch=k6
3065         cpu=k6
3066         ;;
3067       pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
3068         arch=pentium-mmx
3069         cpu=pentium-mmx
3070         ;;
3071       *)
3072         arch=pentium
3073         cpu=pentium
3074         ;;
3075     esac
3076     ;;
3077   i686-*-* | i786-*-*)
3078     case ${target_noncanonical} in
3079       bdver4-*)
3080         arch=bdver4
3081         cpu=bdver4
3082         ;;
3083       bdver3-*)
3084         arch=bdver3
3085         cpu=bdver3
3086         ;;
3087       bdver2-*)
3088         arch=bdver2
3089         cpu=bdver2
3090         ;;
3091       bdver1-*)
3092         arch=bdver1
3093         cpu=bdver1
3094         ;;
3095       btver1-*)
3096         arch=btver1
3097         cpu=btver1
3098         ;;
3099       btver2-*)
3100         arch=btver2
3101         cpu=btver2
3102         ;;
3103       amdfam10-*|barcelona-*)
3104         arch=amdfam10
3105         cpu=amdfam10
3106         ;;
3107       k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3108         arch=k8-sse3
3109         cpu=k8-sse3
3110         ;;
3111       k8-*|opteron-*|athlon64-*|athlon_fx-*)
3112         arch=k8
3113         cpu=k8
3114         ;;
3115       athlon_xp-*|athlon_mp-*|athlon_4-*)
3116         arch=athlon-4
3117         cpu=athlon-4
3118         arch_without_sse2=yes
3119         arch_without_64bit=yes
3120         ;;
3121       athlon_tbird-*|athlon-*)
3122         arch=athlon
3123         cpu=athlon
3124         arch_without_sse2=yes
3125         ;;
3126       geode-*)
3127         arch=geode
3128         cpu=geode
3129         arch_without_sse2=yes
3130         ;;
3131       pentium2-*)
3132         arch=pentium2
3133         cpu=pentium2
3134         arch_without_sse2=yes
3135         ;;
3136       pentium3-*|pentium3m-*)
3137         arch=pentium3
3138         cpu=pentium3
3139         arch_without_sse2=yes
3140         ;;
3141       pentium4-*|pentium4m-*)
3142         arch=pentium4
3143         cpu=pentium4
3144         ;;
3145       prescott-*)
3146         arch=prescott
3147         cpu=prescott
3148         ;;
3149       nocona-*)
3150         arch=nocona
3151         cpu=nocona
3152         ;;
3153       atom-*)
3154         arch=atom
3155         cpu=atom
3156         ;;
3157       slm-*)
3158         arch=slm
3159         cpu=slm
3160         ;;
3161       core2-*)
3162         arch=core2
3163         cpu=core2
3164         ;;
3165       corei7-*)
3166         arch=corei7
3167         cpu=corei7
3168         ;;
3169       corei7_avx-*)
3170         arch=corei7-avx
3171         cpu=corei7-avx
3172         ;;
3173       pentium_m-*)
3174         arch=pentium-m
3175         cpu=pentium-m
3176         ;;
3177       pentiumpro-*)
3178         arch=pentiumpro
3179         cpu=pentiumpro
3180         arch_without_sse2=yes
3181         ;;
3182       *)
3183         arch=pentiumpro
3184         cpu=generic
3185         arch_without_sse2=yes
3186         arch_without_64bit=yes
3187         ;;
3188     esac
3189     ;;
3190   x86_64-*-*)
3191     case ${target_noncanonical} in
3192       bdver4-*)
3193         arch=bdver4
3194         cpu=bdver4
3195         ;;
3196       bdver3-*)
3197         arch=bdver3
3198         cpu=bdver3
3199         ;;
3200       bdver2-*)
3201         arch=bdver2
3202         cpu=bdver2
3203         ;;
3204       bdver1-*)
3205         arch=bdver1
3206         cpu=bdver1
3207         ;;
3208       btver1-*)
3209         arch=btver1
3210         cpu=btver1
3211         ;;
3212       btver2-*)
3213         arch=btver2
3214         cpu=btver2
3215         ;;
3216       amdfam10-*|barcelona-*)
3217         arch=amdfam10
3218         cpu=amdfam10
3219         ;;
3220       k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3221         arch=k8-sse3
3222         cpu=k8-sse3
3223         ;;
3224       k8-*|opteron-*|athlon_64-*)
3225         arch=k8
3226         cpu=k8
3227         ;;
3228       nocona-*)
3229         arch=nocona
3230         cpu=nocona
3231         ;;
3232       atom-*)
3233         arch=atom
3234         cpu=atom
3235         ;;
3236       slm-*)
3237         arch=slm
3238         cpu=slm
3239         ;;
3240       core2-*)
3241         arch=core2
3242         cpu=core2
3243         ;;
3244       corei7-*)
3245         arch=corei7
3246         cpu=corei7
3247         ;;
3248       *)
3249         arch=x86-64
3250         cpu=generic
3251         ;;
3252     esac
3253     ;;
3254 esac
3256 # If there is no $with_cpu option, try to infer one from ${target}.
3257 # This block sets nothing except for with_cpu.
3258 if test x$with_cpu = x ; then
3259   case ${target} in
3260     i[34567]86-*-*|x86_64-*-*)
3261       with_cpu=$cpu
3262       ;;
3263     alphaev6[78]*-*-*)
3264       with_cpu=ev67
3265       ;;
3266     alphaev6*-*-*)
3267       with_cpu=ev6
3268       ;;
3269     alphapca56*-*-*)
3270       with_cpu=pca56
3271       ;;
3272     alphaev56*-*-*)
3273       with_cpu=ev56
3274       ;;
3275     alphaev5*-*-*)
3276       with_cpu=ev5
3277       ;;
3278     frv-*-*linux* | frv400-*-*linux*)
3279       with_cpu=fr400
3280       ;;
3281     frv550-*-*linux*)
3282       with_cpu=fr550
3283       ;;
3284     m68k*-*-*)
3285       case "$with_arch" in
3286         "cf")
3287           with_cpu=${default_cf_cpu}
3288           ;;
3289         "" | "m68k")
3290           with_cpu=m${default_m68k_cpu}
3291           ;;
3292       esac
3293       ;;
3294     powerpc*-*-*spe*)
3295       if test x$enable_e500_double = xyes; then
3296          with_cpu=8548
3297       else
3298          with_cpu=8540
3299       fi       
3300       ;;
3301     sparc*-*-*)
3302       case ${target} in
3303         *-leon-*)
3304           with_cpu=leon
3305           ;;
3306         *-leon[3-9]*)
3307           with_cpu=leon3
3308           ;;
3309         *-leon[3-9]v7*)
3310           with_cpu=leon3v7
3311           ;;
3312         *)
3313           with_cpu="`echo ${target} | sed 's/-.*$//'`"
3314           ;;
3315       esac
3316       ;;
3317   esac
3319   # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
3320   case ${target} in
3321     i[34567]86-*-*|x86_64-*-*)
3322       if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
3323         if test x$with_cpu_32 = x; then
3324           with_cpu_32=$with_cpu
3325         fi
3326         if test x$with_cpu_64 = x; then
3327           with_cpu_64=$with_cpu
3328         fi
3329         with_cpu=
3330       fi
3331       ;;
3332   esac
3335 # Support for --with-arch and related options (and a few unrelated options,
3336 # too).
3337 case ${with_arch} in
3338   yes | no)
3339     echo "--with-arch must be passed a value" 1>&2
3340     exit 1
3341     ;;
3342 esac
3344 # If there is no $with_arch option, try to infer one from ${target}.
3345 # This block sets nothing except for with_arch.
3346 if test x$with_arch = x ; then
3347   case ${target} in
3348     i[34567]86-*-darwin*|x86_64-*-darwin*)
3349       # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3350       # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3351       ;;
3352     i[34567]86-*-*)
3353       # --with-fpmath sets the default ISA to SSE2, which is the same
3354       # ISA supported by Pentium 4.
3355       if test x$with_fpmath = x || test $arch_without_sse2 = no; then
3356         with_arch=$arch
3357       else
3358         with_arch=pentium4
3359       fi
3360       ;;
3361     x86_64-*-*)
3362       with_arch=$arch
3363       ;;
3364     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3365       with_arch=r5900
3366       ;;
3367     mips*-*-vxworks)
3368       with_arch=mips2
3369       ;;
3370   esac
3372   # Avoid overriding --with-arch-32 and --with-arch-64 values.
3373   case ${target} in
3374     i[34567]86-*-darwin*|x86_64-*-darwin*)
3375       # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3376       # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3377       ;;
3378     i[34567]86-*-*|x86_64-*-*)
3379       if test x$with_arch_32 != x || test x$with_arch_64 != x; then
3380         if test x$with_arch_32 = x; then
3381           with_arch_32=$with_arch
3382         fi
3383         if test x$with_arch_64 = x; then
3384           if test $arch_without_64bit = yes; then
3385             # Set the default 64bit arch to x86-64 if the default arch
3386             # doesn't support 64bit.
3387             with_arch_64=x86-64
3388           else
3389             with_arch_64=$with_arch
3390           fi
3391         fi
3392         with_arch=
3393       elif test $arch_without_64bit$need_64bit_isa = yesyes; then
3394         # Set the default 64bit arch to x86-64 if the default arch
3395         # doesn't support 64bit and we need 64bit ISA.
3396         with_arch_32=$with_arch
3397         with_arch_64=x86-64
3398         with_arch=
3399       fi
3400       ;;
3401   esac
3404 # Infer a default setting for --with-float.
3405 if test x$with_float = x; then
3406   case ${target} in
3407     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3408       # The R5900 doesn't support 64-bit float.  32-bit float doesn't
3409       # comply with IEEE 754.
3410       with_float=soft
3411       ;;
3412   esac
3415 # Infer a default setting for --with-fpu.
3416 if test x$with_fpu = x; then
3417   case ${target} in
3418     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3419       # The R5900 FPU only supports single precision.
3420       with_fpu=single
3421       ;;
3422   esac
3425 # Support --with-fpmath.
3426 if test x$with_fpmath != x; then
3427   case ${target} in
3428     i[34567]86-*-* | x86_64-*-*)
3429       case ${with_fpmath} in
3430       avx)
3431         tm_file="${tm_file} i386/avxmath.h"
3432         ;;
3433       sse)
3434         tm_file="${tm_file} i386/ssemath.h"
3435         ;;
3436       *)
3437         echo "Invalid --with-fpmath=$with_fpmath" 1>&2
3438         exit 1
3439         ;;
3440       esac
3441       ;;
3442     *)
3443       echo "--with-fpmath isn't supported for $target." 1>&2
3444       exit 1
3445       ;;
3446   esac
3449 # Similarly for --with-schedule.
3450 if test x$with_schedule = x; then
3451         case ${target} in
3452         hppa1*)
3453                 # Override default PA8000 scheduling model.
3454                 with_schedule=7100LC
3455                 ;;
3456         esac
3459 # Infer a default setting for --with-llsc.
3460 if test x$with_llsc = x; then
3461   case ${target} in
3462     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3463       # The R5900 doesn't support LL(D) and SC(D).
3464       with_llsc=no
3465       ;;
3466     mips*-*-linux*)
3467       # The kernel emulates LL and SC where necessary.
3468       with_llsc=yes
3469       ;;
3470   esac
3473 # Validate and mark as valid any --with options supported
3474 # by this target.  In order to use a particular --with option
3475 # you must list it in supported_defaults; validating the value
3476 # is optional.  This case statement should set nothing besides
3477 # supported_defaults.
3479 supported_defaults=
3480 case "${target}" in
3481         aarch64*-*-*)
3482                 supported_defaults="abi cpu arch"
3483                 for which in cpu arch; do
3485                         eval "val=\$with_$which"
3486                         base_val=`echo $val | sed -e 's/\+.*//'`
3487                         ext_val=`echo $val | sed -e 's/[a-z0-9\-]\+//'`
3489                         if [ $which = arch ]; then
3490                           def=aarch64-arches.def
3491                           pattern=AARCH64_ARCH
3492                         else
3493                           def=aarch64-cores.def
3494                           pattern=AARCH64_CORE
3495                         fi
3497                         ext_mask=AARCH64_CPU_DEFAULT_FLAGS
3499                         # Find the base CPU or ARCH id in aarch64-cores.def or
3500                         # aarch64-arches.def
3501                         if [ x"$base_val" = x ] \
3502                             || grep "^$pattern(\"$base_val\"," \
3503                                     ${srcdir}/config/aarch64/$def \
3504                                     > /dev/null; then
3506                           if [ $which = arch ]; then
3507                                 base_id=`grep "^$pattern(\"$base_val\"," \
3508                                   ${srcdir}/config/aarch64/$def | \
3509                                   sed -e 's/^[^,]*,[    ]*//' | \
3510                                   sed -e 's/,.*$//'`
3511                                 # Extract the architecture flags from aarch64-arches.def
3512                                 ext_mask=`grep "^$pattern(\"$base_val\"," \
3513                                    ${srcdir}/config/aarch64/$def | \
3514                                    sed -e 's/)$//' | \
3515                                    sed -e 's/^.*,//'`
3516                           else
3517                                 base_id=`grep "^$pattern(\"$base_val\"," \
3518                                   ${srcdir}/config/aarch64/$def | \
3519                                   sed -e 's/^[^,]*,[    ]*//' | \
3520                                   sed -e 's/,.*$//'`
3521                           fi
3523                           while [ x"$ext_val" != x ]
3524                           do
3525                                 ext_val=`echo $ext_val | sed -e 's/\+//'`
3526                                 ext=`echo $ext_val | sed -e 's/\+.*//'`
3527                                 base_ext=`echo $ext | sed -e 's/^no//'`
3529                                 if [ x"$base_ext" = x ] \
3530                                     || grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3531                                     ${srcdir}/config/aarch64/aarch64-option-extensions.def \
3532                                     > /dev/null; then
3534                                   ext_on=`grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3535                                         ${srcdir}/config/aarch64/aarch64-option-extensions.def | \
3536                                         sed -e 's/^[^,]*,[      ]*//' | \
3537                                         sed -e 's/,.*$//'`
3538                                   ext_off=`grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3539                                         ${srcdir}/config/aarch64/aarch64-option-extensions.def | \
3540                                         sed -e 's/^[^,]*,[      ]*[^,]*,[       ]*//' | \
3541                                         sed -e 's/,.*$//' | \
3542                                         sed -e 's/).*$//'`
3544                                   if [ $ext = $base_ext ]; then
3545                                         # Adding extension
3546                                         ext_mask="("$ext_mask") | ("$ext_on")"
3547                                   else
3548                                         # Removing extension
3549                                         ext_mask="("$ext_mask") & ~("$ext_off")"
3550                                   fi
3552                                   true
3553                                 else
3554                                   echo "Unknown extension used in --with-$which=$val" 1>&2
3555                                   exit 1
3556                                 fi
3557                                 ext_val=`echo $ext_val | sed -e 's/[a-z0-9]\+//'`
3558                           done
3560                           ext_mask="(("$ext_mask") << 6)"
3561                           if [ x"$base_id" != x ]; then
3562                                 target_cpu_cname="TARGET_CPU_$base_id | $ext_mask"
3563                           fi
3564                           true
3565                         else
3566                           echo "Unknown $which used in --with-$which=$val" 1>&2
3567                           exit 1
3568                         fi
3569                 done
3570                 ;;
3572         alpha*-*-*)
3573                 supported_defaults="cpu tune"
3574                 for which in cpu tune; do
3575                         eval "val=\$with_$which"
3576                         case "$val" in
3577                         "" \
3578                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
3579                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
3580                         | 21264a)
3581                                 ;;
3582                         *)
3583                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
3584                                 exit 1
3585                                 ;;
3586                         esac
3587                 done
3588                 ;;
3590         arc*-*-*) # was:        arc*-*-linux-uclibc)
3591                 supported_defaults="cpu"
3592                 case $with_cpu in
3593                   arc600|arc601|arc700)
3594                         ;;
3595                   *) echo "Unknown cpu type"
3596                         exit 1
3597                         ;;
3598                 esac
3599                 ;;
3601         arm*-*-*)
3602                 supported_defaults="arch cpu float tune fpu abi mode tls"
3603                 for which in cpu tune; do
3604                         # See if it matches any of the entries in arm-cores.def
3605                         eval "val=\$with_$which"
3606                         if [ x"$val" = x ] \
3607                             || grep "^ARM_CORE(\"$val\"," \
3608                                     ${srcdir}/config/arm/arm-cores.def \
3609                                     > /dev/null; then
3610                           # Ok
3611                           new_val=`grep "^ARM_CORE(\"$val\"," \
3612                                 ${srcdir}/config/arm/arm-cores.def | \
3613                                 sed -e 's/^[^,]*,[      ]*//' | \
3614                                 sed -e 's/,.*$//'`
3615                           eval "target_${which}_cname=$new_val"
3616                         echo "For $val real value is $new_val"
3617                           true
3618                         else
3619                           echo "Unknown CPU used in --with-$which=$val" 1>&2
3620                           exit 1
3621                         fi
3622                 done
3624                 # See if it matches any of the entries in arm-arches.def
3625                 if [ x"$with_arch" = x ] \
3626                     || grep "^ARM_ARCH(\"$with_arch\"," \
3627                             ${srcdir}/config/arm/arm-arches.def \
3628                             > /dev/null; then
3629                   # OK
3630                   true
3631                 else
3632                   echo "Unknown arch used in --with-arch=$with_arch" 1>&2
3633                   exit 1
3634                 fi
3636                 case "$with_float" in
3637                 "" \
3638                 | soft | hard | softfp)
3639                         # OK
3640                         ;;
3641                 *)
3642                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3643                         exit 1
3644                         ;;
3645                 esac
3647                 # see if it matches any of the entries in arm-fpus.def
3648                 if [ x"$with_fpu" = x ] \
3649                     || grep "^ARM_FPU(\"$with_fpu\"," \
3650                             ${srcdir}/config/arm/arm-fpus.def \
3651                             > /dev/null; then
3652                   # OK
3653                   true
3654                 else
3655                   echo "Unknown fpu used in --with-fpu=$with_fpu" 1>&2
3656                   exit 1
3657                 fi
3659                 case "$with_abi" in
3660                 "" \
3661                 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
3662                         #OK
3663                         ;;
3664                 *)
3665                         echo "Unknown ABI used in --with-abi=$with_abi"
3666                         exit 1
3667                         ;;
3668                 esac
3670                 case "$with_mode" in
3671                 "" \
3672                 | arm | thumb )
3673                         #OK
3674                         ;;
3675                 *)
3676                         echo "Unknown mode used in --with-mode=$with_mode"
3677                         exit 1
3678                         ;;
3679                 esac
3681                 case "$with_tls" in
3682                 "" \
3683                 | gnu | gnu2)
3684                         # OK
3685                         ;;
3686                 *)
3687                         echo "Unknown TLS method used in --with-tls=$with_tls" 1>&2
3688                         exit 1
3689                         ;;
3690                 esac
3692                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
3693                         echo "Switch \"--with-arch\" may not be used with switch \"--with-cpu\""  1>&2
3694                         exit 1
3695                 fi
3697                 if test "x$with_cpu" != x && test "x$with_tune" != x; then
3698                         echo "Switch \"--with-tune\" may not be used with switch \"--with-cpu\""  1>&2
3699                         exit 1
3700                 fi
3702                 # Add extra multilibs
3703                 if test "x$with_multilib_list" != x; then
3704                         arm_multilibs=`echo $with_multilib_list | sed -e 's/,/ /g'`
3705                         for arm_multilib in ${arm_multilibs}; do
3706                                 case ${arm_multilib} in
3707                                 aprofile)
3708                                 # Note that arm/t-aprofile is a
3709                                 # stand-alone make file fragment to be
3710                                 # used only with itself.  We do not
3711                                 # specifically use the
3712                                 # TM_MULTILIB_OPTION framework because
3713                                 # this shorthand is more
3714                                 # pragmatic. Additionally it is only
3715                                 # designed to work without any
3716                                 # with-cpu, with-arch with-mode
3717                                 # with-fpu or with-float options.
3718                                         if test "x$with_arch" != x \
3719                                             || test "x$with_cpu" != x \
3720                                             || test "x$with_float" != x \
3721                                             || test "x$with_fpu" != x \
3722                                             || test "x$with_mode" != x ; then
3723                                             echo "Error: You cannot use any of --with-arch/cpu/fpu/float/mode with --with-multilib-list=aprofile" 1>&2
3724                                             exit 1
3725                                         fi
3726                                         tmake_file="${tmake_file} arm/t-aprofile"
3727                                         break
3728                                         ;;
3729                                 default)
3730                                         ;;
3731                                 *)
3732                                         echo "Error: --with-multilib-list=${with_multilib_list} not supported." 1>&2
3733                                         exit 1
3734                                         ;;
3735                                 esac
3736                         done
3737                 fi
3738                 ;;
3740         fr*-*-*linux*)
3741                 supported_defaults=cpu
3742                 case "$with_cpu" in
3743                 fr400) ;;
3744                 fr550) ;;
3745                 *)
3746                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3747                         exit 1
3748                         ;;
3749                 esac
3750                 ;;
3752         fido-*-* | m68k*-*-*)
3753                 supported_defaults="arch cpu"
3754                 case "$with_arch" in
3755                 "" | "m68k"| "cf")
3756                         m68k_arch_family="$with_arch"
3757                         ;;
3758                 *)
3759                         echo "Invalid --with-arch=$with_arch" 1>&2
3760                         exit 1
3761                         ;;
3762                 esac
3764                 # We always have a $with_cpu setting here.
3765                 case "$with_cpu" in
3766                 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
3767                         m68k_cpu_ident=$with_cpu
3768                         ;;
3769                 "m68020-40")
3770                         m68k_cpu_ident=m68020
3771                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
3772                         ;;
3773                 "m68020-60")
3774                         m68k_cpu_ident=m68020
3775                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3776                         ;;
3777                 *)
3778                         # We need the C identifier rather than the string.
3779                         m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
3780                            'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
3781                             $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
3782                                  ${srcdir}/config/m68k/m68k-devices.def`
3783                         if [ x"$m68k_cpu_ident" = x ] ; then
3784                                 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
3785                                 exit 1
3786                         fi
3787                         with_cpu="mcpu=$with_cpu"
3788                         ;;
3789                 esac
3790                 ;;
3792         hppa*-*-*)
3793                 supported_defaults="arch schedule"
3795                 case "$with_arch" in
3796                 "" | 1.0 | 1.1 | 2.0)
3797                         # OK
3798                         ;;
3799                 *)
3800                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
3801                         exit 1
3802                         ;;
3803                 esac
3805                 case "$with_schedule" in
3806                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
3807                         # OK
3808                         ;;
3809                 *)
3810                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
3811                         exit 1
3812                         ;;
3813                 esac
3814                 ;;
3816         i[34567]86-*-* | x86_64-*-*)
3817                 supported_defaults="abi arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
3818                 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
3819                         eval "val=\$with_$which"
3820                         case " $x86_archs " in
3821                         *" ${val} "*)
3822                                 case "${target}" in
3823                                   x86_64-*-*)
3824                                       case "x$which" in
3825                                         *_32)
3826                                                 ;;
3827                                         *)
3828                                                 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
3829                                                 exit 1
3830                                                 ;;
3831                                       esac
3832                                       ;;
3833                                 esac
3834                                 # OK
3835                                 ;;
3836                         *)
3837                                 if test x${val} != x; then
3838                                         case " $x86_64_archs " in
3839                                         *" ${val} "*)
3840                                                 # OK
3841                                                 ;;
3842                                         *)
3843                                                 # Allow $x86_cpus --with-cpu=/--with-tune=
3844                                                 case "x$which" in
3845                                                 xcpu*|xtune*)
3846                                                         case " $x86_cpus " in
3847                                                         *" ${val} "*)
3848                                                                 # OK
3849                                                                 ;;
3850                                                         *)
3851                                                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
3852                                                                 exit 1
3853                                                                 ;;
3854                                                         esac
3855                                                         ;;
3856                                                 *)
3857                                                         echo "Unknown CPU given in --with-$which=$val." 1>&2
3858                                                         exit 1
3859                                                         ;;
3860                                                 esac
3861                                         ;;
3862                                         esac
3863                                 fi
3864                                 ;;
3865                         esac
3866                 done
3867                 ;;
3869         mips*-*-*)
3870                 supported_defaults="abi arch arch_32 arch_64 float fpu nan fp_32 odd_spreg_32 tune tune_32 tune_64 divide llsc mips-plt synci"
3872                 case ${with_float} in
3873                 "" | soft | hard)
3874                         # OK
3875                         ;;
3876                 *)
3877                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3878                         exit 1
3879                         ;;
3880                 esac
3882                 case ${with_fpu} in
3883                 "" | single | double)
3884                         # OK
3885                         ;;
3886                 *)
3887                         echo "Unknown fpu type used in --with-fpu=$with_fpu" 1>&2
3888                         exit 1
3889                         ;;
3890                 esac
3892                 case ${with_nan} in
3893                 "" | 2008 | legacy)
3894                         # OK
3895                         ;;
3896                 *)
3897                         echo "Unknown NaN encoding used in --with-nan=$with_nan" 1>&2
3898                         exit 1
3899                         ;;
3900                 esac
3902                 case ${with_fp_32} in
3903                 "" | 32 | xx | 64)
3904                         # OK
3905                         ;;
3906                 *)
3907                         echo "Unknown FP mode used in --with-fp-32=$with_fp_32" 1>&2
3908                         exit 1
3909                         ;;
3910                 esac
3912                 case ${with_odd_spreg_32} in
3913                 yes)
3914                         with_odd_spreg_32="odd-spreg"
3915                         ;;
3916                 no)
3917                         with_odd_spreg_32="no-odd-spreg"
3918                         ;;
3919                 "")
3920                         # OK
3921                         ;;
3922                 *)
3923                         echo "Unknown odd-spreg-32 type used in --with-odd-spreg-32=$with_odd_spreg_32" 1>&2
3924                         exit 1
3925                         ;;
3926                 esac
3928                 case ${with_abi} in
3929                 "" | 32 | o64 | n32 | 64 | eabi)
3930                         # OK
3931                         ;;
3932                 *)
3933                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
3934                         exit 1
3935                         ;;
3936                 esac
3938                 case ${with_divide} in
3939                 "" | breaks | traps)
3940                         # OK
3941                         ;;
3942                 *)
3943                         echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3944                         exit 1
3945                         ;;
3946                 esac
3948                 case ${with_llsc} in
3949                 yes)
3950                         with_llsc=llsc
3951                         ;;
3952                 no)
3953                         with_llsc="no-llsc"
3954                         ;;
3955                 "")
3956                         # OK
3957                         ;;
3958                 *)
3959                         echo "Unknown llsc type used in --with-llsc" 1>&2
3960                         exit 1
3961                         ;;
3962                 esac
3964                 case ${with_mips_plt} in
3965                 yes)
3966                         with_mips_plt=plt
3967                         ;;
3968                 no)
3969                         with_mips_plt=no-plt
3970                         ;;
3971                 "")
3972                         ;;
3973                 *)
3974                         echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
3975                         exit 1
3976                         ;;
3977                 esac
3979                 case ${with_synci} in
3980                 yes)
3981                         with_synci=synci
3982                         ;;
3983                 no)
3984                         with_synci=no-synci
3985                         ;;
3986                 "")
3987                         ;;
3988                 *)
3989                         echo "Unknown synci type used in --with-synci" 1>&2
3990                         exit 1
3991                         ;;
3992                 esac
3993                 ;;
3995         nds32*-*-*)
3996                 supported_defaults="arch nds32_lib"
3998                 # process --with-arch
3999                 case "${with_arch}" in
4000                 "" | v2 | v3 | v3m)
4001                         # OK
4002                         ;;
4003                 *)
4004                         echo "Cannot accept --with-arch=$with_arch, available values are: v2 v3 v3m" 1>&2
4005                         exit 1
4006                         ;;
4007                 esac
4009                 # process --with-nds32-lib
4010                 case "${with_nds32_lib}" in
4011                 "")
4012                         # the default library is newlib
4013                         with_nds32_lib=newlib
4014                         ;;
4015                 newlib)
4016                         # OK
4017                         ;;
4018                 mculib)
4019                         # OK
4020                         ;;
4021                 *)
4022                         echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: newlib mculib" 1>&2
4023                         exit 1
4024                         ;;
4025                 esac
4026                 ;;
4028         powerpc*-*-* | rs6000-*-*)
4029                 supported_defaults="abi cpu cpu_32 cpu_64 float tune tune_32 tune_64"
4031                 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
4032                         eval "val=\$with_$which"
4033                         case ${val} in
4034                         default32 | default64)
4035                                 case $which in
4036                                 cpu | tune)
4037                                         ;;
4038                                 *)
4039                                         echo "$val only valid for --with-cpu and --with-tune." 1>&2
4040                                         exit 1
4041                                         ;;
4042                                 esac
4043                                 with_which="with_$which"
4044                                 eval $with_which=
4045                                 ;;
4046                         405cr)
4047                                 tm_defines="${tm_defines} CONFIG_PPC405CR"
4048                                 eval "with_$which=405"
4049                                 ;;
4050                         "" | common | native \
4051                         | power | power[2345678] | power6x | powerpc | powerpc64 \
4052                         | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
4053                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
4054                         | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \
4055                         | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
4056                         | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | e5500 | e6500 \
4057                         | titan | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
4058                                 # OK
4059                                 ;;
4060                         *)
4061                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
4062                                 exit 1
4063                                 ;;
4064                         esac
4065                 done
4067                 case "$with_abi" in
4068                 "" | elfv1 | elfv2 )
4069                         #OK
4070                         ;;
4071                 *)
4072                         echo "Unknown ABI used in --with-abi=$with_abi"
4073                         exit 1
4074                         ;;
4075                 esac
4076                 ;;
4078         s390*-*-*)
4079                 supported_defaults="arch mode tune"
4081                 for which in arch tune; do
4082                         eval "val=\$with_$which"
4083                         case ${val} in
4084                         "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10 | z196 | zEC12)
4085                                 # OK
4086                                 ;;
4087                         *)
4088                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
4089                                 exit 1
4090                                 ;;
4091                         esac
4092                 done
4094                 case ${with_mode} in
4095                 "" | esa | zarch)
4096                         # OK
4097                         ;;
4098                 *)
4099                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
4100                         exit 1
4101                         ;;
4102                 esac
4103                 ;;
4105         sh[123456ble]-*-* | sh-*-*)
4106                 supported_defaults="cpu"
4107                 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
4108                 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
4109                         # OK
4110                         ;;
4111                 m2a | m2a-single | m2a-single-only | m2a-nofpu)
4112                         ;;
4113                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
4114                         ;;
4115                 *)
4116                         echo "Unknown CPU used in --with-cpu=$with_cpu, known values:"  1>&2
4117                         echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
4118                         echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
4119                         echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
4120                         exit 1
4121                         ;;
4122                 esac
4123                 ;;
4124         sparc*-*-*)
4125                 supported_defaults="cpu float tune"
4127                 for which in cpu tune; do
4128                         eval "val=\$with_$which"
4129                         case ${val} in
4130                         "" | sparc | sparcv9 | sparc64 \
4131                         | v7 | cypress \
4132                         | v8 | supersparc | hypersparc | leon | leon3 | leon3v7 \
4133                         | sparclite | f930 | f934 | sparclite86x \
4134                         | sparclet | tsc701 \
4135                         | v9 | ultrasparc | ultrasparc3 | niagara | niagara2 \
4136                         | niagara3 | niagara4)
4137                                 # OK
4138                                 ;;
4139                         *)
4140                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
4141                                 exit 1
4142                                 ;;
4143                         esac
4144                 done
4146                 case ${with_float} in
4147                 "" | soft | hard)
4148                         # OK
4149                         ;;
4150                 *)
4151                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
4152                         exit 1
4153                         ;;
4154                 esac
4155                 ;;
4157         spu-*-*)
4158                 supported_defaults="arch tune"
4160                 for which in arch tune; do
4161                         eval "val=\$with_$which"
4162                         case ${val} in
4163                         "" | cell | celledp)
4164                                 # OK
4165                                 ;;
4166                         *)
4167                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
4168                                 exit 1
4169                                 ;;
4170                         esac
4171                 done
4172                 ;;
4174         tic6x-*-*)
4175                 supported_defaults="arch"
4177                 case ${with_arch} in
4178                 "" | c62x | c64x | c64x+ | c67x | c67x+ | c674x)
4179                         # OK
4180                         ;;
4181                 *)
4182                         echo "Unknown arch used in --with-arch=$with_arch." 1>&2
4183                         exit 1
4184                         ;;
4185                 esac
4186                 ;;
4188         v850*-*-*)
4189                 supported_defaults=cpu
4190                 case ${with_cpu} in
4191                 "" | v850e | v850e1 | v850e2 | v850es | v850e2v3 | v850e3v5)
4192                         # OK
4193                         ;;
4194                 *)
4195                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4196                         exit 1
4197                         ;;
4198                 esac
4199                 ;;
4200 esac
4202 # Set some miscellaneous flags for particular targets.
4203 target_cpu_default2=
4204 case ${target} in
4205         aarch64*-*-*)
4206                 if test x"$target_cpu_cname" != x
4207                 then
4208                         target_cpu_default2=$target_cpu_cname
4209                 fi
4210                 ;;
4212         arm*-*-*)
4213                 if test x$target_cpu_cname = x
4214                 then
4215                         target_cpu_default2=TARGET_CPU_generic
4216                 else
4217                         target_cpu_default2=TARGET_CPU_$target_cpu_cname
4218                 fi
4219                 ;;
4221         hppa*-*-*)
4222                 if test x$gas = xyes
4223                 then
4224                         target_cpu_default2="MASK_GAS"
4225                 fi
4226                 ;;
4228         fido*-*-* | m68k*-*-*)
4229                 target_cpu_default2=$m68k_cpu_ident
4230                 tmake_file="m68k/t-opts $tmake_file"
4231                 if [ x"$m68k_arch_family" != x ]; then
4232                         tmake_file="m68k/t-$m68k_arch_family $tmake_file"
4233                 fi
4234                 ;;
4236         i[34567]86-*-darwin* | x86_64-*-darwin*)
4237                 ;;
4238         i[34567]86-*-linux* | x86_64-*-linux*)
4239                 tmake_file="$tmake_file i386/t-linux"
4240                 ;;
4241         i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu)
4242                 tmake_file="$tmake_file i386/t-kfreebsd"
4243                 ;;
4244         i[34567]86-*-gnu*)
4245                 tmake_file="$tmake_file i386/t-gnu"
4246                 ;;
4247         i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
4248                 ;;
4249         i[34567]86-*-cygwin* | x86_64-*-cygwin*)
4250                 ;;
4251         i[34567]86-*-mingw* | x86_64-*-mingw*)
4252                 ;;
4253         i[34567]86-*-dragonfly* | x86_64-*-dragonfly*)
4254                 ;;
4255         i[34567]86-*-freebsd* | x86_64-*-freebsd*)
4256                 ;;
4257         ia64*-*-linux*)
4258                 ;;
4260         mips*-*-*)
4261                 if test x$gnu_ld = xyes
4262                 then
4263                         target_cpu_default2="MASK_SPLIT_ADDRESSES"
4264                 fi
4265                 case ${target} in
4266                         mips*el-*-*)
4267                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
4268                                 ;;
4269                 esac
4270                 if test x$with_arch != x; then
4271                         default_mips_arch=$with_arch
4272                 fi
4273                 if test x$with_abi != x; then
4274                         default_mips_abi=$with_abi
4275                 fi
4276                 case ${default_mips_arch} in
4277                     mips1)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=1" ;;
4278                     mips2)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=2" ;;
4279                     mips3)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=3" ;;
4280                     mips4)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=4" ;;
4281                     mips32)   tm_defines="$tm_defines MIPS_ISA_DEFAULT=32" ;;
4282                     mips32r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=33" ;;
4283                     mips32r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=37" ;;
4284                     mips64)   tm_defines="$tm_defines MIPS_ISA_DEFAULT=64" ;;
4285                     mips64r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=65" ;;
4286                     mips64r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=69" ;;
4287                 esac
4288                 case ${default_mips_abi} in
4289                     32)   tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_32" ;;
4290                     o64)  tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_O64" ;;
4291                     n32)  tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_N32" ;;
4292                     64)   tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_64" ;;
4293                     eabi) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_EABI" ;;
4294                 esac
4295                 tmake_file="mips/t-mips $tmake_file"
4296                 ;;
4298         powerpc*-*-* | rs6000-*-*)
4299                 # FIXME: The PowerPC port uses the value set at compile time,
4300                 # although it's only cosmetic.
4301                 if test "x$with_cpu" != x
4302                 then
4303                         target_cpu_default2="\\\"$with_cpu\\\""
4304                 fi
4305                 out_file=rs6000/rs6000.c
4306                 c_target_objs="${c_target_objs} rs6000-c.o"
4307                 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
4308                 tmake_file="rs6000/t-rs6000 ${tmake_file}"
4309                 ;;
4311         sh[123456ble]*-*-* | sh-*-*)
4312                 c_target_objs="${c_target_objs} sh-c.o"
4313                 cxx_target_objs="${cxx_target_objs} sh-c.o"
4314                 ;;
4316         sparc*-*-*)
4317                 # Some standard aliases.
4318                 case x$with_cpu in
4319                 xsparc)
4320                         with_cpu=v7
4321                         ;;
4322                 xsparcv9 | xsparc64)
4323                         with_cpu=v9
4324                         ;;
4325                 esac
4327                 if test x$with_tune = x ; then
4328                       case ${target} in
4329                       *-leon-*)
4330                           with_tune=leon
4331                           ;;
4332                       *-leon[3-9]*)
4333                           with_tune=leon3
4334                           ;;
4335                       esac
4336                 fi
4338                 # The SPARC port checks this value at compile-time.
4339                 target_cpu_default2="TARGET_CPU_$with_cpu"
4340                 ;;
4342         v850*-*-*)
4343                 case "x$with_cpu" in
4344                 x)
4345                         ;;
4346                 xv850e | xv850e1 | xv850e2 | xv850e2v3 | xv850e3v5)
4347                         target_cpu_default2="TARGET_CPU_$with_cpu"
4348                         ;;
4349                 xv850es)
4350                         target_cpu_default2="TARGET_CPU_v850e1"
4351                         ;;
4352                 esac
4353                 ;;
4354 esac
4357 all_defaults="abi cpu cpu_32 cpu_64 arch arch_32 arch_64 tune tune_32 tune_64 schedule float mode fpu nan fp_32 odd_spreg_32 divide llsc mips-plt synci tls"
4358 for option in $all_defaults
4360         eval "val=\$with_"`echo $option | sed s/-/_/g`
4361         if test -n "$val"; then
4362                 case " $supported_defaults " in
4363                 *" $option "*)
4364                         ;;
4365                 *)
4366                         echo "This target does not support --with-$option." 2>&1
4367                         echo "Valid --with options are: $supported_defaults" 2>&1
4368                         exit 1
4369                         ;;
4370                 esac
4372                 if test "x$t" = x
4373                 then
4374                         t="{ \"$option\", \"$val\" }"
4375                 else
4376                         t="${t}, { \"$option\", \"$val\" }"
4377                 fi
4378         fi
4379 done
4381 if test "x$t" = x
4382 then
4383         configure_default_options="{ { NULL, NULL} }"
4384 else
4385         configure_default_options="{ ${t} }"
4388 if test "$target_cpu_default2" != ""
4389 then
4390         if test "$target_cpu_default" != ""
4391         then
4392                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
4393         else
4394                 target_cpu_default=$target_cpu_default2
4395         fi
4398 case ${target} in
4399 i[34567]86-*-* | x86_64-*-*)
4400         if test x$enable_as_accelerator = xyes; then
4401                 extra_programs="mkoffload\$(exeext)"
4402         fi
4403         ;;
4404 esac