* de.po, sv.po: Update.
[official-gcc.git] / gcc / config.gcc
blob7f5ba50d4b2e949c8e145804eeb091fea98f9b11
1 # GCC target-specific configuration file.
2 # Copyright (C) 1997-2018 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   powerpc*-*-*spe*                      \
240   | tile*-*-*                           \
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_fp16.h arm_neon.h arm_acle.h"
305         c_target_objs="aarch64-c.o"
306         cxx_target_objs="aarch64-c.o"
307         extra_objs="aarch64-builtins.o aarch-common.o cortex-a57-fma-steering.o"
308         target_gtfiles="\$(srcdir)/config/aarch64/aarch64-builtins.c"
309         target_has_targetm_common=yes
310         ;;
311 alpha*-*-*)
312         cpu_type=alpha
313         extra_options="${extra_options} g.opt"
314         ;;
315 am33_2.0-*-linux*)
316         cpu_type=mn10300
317         ;;
318 arc*-*-*)
319         cpu_type=arc
320         c_target_objs="arc-c.o"
321         cxx_target_objs="arc-c.o"
322         extra_options="${extra_options} arc/arc-tables.opt g.opt"
323         extra_headers="arc-simd.h"
324         ;;
325 arm*-*-*)
326         cpu_type=arm
327         extra_objs="arm-builtins.o aarch-common.o"
328         extra_headers="mmintrin.h arm_neon.h arm_acle.h arm_fp16.h arm_cmse.h"
329         target_type_format_char='%'
330         c_target_objs="arm-c.o"
331         cxx_target_objs="arm-c.o"
332         extra_options="${extra_options} arm/arm-tables.opt"
333         target_gtfiles="\$(srcdir)/config/arm/arm-builtins.c"
334         ;;
335 avr-*-*)
336         cpu_type=avr
337         c_target_objs="avr-c.o"
338         cxx_target_objs="avr-c.o"
339         ;;
340 bfin*-*)
341         cpu_type=bfin
342         ;;
343 crisv32-*)
344         cpu_type=cris
345         ;;
346 frv*)   cpu_type=frv
347         extra_options="${extra_options} g.opt"
348         ;;
349 ft32*)  cpu_type=ft32
350         target_has_targetm_common=no
351         ;;
352 moxie*) cpu_type=moxie
353         target_has_targetm_common=no
354         ;;
355 fido-*-*)
356         cpu_type=m68k
357         extra_headers=math-68881.h
358         extra_options="${extra_options} m68k/m68k-tables.opt"
359         ;;
360 i[34567]86-*-*)
361         cpu_type=i386
362         c_target_objs="i386-c.o"
363         cxx_target_objs="i386-c.o"
364         extra_objs="x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o"
365         extra_options="${extra_options} fused-madd.opt"
366         extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
367                        pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
368                        nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
369                        immintrin.h x86intrin.h avxintrin.h xopintrin.h
370                        ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
371                        lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h
372                        avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
373                        rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
374                        adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
375                        avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
376                        shaintrin.h clflushoptintrin.h xsavecintrin.h
377                        xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
378                        avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
379                        avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
380                        avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h
381                        avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h
382                        clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h
383                        gfniintrin.h cet.h avx512vbmi2intrin.h
384                        avx512vbmi2vlintrin.h avx512vnniintrin.h
385                        avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h
386                        avx512vpopcntdqvlintrin.h avx512bitalgintrin.h
387                        pconfigintrin.h wbnoinvdintrin.h movdirintrin.h"
388         ;;
389 x86_64-*-*)
390         cpu_type=i386
391         c_target_objs="i386-c.o"
392         cxx_target_objs="i386-c.o"
393         extra_options="${extra_options} fused-madd.opt"
394         extra_objs="x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o"
395         extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
396                        pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
397                        nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
398                        immintrin.h x86intrin.h avxintrin.h xopintrin.h
399                        ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
400                        lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h
401                        avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
402                        rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
403                        adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
404                        avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
405                        shaintrin.h clflushoptintrin.h xsavecintrin.h
406                        xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
407                        avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
408                        avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
409                        avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h
410                        avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h
411                        clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h
412                        gfniintrin.h cet.h avx512vbmi2intrin.h
413                        avx512vbmi2vlintrin.h avx512vnniintrin.h
414                        avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h
415                        avx512vpopcntdqvlintrin.h avx512bitalgintrin.h
416                        pconfigintrin.h wbnoinvdintrin.h movdirintrin.h"
417         ;;
418 ia64-*-*)
419         extra_headers=ia64intrin.h
420         extra_options="${extra_options} g.opt fused-madd.opt"
421         ;;
422 hppa*-*-*)
423         cpu_type=pa
424         ;;
425 lm32*)
426         extra_options="${extra_options} g.opt"
427         ;;
428 m32r*-*-*)
429         cpu_type=m32r
430         extra_options="${extra_options} g.opt"
431         ;;
432 m68k-*-*)
433         extra_headers=math-68881.h
434         extra_options="${extra_options} m68k/m68k-tables.opt"
435         ;;
436 microblaze*-*-*)
437         cpu_type=microblaze
438         extra_options="${extra_options} g.opt"
439         ;;
440 mips*-*-*)
441         cpu_type=mips
442         extra_headers="loongson.h msa.h"
443         extra_objs="frame-header-opt.o"
444         extra_options="${extra_options} g.opt fused-madd.opt mips/mips-tables.opt"
445         ;;
446 nds32*)
447         cpu_type=nds32
448         extra_headers="nds32_intrinsic.h"
449         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 nds32-relax-opt.o nds32-utils.o"
450         ;;
451 nios2-*-*)
452         cpu_type=nios2
453         extra_options="${extra_options} g.opt"
454         ;;
455 nvptx-*-*)
456         cpu_type=nvptx
457         ;;
458 powerpc*-*-*spe*)
459         cpu_type=powerpcspe
460         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"
461         case x$with_cpu in
462             xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
463                 cpu_is_64bit=yes
464                 ;;
465         esac
466         extra_options="${extra_options} g.opt fused-madd.opt powerpcspe/powerpcspe-tables.opt"
467         ;;
468 powerpc*-*-*)
469         cpu_type=rs6000
470         extra_objs="rs6000-string.o rs6000-p8swap.o"
471         extra_headers="ppc-asm.h altivec.h htmintrin.h htmxlintrin.h"
472         extra_headers="${extra_headers} bmi2intrin.h bmiintrin.h"
473         extra_headers="${extra_headers} xmmintrin.h mm_malloc.h emmintrin.h"
474         extra_headers="${extra_headers} mmintrin.h x86intrin.h"
475         extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h"
476         extra_headers="${extra_headers} amo.h"
477         case x$with_cpu in
478             xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
479                 cpu_is_64bit=yes
480                 ;;
481         esac
482         extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
483         ;;
484 riscv*)
485         cpu_type=riscv
486         extra_objs="riscv-builtins.o riscv-c.o"
487         ;;
488 rs6000*-*-*)
489         extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
490         extra_objs="rs6000-string.o rs6000-p8swap.o"
491         ;;
492 sparc*-*-*)
493         cpu_type=sparc
494         c_target_objs="sparc-c.o"
495         cxx_target_objs="sparc-c.o"
496         extra_headers="visintrin.h"
497         ;;
498 spu*-*-*)
499         cpu_type=spu
500         ;;
501 s390*-*-*)
502         cpu_type=s390
503         extra_options="${extra_options} fused-madd.opt"
504         extra_headers="s390intrin.h htmintrin.h htmxlintrin.h vecintrin.h"
505         ;;
506 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
507 sh[123456789lbe]*-*-* | sh-*-*)
508         cpu_type=sh
509         extra_options="${extra_options} fused-madd.opt"
510         extra_objs="${extra_objs} sh_treg_combine.o sh-mem.o sh_optimize_sett_clrt.o"
511         ;;
512 v850*-*-*)
513         cpu_type=v850
514         ;;
515 tic6x-*-*)
516         cpu_type=c6x
517         extra_headers="c6x_intrinsics.h"
518         extra_options="${extra_options} c6x/c6x-tables.opt"
519         ;;
520 xtensa*-*-*)
521         extra_options="${extra_options} fused-madd.opt"
522         ;;
523 tilegx*-*-*)
524         cpu_type=tilegx
525         ;;
526 tilepro*-*-*)
527         cpu_type=tilepro
528         ;;
529 esac
531 tm_file=${cpu_type}/${cpu_type}.h
532 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
533 then
534         tm_p_file=${cpu_type}/${cpu_type}-protos.h
536 extra_modes=
537 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
538 then
539         extra_modes=${cpu_type}/${cpu_type}-modes.def
541 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
542 then
543         extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
546 case ${target} in
547 aarch64*-*-*)
548         tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
549         case ${with_abi} in
550         "")
551                 if test "x$with_multilib_list" = xilp32; then
552                         tm_file="aarch64/biarchilp32.h ${tm_file}"
553                 else
554                         tm_file="aarch64/biarchlp64.h ${tm_file}"
555                 fi
556                 ;;
557         ilp32)
558                 tm_file="aarch64/biarchilp32.h ${tm_file}"
559                 ;;
560         lp64)
561                 tm_file="aarch64/biarchlp64.h ${tm_file}"
562                 ;;
563         *)
564                 echo "Unknown ABI used in --with-abi=$with_abi"
565                 exit 1
566         esac
567         ;;
568 i[34567]86-*-*)
569         if test "x$with_abi" != x; then
570                 echo "This target does not support --with-abi."
571                 exit 1
572         fi
573         if test "x$enable_cld" = xyes; then
574                 tm_defines="${tm_defines} USE_IX86_CLD=1"
575         fi
576         if test "x$enable_frame_pointer" = xyes; then
577                 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
578         fi
579         tm_file="vxworks-dummy.h ${tm_file}"
580         ;;
581 x86_64-*-*)
582         case ${with_abi} in
583         "")
584                 if test "x$with_multilib_list" = xmx32; then
585                         tm_file="i386/biarchx32.h ${tm_file}"
586                 else
587                         tm_file="i386/biarch64.h ${tm_file}"
588                 fi
589                 ;;
590         64 | m64)
591                 tm_file="i386/biarch64.h ${tm_file}"
592                 ;;
593         x32 | mx32)
594                 tm_file="i386/biarchx32.h ${tm_file}"
595                 ;;
596         *)
597                 echo "Unknown ABI used in --with-abi=$with_abi"
598                 exit 1
599         esac
600         if test "x$enable_cld" = xyes; then
601                 tm_defines="${tm_defines} USE_IX86_CLD=1"
602         fi
603         if test "x$enable_frame_pointer" = xyes; then
604                 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
605         fi
606         tm_file="vxworks-dummy.h ${tm_file}"
607         ;;
608 arm*-*-*)
609         tm_p_file="arm/arm-flags.h ${tm_p_file} arm/aarch-common-protos.h"
610         tm_file="vxworks-dummy.h ${tm_file}"
611         ;;
612 mips*-*-* | sh*-*-* | sparc*-*-*)
613         tm_file="vxworks-dummy.h ${tm_file}"
614         ;;
615 esac
617 # On a.out targets, we need to use collect2.
618 case ${target} in
619 *-*-*aout*)
620         use_collect2=yes
621         ;;
622 esac
624 # Common C libraries.
625 tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4"
627 # 32-bit x86 processors supported by --with-arch=.  Each processor
628 # MUST be separated by exactly one space.
629 x86_archs="athlon athlon-4 athlon-fx athlon-mp athlon-tbird \
630 athlon-xp k6 k6-2 k6-3 geode c3 c3-2 winchip-c6 winchip2 i386 i486 \
631 i586 i686 pentium pentium-m pentium-mmx pentium2 pentium3 pentium3m \
632 pentium4 pentium4m pentiumpro prescott lakemont"
634 # 64-bit x86 processors supported by --with-arch=.  Each processor
635 # MUST be separated by exactly one space.
636 x86_64_archs="amdfam10 athlon64 athlon64-sse3 barcelona bdver1 bdver2 \
637 bdver3 bdver4 znver1 btver1 btver2 k8 k8-sse3 opteron opteron-sse3 nocona \
638 core2 corei7 corei7-avx core-avx-i core-avx2 atom slm nehalem westmere \
639 sandybridge ivybridge haswell broadwell bonnell silvermont knl knm \
640 skylake-avx512 cannonlake icelake-client icelake-server skylake goldmont \
641 x86-64 native"
643 # Additional x86 processors supported by --with-cpu=.  Each processor
644 # MUST be separated by exactly one space.
645 x86_cpus="generic intel"
647 # Common parts for widely ported systems.
648 case ${target} in
649 *-*-darwin*)
650   tmake_file="t-darwin ${cpu_type}/t-darwin"
651   tm_file="${tm_file} darwin.h"
652   case ${target} in
653   *-*-darwin9*)
654     tm_file="${tm_file} darwin9.h"
655     ;;
656   *-*-darwin[1][01]*)
657     tm_file="${tm_file} darwin9.h darwin10.h"
658     ;;
659   *-*-darwin[1][2-9]* | *-*-darwin[2][0-9]*)
660     tm_file="${tm_file} darwin9.h darwin10.h darwin12.h"
661     ;;
662   esac
663   tm_file="${tm_file} ${cpu_type}/darwin.h"
664   tm_p_file="${tm_p_file} darwin-protos.h"
665   target_gtfiles="\$(srcdir)/config/darwin.c"
666   extra_options="${extra_options} darwin.opt"
667   c_target_objs="${c_target_objs} darwin-c.o"
668   cxx_target_objs="${cxx_target_objs} darwin-c.o"
669   fortran_target_objs="darwin-f.o"
670   target_has_targetcm=yes
671   extra_objs="${extra_objs} darwin.o"
672   extra_gcc_objs="darwin-driver.o"
673   default_use_cxa_atexit=yes
674   use_gcc_stdint=wrap
675   case ${enable_threads} in
676     "" | yes | posix) thread_file='posix' ;;
677   esac
678   ;;
679 *-*-dragonfly*)
680   gas=yes
681   gnu_ld=yes
682   tmake_file="t-slibgcc"
683   case ${enable_threads} in
684     "" | yes | posix)
685       thread_file='posix'
686       ;;
687     no | single)
688       # Let these non-posix thread selections fall through if requested
689       ;;
690     *)
691       echo 'Unknown thread configuration for DragonFly BSD'
692       exit 1
693       ;;
694   esac
695   extra_options="$extra_options rpath.opt dragonfly.opt"
696   default_use_cxa_atexit=yes
697   use_gcc_stdint=wrap
698   ;;
699 *-*-freebsd*)
700   # This is the generic ELF configuration of FreeBSD.  Later
701   # machine-specific sections may refine and add to this
702   # configuration.
703   #
704   # Due to tm_file entry ordering issues that vary between cpu
705   # architectures, we only define fbsd_tm_file to allow the
706   # machine-specific section to dictate the final order of all
707   # entries of tm_file with the minor exception that components
708   # of the tm_file set here will always be of the form:
709   #
710   # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
711   #
712   # The machine-specific section should not tamper with this
713   # ordering but may order all other entries of tm_file as it
714   # pleases around the provided core setting.
715   gas=yes
716   gnu_ld=yes
717   fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
718   if test "$fbsd_major" = ""; then
719     echo "Specify the major version number of the targeted FreeBSD release"
720     echo "like this: --target=amd64-unknown-freebsd10.1"
721     exit 1
722   fi
723   tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
724   tmake_file="t-slibgcc"
725   case ${enable_threads} in
726     no)
727       fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
728       ;;
729     "" | yes | posix)
730       thread_file='posix'
731       ;;
732     *)
733       echo 'Unknown thread configuration for FreeBSD'
734       exit 1
735       ;;
736   esac
737   fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
738   extra_options="$extra_options rpath.opt freebsd.opt"
739   case ${target} in
740     *-*-freebsd[345].*)
741       :;;
742     *)
743       default_use_cxa_atexit=yes;;
744   esac
745   use_gcc_stdint=wrap
746   ;;
747 *-*-fuchsia*)
748   native_system_header_dir=/include
749   ;;
750 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
751   extra_options="$extra_options gnu-user.opt"
752   gas=yes
753   gnu_ld=yes
754   case ${enable_threads} in
755     "" | yes | posix) thread_file='posix' ;;
756   esac
757   tmake_file="t-slibgcc"
758   case $target in
759     *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-kopensolaris*-gnu)
760       :;;
761     *-*-gnu*)
762       native_system_header_dir=/include
763       ;;
764   esac
765   # Linux C libraries selection switch: glibc / uclibc / bionic.
766   # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
767   case $target in
768     *linux*)
769       tm_p_file="${tm_p_file} linux-protos.h"
770       tmake_file="${tmake_file} t-linux"
771       extra_objs="${extra_objs} linux.o"
772       extra_options="${extra_options} linux.opt"
773       ;;
774   esac
775   case $target in
776     *-*-*android*)
777       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
778       ;;
779     *-*-*uclibc*)
780       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
781       ;;
782     *-*-*musl*)
783       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_MUSL"
784       ;;
785     *)
786       tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
787       ;;
788   esac
789   # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
790   # is provided.
791   default_use_cxa_atexit=yes
792   use_gcc_tgmath=no
793   use_gcc_stdint=wrap
794   # Enable compilation for Android by default for *android* targets.
795   case $target in
796     *-*-*android*)
797       tm_defines="$tm_defines ANDROID_DEFAULT=1"
798       ;;
799     *)
800       tm_defines="$tm_defines ANDROID_DEFAULT=0"
801       ;;
802   esac
803   c_target_objs="${c_target_objs} glibc-c.o"
804   cxx_target_objs="${cxx_target_objs} glibc-c.o"
805   tmake_file="${tmake_file} t-glibc"
806   target_has_targetcm=yes
807   ;;
808 *-*-netbsd*)
809   tm_p_file="${tm_p_file} netbsd-protos.h"
810   tmake_file="t-netbsd t-slibgcc"
811   extra_objs="${extra_objs} netbsd.o"
812   gas=yes
813   gnu_ld=yes
814   use_gcc_stdint=wrap
815   case ${enable_threads} in
816     "" | yes | posix) thread_file='posix' ;;
817   esac
818   nbsd_tm_file="netbsd.h netbsd-stdint.h netbsd-elf.h"
819   default_use_cxa_atexit=yes
820   ;;
821 *-*-openbsd*)
822   tmake_file="t-openbsd"
823   case ${enable_threads} in
824     yes)
825       thread_file='posix'
826       ;;
827   esac
828   case ${target} in
829     *-*-openbsd4.[3-9]|*-*-openbsd[5-9]*)
830       default_use_cxa_atexit=yes
831       ;;
832   esac
833   ;;
834 *-*-phoenix*)
835   gas=yes
836   gnu_ld=yes
837   default_use_cxa_atexit=yes
838   ;;
839 *-*-rtems*)
840   case ${enable_threads} in
841     "" | yes | rtems) thread_file='rtems' ;;
842     posix) thread_file='posix' ;;
843     no) ;;
844     *)
845       echo 'Unknown thread configuration for RTEMS'
846       exit 1
847       ;;
848   esac
849   tmake_file="${tmake_file} t-rtems"
850   extra_options="${extra_options} rtems.opt"
851   default_use_cxa_atexit=yes
852   use_gcc_stdint=wrap
853   ;;
854 *-*-uclinux*)
855   extra_options="$extra_options gnu-user.opt"
856   use_gcc_stdint=wrap
857   case ${enable_threads} in
858     "" | yes | posix) thread_file='posix' ;;
859   esac
860   tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
861   ;;
862 *-*-rdos*)
863   use_gcc_stdint=wrap
864   ;;
865 *-*-solaris2*)
866   # i?86-*-solaris2* needs to insert headers between cpu default and
867   # Solaris 2 specific ones.
868   sol2_tm_file_head="dbxelf.h elfos.h ${cpu_type}/sysv4.h"
869   sol2_tm_file_tail="${cpu_type}/sol2.h sol2.h"
870   sol2_tm_file="${sol2_tm_file_head} ${sol2_tm_file_tail}"
871   case ${target} in
872     *-*-solaris2.1[1-9]*)
873       # __cxa_atexit was introduced in Solaris 11.4.
874       default_use_cxa_atexit=yes
875       ;;
876   esac
877   use_gcc_stdint=wrap
878   if test x$gnu_ld = xyes; then
879     tm_file="usegld.h ${tm_file}"
880   fi
881   if test x$gas = xyes; then
882     tm_file="usegas.h ${tm_file}"
883   fi
884   tm_p_file="${tm_p_file} sol2-protos.h"
885   tmake_file="${tmake_file} t-sol2 t-slibgcc"
886   c_target_objs="${c_target_objs} sol2-c.o"
887   cxx_target_objs="${cxx_target_objs} sol2-c.o sol2-cxx.o"
888   extra_objs="${extra_objs} sol2.o sol2-stubs.o"
889   extra_options="${extra_options} sol2.opt"
890   case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
891     "":yes:* | yes:yes:* )
892       thread_file=posix
893       ;;
894   esac
895   ;;
896 *-*-*vms*)
897   extra_options="${extra_options} vms/vms.opt"
898   xmake_file=vms/x-vms
899   tmake_file="vms/t-vms t-slibgcc"
900   extra_objs="vms.o"
901   target_gtfiles="$target_gtfiles \$(srcdir)/config/vms/vms.c"
902   tm_p_file="${tm_p_file} vms/vms-protos.h"
903   xm_file="vms/xm-vms.h"
904   c_target_objs="vms-c.o"
905   cxx_target_objs="vms-c.o"
906   fortran_target_objs="vms-f.o"
907   use_gcc_stdint=provide
908   tm_file="${tm_file} vms/vms-stdint.h"
909   if test x$gnu_ld != xyes; then
910     # Build wrappers for native case.
911     extra_programs="ld\$(exeext) ar\$(exeext)"
912     tmake_file="$tmake_file vms/t-vmsnative"
913   fi
914   ;;
915 *-*-vxworks*)
916   tmake_file=t-vxworks
917   xm_defines=POSIX
918   extra_options="${extra_options} vxworks.opt"
919   extra_objs="$extra_objs vxworks.o"
920   use_gcc_stdint=provide
921   tm_file="${tm_file} vxworks-stdint.h"
922   case ${enable_threads} in
923     no) ;;
924     "" | yes | vxworks) thread_file='vxworks' ;;
925     *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
926   esac
927   case $target in
928     *-*-vxworks7*)
929       tm_defines="$tm_defines TARGET_VXWORKS7=1"
930       ;;
931   esac
932   ;;
933 *-*-elf|arc*-*-elf*)
934   # Assume that newlib is being used and so __cxa_atexit is provided.
935   default_use_cxa_atexit=yes
936   use_gcc_stdint=wrap
937   ;;
938 esac
940 case ${target} in
941 aarch64*-*-elf | aarch64*-*-fuchsia* | aarch64*-*-rtems*)
942         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h"
943         tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-elf-raw.h"
944         tmake_file="${tmake_file} aarch64/t-aarch64"
945         case $target in
946         aarch64-*-elf*)
947                 use_gcc_stdint=wrap
948                 ;;
949         aarch64-*-fuchsia*)
950                 tm_file="${tm_file} fuchsia.h"
951                 ;;
952         aarch64-*-rtems*)
953                 tm_file="${tm_file} rtems.h aarch64/rtems.h"
954                 ;;
955         esac
956         case $target in
957         aarch64_be-*)
958                 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
959                 ;;
960         esac
961         aarch64_multilibs="${with_multilib_list}"
962         if test "$aarch64_multilibs" = "default"; then
963                 aarch64_multilibs="lp64,ilp32"
964         fi
965         aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
966         for aarch64_multilib in ${aarch64_multilibs}; do
967                 case ${aarch64_multilib} in
968                 ilp32 | lp64 )
969                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
970                         ;;
971                 *)
972                         echo "--with-multilib-list=${aarch64_multilib} not supported."
973                         exit 1
974                 esac
975         done
976         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
977         ;;
978 aarch64*-*-freebsd*)
979         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}"
980         tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h"
981         tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd"
982         ;;
983 aarch64*-*-linux*)
984         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h"
985         tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h"
986         tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-linux"
987         tm_defines="${tm_defines}  TARGET_DEFAULT_ASYNC_UNWIND_TABLES=1"
988         case $target in
989         aarch64_be-*)
990                 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
991                 ;;
992         esac
993         aarch64_multilibs="${with_multilib_list}"
994         if test "$aarch64_multilibs" = "default"; then
995                 # TODO: turn on ILP32 multilib build after its support is mature.
996                 # aarch64_multilibs="lp64,ilp32"
997                 aarch64_multilibs="lp64"
998         fi
999         aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
1000         for aarch64_multilib in ${aarch64_multilibs}; do
1001                 case ${aarch64_multilib} in
1002                 ilp32 | lp64 )
1003                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
1004                         ;;
1005                 *)
1006                         echo "--with-multilib-list=${aarch64_multilib} not supported."
1007                         exit 1
1008                 esac
1009         done
1010         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1011         ;;
1012 alpha*-*-linux*)
1013         tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
1014         tmake_file="${tmake_file} alpha/t-linux alpha/t-alpha"
1015         extra_options="${extra_options} alpha/elf.opt"
1016         ;;
1017 alpha*-*-freebsd*)
1018         tm_file="elfos.h ${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
1019         tmake_file="${tmake_file} alpha/t-alpha"
1020         extra_options="${extra_options} alpha/elf.opt"
1021         ;;
1022 alpha*-*-netbsd*)
1023         tm_file="elfos.h ${tm_file} ${nbsd_tm_file} alpha/elf.h alpha/netbsd.h"
1024         tmake_file="${tmake_file} alpha/t-alpha"
1025         extra_options="${extra_options} netbsd.opt netbsd-elf.opt \
1026                        alpha/elf.opt"
1027         ;;
1028 alpha*-*-openbsd*)
1029         tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
1030         tm_file="elfos.h alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
1031         tmake_file="${tmake_file} alpha/t-alpha"
1032         extra_options="${extra_options} openbsd.opt alpha/elf.opt"
1033         # default x-alpha is only appropriate for dec-osf.
1034         ;;
1035 alpha*-dec-*vms*)
1036         tm_file="${tm_file} vms/vms.h alpha/vms.h"
1037         tmake_file="${tmake_file} alpha/t-vms alpha/t-alpha"
1038         ;;
1039 arc*-*-elf*)
1040         tm_file="arc/arc-arch.h dbxelf.h elfos.h newlib-stdint.h arc/elf.h ${tm_file}"
1041         tmake_file="arc/t-multilib arc/t-arc"
1042         extra_gcc_objs="driver-arc.o"
1043         if test "x$with_cpu" != x; then
1044                 tm_defines="${tm_defines} TARGET_CPU_BUILD=PROCESSOR_$with_cpu"
1045         fi
1046         if test x${with_endian} = x; then
1047                 case ${target} in
1048                 arc*be-*-* | arc*eb-*-*)        with_endian=big ;;
1049                 *)                              with_endian=little ;;
1050                 esac
1051         fi
1052         case ${with_endian} in
1053         big|little)             ;;
1054         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
1055         esac
1056         case ${with_endian} in
1057         big*)   tm_file="arc/big.h ${tm_file}"
1058         esac
1059         ;;
1060 arc*-*-linux*)
1061         tm_file="arc/arc-arch.h dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h arc/linux.h ${tm_file}"
1062         tmake_file="${tmake_file} arc/t-arc"
1063         extra_gcc_objs="driver-arc.o"
1064         if test "x$with_cpu" != x; then
1065                 tm_defines="${tm_defines} TARGET_CPU_BUILD=PROCESSOR_$with_cpu"
1066         fi
1067         if test x${with_endian} = x; then
1068                 case ${target} in
1069                 arc*be-*-* | arc*eb-*-*)        with_endian=big ;;
1070                 *)                              with_endian=little ;;
1071                 esac
1072         fi
1073         case ${with_endian} in
1074         big|little)             ;;
1075         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
1076         esac
1077         case ${with_endian} in
1078         big*)   tm_file="arc/big.h ${tm_file}"
1079         esac
1080         ;;
1081 arm-wrs-vxworks|arm-wrs-vxworks7)
1082         extra_options="${extra_options} arm/vxworks.opt"
1083         tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
1084         case $target in
1085         *-vxworks7)
1086             # VxWorks7 on ARM adheres to the ARM Base Platform ABI
1087             tmake_file="${tmake_file} arm/t-bpabi"
1088             tm_file="arm/bpabi.h ${tm_file}"
1089             # The BPABI long long divmod functions return a 128-bit value in
1090             # registers r0-r3.
1091             need_64bit_hwint=yes
1092             default_use_cxa_atexit=yes
1093             ;;
1094         *)  ;;
1095         esac
1096         tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
1097         target_cpu_cname="arm8"
1098         ;;
1099 arm*-*-freebsd*)                # ARM FreeBSD EABI
1100         tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h"
1101         case $target in
1102         arm*b-*-freebsd*)
1103             tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1104             ;;
1105         esac
1106         tmake_file="${tmake_file} arm/t-arm arm/t-bpabi"
1107         tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
1108         case $target in
1109         armv6*-*-freebsd*)
1110             target_cpu_cname="arm1176jzf-s"
1111             if test $fbsd_major -ge 11; then
1112                tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1113             fi
1114             ;;
1115         armv7*-*-freebsd*)
1116             target_cpu_cname="generic-armv7-a"
1117             tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1118             ;;
1119         *)
1120             target_cpu_cname="arm9"
1121             ;;
1122         esac
1123         with_tls=${with_tls:-gnu}
1124         ;;
1125 arm*-*-netbsdelf*)
1126         tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h arm/aout.h ${tm_file} arm/netbsd-elf.h"
1127         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1128         tmake_file="${tmake_file} arm/t-arm"
1129         target_cpu_cname="arm6"
1130         ;;
1131 arm*-*-linux-*)                 # ARM GNU/Linux with ELF
1132         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"
1133         extra_options="${extra_options} linux-android.opt"
1134         case $target in
1135         arm*b-*-linux*)
1136             tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1137             ;;
1138         esac
1139         tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
1140         tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
1141         # Generation of floating-point instructions requires at least ARMv5te.
1142         if [ "$with_float" = "hard" -o "$with_float" = "softfp" ] ; then
1143             target_cpu_cname="arm10e"
1144         else
1145             target_cpu_cname="arm10tdmi"
1146         fi
1147         # Define multilib configuration for arm-linux-androideabi.
1148         case ${target} in
1149         *-androideabi)
1150             tmake_file="$tmake_file arm/t-linux-androideabi"
1151             ;;
1152         esac
1153         # The EABI requires the use of __cxa_atexit.
1154         default_use_cxa_atexit=yes
1155         with_tls=${with_tls:-gnu}
1156         ;;
1157 arm*-*-uclinux*eabi*)           # ARM ucLinux
1158         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
1159         tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi"
1160         tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h arm/aout.h vxworks-dummy.h arm/arm.h"
1161         target_cpu_cname="arm7tdmi"
1162         # The EABI requires the use of __cxa_atexit.
1163         default_use_cxa_atexit=yes
1164         ;;
1165 arm*-*-phoenix*)
1166         tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
1167         tm_file="${tm_file} newlib-stdint.h phoenix.h"
1168         tm_file="${tm_file} arm/aout.h arm/arm.h"
1169         tmake_file="${tmake_file} arm/t-arm arm/t-bpabi arm/t-phoenix"
1170         target_cpu_cname="arm7tdmi"
1171         ;;
1172 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems* | arm*-*-fuchsia*)
1173         case ${target} in
1174         arm*eb-*-eabi*)
1175           tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1176         esac
1177         default_use_cxa_atexit=yes
1178         tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
1179         tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf"
1180         target_cpu_cname="arm7tdmi"
1181         case ${target} in
1182         arm*-*-eabi*)
1183           tm_file="$tm_file newlib-stdint.h"
1184           tmake_file="${tmake_file} arm/t-bpabi"
1185           use_gcc_stdint=wrap
1186           ;;
1187         arm*-*-fuchsia*)
1188           tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h"
1189           tmake_file="${tmake_file} arm/t-bpabi arm/t-fuchsia"
1190           target_cpu_cname="generic-armv7-a"
1191           ;;
1192         arm*-*-rtems*)
1193           tm_file="${tm_file} rtems.h arm/rtems.h newlib-stdint.h"
1194           tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems"
1195           ;;
1196         arm*-*-symbianelf*)
1197           tm_file="${tm_file} arm/symbian.h"
1198           # We do not include t-bpabi for Symbian OS because the system
1199           # provides its own implementation of the BPABI functions.
1200           tmake_file="${tmake_file} arm/t-symbian"
1201           target_cpu_cname="arm10tdmi"
1202           ;;
1203         esac
1204         tm_file="${tm_file} arm/aout.h vxworks-dummy.h arm/arm.h"
1205         ;;
1206 avr-*-*)
1207         tm_file="elfos.h avr/elf.h avr/avr-arch.h avr/avr.h avr/specs.h dbxelf.h avr/avr-stdint.h"
1208         if test x${with_avrlibc} != xno; then
1209             tm_file="${tm_file} ${cpu_type}/avrlibc.h"
1210             tm_defines="${tm_defines} WITH_AVRLIBC"
1211         fi
1212         tmake_file="${tmake_file} avr/t-avr avr/t-multilib"
1213         use_gcc_stdint=wrap
1214         extra_gcc_objs="driver-avr.o avr-devices.o"
1215         extra_objs="avr-devices.o avr-log.o"
1216         ;;
1217 bfin*-elf*)
1218         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
1219         tmake_file=bfin/t-bfin-elf
1220         use_collect2=no
1221         ;;
1222 bfin*-uclinux*)
1223         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/uclinux.h"
1224         tmake_file=bfin/t-bfin-uclinux
1225         use_collect2=no
1226         ;;
1227 bfin*-linux-uclibc*)
1228         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"
1229         tmake_file="${tmake_file} bfin/t-bfin-linux"
1230         use_collect2=no
1231         ;;
1232 bfin*-rtems*)
1233         tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
1234         tmake_file="${tmake_file} bfin/t-rtems"
1235         ;;
1236 bfin*-*)
1237         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
1238         use_collect2=no
1239         use_gcc_stdint=wrap
1240         ;;
1241 cr16-*-elf)
1242         tm_file="elfos.h ${tm_file} newlib-stdint.h"
1243         tmake_file="${tmake_file} cr16/t-cr16 "
1244         use_collect2=no
1245         ;;
1246 crisv32-*-elf | crisv32-*-none)
1247         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1248         tmake_file="cris/t-cris"
1249         target_cpu_default=32
1250         gas=yes
1251         extra_options="${extra_options} cris/elf.opt"
1252         use_gcc_stdint=wrap
1253         ;;
1254 cris-*-elf | cris-*-none)
1255         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1256         tmake_file="cris/t-cris cris/t-elfmulti"
1257         gas=yes
1258         extra_options="${extra_options} cris/elf.opt"
1259         use_gcc_stdint=wrap
1260         ;;
1261 crisv32-*-linux* | cris-*-linux*)
1262         tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h cris/linux.h"
1263         tmake_file="${tmake_file} cris/t-cris cris/t-linux"
1264         extra_options="${extra_options} cris/linux.opt"
1265         case $target in
1266           cris-*-*)
1267                 target_cpu_default=10
1268                 ;;
1269           crisv32-*-*)
1270                 target_cpu_default=32
1271                 ;;
1272         esac
1273         ;;
1274 epiphany-*-elf | epiphany-*-rtems*)
1275         tm_file="${tm_file} dbxelf.h elfos.h"
1276         tmake_file="${tmake_file} epiphany/t-epiphany"
1277         case ${target} in
1278         epiphany-*-rtems*)
1279           tm_file="${tm_file} rtems.h epiphany/rtems.h newlib-stdint.h"
1280           ;;
1281         *)
1282           tm_file="${tm_file} newlib-stdint.h"
1283           ;;
1284         esac
1285         extra_options="${extra_options} fused-madd.opt"
1286         extra_objs="${extra_objs} mode-switch-use.o resolve-sw-modes.o"
1287         tm_defines="${tm_defines} EPIPHANY_STACK_OFFSET=${with_stack_offset:-8}"
1288         extra_headers="epiphany_intrinsics.h"
1289         ;;
1290 fr30-*-elf)
1291         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1292         ;;
1293 frv-*-elf)
1294         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1295         tmake_file=frv/t-frv
1296         ;;
1297 frv-*-*linux*)
1298         tm_file="dbxelf.h elfos.h ${tm_file} \
1299                  gnu-user.h linux.h glibc-stdint.h frv/linux.h"
1300         tmake_file="${tmake_file} frv/t-frv frv/t-linux"
1301         ;;
1302 ft32-*-elf)
1303         gas=yes
1304         gnu_ld=yes
1305         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1306         tmake_file="${tmake_file} ft32/t-ft32"
1307         ;;
1308 moxie-*-elf)
1309         gas=yes
1310         gnu_ld=yes
1311         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1312         tmake_file="${tmake_file} moxie/t-moxie"
1313         ;;
1314 moxie-*-uclinux*)
1315         gas=yes
1316         gnu_ld=yes
1317         tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h moxie/uclinux.h"
1318         tmake_file="${tmake_file} moxie/t-moxie"
1319         ;;
1320 moxie-*-rtems*)
1321         tmake_file="${tmake_file} moxie/t-moxie"
1322         tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
1323         ;;
1324 moxie-*-moxiebox*)
1325         gas=yes
1326         gnu_ld=yes
1327         tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h"
1328         tmake_file="${tmake_file} moxie/t-moxiebox"
1329         ;;
1330 h8300-*-elf*)
1331         tmake_file="h8300/t-h8300"
1332         tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
1333         ;;
1334 h8300-*-linux*)
1335         tmake_file="${tmake_file} h8300/t-h8300 h8300/t-linux"
1336         tm_file="h8300/h8300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h h8300/linux.h"
1337         ;;
1338 hppa*64*-*-linux*)
1339         target_cpu_default="MASK_PA_11|MASK_PA_20"
1340         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
1341                  glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
1342                  pa/pa64-linux.h"
1343         gas=yes gnu_ld=yes
1344         ;;
1345 hppa*-*-linux*)
1346         target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS|MASK_CALLER_COPIES"
1347         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h pa/pa-linux.h \
1348                  pa/pa32-regs.h pa/pa32-linux.h"
1349         tmake_file="${tmake_file} pa/t-linux"
1350         ;;
1351 hppa*-*-openbsd*)
1352         target_cpu_default="MASK_PA_11"
1353         tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h openbsd-libpthread.h \
1354                  pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
1355         extra_options="${extra_options} openbsd.opt"
1356         gas=yes
1357         gnu_ld=yes
1358         ;;
1359 hppa[12]*-*-hpux10*)
1360         case ${target} in
1361         hppa1.1-*-* | hppa2*-*-*)
1362                 target_cpu_default="MASK_PA_11"
1363                 ;;
1364         esac
1365         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1366                  pa/pa-hpux.h pa/pa-hpux10.h"
1367         extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
1368         case ${target} in
1369         *-*-hpux10.[1-9]*)
1370                 tm_file="${tm_file} pa/pa-hpux1010.h"
1371                 extra_options="${extra_options} pa/pa-hpux1010.opt"
1372                 ;;
1373         esac
1374         use_gcc_stdint=provide
1375         tm_file="${tm_file} hpux-stdint.h"
1376         tmake_file="t-slibgcc"
1377         case ${enable_threads} in
1378           "")
1379             if test x$have_pthread_h = xyes ; then
1380               tmake_file="${tmake_file} pa/t-dce-thr"
1381             fi
1382             ;;
1383           yes | dce)
1384             tmake_file="${tmake_file} pa/t-dce-thr"
1385             ;;
1386         esac
1387         use_collect2=yes
1388         gas=yes
1389         if test "x$with_dwarf2" != x; then
1390                 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1391                 dwarf2=no
1392         fi
1393         ;;
1394 hppa*64*-*-hpux11*)
1395         target_cpu_default="MASK_PA_11|MASK_PA_20"
1396         if test x$gnu_ld = xyes
1397         then
1398                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1399         fi
1400         tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1401                  pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1402                  pa/pa-hpux11.h"
1403         case ${target} in
1404         *-*-hpux11.[12]*)
1405                 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
1406                 extra_options="${extra_options} pa/pa-hpux1111.opt"
1407                 ;;
1408         *-*-hpux11.[3-9]*)
1409                 tm_file="${tm_file} pa/pa-hpux1131.h pa/pa-64.h pa/pa64-hpux.h"
1410                 extra_options="${extra_options} pa/pa-hpux1131.opt"
1411                 ;;
1412         *)
1413                 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1414                 ;;
1415         esac
1416         extra_options="${extra_options} pa/pa-hpux.opt \
1417                        pa/pa-hpux1010.opt pa/pa64-hpux.opt hpux11.opt"
1418         tmake_file="t-slibgcc"
1419         case x${enable_threads} in
1420         x | xyes | xposix )
1421                 thread_file=posix
1422                 ;;
1423         esac
1424         gas=yes
1425         case ${target} in
1426           *-*-hpux11.[01]*)
1427                 use_gcc_stdint=provide
1428                 tm_file="${tm_file} hpux-stdint.h"
1429                 ;;
1430           *-*-hpux11.[23]*)
1431                 use_gcc_stdint=wrap
1432                 tm_file="${tm_file} hpux-stdint.h"
1433                 ;;
1434         esac
1435         ;;
1436 hppa[12]*-*-hpux11*)
1437         case ${target} in
1438         hppa1.1-*-* | hppa2*-*-*)
1439                 target_cpu_default="MASK_PA_11"
1440                 ;;
1441         esac
1442         tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1443                  pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1444         extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt \
1445                        hpux11.opt"
1446         case ${target} in
1447         *-*-hpux11.[12]*)
1448                 tm_file="${tm_file} pa/pa-hpux1111.h"
1449                 extra_options="${extra_options} pa/pa-hpux1111.opt"
1450                 ;;
1451         *-*-hpux11.[3-9]*)
1452                 tm_file="${tm_file} pa/pa-hpux1131.h"
1453                 extra_options="${extra_options} pa/pa-hpux1131.opt"
1454                 ;;
1455         esac
1456         tmake_file="t-slibgcc"
1457         case x${enable_threads} in
1458         x | xyes | xposix )
1459                 thread_file=posix
1460                 ;;
1461         esac
1462         use_collect2=yes
1463         gas=yes
1464         case ${target} in
1465           *-*-hpux11.[01]*)
1466                 use_gcc_stdint=provide
1467                 tm_file="${tm_file} hpux-stdint.h"
1468                 ;;
1469           *-*-hpux11.[23]*)
1470                 use_gcc_stdint=wrap
1471                 tm_file="${tm_file} hpux-stdint.h"
1472                 ;;
1473         esac
1474         if test "x$with_dwarf2" != x; then
1475                 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1476                 dwarf2=no
1477         fi
1478         ;;
1479 i[34567]86-*-darwin*)
1480         need_64bit_isa=yes
1481         # Baseline choice for a machine that allows m64 support.
1482         with_cpu=${with_cpu:-core2}
1483         tmake_file="${tmake_file} t-slibgcc"
1484         ;;
1485 x86_64-*-darwin*)
1486         with_cpu=${with_cpu:-core2}
1487         tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc"
1488         tm_file="${tm_file} ${cpu_type}/darwin64.h"
1489         ;;
1490 i[34567]86-*-elfiamcu)
1491         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/iamcu.h"
1492         ;;
1493 i[34567]86-*-elf*)
1494         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
1495         ;;
1496 x86_64-*-elf*)
1497         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
1498         ;;
1499 x86_64-*-rtems*)
1500         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/rtemself.h rtems.h"
1501         ;;
1502 i[34567]86-*-rdos*)
1503     tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/rdos.h"
1504     ;;
1505 x86_64-*-rdos*)
1506     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"
1507     tmake_file="i386/t-i386elf t-svr4"
1508     ;;
1509 i[34567]86-*-dragonfly*)
1510         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h dragonfly.h dragonfly-stdint.h i386/dragonfly.h"
1511         tmake_file="${tmake_file} i386/t-crtstuff"
1512         ;;
1513 x86_64-*-dragonfly*)
1514         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"
1515         tmake_file="${tmake_file} i386/t-crtstuff"
1516         ;;
1517 i[34567]86-*-freebsd*)
1518         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1519         ;;
1520 x86_64-*-freebsd*)
1521         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"
1522         ;;
1523 i[34567]86-*-netbsdelf*)
1524         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${nbsd_tm_file} i386/netbsd-elf.h"
1525         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1526         ;;
1527 x86_64-*-netbsd*)
1528         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${nbsd_tm_file} i386/x86-64.h i386/netbsd64.h"
1529         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1530         ;;
1531 i[34567]86-*-openbsd*)
1532         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1533         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
1534         extra_options="${extra_options} openbsd.opt"
1535         gas=yes
1536         gnu_ld=yes
1537         ;;
1538 x86_64-*-openbsd*)
1539         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1540         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/x86-64.h i386/openbsdelf.h"
1541         extra_options="${extra_options} openbsd.opt"
1542         gas=yes
1543         gnu_ld=yes
1544         ;;
1545 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
1546                         # Intel 80386's running GNU/*
1547                         # with ELF format using glibc 2
1548         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h"
1549         case ${target} in
1550         i[34567]86-*-linux*)
1551                 tm_file="${tm_file} linux.h linux-android.h"
1552                 extra_options="${extra_options} linux-android.opt"
1553                 if test x$enable_targets = xall; then
1554                         tm_file="${tm_file} i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h i386/linux-common.h i386/linux64.h"
1555                         tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1556                         tmake_file="${tmake_file} i386/t-linux64"
1557                         x86_multilibs="${with_multilib_list}"
1558                         if test "$x86_multilibs" = "default"; then
1559                                 x86_multilibs="m64,m32"
1560                         fi
1561                         x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1562                         for x86_multilib in ${x86_multilibs}; do
1563                                 case ${x86_multilib} in
1564                                 m32 | m64 | mx32)
1565                                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1566                                         ;;
1567                                 *)
1568                                         echo "--with-multilib-list=${x86_with_multilib} not supported."
1569                                         exit 1
1570                                 esac
1571                         done
1572                         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1573                         need_64bit_isa=yes
1574                         if test x$with_cpu = x; then
1575                                 if test x$with_cpu_64 = x; then
1576                                         with_cpu_64=generic
1577                                 fi
1578                         else
1579                                 case " $x86_cpus $x86_archs $x86_64_archs " in
1580                                 *" $with_cpu "*)
1581                                         ;;
1582                                 *)
1583                                         echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1584                                         echo "$x86_cpus $x86_archs $x86_64_archs " 1>&2
1585                                         exit 1
1586                                         ;;
1587                                 esac
1588                         fi
1589                 else
1590                         tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h i386/linux-common.h i386/linux.h"
1591                 fi
1592                 ;;
1593         i[34567]86-*-kfreebsd*-gnu)
1594                 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kfreebsd-gnu.h i386/kfreebsd-gnu.h"
1595                 ;;
1596         i[34567]86-*-kopensolaris*-gnu)
1597                 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kopensolaris-gnu.h i386/kopensolaris-gnu.h"
1598                 ;;
1599         i[34567]86-*-gnu*)
1600                 tm_file="$tm_file i386/gnu-user-common.h i386/gnu-user.h gnu.h i386/gnu.h"
1601                 ;;
1602         esac
1603         ;;
1604 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu)
1605         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h \
1606                  i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h"
1607         case ${target} in
1608         x86_64-*-linux*)
1609                 tm_file="${tm_file} linux.h linux-android.h i386/linux-common.h i386/linux64.h"
1610                 extra_options="${extra_options} linux-android.opt"
1611                 ;;
1612         x86_64-*-kfreebsd*-gnu)
1613                 tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu64.h"
1614                 ;;
1615         esac
1616         tmake_file="${tmake_file} i386/t-linux64"
1617         x86_multilibs="${with_multilib_list}"
1618         if test "$x86_multilibs" = "default"; then
1619                 case ${with_abi} in
1620                 x32 | mx32)
1621                         x86_multilibs="mx32"
1622                         ;;
1623                 *)
1624                         x86_multilibs="m64,m32"
1625                         ;;
1626                 esac
1627         fi
1628         x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1629         for x86_multilib in ${x86_multilibs}; do
1630                 case ${x86_multilib} in
1631                 m32 | m64 | mx32)
1632                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1633                         ;;
1634                 *)
1635                         echo "--with-multilib-list=${x86_with_multilib} not supported."
1636                         exit 1
1637                 esac
1638         done
1639         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1640         ;;
1641 i[34567]86-pc-msdosdjgpp*)
1642         xm_file=i386/xm-djgpp.h
1643         tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h i386/djgpp-stdint.h"
1644         native_system_header_dir=/dev/env/DJDIR/include
1645         extra_options="${extra_options} i386/djgpp.opt"
1646         gnu_ld=yes
1647         gas=yes
1648         use_gcc_stdint=wrap
1649         ;;
1650 i[34567]86-*-lynxos*)
1651         xm_defines=POSIX
1652         tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1653         tmake_file="${tmake_file} t-lynx"
1654         extra_options="${extra_options} lynx.opt"
1655         thread_file=lynx
1656         gnu_ld=yes
1657         gas=yes
1658         ;;
1659 i[34567]86-*-nto-qnx*)
1660         tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h i386/unix.h i386/nto.h"
1661         extra_options="${extra_options} i386/nto.opt"
1662         gnu_ld=yes
1663         gas=yes
1664         ;;
1665 i[34567]86-*-rtems*)
1666         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"
1667         tmake_file="${tmake_file} i386/t-rtems"
1668         ;;
1669 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
1670         # Set default arch_32 to pentium4, tune_32 to generic like the other
1671         # i386 targets, although config.guess defaults to i386-pc-solaris2*.
1672         with_arch_32=${with_arch_32:-pentium4}
1673         with_tune_32=${with_tune_32:-generic}
1674         tm_file="${tm_file} i386/unix.h i386/att.h ${sol2_tm_file_head} i386/x86-64.h ${sol2_tm_file_tail}"
1675         tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1676         tmake_file="$tmake_file i386/t-sol2"
1677         need_64bit_isa=yes
1678         if test x$with_cpu = x; then
1679                 if test x$with_cpu_64 = x; then
1680                         with_cpu_64=generic
1681                 fi
1682         else
1683                 case " $x86_cpus $x86_archs $x86_64_archs " in
1684                 *" $with_cpu "*)
1685                         ;;
1686                 *)
1687                         echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1688                         echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
1689                         exit 1
1690                         ;;
1691                 esac
1692         fi
1693         ;;
1694 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae|i[4567]86-wrs-vxworks7|x86_64-wrs-vxworks7)
1695         tm_file="${tm_file} i386/unix.h i386/att.h elfos.h"
1696         case ${target} in
1697           x86_64-*)
1698             need_64bit_isa=yes
1699             tm_file="${tm_file} i386/x86-64.h"
1700             ;;
1701         esac
1702         tm_file="${tm_file} vx-common.h"
1703         case ${target} in
1704           *-vxworksae*)
1705             tm_file="${tm_file} vxworksae.h i386/vxworks.h i386/vxworksae.h"
1706             tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1707             ;;
1708           *)
1709             tm_file="${tm_file} vxworks.h i386/vxworks.h"
1710             tmake_file="${tmake_file} i386/t-vxworks"
1711             ;;
1712         esac
1713         ;;
1714 i[34567]86-*-cygwin*)
1715         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"
1716         xm_file=i386/xm-cygwin.h
1717         tmake_file="${tmake_file} i386/t-cygming t-slibgcc"
1718         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1719         extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
1720         extra_objs="${extra_objs} winnt.o winnt-stubs.o"
1721         c_target_objs="${c_target_objs} msformat-c.o"
1722         cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1723         if test x$enable_threads = xyes; then
1724                 thread_file='posix'
1725         fi
1726         default_use_cxa_atexit=yes
1727         use_gcc_stdint=wrap
1728         ;;
1729 x86_64-*-cygwin*)
1730         need_64bit_isa=yes
1731         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"
1732         xm_file=i386/xm-cygwin.h
1733         tmake_file="${tmake_file} i386/t-cygming t-slibgcc i386/t-cygwin-w64"
1734         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1735         extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
1736         extra_objs="${extra_objs} winnt.o winnt-stubs.o"
1737         c_target_objs="${c_target_objs} msformat-c.o"
1738         cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1739         if test x$enable_threads = xyes; then
1740                 thread_file='posix'
1741         fi
1742         default_use_cxa_atexit=yes
1743         use_gcc_stdint=wrap
1744         tm_defines="${tm_defines} TARGET_CYGWIN64=1"
1745         ;;
1746 i[34567]86-*-mingw* | x86_64-*-mingw*)
1747         tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h"
1748         xm_file=i386/xm-mingw32.h
1749         c_target_objs="${c_target_objs} winnt-c.o"
1750         cxx_target_objs="${cxx_target_objs} winnt-c.o"
1751         target_has_targetcm="yes"
1752         case ${target} in
1753                 x86_64-*-* | *-w64-*)
1754                         need_64bit_isa=yes
1755                         ;;
1756                 *)
1757                         ;;
1758         esac
1759         if test x$enable_threads = xposix ; then
1760                 tm_file="${tm_file} i386/mingw-pthread.h"
1761         fi
1762         tm_file="${tm_file} i386/mingw32.h"
1763         # This makes the logic if mingw's or the w64 feature set has to be used
1764         case ${target} in
1765                 *-w64-*)
1766                         user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
1767                         user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
1768                         tm_file="${tm_file} i386/mingw-w64.h"
1769                         if test x$enable_targets = xall; then
1770                                 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1771                                 if test x$with_cpu = x; then
1772                                         if test x$with_cpu_64 = x; then
1773                                                 with_cpu_64=generic
1774                                         fi
1775                                 else
1776                                         case " $x86_cpus $x86_archs $x86_64_archs " in
1777                                         *" $with_cpu "*)
1778                                                 ;;
1779                                         *)
1780                                                 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1781                                                 echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
1782                                                 exit 1
1783                                                 ;;
1784                                         esac
1785                                 fi
1786                         fi
1787                         ;;
1788                 *)
1789                         ;;
1790         esac
1791         tm_file="${tm_file} i386/mingw-stdint.h"
1792         tmake_file="${tmake_file} t-winnt i386/t-cygming t-slibgcc"
1793         case ${target} in
1794                x86_64-w64-*)
1795                         tmake_file="${tmake_file} i386/t-mingw-w64"
1796                         ;;
1797                i[34567]86-w64-*)
1798                         tmake_file="${tmake_file} i386/t-mingw-w32"
1799                         ;;
1800         esac
1801         native_system_header_dir=/mingw/include
1802         target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1803         extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
1804         case ${target} in
1805                 *-w64-*)
1806                         extra_options="${extra_options} i386/mingw-w64.opt"
1807                         ;;
1808                 *)
1809                         ;;
1810         esac
1811         extra_objs="${extra_objs} winnt.o winnt-stubs.o"
1812         c_target_objs="${c_target_objs} msformat-c.o"
1813         cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1814         gas=yes
1815         gnu_ld=yes
1816         default_use_cxa_atexit=yes
1817         use_gcc_stdint=wrap
1818         case ${enable_threads} in
1819           "" | yes | win32)
1820             thread_file='win32'
1821             ;;
1822           posix)
1823             thread_file='posix'
1824             ;;
1825         esac
1826         case ${target} in
1827                 *mingw32crt*)
1828                         tm_file="${tm_file} i386/crtdll.h"
1829                         ;;
1830                 *mingw32msv* | *mingw*)
1831                         ;;
1832         esac
1833         ;;
1834 x86_64-*-fuchsia*)
1835         tmake_file="${tmake_file} i386/t-x86_64-elf"
1836         tm_file="${tm_file} i386/unix.h i386/att.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h fuchsia.h"
1837         ;;
1838 ia64*-*-elf*)
1839         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
1840         tmake_file="ia64/t-ia64"
1841         target_cpu_default="0"
1842         if test x$gas = xyes
1843         then
1844                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1845         fi
1846         if test x$gnu_ld = xyes
1847         then
1848                 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1849         fi
1850         ;;
1851 ia64*-*-freebsd*)
1852         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1853         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1854         tmake_file="${tmake_file} ia64/t-ia64"
1855         ;;
1856 ia64*-*-linux*)
1857         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
1858         tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind"
1859         target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1860         ;;
1861 ia64*-*-hpux*)
1862         tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
1863         tmake_file="ia64/t-ia64 ia64/t-hpux t-slibgcc"
1864         target_cpu_default="MASK_GNU_AS"
1865         case x$enable_threads in
1866         x | xyes | xposix )
1867                 thread_file=posix
1868                 ;;
1869         esac
1870         use_collect2=no
1871         c_target_objs="ia64-c.o"
1872         cxx_target_objs="ia64-c.o"
1873         extra_options="${extra_options} ia64/ilp32.opt hpux11.opt"
1874         use_gcc_stdint=wrap
1875         tm_file="${tm_file} hpux-stdint.h"
1876         case ${target} in
1877         *-*-hpux11.3*)
1878                 tm_file="${tm_file} ia64/hpux-unix2003.h"
1879                 ;;
1880         esac
1881         ;;
1882 ia64-hp-*vms*)
1883         tm_file="${tm_file} elfos.h ia64/sysv4.h vms/vms.h ia64/vms.h"
1884         tmake_file="${tmake_file} ia64/t-ia64"
1885         target_cpu_default="0"
1886         if test x$gas = xyes
1887         then
1888                 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1889         fi
1890         extra_options="${extra_options} ia64/vms.opt"
1891         ;;
1892 iq2000*-*-elf*)
1893         tm_file="elfos.h newlib-stdint.h iq2000/iq2000.h"
1894         out_file=iq2000/iq2000.c
1895         md_file=iq2000/iq2000.md
1896         ;;
1897 lm32-*-elf*)
1898         tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
1899         tmake_file="${tmake_file} lm32/t-lm32"
1900         ;;
1901 lm32-*-rtems*)
1902         tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
1903         tmake_file="${tmake_file} lm32/t-lm32"
1904         tmake_file="${tmake_file} lm32/t-rtems"
1905          ;;
1906 lm32-*-uclinux*)
1907         tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h lm32/uclinux-elf.h"
1908         tmake_file="${tmake_file} lm32/t-lm32"
1909         ;;
1910 m32r-*-elf*)
1911         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1912         ;;
1913 m32rle-*-elf*)
1914         tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
1915         ;;
1916 m32r-*-linux*)
1917         tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
1918         tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
1919         gnu_ld=yes
1920         if test x$enable_threads = xyes; then
1921                 thread_file='posix'
1922         fi
1923         ;;
1924 m32rle-*-linux*)
1925         tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
1926         tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
1927         gnu_ld=yes
1928         if test x$enable_threads = xyes; then
1929                 thread_file='posix'
1930         fi
1931         ;;
1932 m68k-*-elf* | fido-*-elf*)
1933         case ${target} in
1934         fido-*-elf*)
1935                 # Check that $with_cpu makes sense.
1936                 case $with_cpu in
1937                 "" | "fidoa")
1938                         ;;
1939                 *)
1940                         echo "Cannot accept --with-cpu=$with_cpu"
1941                         exit 1
1942                         ;;
1943                 esac
1944                 with_cpu=fidoa
1945                 ;;
1946         *)
1947                 default_m68k_cpu=68020
1948                 default_cf_cpu=5206
1949                 ;;
1950         esac
1951         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"
1952         tm_defines="${tm_defines} MOTOROLA=1"
1953         tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1954         # Add multilibs for targets other than fido.
1955         case ${target} in
1956         fido-*-elf*)
1957                 ;;
1958         *)
1959                 tmake_file="$tmake_file m68k/t-mlibs"
1960                 ;;
1961         esac
1962         ;;
1963 m68k*-*-netbsdelf*)
1964         default_m68k_cpu=68020
1965         default_cf_cpu=5475
1966         tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file} m68k/netbsd-elf.h"
1967         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1968         tm_defines="${tm_defines} MOTOROLA=1 CHAR_FAST8=1 SHORT_FAST16=1"
1969         ;;
1970 m68k*-*-openbsd*)
1971         default_m68k_cpu=68020
1972         default_cf_cpu=5475
1973         # needed to unconfuse gdb
1974         tm_defines="${tm_defines} OBSD_OLD_GAS"
1975         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
1976         extra_options="${extra_options} openbsd.opt"
1977         tmake_file="t-openbsd m68k/t-openbsd"
1978         # we need collect2 until our bug is fixed...
1979         use_collect2=yes
1980         ;;
1981 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux
1982                                 # with uClibc, using the new GNU/Linux-style
1983                                 # ABI.
1984         default_m68k_cpu=68020
1985         default_cf_cpu=5206
1986         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"
1987         extra_options="${extra_options} m68k/uclinux.opt"
1988         tm_defines="${tm_defines} MOTOROLA=1"
1989         tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
1990         ;;
1991 m68k-*-linux*)                  # Motorola m68k's running GNU/Linux
1992                                 # with ELF format using glibc 2
1993                                 # aka the GNU/Linux C library 6.
1994         default_m68k_cpu=68020
1995         default_cf_cpu=5475
1996         with_arch=${with_arch:-m68k}
1997         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
1998         extra_options="${extra_options} m68k/ieee.opt"
1999         tm_defines="${tm_defines} MOTOROLA=1"
2000         tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
2001         ;;
2002 m68k-*-rtems*)
2003         default_m68k_cpu=68020
2004         default_cf_cpu=5206
2005         tmake_file="${tmake_file} m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff m68k/t-rtems m68k/t-mlibs"
2006         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"
2007         tm_defines="${tm_defines} MOTOROLA=1"
2008         ;;
2009 mcore-*-elf)
2010         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
2011         tmake_file=mcore/t-mcore
2012         inhibit_libc=true
2013         ;;
2014 microblaze*-linux*)
2015         case $target in
2016                 microblazeel-*)
2017                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2018                         ;;
2019                 microblaze-*)
2020                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2021                         ;;
2022         esac
2023         tm_file="${tm_file} dbxelf.h gnu-user.h linux.h microblaze/linux.h"
2024         tm_file="${tm_file} glibc-stdint.h"
2025         c_target_objs="${c_target_objs} microblaze-c.o"
2026         cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2027         tmake_file="${tmake_file} microblaze/t-microblaze"
2028         tmake_file="${tmake_file} microblaze/t-microblaze-linux"
2029         ;;
2030 microblaze*-*-rtems*)
2031         case $target in
2032                 microblazeel-*)
2033                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2034                         ;;
2035                 microblaze-*)
2036                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2037                         ;;
2038         esac
2039         tm_file="${tm_file} dbxelf.h"
2040         tm_file="${tm_file} microblaze/rtems.h rtems.h newlib-stdint.h"
2041         c_target_objs="${c_target_objs} microblaze-c.o"
2042         cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2043         tmake_file="${tmake_file} microblaze/t-microblaze"
2044         tmake_file="${tmake_file} microblaze/t-rtems"
2045         ;;
2046 microblaze*-*-elf)
2047         case $target in
2048                 microblazeel-*)
2049                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2050                         ;;
2051                 microblaze-*)
2052                         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2053                         ;;
2054         esac
2055         tm_file="${tm_file} dbxelf.h newlib-stdint.h"
2056         c_target_objs="${c_target_objs} microblaze-c.o"
2057         cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2058         tmake_file="${tmake_file} microblaze/t-microblaze"
2059         ;;
2060 riscv*-*-linux*)
2061         tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} riscv/linux.h"
2062         case "x${enable_multilib}" in
2063         xno) ;;
2064         xyes) tmake_file="${tmake_file} riscv/t-linux-multilib" ;;
2065         *) echo "Unknown value for enable_multilib"; exit 1
2066         esac
2067         tmake_file="${tmake_file} riscv/t-riscv riscv/t-linux"
2068         gnu_ld=yes
2069         gas=yes
2070         # Force .init_array support.  The configure script cannot always
2071         # automatically detect that GAS supports it, yet we require it.
2072         gcc_cv_initfini_array=yes
2073         ;;
2074 riscv*-*-elf* | riscv*-*-rtems*)
2075         tm_file="elfos.h newlib-stdint.h ${tm_file} riscv/elf.h"
2076         case "x${enable_multilib}" in
2077         xno) ;;
2078         xyes) tmake_file="${tmake_file} riscv/t-elf-multilib" ;;
2079         *) echo "Unknown value for enable_multilib"; exit 1
2080         esac
2081         tmake_file="${tmake_file} riscv/t-riscv"
2082         gnu_ld=yes
2083         gas=yes
2084         # Force .init_array support.  The configure script cannot always
2085         # automatically detect that GAS supports it, yet we require it.
2086         gcc_cv_initfini_array=yes
2087         case ${target} in
2088         riscv*-*-rtems*)
2089           tm_file="${tm_file} rtems.h riscv/rtems.h"
2090           ;;
2091         esac
2092         ;;
2093 riscv*-*-freebsd*)
2094         tm_file="${tm_file} elfos.h ${fbsd_tm_file} riscv/freebsd.h"
2095         tmake_file="${tmake_file} riscv/t-riscv"
2096         gnu_ld=yes
2097         gas=yes
2098         # Force .init_array support.  The configure script cannot always
2099         # automatically detect that GAS supports it, yet we require it.
2100         gcc_cv_initfini_array=yes
2101         ;;
2102 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
2103         target_cpu_default="MASK_ABICALLS"
2104         tm_file="elfos.h ${tm_file} mips/elf.h ${nbsd_tm_file} mips/netbsd.h"
2105         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2106         ;;
2107 mips*-img-linux*)
2108         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"
2109         extra_options="${extra_options} linux-android.opt"
2110         tmake_file="${tmake_file} mips/t-img-linux"
2111         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2112         with_arch_32="mips32r6"
2113         with_arch_64="mips64r6"
2114         gnu_ld=yes
2115         gas=yes
2116         ;;
2117 mips*-mti-linux*)
2118         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"
2119         extra_options="${extra_options} linux-android.opt"
2120         tmake_file="${tmake_file} mips/t-mti-linux"
2121         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2122         with_arch_32="mips32r2"
2123         with_arch_64="mips64r2"
2124         gnu_ld=yes
2125         gas=yes
2126         ;;
2127 mips*-*-linux*)                         # Linux MIPS, either endian.
2128         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"
2129         extra_options="${extra_options} linux-android.opt"
2130         case ${target} in
2131                 mipsisa32r6*)
2132                         default_mips_arch=mips32r6
2133                         ;;
2134                 mipsisa32r2*)
2135                         default_mips_arch=mips32r2
2136                         ;;
2137                 mipsisa32*)
2138                         default_mips_arch=mips32
2139                         ;;
2140                 mips64el-st-linux-gnu)
2141                         default_mips_abi=n32
2142                         tm_file="${tm_file} mips/st.h"
2143                         tmake_file="${tmake_file} mips/t-st"
2144                         enable_mips_multilibs="yes"
2145                         ;;
2146                 mips64octeon*-*-linux*)
2147                         default_mips_abi=n32
2148                         tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
2149                         target_cpu_default=MASK_SOFT_FLOAT_ABI
2150                         enable_mips_multilibs="yes"
2151                         ;;
2152                 mipsisa64r6*-*-linux*)
2153                         default_mips_abi=n32
2154                         default_mips_arch=mips64r6
2155                         enable_mips_multilibs="yes"
2156                         ;;
2157                 mipsisa64r2*-*-linux*)
2158                         default_mips_abi=n32
2159                         default_mips_arch=mips64r2
2160                         enable_mips_multilibs="yes"
2161                         ;;
2162                 mips64*-*-linux* | mipsisa64*-*-linux*)
2163                         default_mips_abi=n32
2164                         enable_mips_multilibs="yes"
2165                         ;;
2166         esac
2167         if test x$enable_targets = xall; then
2168                 enable_mips_multilibs="yes"
2169         fi
2170         if test x$enable_mips_multilibs = xyes; then
2171                 tmake_file="${tmake_file} mips/t-linux64"
2172         fi
2173         ;;
2174 mips*-mti-elf*)
2175         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2176         tmake_file="mips/t-mti-elf"
2177         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2178         with_arch_32="mips32r2"
2179         with_arch_64="mips64r2"
2180         ;;
2181 mips*-img-elf*)
2182         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2183         tmake_file="mips/t-img-elf"
2184         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2185         with_arch_32="mips32r6"
2186         with_arch_64="mips64r6"
2187         ;;
2188 mips*-sde-elf*)
2189         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h"
2190         tmake_file="mips/t-sde"
2191         extra_options="${extra_options} mips/sde.opt"
2192         case "${with_newlib}" in
2193           yes)
2194             # newlib / libgloss.
2195             ;;
2196           *)
2197             # MIPS toolkit libraries.
2198             tm_file="$tm_file mips/sdemtk.h"
2199             tmake_file="$tmake_file mips/t-sdemtk"
2200             case ${enable_threads} in
2201               "" | yes | mipssde)
2202                 thread_file='mipssde'
2203                 ;;
2204             esac
2205             ;;
2206         esac
2207         case ${target} in
2208           mipsisa32r6*)
2209             tm_defines="MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2210             ;;
2211           mipsisa32r2*)
2212             tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2213             ;;
2214           mipsisa32*)
2215             tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
2216             ;;
2217           mipsisa64r6*)
2218             tm_defines="MIPS_ISA_DEFAULT=69 MIPS_ABI_DEFAULT=ABI_N32"
2219             ;;
2220           mipsisa64r2*)
2221             tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
2222             ;;
2223           mipsisa64*)
2224             tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
2225             ;;
2226         esac
2227         ;;
2228 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
2229 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
2230 mipsisa32r6-*-elf* | mipsisa32r6el-*-elf* | \
2231 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
2232 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf* | \
2233 mipsisa64r6-*-elf* | mipsisa64r6el-*-elf*)
2234         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2235         tmake_file="mips/t-isa3264"
2236         case ${target} in
2237           mipsisa32r6*)
2238             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37"
2239             ;;
2240           mipsisa32r2*)
2241             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
2242             ;;
2243           mipsisa32*)
2244             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
2245             ;;
2246           mipsisa64r6*)
2247             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=69"
2248             ;;
2249           mipsisa64r2*)
2250             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
2251             ;;
2252           mipsisa64*)
2253             tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
2254             ;;
2255         esac
2256         case ${target} in
2257           mipsisa32*-*-elfoabi*)
2258             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
2259             tm_file="${tm_file} mips/elfoabi.h"
2260             ;;
2261           mipsisa64*-*-elfoabi*)
2262             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
2263             tm_file="${tm_file} mips/elfoabi.h"
2264             ;;
2265           *-*-elf*)
2266             tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2267             ;;
2268         esac
2269         ;;
2270 mipsisa64sr71k-*-elf*)
2271         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2272         tmake_file=mips/t-sr71k
2273         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
2274         ;;
2275 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
2276         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2277         tmake_file="mips/t-elf mips/t-sb1"
2278         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
2279         ;;
2280 mips-*-elf* | mipsel-*-elf* | mipsr5900-*-elf* | mipsr5900el-*-elf*)
2281         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2282         tmake_file="mips/t-elf"
2283         ;;
2284 mips64r5900-*-elf* | mips64r5900el-*-elf*)
2285         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h"
2286         tmake_file="mips/t-elf"
2287         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
2288         ;;
2289 mips64-*-elf* | mips64el-*-elf*)
2290         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2291         tmake_file="mips/t-elf"
2292         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
2293         ;;
2294 mips64vr-*-elf* | mips64vrel-*-elf*)
2295         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
2296         tmake_file=mips/t-vr
2297         tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2298         ;;
2299 mips64orion-*-elf* | mips64orionel-*-elf*)
2300         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
2301         tmake_file="mips/t-elf"
2302         tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
2303         ;;
2304 mips*-*-rtems*)
2305         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
2306         tmake_file="${tmake_file} mips/t-elf mips/t-rtems"
2307         ;;
2308 mips-wrs-vxworks)
2309         tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
2310         tmake_file="${tmake_file} mips/t-vxworks"
2311         ;;
2312 mipstx39-*-elf* | mipstx39el-*-elf*)
2313         tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
2314         tmake_file="mips/t-r3900"
2315         ;;
2316 mmix-knuth-mmixware)
2317         tm_file="${tm_file} newlib-stdint.h"
2318         use_gcc_stdint=wrap
2319         ;;
2320 mn10300-*-*)
2321         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2322         if test x$stabs = xyes
2323         then
2324                 tm_file="${tm_file} dbx.h"
2325         fi
2326         use_collect2=no
2327         use_gcc_stdint=wrap
2328         ;;
2329 msp430*-*-*)
2330         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2331         c_target_objs="msp430-c.o"
2332         cxx_target_objs="msp430-c.o"
2333         tmake_file="${tmake_file} msp430/t-msp430"
2334         extra_gcc_objs="driver-msp430.o"
2335         ;;
2336 nds32le-*-*)
2337         target_cpu_default="0"
2338         tm_defines="${tm_defines}"
2339         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} nds32/nds32_intrinsic.h"
2340         tmake_file="nds32/t-nds32 nds32/t-mlibs"
2341         ;;
2342 nds32be-*-*)
2343         target_cpu_default="0|MASK_BIG_ENDIAN"
2344         tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2345         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} nds32/nds32_intrinsic.h"
2346         tmake_file="nds32/t-nds32 nds32/t-mlibs"
2347         ;;
2348 nios2-*-*)
2349         tm_file="elfos.h ${tm_file}"
2350         tmake_file="${tmake_file} nios2/t-nios2"
2351         case ${target} in
2352         nios2-*-linux*)
2353                 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h nios2/linux.h "
2354                 ;;
2355         nios2-*-elf*)
2356                 tm_file="${tm_file} newlib-stdint.h nios2/elf.h"
2357                 extra_options="${extra_options} nios2/elf.opt"
2358                 ;;
2359         nios2-*-rtems*)
2360                 tm_file="${tm_file} newlib-stdint.h nios2/rtems.h rtems.h"
2361                 tmake_file="${tmake_file} t-rtems nios2/t-rtems"
2362                 ;;
2363         esac
2364         ;;
2365 nvptx-*)
2366         tm_file="${tm_file} newlib-stdint.h"
2367         use_gcc_stdint=wrap
2368         tmake_file="nvptx/t-nvptx"
2369         if test x$enable_as_accelerator = xyes; then
2370                 extra_programs="${extra_programs} mkoffload\$(exeext)"
2371                 tm_file="${tm_file} nvptx/offload.h"
2372         fi
2373         ;;
2374 pdp11-*-*)
2375         tm_file="${tm_file} newlib-stdint.h"
2376         use_gcc_stdint=wrap
2377         ;;
2378 # port not yet contributed
2379 #powerpc-*-openbsd*)
2380 #       tmake_file="${tmake_file} rs6000/t-fprules"
2381 #       extra_headers=
2382 #       ;;
2383 powerpc-*-darwin*)
2384         extra_options="${extra_options} rs6000/darwin.opt"
2385         case ${target} in
2386           *-darwin1[0-9]* | *-darwin[8-9]*)
2387             tmake_file="${tmake_file} rs6000/t-darwin8"
2388             tm_file="${tm_file} rs6000/darwin8.h"
2389             ;;
2390           *-darwin7*)
2391             tm_file="${tm_file} rs6000/darwin7.h"
2392             ;;
2393           *-darwin[0-6]*)
2394             ;;
2395         esac
2396         tmake_file="${tmake_file} t-slibgcc"
2397         extra_headers=altivec.h
2398         ;;
2399 powerpc64-*-darwin*)
2400         extra_options="${extra_options} ${cpu_type}/darwin.opt"
2401         tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc"
2402         tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
2403         extra_headers=altivec.h
2404         ;;
2405 powerpc*-*-freebsd*)
2406         tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h"
2407         extra_options="${extra_options} rs6000/sysv4.opt"
2408         tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2409         case ${target} in
2410              powerpc64*)
2411                 tm_file="${tm_file} rs6000/default64.h rs6000/freebsd64.h"
2412                 tmake_file="${tmake_file} rs6000/t-freebsd64"
2413                 extra_options="${extra_options} rs6000/linux64.opt"
2414                 ;;
2415              *)
2416                 tm_file="${tm_file} rs6000/freebsd.h"
2417                 ;;
2418         esac
2419         ;;
2420 powerpc-*-netbsd*)
2421         tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file} freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2422         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2423         tmake_file="${tmake_file} rs6000/t-netbsd"
2424         extra_options="${extra_options} rs6000/sysv4.opt"
2425         ;;
2426 powerpc-*-eabispe*)
2427         tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h ${cpu_type}/sysv4.h ${cpu_type}/eabi.h ${cpu_type}/e500.h ${cpu_type}/eabispe.h"
2428         extra_options="${extra_options} ${cpu_type}/sysv4.opt"
2429         tmake_file="${cpu_type}/t-spe ${cpu_type}/t-ppccomm"
2430         use_gcc_stdint=wrap
2431         ;;
2432 powerpc-*-eabisimaltivec*)
2433         tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
2434         extra_options="${extra_options} rs6000/sysv4.opt"
2435         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2436         use_gcc_stdint=wrap
2437         ;;
2438 powerpc-*-eabisim*)
2439         tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2440         extra_options="${extra_options} rs6000/sysv4.opt"
2441         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2442         use_gcc_stdint=wrap
2443         ;;
2444 powerpc-*-elf*)
2445         tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
2446         extra_options="${extra_options} rs6000/sysv4.opt"
2447         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2448         ;;
2449 powerpc-*-eabialtivec*)
2450         tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2451         extra_options="${extra_options} rs6000/sysv4.opt"
2452         tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2453         use_gcc_stdint=wrap
2454         ;;
2455 powerpc-*-eabi*)
2456         tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h"
2457         extra_options="${extra_options} rs6000/sysv4.opt"
2458         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2459         use_gcc_stdint=wrap
2460         ;;
2461 powerpc-*-rtems*spe*)
2462         tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h powerpcspe/sysv4.h powerpcspe/eabi.h powerpcspe/e500.h powerpcspe/rtems.h rtems.h"
2463         extra_options="${extra_options} powerpcspe/sysv4.opt"
2464         tmake_file="${tmake_file} powerpcspe/t-fprules powerpcspe/t-rtems powerpcspe/t-ppccomm"
2465         ;;
2466 powerpc-*-rtems*)
2467         tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/rtems.h rtems.h"
2468         extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
2469         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-rtems rs6000/t-ppccomm"
2470         ;;
2471 powerpc*-*-linux*spe*)
2472         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h powerpcspe/sysv4.h"
2473         extra_options="${extra_options} powerpcspe/sysv4.opt"
2474         tmake_file="${tmake_file} powerpcspe/t-fprules powerpcspe/t-ppccomm"
2475         extra_objs="$extra_objs powerpcspe-linux.o"
2476         maybe_biarch=
2477         tm_file="${tm_file} powerpcspe/linux.h glibc-stdint.h"
2478         tmake_file="${tmake_file} powerpcspe/t-ppcos powerpcspe/t-linux"
2479         tm_file="${tm_file} powerpcspe/linuxspe.h powerpcspe/e500.h"
2480         ;;
2481 powerpc*-*-linux*)
2482         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h rs6000/sysv4.h"
2483         extra_options="${extra_options} rs6000/sysv4.opt"
2484         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm"
2485         extra_objs="$extra_objs rs6000-linux.o"
2486         case ${target} in
2487             powerpc*le-*-*)
2488                 tm_file="${tm_file} rs6000/sysv4le.h" ;;
2489         esac
2490         case ${target}:${with_cpu} in
2491             powerpc64*: | powerpc64*:native) cpu_is_64bit=yes ;;
2492         esac
2493         maybe_biarch=${cpu_is_64bit}
2494         case ${enable_targets} in
2495             *powerpc64*) maybe_biarch=yes ;;
2496             all) maybe_biarch=yes ;;
2497         esac
2498         case ${target} in
2499             powerpc64*-*-linux*spe* | powerpc*-*-linux*paired*)
2500                 echo "*** Configuration ${target} not supported" 1>&2
2501                 exit 1
2502                 ;;
2503             powerpc*-*-linux*spe*)
2504                 maybe_biarch=
2505                 ;;
2506         esac
2507         case ${target}:${enable_targets}:${maybe_biarch} in
2508             powerpc64-* | powerpc-*:*:yes | *:*powerpc64-*:yes | *:all:yes \
2509             | powerpc64le*:*powerpcle* | powerpc64le*:*powerpc-* \
2510             | powerpcle-*:*powerpc64le*:yes)
2511                 if test x$cpu_is_64bit = xyes; then
2512                     tm_file="${tm_file} rs6000/default64.h"
2513                 fi
2514                 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
2515                 tmake_file="$tmake_file rs6000/t-linux64"
2516                 case ${target} in
2517                     powerpc*le-*-*)
2518                         tmake_file="$tmake_file rs6000/t-linux64le"
2519                         case ${enable_targets} in
2520                             all | *powerpc64-* | *powerpc-*)
2521                                 tmake_file="$tmake_file rs6000/t-linux64lebe" ;;
2522                         esac ;;
2523                     *)
2524                         case ${enable_targets} in
2525                             all | *powerpc64le-* | *powerpcle-*)
2526                                 tmake_file="$tmake_file rs6000/t-linux64bele" ;;
2527                         esac ;;
2528                 esac
2529                 extra_options="${extra_options} rs6000/linux64.opt"
2530                 ;;
2531             powerpc64*)
2532                 tm_file="${tm_file} rs6000/default64.h rs6000/linux64.h glibc-stdint.h"
2533                 extra_options="${extra_options} rs6000/linux64.opt"
2534                 tmake_file="${tmake_file} rs6000/t-linux"
2535                 ;;
2536             *)
2537                 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
2538                 tmake_file="${tmake_file} rs6000/t-ppcos rs6000/t-linux"
2539                 ;;
2540         esac
2541         case ${target} in
2542             powerpc*-*-linux*ppc476*)
2543                 tm_file="${tm_file} rs6000/476.h"
2544                 extra_options="${extra_options} rs6000/476.opt" ;;
2545             powerpc*-*-linux*altivec*)
2546                 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
2547             powerpc*-*-linux*spe*)
2548                 tm_file="${tm_file} ${cpu_type}/linuxspe.h ${cpu_type}/e500.h" ;;
2549         esac
2550         case ${target} in
2551             *-linux*-musl*)
2552                 enable_secureplt=yes ;;
2553         esac
2554         if test x${enable_secureplt} = xyes; then
2555                 tm_file="rs6000/secureplt.h ${tm_file}"
2556         fi
2557         ;;
2558 powerpc-wrs-vxworks*spe)
2559         tm_file="${tm_file} elfos.h freebsd-spec.h powerpcspe/sysv4.h"
2560         tmake_file="${tmake_file} powerpcspe/t-fprules powerpcspe/t-ppccomm powerpcspe/t-vxworks"
2561         extra_options="${extra_options} powerpcspe/sysv4.opt"
2562         extra_headers=ppc-asm.h
2563         tm_file="${tm_file} vx-common.h vxworks.h powerpcspe/vxworks.h powerpcspe/e500.h"
2564         ;;
2565 powerpc-wrs-vxworks*)
2566         tm_file="${tm_file} elfos.h freebsd-spec.h rs6000/sysv4.h"
2567         tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
2568         extra_options="${extra_options} rs6000/sysv4.opt"
2569         extra_headers=ppc-asm.h
2570         case ${target} in
2571           *-vxworksmils*)
2572             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/vxworksmils.h"
2573             tmake_file="${tmake_file} rs6000/t-vxworksmils"
2574             ;;
2575           *-vxworksae*)
2576             tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/vxworksae.h"
2577             tmake_file="${tmake_file} rs6000/t-vxworksae"
2578             ;;
2579           *-vxworks*)
2580             tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h"
2581             ;;
2582         esac
2583         ;;
2584 powerpc-*-lynxos*)
2585         xm_defines=POSIX
2586         tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2587         tmake_file="t-lynx rs6000/t-lynx"
2588         extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
2589         thread_file=lynx
2590         gnu_ld=yes
2591         gas=yes
2592         ;;
2593 powerpcle-*-elf*)
2594         tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
2595         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2596         extra_options="${extra_options} rs6000/sysv4.opt"
2597         ;;
2598 powerpcle-*-eabisim*)
2599         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/eabisim.h"
2600         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2601         extra_options="${extra_options} rs6000/sysv4.opt"
2602         use_gcc_stdint=wrap
2603         ;;
2604 powerpcle-*-eabi*)
2605         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"
2606         tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2607         extra_options="${extra_options} rs6000/sysv4.opt"
2608         use_gcc_stdint=wrap
2609         ;;
2610 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2611         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h rs6000/aix-stdint.h"
2612         tmake_file="rs6000/t-aix43 t-slibgcc"
2613         extra_options="${extra_options} rs6000/aix64.opt"
2614         use_collect2=yes
2615         thread_file='aix'
2616         use_gcc_stdint=provide
2617         extra_headers=
2618         ;;
2619 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2620         tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h rs6000/aix-stdint.h"
2621         extra_options="${extra_options} rs6000/aix64.opt"
2622         tmake_file="rs6000/t-aix43 t-slibgcc"
2623         use_collect2=yes
2624         thread_file='aix'
2625         use_gcc_stdint=wrap
2626         extra_headers=
2627         ;;
2628 rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
2629         tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h rs6000/aix-stdint.h"
2630         tmake_file="rs6000/t-aix52 t-slibgcc"
2631         extra_options="${extra_options} rs6000/aix64.opt"
2632         use_collect2=yes
2633         thread_file='aix'
2634         use_gcc_stdint=wrap
2635         extra_headers=
2636         ;;
2637 rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
2638         tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h rs6000/aix-stdint.h"
2639         tmake_file="rs6000/t-aix52 t-slibgcc"
2640         extra_options="${extra_options} rs6000/aix64.opt"
2641         use_collect2=yes
2642         thread_file='aix'
2643         use_gcc_stdint=wrap
2644         extra_headers=altivec.h
2645         ;;
2646 rs6000-ibm-aix6.* | powerpc-ibm-aix6.*)
2647         tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
2648         tmake_file="rs6000/t-aix52 t-slibgcc"
2649         extra_options="${extra_options} rs6000/aix64.opt"
2650         use_collect2=yes
2651         thread_file='aix'
2652         use_gcc_stdint=wrap
2653         extra_headers=altivec.h
2654         default_use_cxa_atexit=yes
2655         ;;
2656 rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
2657         tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h"
2658         tmake_file="rs6000/t-aix52 t-slibgcc"
2659         extra_options="${extra_options} rs6000/aix64.opt"
2660         use_collect2=yes
2661         thread_file='aix'
2662         use_gcc_stdint=wrap
2663         extra_headers="altivec.h amo.h"
2664         default_use_cxa_atexit=yes
2665         ;;
2666 rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
2667         tm_file="${tm_file} rs6000/aix.h rs6000/aix72.h rs6000/xcoff.h rs6000/aix-stdint.h"
2668         tmake_file="rs6000/t-aix52 t-slibgcc"
2669         extra_options="${extra_options} rs6000/aix64.opt"
2670         use_collect2=yes
2671         thread_file='aix'
2672         use_gcc_stdint=wrap
2673         extra_headers="altivec.h amo.h"
2674         default_use_cxa_atexit=yes
2675         ;;
2676 rl78-*-elf*)
2677         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2678         target_has_targetm_common=no
2679         c_target_objs="rl78-c.o"
2680         cxx_target_objs="rl78-c.o"
2681         tmake_file="${tmake_file} rl78/t-rl78"
2682         ;;
2683 rx-*-elf*)
2684         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2685         tmake_file="${tmake_file} rx/t-rx"
2686         ;;
2687 s390-*-linux*)
2688         tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
2689         c_target_objs="${c_target_objs} s390-c.o"
2690         cxx_target_objs="${cxx_target_objs} s390-c.o"
2691         if test x$enable_targets = xall; then
2692                 tmake_file="${tmake_file} s390/t-linux64"
2693         fi
2694         tmake_file="${tmake_file} s390/t-s390"
2695         ;;
2696 s390x-*-linux*)
2697         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
2698         tm_p_file="linux-protos.h s390/s390-protos.h"
2699         c_target_objs="${c_target_objs} s390-c.o"
2700         cxx_target_objs="${cxx_target_objs} s390-c.o"
2701         md_file=s390/s390.md
2702         extra_modes=s390/s390-modes.def
2703         out_file=s390/s390.c
2704         tmake_file="${tmake_file} s390/t-linux64 s390/t-s390"
2705         ;;
2706 s390x-ibm-tpf*)
2707         tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h s390/tpf.h"
2708         tm_p_file=s390/s390-protos.h
2709         c_target_objs="${c_target_objs} s390-c.o"
2710         cxx_target_objs="${cxx_target_objs} s390-c.o"
2711         md_file=s390/s390.md
2712         extra_modes=s390/s390-modes.def
2713         out_file=s390/s390.c
2714         thread_file='tpf'
2715         extra_options="${extra_options} s390/tpf.opt"
2716         tmake_file="${tmake_file} s390/t-s390"
2717         ;;
2718 sh-*-elf* | sh[12346l]*-*-elf* | \
2719   sh-*-linux* | sh[2346lbe]*-*-linux* | \
2720   sh-*-netbsdelf* | shl*-*-netbsdelf*)
2721         tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2722         if test x${with_endian} = x; then
2723                 case ${target} in
2724                 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2725                 shbe-*-* | sheb-*-*)               with_endian=big,little ;;
2726                 sh[1234]l* | sh[34]*-*-linux*)     with_endian=little ;;
2727                 shl* | sh*-*-linux* | \
2728                   sh-superh-elf)                   with_endian=little,big ;;
2729                 sh[1234]*-*-*)                     with_endian=big ;;
2730                 *)                                 with_endian=big,little ;;
2731                 esac
2732         fi
2733         # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
2734         #  First word : the default endian.
2735         #  Second word: the secondary endian (optional).
2736         case ${with_endian} in
2737         big)            TM_ENDIAN_CONFIG=mb ;;
2738         little)         TM_ENDIAN_CONFIG=ml ;;
2739         big,little)     TM_ENDIAN_CONFIG="mb ml" ;;
2740         little,big)     TM_ENDIAN_CONFIG="ml mb" ;;
2741         *)      echo "with_endian=${with_endian} not supported."; exit 1 ;;
2742         esac
2743         case ${with_endian} in
2744         little*)        tm_file="sh/little.h ${tm_file}" ;;
2745         esac
2746         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h"
2747         case ${target} in
2748         sh*-*-linux*)   tmake_file="${tmake_file} sh/t-linux"
2749                         if test x$enable_fdpic = xyes; then
2750                                 tm_defines="$tm_defines FDPIC_DEFAULT=1"
2751                         fi
2752                         tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h sh/linux.h" ;;
2753         sh*-*-netbsd*)
2754                         tm_file="${tm_file} ${nbsd_tm_file} sh/netbsd-elf.h"
2755                         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2757                         ;;
2758         sh*-superh-elf) if test x$with_libgloss != xno; then
2759                                 with_libgloss=yes
2760                                 tm_file="${tm_file} sh/newlib.h"
2761                         fi
2762                         tm_file="${tm_file} sh/embed-elf.h"
2763                         tm_file="${tm_file} sh/superh.h"
2764                         extra_options="${extra_options} sh/superh.opt" ;;
2765         *)              if test x$with_newlib = xyes \
2766                            && test x$with_libgloss = xyes; then
2767                                 tm_file="${tm_file} sh/newlib.h"
2768                         fi
2769                         tm_file="${tm_file} sh/embed-elf.h" ;;
2770         esac
2771         case ${target} in
2772         *-*-netbsd)
2773                 ;;
2774         *-*-elf*)
2775                 tm_file="${tm_file} newlib-stdint.h"
2776                 ;;
2777         esac
2778         # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2779         case `echo ${target} | sed 's/e[lb]-/-/'` in
2780         sh4a_single_only*)      sh_cpu_target=sh4a-single-only ;;
2781         sh4a_single*)           sh_cpu_target=sh4a-single ;;
2782         sh4a_nofpu*)            sh_cpu_target=sh4a-nofpu ;;
2783         sh4al)                  sh_cpu_target=sh4al ;;
2784         sh4a*)                  sh_cpu_target=sh4a ;;
2785         sh4_single_only*)       sh_cpu_target=sh4-single-only ;;
2786         sh4_single*)            sh_cpu_target=sh4-single ;;
2787         sh4_nofpu*)             sh_cpu_target=sh4-nofpu ;;
2788         sh4* | sh-superh-*)     sh_cpu_target=sh4 ;;
2789         sh3e*)                  sh_cpu_target=sh3e ;;
2790         sh*-*-netbsd* | sh3*)   sh_cpu_target=sh3 ;;
2791         sh2a_single_only*)      sh_cpu_target=sh2a-single-only ;;
2792         sh2a_single*)           sh_cpu_target=sh2a-single ;;
2793         sh2a_nofpu*)            sh_cpu_target=sh2a-nofpu ;;
2794         sh2a*)                  sh_cpu_target=sh2a ;;
2795         sh2e*)                  sh_cpu_target=sh2e ;;
2796         sh2*)                   sh_cpu_target=sh2 ;;
2797         *)                      sh_cpu_target=sh1 ;;
2798         esac
2799         # did the user say --without-fp ?
2800         if test x$with_fp = xno; then
2801                 case ${sh_cpu_target} in
2802                 sh4al | sh1)    ;;
2803                 sh4a* )         sh_cpu_target=sh4a-nofpu ;;
2804                 sh4*)           sh_cpu_target=sh4-nofpu ;;
2805                 sh3*)           sh_cpu_target=sh3 ;;
2806                 sh2a*)          sh_cpu_target=sh2a-nofpu ;;
2807                 sh2*)           sh_cpu_target=sh2 ;;
2808                 *)      echo --without-fp not available for $target: ignored
2809                 esac
2810                 tm_defines="$tm_defines STRICT_NOFPU=1"
2811         fi
2812         sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2813         case $sh_cpu_default in
2814           sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2815           sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2816           sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
2817           sh3e | sh3 | sh2e | sh2 | sh1) ;;
2818         "")     sh_cpu_default=${sh_cpu_target} ;;
2819         *)      echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2820         esac
2821         sh_multilibs=${with_multilib_list}
2822         if test "$sh_multilibs" = "default" ; then
2823                 case ${target} in
2824                 sh[1234]*)      sh_multilibs=${sh_cpu_target} ;;
2825                 sh-superh-*)    sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2826                 sh*-*-linux*)   sh_multilibs=m1,m2,m2a,m3e,m4 ;;
2827                 sh*-*-netbsd*)  sh_multilibs=m3,m3e,m4 ;;
2828                 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2829                 esac
2830                 if test x$with_fp = xno; then
2831                         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`"
2832                 fi
2833         fi
2834         target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2835         tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2836         tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2837         sh_multilibs=`echo $sh_multilibs | sed -e 's/,/ /g' -e 's/^[Ss][Hh]/m/' -e 's/ [Ss][Hh]/ m/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
2838         for sh_multilib in ${sh_multilibs}; do
2839                 case ${sh_multilib} in
2840                 m1 | m2 | m2e | m3 | m3e | \
2841                 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
2842                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
2843                 m2a | m2a-single | m2a-single-only | m2a-nofpu)
2844                         # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
2845                         # It is passed to MULTIILIB_OPTIONS verbatim.
2846                         TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
2847                         tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2848                         ;;
2849                 \!*)    # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
2850                         # It is passed the MULTILIB_EXCEPTIONS verbatim.
2851                         TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
2852                 *)
2853                         echo "with_multilib_list=${sh_multilib} not supported."
2854                         exit 1
2855                         ;;
2856                 esac
2857         done
2858         TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
2859         if test x${enable_incomplete_targets} = xyes ; then
2860                 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1"
2861         fi
2862         tm_file="$tm_file ./sysroot-suffix.h"
2863         tmake_file="$tmake_file t-sysroot-suffix"
2864         ;;
2865 sh-*-rtems*)
2866         tmake_file="${tmake_file} sh/t-sh sh/t-rtems"
2867         tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
2868         ;;
2869 sh-wrs-vxworks)
2870         tmake_file="$tmake_file sh/t-sh sh/t-vxworks"
2871         tm_file="${tm_file} elfos.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
2872         ;;
2873 sparc-*-elf*)
2874         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp-elf.h"
2875         case ${target} in
2876             *-leon-*)
2877                 tmake_file="sparc/t-sparc sparc/t-leon"
2878                 ;;
2879             *-leon[3-9]*)
2880                 tmake_file="sparc/t-sparc sparc/t-leon3"
2881                 ;;
2882             *)
2883                 tmake_file="sparc/t-sparc sparc/t-elf"
2884                 ;;
2885         esac
2886         ;;
2887 sparc-*-rtems*)
2888         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
2889         tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
2890         ;;
2891 sparc-*-linux*)
2892         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
2893         extra_options="${extra_options} sparc/long-double-switch.opt"
2894         case ${target} in
2895             *-leon-*)
2896                 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon"
2897                 ;;
2898             *-leon[3-9]*)
2899                 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon3"
2900                 ;;
2901             *)
2902                 tmake_file="${tmake_file} sparc/t-sparc"
2903                 ;;
2904         esac
2905         if test x$enable_targets = xall; then
2906                 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
2907                 tmake_file="${tmake_file} sparc/t-linux64"
2908         else
2909                 tm_file="${tm_file} sparc/linux.h"
2910                 tmake_file="${tmake_file} sparc/t-linux"
2911         fi
2912         ;;
2913 sparc-*-netbsdelf*)
2914         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h ${nbsd_tm_file} sparc/netbsd-elf.h"
2915         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2916         extra_options="${extra_options} sparc/long-double-switch.opt"
2917         tmake_file="${tmake_file} sparc/t-sparc"
2918         ;;
2919 sparc*-*-solaris2*)
2920         tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sparc/tso.h"
2921         case ${target} in
2922             sparc64-*-* | sparcv9-*-*)
2923                 tm_file="sparc/default64.h ${tm_file}"
2924                 ;;
2925             *)
2926                 test x$with_cpu != x || with_cpu=v9
2927                 ;;
2928         esac
2929         tmake_file="${tmake_file} sparc/t-sparc sparc/t-sol2"
2930         ;;
2931 sparc-wrs-vxworks)
2932         tm_file="${tm_file} elfos.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2933         tmake_file="${tmake_file} sparc/t-sparc sparc/t-vxworks"
2934         ;;
2935 sparc64-*-elf*)
2936         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
2937         extra_options="${extra_options}"
2938         tmake_file="${tmake_file} sparc/t-sparc"
2939         ;;
2940 sparc64-*-rtems*)
2941         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
2942         extra_options="${extra_options}"
2943         tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
2944         ;;
2945 sparc64-*-linux*)
2946         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default64.h sparc/linux64.h sparc/tso.h"
2947         extra_options="${extra_options} sparc/long-double-switch.opt"
2948         tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
2949         ;;
2950 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2951         tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2952         extra_options="${extra_options} sparc/long-double-switch.opt"
2953         case "x$with_cpu" in
2954                 xultrasparc) ;;
2955                 x) with_cpu=ultrasparc ;;
2956                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2957         esac
2958         tmake_file="${tmake_file} sparc/t-sparc"
2959         ;;
2960 sparc64-*-netbsd*)
2961         tm_file="sparc/biarch64.h ${tm_file}"
2962         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h ${nbsd_tm_file} sparc/netbsd-elf.h"
2963         extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2964         extra_options="${extra_options} sparc/long-double-switch.opt"
2965         tmake_file="${tmake_file} sparc/t-sparc sparc/t-netbsd64"
2966         ;;
2967 sparc64-*-openbsd*)
2968         tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h"
2969         tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
2970         extra_options="${extra_options} openbsd.opt"
2971         extra_options="${extra_options}"
2972         gas=yes gnu_ld=yes
2973         with_cpu=ultrasparc
2974         tmake_file="${tmake_file} sparc/t-sparc"
2975         ;;
2976 spu-*-elf*)
2977         tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h newlib-stdint.h"
2978         tmake_file="spu/t-spu-elf"
2979         native_system_header_dir=/include
2980         extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h spu_cache.h"
2981         extra_modes=spu/spu-modes.def
2982         c_target_objs="${c_target_objs} spu-c.o"
2983         cxx_target_objs="${cxx_target_objs} spu-c.o"
2984         ;;
2985 tic6x-*-elf)
2986         tm_file="elfos.h ${tm_file} c6x/elf-common.h c6x/elf.h"
2987         tm_file="${tm_file} dbxelf.h tm-dwarf2.h newlib-stdint.h"
2988         tmake_file="c6x/t-c6x c6x/t-c6x-elf"
2989         use_collect2=no
2990         ;;
2991 tic6x-*-uclinux)
2992         tm_file="elfos.h ${tm_file} gnu-user.h linux.h c6x/elf-common.h c6x/uclinux-elf.h"
2993         tm_file="${tm_file} dbxelf.h tm-dwarf2.h glibc-stdint.h"
2994         tm_file="${tm_file} ./sysroot-suffix.h"
2995         tmake_file="t-sysroot-suffix t-slibgcc"
2996         tmake_file="${tmake_file} c6x/t-c6x c6x/t-c6x-elf c6x/t-c6x-uclinux"
2997         use_collect2=no
2998         ;;
2999 tilegx*-*-linux*)
3000         tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}"
3001         tmake_file="${tmake_file} tilegx/t-tilegx"
3002         extra_objs="${extra_objs} mul-tables.o"
3003         c_target_objs="${c_target_objs} tilegx-c.o"
3004         cxx_target_objs="${cxx_target_objs} tilegx-c.o"
3005         extra_headers="feedback.h"
3006         case $target in
3007         tilegxbe-*)
3008                 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
3009                 ;;
3010         esac
3011         ;;
3012 tilepro*-*-linux*)
3013         tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
3014         tmake_file="${tmake_file} tilepro/t-tilepro"
3015         extra_objs="${extra_objs} mul-tables.o"
3016         c_target_objs="${c_target_objs} tilepro-c.o"
3017         cxx_target_objs="${cxx_target_objs} tilepro-c.o"
3018         extra_headers="feedback.h"
3019         ;;
3020 v850-*-rtems*)
3021         target_cpu_default="TARGET_CPU_generic"
3022         tm_file="dbxelf.h elfos.h v850/v850.h"
3023         tm_file="${tm_file} rtems.h v850/rtems.h newlib-stdint.h"
3024         tmake_file="${tmake_file} v850/t-v850"
3025         tmake_file="${tmake_file} v850/t-rtems"
3026         use_collect2=no
3027         c_target_objs="v850-c.o"
3028         cxx_target_objs="v850-c.o"
3029         ;;
3030 v850*-*-*)
3031         case ${target} in
3032         v850e3v5-*-*)
3033                 target_cpu_default="TARGET_CPU_v850e3v5"
3034                 ;;
3035         v850e2v3-*-*)
3036                 target_cpu_default="TARGET_CPU_v850e2v3"
3037                 ;;
3038         v850e2-*-*)
3039                 target_cpu_default="TARGET_CPU_v850e2"
3040                 ;;
3041         v850e1-*-* | v850es-*-*)
3042                 target_cpu_default="TARGET_CPU_v850e1"
3043                 ;;
3044         v850e-*-*)
3045                 target_cpu_default="TARGET_CPU_v850e"
3046                 ;;
3047         v850-*-*)
3048                 target_cpu_default="TARGET_CPU_generic"
3049                 ;;
3050         esac
3051         tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
3052         if test x$stabs = xyes
3053         then
3054                 tm_file="${tm_file} dbx.h"
3055         fi
3056         use_collect2=no
3057         c_target_objs="v850-c.o"
3058         cxx_target_objs="v850-c.o"
3059         use_gcc_stdint=wrap
3060         ;;
3061 vax-*-linux*)
3062         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h vax/elf.h vax/linux.h"
3063         extra_options="${extra_options} vax/elf.opt"
3064         ;;
3065 vax-*-netbsdelf*)
3066         tm_file="${tm_file} elfos.h ${nbsd_tm_file} vax/elf.h vax/netbsd-elf.h"
3067         extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
3068         tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1"
3069         ;;
3070 vax-*-openbsd*)
3071         tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-libpthread.h vax/openbsd.h"
3072         extra_options="${extra_options} openbsd.opt"
3073         use_collect2=yes
3074         ;;
3075 visium-*-elf*)
3076         tm_file="dbxelf.h elfos.h ${tm_file} visium/elf.h newlib-stdint.h"
3077         tmake_file="visium/t-visium visium/t-crtstuff"
3078         ;;
3079 xstormy16-*-elf)
3080         # For historical reasons, the target files omit the 'x'.
3081         tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h"
3082         tm_p_file=stormy16/stormy16-protos.h
3083         md_file=stormy16/stormy16.md
3084         out_file=stormy16/stormy16.c
3085         extra_options=stormy16/stormy16.opt
3086         tmake_file="stormy16/t-stormy16"
3087         ;;
3088 xtensa*-*-elf*)
3089         tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h"
3090         extra_options="${extra_options} xtensa/elf.opt"
3091         ;;
3092 xtensa*-*-linux*)
3093         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h"
3094         tmake_file="${tmake_file} xtensa/t-xtensa"
3095         ;;
3096 xtensa*-*-uclinux*)
3097         tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/uclinux.h"
3098         tmake_file="${tmake_file} xtensa/t-xtensa"
3099         extra_options="${extra_options} xtensa/uclinux.opt"
3100         ;;
3101 am33_2.0-*-linux*)
3102         tm_file="mn10300/mn10300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h"
3103         gas=yes gnu_ld=yes
3104         use_collect2=no
3105         ;;
3106 m32c-*-rtems*)
3107         tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
3108         c_target_objs="m32c-pragma.o"
3109         cxx_target_objs="m32c-pragma.o"
3110         ;;
3111 m32c-*-elf*)
3112         tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
3113         c_target_objs="m32c-pragma.o"
3114         cxx_target_objs="m32c-pragma.o"
3115         ;;
3117         echo "*** Configuration ${target} not supported" 1>&2
3118         exit 1
3119         ;;
3120 esac
3122 case ${target} in
3123 i[34567]86-*-linux* | x86_64-*-linux*)
3124         tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
3125         ;;
3126 i[34567]86-*-* | x86_64-*-*)
3127         tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
3128         ;;
3129 powerpc*-*-* | rs6000-*-*)
3130         tm_file="${tm_file} ${cpu_type}/option-defaults.h"
3131 esac
3133 # non-glibc systems
3134 case ${target} in
3135 *-linux-musl*)
3136         tmake_file="${tmake_file} t-musl"
3137         ;;
3138 *-linux-uclibc*)
3139         tmake_file="${tmake_file} t-uclibc"
3140         ;;
3141 esac
3143 # Assume the existence of indirect function support and allow the use of the
3144 # resolver attribute.
3145 case ${target} in
3146 *-*-linux*android*|*-*-linux*uclibc*|*-*-linux*musl*)
3147         ;;
3148 *-*-linux*)
3149         case ${target} in
3150         aarch64*-* | arm*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
3151                 default_gnu_indirect_function=yes
3152                 ;;
3153         esac
3154         ;;
3155 esac
3157 # Build mkoffload tool
3158 case ${target} in
3159 *-intelmic-* | *-intelmicemul-*)
3160         tmake_file="${tmake_file} i386/t-intelmic"
3161         tm_file="${tm_file} i386/intelmic-offload.h"
3162         ;;
3163 esac
3165 if [ "$target_has_targetcm" = "no" ]; then
3166   c_target_objs="$c_target_objs default-c.o"
3167   cxx_target_objs="$cxx_target_objs default-c.o"
3170 if [ "$common_out_file" = "" ]; then
3171   if [ "$target_has_targetm_common" = "yes" ]; then
3172     common_out_file="$cpu_type/$cpu_type-common.c"
3173   else
3174     common_out_file="default-common.c"
3175   fi
3178 # Support for --with-cpu and related options (and a few unrelated options,
3179 # too).
3180 case ${with_cpu} in
3181   yes | no)
3182     echo "--with-cpu must be passed a value" 1>&2
3183     exit 1
3184     ;;
3185 esac
3187 # Set arch and cpu from ${target} and ${target_noncanonical}.  Set cpu
3188 # to generic if there is no processor scheduler model for the target.
3189 arch=
3190 cpu=
3191 arch_without_sse2=no
3192 arch_without_64bit=no
3193 case ${target} in
3194   i386-*-freebsd*)
3195     if test $fbsd_major -ge 6; then
3196       arch=i486
3197     else
3198       arch=i386
3199     fi
3200     cpu=generic
3201     arch_without_sse2=yes
3202     arch_without_64bit=yes
3203     ;;
3204   i386-*-netbsd*)
3205     arch=i486
3206     cpu=generic
3207     arch_without_sse2=yes
3208     arch_without_64bit=yes
3209     ;;
3210   i386-*-*)
3211     arch=i386
3212     cpu=i386
3213     arch_without_sse2=yes
3214     arch_without_64bit=yes
3215     ;;
3216   i486-*-*)
3217     arch=i486
3218     cpu=i486
3219     arch_without_sse2=yes
3220     arch_without_64bit=yes
3221     ;;
3222   i586-*-*)
3223     arch_without_sse2=yes
3224     arch_without_64bit=yes
3225     case ${target_noncanonical} in
3226       k6_2-*)
3227         arch=k6-2
3228         cpu=k6-2
3229         ;;
3230       k6_3-*)
3231         arch=k6-3
3232         cpu=k6-3
3233         ;;
3234       k6-*)
3235         arch=k6
3236         cpu=k6
3237         ;;
3238       pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
3239         arch=pentium-mmx
3240         cpu=pentium-mmx
3241         ;;
3242       *)
3243         arch=pentium
3244         cpu=pentium
3245         ;;
3246     esac
3247     ;;
3248   i686-*-* | i786-*-*)
3249     case ${target_noncanonical} in
3250       znver1-*)
3251         arch=znver1
3252         cpu=znver1
3253         ;;
3254       bdver4-*)
3255         arch=bdver4
3256         cpu=bdver4
3257         ;;
3258       bdver3-*)
3259         arch=bdver3
3260         cpu=bdver3
3261         ;;
3262       bdver2-*)
3263         arch=bdver2
3264         cpu=bdver2
3265         ;;
3266       bdver1-*)
3267         arch=bdver1
3268         cpu=bdver1
3269         ;;
3270       btver1-*)
3271         arch=btver1
3272         cpu=btver1
3273         ;;
3274       btver2-*)
3275         arch=btver2
3276         cpu=btver2
3277         ;;
3278       amdfam10-*|barcelona-*)
3279         arch=amdfam10
3280         cpu=amdfam10
3281         ;;
3282       k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3283         arch=k8-sse3
3284         cpu=k8-sse3
3285         ;;
3286       k8-*|opteron-*|athlon64-*|athlon_fx-*)
3287         arch=k8
3288         cpu=k8
3289         ;;
3290       athlon_xp-*|athlon_mp-*|athlon_4-*)
3291         arch=athlon-4
3292         cpu=athlon-4
3293         arch_without_sse2=yes
3294         arch_without_64bit=yes
3295         ;;
3296       athlon_tbird-*|athlon-*)
3297         arch=athlon
3298         cpu=athlon
3299         arch_without_sse2=yes
3300         ;;
3301       geode-*)
3302         arch=geode
3303         cpu=geode
3304         arch_without_sse2=yes
3305         ;;
3306       pentium2-*)
3307         arch=pentium2
3308         cpu=pentium2
3309         arch_without_sse2=yes
3310         ;;
3311       pentium3-*|pentium3m-*)
3312         arch=pentium3
3313         cpu=pentium3
3314         arch_without_sse2=yes
3315         ;;
3316       pentium4-*|pentium4m-*)
3317         arch=pentium4
3318         cpu=pentium4
3319         ;;
3320       prescott-*)
3321         arch=prescott
3322         cpu=prescott
3323         ;;
3324       nocona-*)
3325         arch=nocona
3326         cpu=nocona
3327         ;;
3328       atom-*)
3329         arch=atom
3330         cpu=atom
3331         ;;
3332       slm-*)
3333         arch=slm
3334         cpu=slm
3335         ;;
3336       core2-*)
3337         arch=core2
3338         cpu=core2
3339         ;;
3340       corei7-*)
3341         arch=corei7
3342         cpu=corei7
3343         ;;
3344       corei7_avx-*)
3345         arch=corei7-avx
3346         cpu=corei7-avx
3347         ;;
3348       pentium_m-*)
3349         arch=pentium-m
3350         cpu=pentium-m
3351         ;;
3352       pentiumpro-*)
3353         arch=pentiumpro
3354         cpu=pentiumpro
3355         arch_without_sse2=yes
3356         ;;
3357       *)
3358         arch=pentiumpro
3359         cpu=generic
3360         arch_without_sse2=yes
3361         arch_without_64bit=yes
3362         ;;
3363     esac
3364     ;;
3365   x86_64-*-*)
3366     case ${target_noncanonical} in
3367       znver1-*)
3368         arch=znver1
3369         cpu=znver1
3370         ;;
3371       bdver4-*)
3372         arch=bdver4
3373         cpu=bdver4
3374         ;;
3375       bdver3-*)
3376         arch=bdver3
3377         cpu=bdver3
3378         ;;
3379       bdver2-*)
3380         arch=bdver2
3381         cpu=bdver2
3382         ;;
3383       bdver1-*)
3384         arch=bdver1
3385         cpu=bdver1
3386         ;;
3387       btver1-*)
3388         arch=btver1
3389         cpu=btver1
3390         ;;
3391       btver2-*)
3392         arch=btver2
3393         cpu=btver2
3394         ;;
3395       amdfam10-*|barcelona-*)
3396         arch=amdfam10
3397         cpu=amdfam10
3398         ;;
3399       k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3400         arch=k8-sse3
3401         cpu=k8-sse3
3402         ;;
3403       k8-*|opteron-*|athlon_64-*)
3404         arch=k8
3405         cpu=k8
3406         ;;
3407       nocona-*)
3408         arch=nocona
3409         cpu=nocona
3410         ;;
3411       atom-*)
3412         arch=atom
3413         cpu=atom
3414         ;;
3415       slm-*)
3416         arch=slm
3417         cpu=slm
3418         ;;
3419       core2-*)
3420         arch=core2
3421         cpu=core2
3422         ;;
3423       corei7-*)
3424         arch=corei7
3425         cpu=corei7
3426         ;;
3427       *)
3428         arch=x86-64
3429         cpu=generic
3430         ;;
3431     esac
3432     ;;
3433 esac
3435 # If there is no $with_cpu option, try to infer one from ${target}.
3436 # This block sets nothing except for with_cpu.
3437 if test x$with_cpu = x ; then
3438   case ${target} in
3439     i[34567]86-*-elfiamcu)
3440       with_cpu=lakemont
3441       ;;
3442     i[34567]86-*-*|x86_64-*-*)
3443       with_cpu=$cpu
3444       ;;
3445     alphaev6[78]*-*-*)
3446       with_cpu=ev67
3447       ;;
3448     alphaev6*-*-*)
3449       with_cpu=ev6
3450       ;;
3451     alphapca56*-*-*)
3452       with_cpu=pca56
3453       ;;
3454     alphaev56*-*-*)
3455       with_cpu=ev56
3456       ;;
3457     alphaev5*-*-*)
3458       with_cpu=ev5
3459       ;;
3460     frv-*-*linux* | frv400-*-*linux*)
3461       with_cpu=fr400
3462       ;;
3463     frv550-*-*linux*)
3464       with_cpu=fr550
3465       ;;
3466     m68k*-*-*)
3467       case "$with_arch" in
3468         "cf")
3469           with_cpu=${default_cf_cpu}
3470           ;;
3471         "" | "m68k")
3472           with_cpu=m${default_m68k_cpu}
3473           ;;
3474       esac
3475       ;;
3476     powerpc*-*-*spe*)
3477       # For SPE, start with 8540, then upgrade to 8548 if
3478       # --enable-e500-double was requested explicitly or if we were
3479       # configured for e500v2.
3480       with_cpu=8540
3481       if test x$enable_e500_double = xyes; then
3482         with_cpu=8548
3483       fi
3484       case ${target_noncanonical} in
3485         e500v2*)
3486           with_cpu=8548
3487           ;;
3488       esac
3489       ;;
3490     sparc*-*-*)
3491       case ${target} in
3492         *-leon-*)
3493           with_cpu=leon
3494           ;;
3495         *-leon[3-9]*)
3496           with_cpu=leon3
3497           ;;
3498         *-leon[3-9]v7*)
3499           with_cpu=leon3v7
3500           ;;
3501         *)
3502           with_cpu="`echo ${target} | sed 's/-.*$//'`"
3503           ;;
3504       esac
3505       ;;
3506     visium-*-*)
3507       with_cpu=gr5
3508       ;;
3509   esac
3511   # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
3512   case ${target} in
3513     i[34567]86-*-*|x86_64-*-*)
3514       if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
3515         if test x$with_cpu_32 = x; then
3516           with_cpu_32=$with_cpu
3517         fi
3518         if test x$with_cpu_64 = x; then
3519           with_cpu_64=$with_cpu
3520         fi
3521         with_cpu=
3522       fi
3523       ;;
3524   esac
3527 # Support for --with-arch and related options (and a few unrelated options,
3528 # too).
3529 case ${with_arch} in
3530   yes | no)
3531     echo "--with-arch must be passed a value" 1>&2
3532     exit 1
3533     ;;
3534 esac
3536 # If there is no $with_arch option, try to infer one from ${target}.
3537 # This block sets nothing except for with_arch.
3538 if test x$with_arch = x ; then
3539   case ${target} in
3540     i[34567]86-*-darwin*|x86_64-*-darwin*)
3541       # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3542       # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3543       ;;
3544     i[34567]86-*-elfiamcu)
3545       with_arch=lakemont
3546       ;;
3547     i[34567]86-*-*)
3548       # --with-fpmath sets the default ISA to SSE2, which is the same
3549       # ISA supported by Pentium 4.
3550       if test x$with_fpmath = x || test $arch_without_sse2 = no; then
3551         with_arch=$arch
3552       else
3553         with_arch=pentium4
3554       fi
3555       ;;
3556     x86_64-*-*)
3557       with_arch=$arch
3558       ;;
3559     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3560       with_arch=r5900
3561       ;;
3562     mips*-*-vxworks)
3563       with_arch=mips2
3564       ;;
3565   esac
3567   # Avoid overriding --with-arch-32 and --with-arch-64 values.
3568   case ${target} in
3569     i[34567]86-*-darwin*|x86_64-*-darwin*)
3570       # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3571       # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3572       ;;
3573     i[34567]86-*-*|x86_64-*-*)
3574       if test x$with_arch_32 != x || test x$with_arch_64 != x; then
3575         if test x$with_arch_32 = x; then
3576           with_arch_32=$with_arch
3577         fi
3578         if test x$with_arch_64 = x; then
3579           if test $arch_without_64bit = yes; then
3580             # Set the default 64bit arch to x86-64 if the default arch
3581             # doesn't support 64bit.
3582             with_arch_64=x86-64
3583           else
3584             with_arch_64=$with_arch
3585           fi
3586         fi
3587         with_arch=
3588       elif test $arch_without_64bit$need_64bit_isa = yesyes; then
3589         # Set the default 64bit arch to x86-64 if the default arch
3590         # doesn't support 64bit and we need 64bit ISA.
3591         with_arch_32=$with_arch
3592         with_arch_64=x86-64
3593         with_arch=
3594       fi
3595       ;;
3596   esac
3599 # Infer a default setting for --with-float.
3600 if test x$with_float = x; then
3601   case ${target} in
3602     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3603       # The R5900 doesn't support 64-bit float.  32-bit float doesn't
3604       # comply with IEEE 754.
3605       with_float=soft
3606       ;;
3607   esac
3610 # Infer a default setting for --with-fpu.
3611 if test x$with_fpu = x; then
3612   case ${target} in
3613     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3614       # The R5900 FPU only supports single precision.
3615       with_fpu=single
3616       ;;
3617   esac
3620 # Support --with-fpmath.
3621 if test x$with_fpmath != x; then
3622   case ${target} in
3623     i[34567]86-*-* | x86_64-*-*)
3624       case ${with_fpmath} in
3625       avx)
3626         tm_file="${tm_file} i386/avxmath.h"
3627         ;;
3628       sse)
3629         tm_file="${tm_file} i386/ssemath.h"
3630         ;;
3631       *)
3632         echo "Invalid --with-fpmath=$with_fpmath" 1>&2
3633         exit 1
3634         ;;
3635       esac
3636       ;;
3637     *)
3638       echo "--with-fpmath isn't supported for $target." 1>&2
3639       exit 1
3640       ;;
3641   esac
3644 # Similarly for --with-schedule.
3645 if test x$with_schedule = x; then
3646         case ${target} in
3647         hppa1*)
3648                 # Override default PA8000 scheduling model.
3649                 with_schedule=7100LC
3650                 ;;
3651         esac
3654 # Infer a default setting for --with-llsc.
3655 if test x$with_llsc = x; then
3656   case ${target} in
3657     mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3658       # The R5900 doesn't support LL(D) and SC(D).
3659       with_llsc=no
3660       ;;
3661     mips*-*-linux*)
3662       # The kernel emulates LL and SC where necessary.
3663       with_llsc=yes
3664       ;;
3665   esac
3668 # Validate and mark as valid any --with options supported
3669 # by this target.  In order to use a particular --with option
3670 # you must list it in supported_defaults; validating the value
3671 # is optional.  This case statement should set nothing besides
3672 # supported_defaults.
3674 supported_defaults=
3675 case "${target}" in
3676         aarch64*-*-*)
3677                 supported_defaults="abi cpu arch"
3678                 for which in cpu arch; do
3680                         eval "val=\$with_$which"
3681                         base_val=`echo $val | sed -e 's/\+.*//'`
3682                         ext_val=`echo $val | sed -e 's/[a-z0-9.-]\+//'`
3684                         if [ $which = arch ]; then
3685                           def=aarch64-arches.def
3686                           pattern=AARCH64_ARCH
3687                         else
3688                           def=aarch64-cores.def
3689                           pattern=AARCH64_CORE
3690                         fi
3692                         ext_mask=AARCH64_CPU_DEFAULT_FLAGS
3694                         # Find the base CPU or ARCH id in aarch64-cores.def or
3695                         # aarch64-arches.def
3696                         if [ x"$base_val" = x ] \
3697                             || grep "^$pattern(\"$base_val\"," \
3698                                     ${srcdir}/config/aarch64/$def \
3699                                     > /dev/null; then
3701                           if [ $which = arch ]; then
3702                                 base_id=`grep "^$pattern(\"$base_val\"," \
3703                                   ${srcdir}/config/aarch64/$def | \
3704                                   sed -e 's/^[^,]*,[    ]*//' | \
3705                                   sed -e 's/,.*$//'`
3706                                 # Extract the architecture flags from aarch64-arches.def
3707                                 ext_mask=`grep "^$pattern(\"$base_val\"," \
3708                                    ${srcdir}/config/aarch64/$def | \
3709                                    sed -e 's/)$//' | \
3710                                    sed -e 's/^.*,//'`
3711                           else
3712                                 base_id=`grep "^$pattern(\"$base_val\"," \
3713                                   ${srcdir}/config/aarch64/$def | \
3714                                   sed -e 's/^[^,]*,[    ]*//' | \
3715                                   sed -e 's/,.*$//'`
3716                           fi
3718                           while [ x"$ext_val" != x ]
3719                           do
3720                                 ext_val=`echo $ext_val | sed -e 's/\+//'`
3721                                 ext=`echo $ext_val | sed -e 's/\+.*//'`
3722                                 base_ext=`echo $ext | sed -e 's/^no//'`
3724                                 if [ x"$base_ext" = x ] \
3725                                     || grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3726                                     ${srcdir}/config/aarch64/aarch64-option-extensions.def \
3727                                     > /dev/null; then
3729                                   ext_canon=`grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3730                                         ${srcdir}/config/aarch64/aarch64-option-extensions.def | \
3731                                         sed -e 's/^[^,]*,[      ]*//' | \
3732                                         sed -e 's/,.*$//'`
3733                                   ext_on=`grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3734                                         ${srcdir}/config/aarch64/aarch64-option-extensions.def | \
3735                                         sed -e 's/^[^,]*,[      ]*[^,]*,[       ]*//' | \
3736                                         sed -e 's/,.*$//' | \
3737                                         sed -e 's/).*$//'`
3738                                   ext_off=`grep "^AARCH64_OPT_EXTENSION(\"$base_ext\"," \
3739                                         ${srcdir}/config/aarch64/aarch64-option-extensions.def | \
3740                                         sed -e 's/^[^,]*,[      ]*[^,]*,[       ]*[^,]*,[       ]*//' | \
3741                                         sed -e 's/,.*$//' | \
3742                                         sed -e 's/).*$//'`
3745                                   if [ $ext = $base_ext ]; then
3746                                         # Adding extension
3747                                         ext_mask="("$ext_mask") | ("$ext_on" | "$ext_canon")"
3748                                   else
3749                                         # Removing extension
3750                                         ext_mask="("$ext_mask") & ~("$ext_off" | "$ext_canon")"
3751                                   fi
3753                                   true
3754                                 else
3755                                   echo "Unknown extension used in --with-$which=$val" 1>&2
3756                                   exit 1
3757                                 fi
3758                                 ext_val=`echo $ext_val | sed -e 's/[a-z0-9]\+//'`
3759                           done
3761                           ext_mask="(("$ext_mask") << 6)"
3762                           if [ x"$base_id" != x ]; then
3763                                 target_cpu_cname="TARGET_CPU_$base_id | $ext_mask"
3764                           fi
3765                           true
3766                         else
3767                           echo "Unknown $which used in --with-$which=$val" 1>&2
3768                           exit 1
3769                         fi
3770                 done
3771                 ;;
3773         alpha*-*-*)
3774                 supported_defaults="cpu tune"
3775                 for which in cpu tune; do
3776                         eval "val=\$with_$which"
3777                         case "$val" in
3778                         "" \
3779                         | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
3780                         | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
3781                         | 21264a)
3782                                 ;;
3783                         *)
3784                                 echo "Unknown CPU used in --with-$which=$val" 1>&2
3785                                 exit 1
3786                                 ;;
3787                         esac
3788                 done
3789                 ;;
3791         arc*-*-*)
3792                 supported_defaults="cpu"
3794                 if [ x"$with_cpu" = x ] \
3795                     || grep "^ARC_CPU ($with_cpu," \
3796                        ${srcdir}/config/arc/arc-cpus.def \
3797                        > /dev/null; then
3798                  # Ok
3799                  true
3800                 else
3801                  echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3802                  exit 1
3803                 fi
3804                 ;;
3806         arm*-*-*)
3807                 supported_defaults="arch cpu float tune fpu abi mode tls"
3808                 for which in cpu tune arch; do
3809                         # See if it matches a supported value
3810                         eval "val=\$with_$which"
3811                         if [ x"$val" != x ]; then
3812                           cpu=`awk -f ${srcdir}/config/arm/parsecpu.awk \
3813                                 -v cmd="chk$which $val" \
3814                                 ${srcdir}/config/arm/arm-cpus.in`
3815                           if [ "$cpu" = "error" ]; then
3816                             echo "Unknown target in --with-$which=$val" 1>&2
3817                             exit 1
3818                           else
3819                             new_val=$cpu
3820                             eval "target_${which}_cname=$new_val"
3821                             echo "For $val real value is $new_val"
3822                           fi
3823                         fi
3824                 done
3826                 case "$with_float" in
3827                 "" \
3828                 | soft | hard | softfp)
3829                         # OK
3830                         ;;
3831                 *)
3832                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3833                         exit 1
3834                         ;;
3835                 esac
3837                 # see if --with-fpu matches any of the supported FPUs
3838                 if [ x"$with_fpu" != x ] ; then
3839                   fpu=`awk -f ${srcdir}/config/arm/parsecpu.awk \
3840                         -v cmd="chkfpu $with_fpu" \
3841                         ${srcdir}/config/arm/arm-cpus.in`
3842                   if [ "$fpu" = "error"]
3843                   then
3844                     echo "Unknown target in --with-$which=$val" 1>&2
3845                     exit 1
3846                   fi
3847                 fi
3849                 case "$with_abi" in
3850                 "" \
3851                 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
3852                         #OK
3853                         ;;
3854                 *)
3855                         echo "Unknown ABI used in --with-abi=$with_abi"
3856                         exit 1
3857                         ;;
3858                 esac
3860                 case "$with_mode" in
3861                 "" \
3862                 | arm | thumb )
3863                         #OK
3864                         ;;
3865                 *)
3866                         echo "Unknown mode used in --with-mode=$with_mode"
3867                         exit 1
3868                         ;;
3869                 esac
3871                 case "$with_tls" in
3872                 "" \
3873                 | gnu | gnu2)
3874                         # OK
3875                         ;;
3876                 *)
3877                         echo "Unknown TLS method used in --with-tls=$with_tls" 1>&2
3878                         exit 1
3879                         ;;
3880                 esac
3882                 if test "x$with_arch" != x && test "x$with_cpu" != x; then
3883                         echo "Switch \"--with-arch\" may not be used with switch \"--with-cpu\""  1>&2
3884                         exit 1
3885                 fi
3887                 if test "x$with_cpu" != x && test "x$with_tune" != x; then
3888                         echo "Switch \"--with-tune\" may not be used with switch \"--with-cpu\""  1>&2
3889                         exit 1
3890                 fi
3892                 # Add extra multilibs
3893                 if test "x$with_multilib_list" != x; then
3894                         arm_multilibs=`echo $with_multilib_list | sed -e 's/,/ /g'`
3895                         if test "x${arm_multilibs}" != xdefault ; then
3896                                 for arm_multilib in ${arm_multilibs}; do
3897                                         case ${arm_multilib} in
3898                                         aprofile|rmprofile)
3899                                                 tmake_profile_file="arm/t-multilib"
3900                                                 ;;
3901                                         *)
3902                                                 echo "Error: --with-multilib-list=${with_multilib_list} not supported." 1>&2
3903                                                 exit 1
3904                                                 ;;
3905                                         esac
3906                                 done
3907                         fi
3909                         if test "x${tmake_profile_file}" != x ; then
3910                                 # arm/t-aprofile and arm/t-rmprofile are only
3911                                 # designed to work without any with-cpu,
3912                                 # with-arch, with-mode, with-fpu or with-float
3913                                 # options.
3914                                 if test "x$with_arch" != x \
3915                                     || test "x$with_cpu" != x \
3916                                     || test "x$with_float" != x \
3917                                     || test "x$with_fpu" != x \
3918                                     || test "x$with_mode" != x ; then
3919                                     echo "Error: You cannot use any of --with-arch/cpu/fpu/float/mode with --with-multilib-list=${with_multilib_list}" 1>&2
3920                                     exit 1
3921                                 fi
3922                                 # But pass the default value for float-abi
3923                                 # through to the multilib selector
3924                                 with_float="soft"
3925                                 tmake_file="${tmake_file} ${tmake_profile_file}"
3926                                 TM_MULTILIB_CONFIG="$with_multilib_list"
3927                         fi
3928                 fi
3929                 target_cpu_cname=${target_cpu_cname:-arm6}
3930                 with_cpu=${with_cpu:-$target_cpu_cname}
3931                 ;;
3933         fr*-*-*linux*)
3934                 supported_defaults=cpu
3935                 case "$with_cpu" in
3936                 fr400) ;;
3937                 fr550) ;;
3938                 *)
3939                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3940                         exit 1
3941                         ;;
3942                 esac
3943                 ;;
3945         fido-*-* | m68k*-*-*)
3946                 supported_defaults="arch cpu"
3947                 case "$with_arch" in
3948                 "" | "m68k"| "cf")
3949                         m68k_arch_family="$with_arch"
3950                         ;;
3951                 *)
3952                         echo "Invalid --with-arch=$with_arch" 1>&2
3953                         exit 1
3954                         ;;
3955                 esac
3957                 # We always have a $with_cpu setting here.
3958                 case "$with_cpu" in
3959                 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
3960                         m68k_cpu_ident=$with_cpu
3961                         ;;
3962                 "m68020-40")
3963                         m68k_cpu_ident=m68020
3964                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
3965                         ;;
3966                 "m68020-60")
3967                         m68k_cpu_ident=m68020
3968                         tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3969                         ;;
3970                 *)
3971                         # We need the C identifier rather than the string.
3972                         m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
3973                            'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
3974                             $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
3975                                  ${srcdir}/config/m68k/m68k-devices.def`
3976                         if [ x"$m68k_cpu_ident" = x ] ; then
3977                                 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
3978                                 exit 1
3979                         fi
3980                         with_cpu="mcpu=$with_cpu"
3981                         ;;
3982                 esac
3983                 ;;
3985         hppa*-*-*)
3986                 supported_defaults="arch schedule"
3988                 case "$with_arch" in
3989                 "" | 1.0 | 1.1 | 2.0)
3990                         # OK
3991                         ;;
3992                 *)
3993                         echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
3994                         exit 1
3995                         ;;
3996                 esac
3998                 case "$with_schedule" in
3999                 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
4000                         # OK
4001                         ;;
4002                 *)
4003                         echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
4004                         exit 1
4005                         ;;
4006                 esac
4007                 ;;
4009         i[34567]86-*-* | x86_64-*-*)
4010                 supported_defaults="abi arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
4011                 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
4012                         eval "val=\$with_$which"
4013                         case " $x86_archs " in
4014                         *" ${val} "*)
4015                                 case "${target}" in
4016                                   x86_64-*-*)
4017                                       case "x$which" in
4018                                         *_32)
4019                                                 ;;
4020                                         *)
4021                                                 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
4022                                                 exit 1
4023                                                 ;;
4024                                       esac
4025                                       ;;
4026                                 esac
4027                                 # OK
4028                                 ;;
4029                         *)
4030                                 if test x${val} != x; then
4031                                         case " $x86_64_archs " in
4032                                         *" ${val} "*)
4033                                                 # OK
4034                                                 ;;
4035                                         *)
4036                                                 # Allow $x86_cpus --with-cpu=/--with-tune=
4037                                                 case "x$which" in
4038                                                 xcpu*|xtune*)
4039                                                         case " $x86_cpus " in
4040                                                         *" ${val} "*)
4041                                                                 # OK
4042                                                                 ;;
4043                                                         *)
4044                                                                 echo "Unknown CPU given in --with-$which=$val." 1>&2
4045                                                                 exit 1
4046                                                                 ;;
4047                                                         esac
4048                                                         ;;
4049                                                 *)
4050                                                         echo "Unknown CPU given in --with-$which=$val." 1>&2
4051                                                         exit 1
4052                                                         ;;
4053                                                 esac
4054                                         ;;
4055                                         esac
4056                                 fi
4057                                 ;;
4058                         esac
4059                 done
4060                 ;;
4062         riscv*-*-*)
4063                 supported_defaults="abi arch tune"
4065                 case "${target}" in
4066                 riscv32*) xlen=32 ;;
4067                 riscv64*) xlen=64 ;;
4068                 *) echo "Unsupported RISC-V target ${target}" 1>&2; exit 1 ;;
4069                 esac
4071                 # Infer arch from --with-arch, --target, and --with-abi.
4072                 case "${with_arch}" in
4073                 rv32i* | rv32g* | rv64i* | rv64g*)
4074                         # OK.
4075                         ;;
4076                 "")
4077                         # Infer XLEN, but otherwise assume GC.
4078                         case "${with_abi}" in
4079                         ilp32 | ilp32f | ilp32d) with_arch="rv32gc" ;;
4080                         lp64 | lp64f | lp64d) with_arch="rv64gc" ;;
4081                         *) with_arch="rv${xlen}gc" ;;
4082                         esac
4083                         ;;
4084                 *)
4085                         echo "--with-arch=${with_arch} is not supported.  The argument must begin with rv32i, rv32g, rv64i, or rv64g." 1>&2
4086                         exit 1
4087                         ;;
4088                 esac
4090                 # Make sure --with-abi is valid.  If it was not specified,
4091                 # pick a default based on the ISA, preferring soft-float
4092                 # unless the D extension is present.
4093                 case "${with_abi}" in
4094                 ilp32 | ilp32f | ilp32d | lp64 | lp64f | lp64d)
4095                         ;;
4096                 "")
4097                         case "${with_arch}" in
4098                         rv32*d* | rv32g*) with_abi=ilp32d ;;
4099                         rv32*) with_abi=ilp32 ;;
4100                         rv64*d* | rv64g*) with_abi=lp64d ;;
4101                         rv64*) with_abi=lp64 ;;
4102                         esac
4103                         ;;
4104                 *)
4105                         echo "--with-abi=${with_abi} is not supported" 1>&2
4106                         exit 1
4107                         ;;
4108                 esac
4110                 # Make sure ABI and ISA are compatible.
4111                 case "${with_abi},${with_arch}" in
4112                 ilp32,rv32* \
4113                 | ilp32f,rv32*f* | ilp32f,rv32g* \
4114                 | ilp32d,rv32*d* | ilp32d,rv32g* \
4115                 | lp64,rv64* \
4116                 | lp64f,rv64*f* | lp64f,rv64g* \
4117                 | lp64d,rv64*d* | lp64d,rv64g*)
4118                         ;;
4119                 *)
4120                         echo "--with-abi=${with_abi} is not supported for ISA ${with_arch}" 1>&2
4121                         exit 1
4122                         ;;
4123                 esac
4124                 ;;
4126         mips*-*-*)
4127                 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 lxc1-sxc1 madd4"
4129                 case ${with_float} in
4130                 "" | soft | hard)
4131                         # OK
4132                         ;;
4133                 *)
4134                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
4135                         exit 1
4136                         ;;
4137                 esac
4139                 case ${with_fpu} in
4140                 "" | single | double)
4141                         # OK
4142                         ;;
4143                 *)
4144                         echo "Unknown fpu type used in --with-fpu=$with_fpu" 1>&2
4145                         exit 1
4146                         ;;
4147                 esac
4149                 case ${with_nan} in
4150                 "" | 2008 | legacy)
4151                         # OK
4152                         ;;
4153                 *)
4154                         echo "Unknown NaN encoding used in --with-nan=$with_nan" 1>&2
4155                         exit 1
4156                         ;;
4157                 esac
4159                 case ${with_fp_32} in
4160                 "" | 32 | xx | 64)
4161                         # OK
4162                         ;;
4163                 *)
4164                         echo "Unknown FP mode used in --with-fp-32=$with_fp_32" 1>&2
4165                         exit 1
4166                         ;;
4167                 esac
4169                 case ${with_odd_spreg_32} in
4170                 yes)
4171                         with_odd_spreg_32="odd-spreg"
4172                         ;;
4173                 no)
4174                         with_odd_spreg_32="no-odd-spreg"
4175                         ;;
4176                 "")
4177                         # OK
4178                         ;;
4179                 *)
4180                         echo "Unknown odd-spreg-32 type used in --with-odd-spreg-32=$with_odd_spreg_32" 1>&2
4181                         exit 1
4182                         ;;
4183                 esac
4185                 case ${with_abi} in
4186                 "" | 32 | o64 | n32 | 64 | eabi)
4187                         # OK
4188                         ;;
4189                 *)
4190                         echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
4191                         exit 1
4192                         ;;
4193                 esac
4195                 case ${with_divide} in
4196                 "" | breaks | traps)
4197                         # OK
4198                         ;;
4199                 *)
4200                         echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
4201                         exit 1
4202                         ;;
4203                 esac
4205                 case ${with_llsc} in
4206                 yes)
4207                         with_llsc=llsc
4208                         ;;
4209                 no)
4210                         with_llsc="no-llsc"
4211                         ;;
4212                 "")
4213                         # OK
4214                         ;;
4215                 *)
4216                         echo "Unknown llsc type used in --with-llsc" 1>&2
4217                         exit 1
4218                         ;;
4219                 esac
4221                 case ${with_mips_plt} in
4222                 yes)
4223                         with_mips_plt=plt
4224                         ;;
4225                 no)
4226                         with_mips_plt=no-plt
4227                         ;;
4228                 "")
4229                         ;;
4230                 *)
4231                         echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
4232                         exit 1
4233                         ;;
4234                 esac
4236                 case ${with_synci} in
4237                 yes)
4238                         with_synci=synci
4239                         ;;
4240                 no)
4241                         with_synci=no-synci
4242                         ;;
4243                 "")
4244                         ;;
4245                 *)
4246                         echo "Unknown synci type used in --with-synci" 1>&2
4247                         exit 1
4248                         ;;
4249                 esac
4251                 case ${with_lxc1_sxc1} in
4252                 yes)
4253                         with_lxc1_sxc1=lxc1-sxc1
4254                         ;;
4255                 no)
4256                         with_lxc1_sxc1=no-lxc1-sxc1
4257                         ;;
4258                 "")
4259                         ;;
4260                 *)
4261                         echo "Unknown lxc1-sxc1 type used in --with-lxc1-sxc1" 1>&2
4262                         exit 1
4263                         ;;
4264                 esac
4266                 case ${with_madd4} in
4267                 yes)
4268                         with_madd4=madd4
4269                         ;;
4270                 no)
4271                         with_madd4=no-madd4
4272                         ;;
4273                 "")
4274                         ;;
4275                 *)
4276                         echo "Unknown madd4 type used in --with-madd4" 1>&2
4277                         exit 1
4278                         ;;
4279                 esac
4280                 ;;
4282         nds32*-*-*)
4283                 supported_defaults="arch cpu nds32_lib float fpu_config"
4285                 # process --with-arch
4286                 case "${with_arch}" in
4287                 "" | v3 )
4288                         tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=0"
4289                         ;;
4290                 v2 | v2j | v3m)
4291                         # OK
4292                         tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=0"
4293                         ;;
4294                 v3f)
4295                         tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=1"
4296                         ;;
4297                 v3s)
4298                         tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=2"
4300                         ;;
4301                 *)
4302                         echo "Cannot accept --with-arch=$with_arch, available values are: v2 v2j v3 v3m v3f v3s" 1>&2
4303                         exit 1
4304                         ;;
4305                 esac
4307                 case "${with_cpu}" in
4308                 "")
4309                         with_cpu=n9
4310                         ;;
4311                 n6 | n7 | n8 | e8 | s8 | n9)
4312                         # OK
4313                         ;;
4314                 *)
4315                         echo "Cannot accept --with-cpu=$with_cpu, available values are: n6 n7 n8 e8 s8 n9" 1>&2
4316                         exit 1
4317                         ;;
4318                 esac
4320                 # process --with-nds32-lib
4321                 case "${with_nds32_lib}" in
4322                 "")
4323                         # the default library is newlib
4324                         with_nds32_lib=newlib
4325                         ;;
4326                 newlib)
4327                         # OK
4328                         ;;
4329                 mculib)
4330                         # OK
4331                         ;;
4332                 *)
4333                         echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: newlib mculib" 1>&2
4334                         exit 1
4335                         ;;
4336                 esac
4338                 # process --with-float
4339                 case "${with_float}" in
4340                 "" | soft | hard)
4341                         # OK
4342                         ;;
4343                 *)
4344                         echo "Cannot accept --with-float=$with_float, available values are: soft hard" 1>&2
4345                         exit 1
4346                         ;;
4347                 esac
4349                 # process --with-config-fpu
4350                 case "${with_config_fpu}" in
4351                 "" | 0 | 1 | 2 | 3)
4352                         # OK
4353                         ;;
4354                 *)
4355                         echo "Cannot accept --with-config-fpu=$with_config_fpu, available values from 0 to 7" 1>&2
4356                         exit 1
4357                         ;;
4358                 esac
4361                 ;;
4362         nios2*-*-*)
4363                 supported_defaults="arch"
4364                         case "$with_arch" in
4365                         "" | r1 | r2)
4366                                 # OK
4367                                 ;;
4368                         *)
4369                                 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
4370                                 exit 1
4371                                 ;;
4372                         esac
4373                 ;;
4375         powerpc*-*-* | rs6000-*-*)
4376                 supported_defaults="abi cpu cpu_32 cpu_64 float tune tune_32 tune_64 advance_toolchain"
4378                 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
4379                         eval "val=\$with_$which"
4380                         case ${val} in
4381                         default32 | default64)
4382                                 case $which in
4383                                 cpu | tune)
4384                                         ;;
4385                                 *)
4386                                         echo "$val only valid for --with-cpu and --with-tune." 1>&2
4387                                         exit 1
4388                                         ;;
4389                                 esac
4390                                 with_which="with_$which"
4391                                 eval $with_which=
4392                                 ;;
4393                         405cr)
4394                                 tm_defines="${tm_defines} CONFIG_PPC405CR"
4395                                 eval "with_$which=405"
4396                                 ;;
4397                         "" | common | native \
4398                         | power[3456789] | power5+ | power6x \
4399                         | powerpc | powerpc64 | powerpc64le \
4400                         | rs64 \
4401                         | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
4402                         | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \
4403                         | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
4404                         | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | e5500 | e6500 \
4405                         | titan | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
4406                                 # OK
4407                                 ;;
4408                         *)
4409                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
4410                                 exit 1
4411                                 ;;
4412                         esac
4413                 done
4415                 case "$with_abi" in
4416                 "" | elfv1 | elfv2 )
4417                         #OK
4418                         ;;
4419                 *)
4420                         echo "Unknown ABI used in --with-abi=$with_abi"
4421                         exit 1
4422                         ;;
4423                 esac
4425                 if test "x$with_advance_toolchain" != x; then
4426                     if test -d "/opt/$with_advance_toolchain/." -a \
4427                         -d "/opt/$with_advance_toolchain/bin/." -a \
4428                         -d "/opt/$with_advance_toolchain/include/."; then
4430                         tm_file="$tm_file ./advance-toolchain.h"
4431                         (at="/opt/$with_advance_toolchain"
4432                          echo "/* Use Advance Toolchain $at */"
4433                          echo
4434                          echo "#undef  LINK_OS_EXTRA_SPEC32"
4435                          echo "#define LINK_OS_EXTRA_SPEC32" \
4436                               "\"%(link_os_new_dtags)" \
4437                               "-rpath $prefix/lib -rpath $at/lib" \
4438                               "-L $prefix/lib -L $at/lib\""
4439                          echo
4440                          echo "#undef  LINK_OS_EXTRA_SPEC64"
4441                          echo "#define LINK_OS_EXTRA_SPEC64" \
4442                               "\"%(link_os_new_dtags)" \
4443                               "-rpath $prefix/lib64 -rpath $at/lib64" \
4444                               "-L $prefix/lib64 -L $at/lib64\""
4445                          echo
4446                          echo "#undef  LINK_OS_NEW_DTAGS_SPEC"
4447                          echo "#define LINK_OS_NEW_DTAGS_SPEC" \
4448                               "\"--enable-new-dtags\""
4449                          echo
4450                          echo "#undef  DYNAMIC_LINKER_PREFIX"
4451                          echo "#define DYNAMIC_LINKER_PREFIX \"$at\""
4452                          echo
4453                          echo "#undef  MD_EXEC_PREFIX"
4454                          echo "#define MD_EXEC_PREFIX \"$at/bin/\""
4455                          echo
4456                          echo "#undef  MD_STARTFILE_PREFIX"
4457                          echo "#define MD_STARTFILE_PREFIX \"$at/lib/\"") \
4458                             > advance-toolchain.h
4459                     else
4460                         echo "Unknown advance-toolchain $with_advance_toolchain"
4461                         exit 1
4462                     fi
4463                 fi
4465                 # Set up the default long double format if the user changed it.
4466                 if test x$with_long_double_format = xieee; then
4467                     tm_defines="${tm_defines} TARGET_IEEEQUAD_DEFAULT=1"
4469                 elif test x$with_long_double_format = xibm; then
4470                     tm_defines="${tm_defines} TARGET_IEEEQUAD_DEFAULT=0"
4471                 fi
4473                 case "${target}:${enable_multilib}:${with_long_double_format}" in
4474                     powerpc64le*:yes:ieee | powerpc64le*:yes:ibm)
4475                         tm_defines="${tm_defines} TARGET_IEEEQUAD_MULTILIB=1"
4476                         tmake_file="${tmake_file} rs6000/t-ldouble-linux64le-${with_long_double_format}"
4477                         ;;
4478                     *)
4479                         :
4480                         ;;
4481                 esac
4482                 ;;
4484         s390*-*-*)
4485                 supported_defaults="arch mode tune"
4487                 for which in arch tune; do
4488                         eval "val=\$with_$which"
4489                         case ${val} in
4490                         "" | native | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10 | z196 | zEC12 | z13 | z14 | arch3 | arch5 | arch6 | arch7 | arch8 | arch9 | arch10 | arch11 | arch12)
4491                                 # OK
4492                                 ;;
4493                         *)
4494                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
4495                                 exit 1
4496                                 ;;
4497                         esac
4498                 done
4500                 case ${with_mode} in
4501                 "" | esa | zarch)
4502                         # OK
4503                         ;;
4504                 *)
4505                         echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
4506                         exit 1
4507                         ;;
4508                 esac
4509                 ;;
4511         sh[123456ble]*-*-* | sh-*-*)
4512                 supported_defaults="cpu"
4513                 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
4514                 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
4515                         # OK
4516                         ;;
4517                 m2a | m2a-single | m2a-single-only | m2a-nofpu)
4518                         ;;
4519                 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
4520                         ;;
4521                 *)
4522                         echo "Unknown CPU used in --with-cpu=$with_cpu, known values:"  1>&2
4523                         echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
4524                         echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
4525                         echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
4526                         exit 1
4527                         ;;
4528                 esac
4529                 ;;
4530         sparc*-*-*)
4531                 supported_defaults="cpu cpu_32 cpu_64 float tune tune_32 tune_64"
4533                 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
4534                         eval "val=\$with_$which"
4535                         case ${val} in
4536                         "" | sparc | sparcv9 | sparc64 \
4537                         | v7 | cypress \
4538                         | v8 | supersparc | hypersparc | leon | leon3 | leon3v7 \
4539                         | sparclite | f930 | f934 | sparclite86x \
4540                         | sparclet | tsc701 \
4541                         | v9 | ultrasparc | ultrasparc3 | niagara | niagara2 \
4542                         | niagara3 | niagara4 | niagara7 | m8)
4543                                 # OK
4544                                 ;;
4545                         *)
4546                                 echo "Unknown cpu used in --with-$which=$val" 1>&2
4547                                 exit 1
4548                                 ;;
4549                         esac
4550                 done
4552                 case ${with_float} in
4553                 "" | soft | hard)
4554                         # OK
4555                         ;;
4556                 *)
4557                         echo "Unknown floating point type used in --with-float=$with_float" 1>&2
4558                         exit 1
4559                         ;;
4560                 esac
4561                 ;;
4563         spu-*-*)
4564                 supported_defaults="arch tune"
4566                 for which in arch tune; do
4567                         eval "val=\$with_$which"
4568                         case ${val} in
4569                         "" | cell | celledp)
4570                                 # OK
4571                                 ;;
4572                         *)
4573                                 echo "Unknown cpu used in --with-$which=$val." 1>&2
4574                                 exit 1
4575                                 ;;
4576                         esac
4577                 done
4578                 ;;
4580         tic6x-*-*)
4581                 supported_defaults="arch"
4583                 case ${with_arch} in
4584                 "" | c62x | c64x | c64x+ | c67x | c67x+ | c674x)
4585                         # OK
4586                         ;;
4587                 *)
4588                         echo "Unknown arch used in --with-arch=$with_arch." 1>&2
4589                         exit 1
4590                         ;;
4591                 esac
4592                 ;;
4594         v850*-*-*)
4595                 supported_defaults=cpu
4596                 case ${with_cpu} in
4597                 "" | v850e | v850e1 | v850e2 | v850es | v850e2v3 | v850e3v5)
4598                         # OK
4599                         ;;
4600                 *)
4601                         echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4602                         exit 1
4603                         ;;
4604                 esac
4605                 ;;
4606         visium-*-*)
4607                 supported_defaults="cpu"
4608                 case $with_cpu in
4609                   "" | gr5 | gr6)
4610                         ;;
4611                   *)    echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4612                         exit 1
4613                         ;;
4614                 esac
4615                 ;;
4616 esac
4618 # Set some miscellaneous flags for particular targets.
4619 target_cpu_default2=
4620 case ${target} in
4621         aarch64*-*-*)
4622                 if test x"$target_cpu_cname" != x
4623                 then
4624                         target_cpu_default2=$target_cpu_cname
4625                 fi
4626                 ;;
4628         arm*-*-*)
4629                 if test x$with_cpu = x
4630                 then
4631                         echo "Don't know the target cpu" 1>&2
4632                         exit 1
4633                 else
4634                         target_cpu_default2="\\\"$with_cpu\\\""
4635                 fi
4636                 ;;
4638         hppa*-*-*)
4639                 if test x$gas = xyes
4640                 then
4641                         target_cpu_default2="MASK_GAS"
4642                 fi
4643                 ;;
4645         fido*-*-* | m68k*-*-*)
4646                 target_cpu_default2=$m68k_cpu_ident
4647                 tmake_file="m68k/t-opts $tmake_file"
4648                 if [ x"$m68k_arch_family" != x ]; then
4649                         tmake_file="m68k/t-$m68k_arch_family $tmake_file"
4650                 fi
4651                 ;;
4653         i[34567]86-*-darwin* | x86_64-*-darwin*)
4654                 ;;
4655         i[34567]86-*-linux* | x86_64-*-linux*)
4656                 extra_objs="${extra_objs} cet.o"
4657                 tmake_file="$tmake_file i386/t-linux i386/t-cet"
4658                 ;;
4659         i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu)
4660                 tmake_file="$tmake_file i386/t-kfreebsd"
4661                 ;;
4662         i[34567]86-*-gnu*)
4663                 tmake_file="$tmake_file i386/t-gnu"
4664                 ;;
4665         i[34567]86-*-msdosdjgpp*)
4666                 tmake_file="${tmake_file} i386/t-djgpp"
4667                 ;;
4668         i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
4669                 ;;
4670         i[34567]86-*-cygwin* | x86_64-*-cygwin*)
4671                 ;;
4672         i[34567]86-*-mingw* | x86_64-*-mingw*)
4673                 ;;
4674         i[34567]86-*-dragonfly* | x86_64-*-dragonfly*)
4675                 ;;
4676         i[34567]86-*-freebsd* | x86_64-*-freebsd*)
4677                 ;;
4678         ia64*-*-linux*)
4679                 ;;
4681         mips*-*-*)
4682                 if test x$gnu_ld = xyes
4683                 then
4684                         target_cpu_default2="MASK_SPLIT_ADDRESSES"
4685                 fi
4686                 case ${target} in
4687                         mips*el-*-*)
4688                                 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
4689                                 ;;
4690                 esac
4691                 if test x$with_arch != x; then
4692                         default_mips_arch=$with_arch
4693                 fi
4694                 if test x$with_abi != x; then
4695                         default_mips_abi=$with_abi
4696                 fi
4697                 case ${default_mips_arch} in
4698                     mips1)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=1" ;;
4699                     mips2)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=2" ;;
4700                     mips3)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=3" ;;
4701                     mips4)    tm_defines="$tm_defines MIPS_ISA_DEFAULT=4" ;;
4702                     mips32)   tm_defines="$tm_defines MIPS_ISA_DEFAULT=32" ;;
4703                     mips32r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=33" ;;
4704                     mips32r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=37" ;;
4705                     mips64)   tm_defines="$tm_defines MIPS_ISA_DEFAULT=64" ;;
4706                     mips64r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=65" ;;
4707                     mips64r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=69" ;;
4708                 esac
4709                 case ${default_mips_abi} in
4710                     32)   tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_32" ;;
4711                     o64)  tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_O64" ;;
4712                     n32)  tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_N32" ;;
4713                     64)   tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_64" ;;
4714                     eabi) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_EABI" ;;
4715                 esac
4716                 tmake_file="mips/t-mips $tmake_file"
4717                 ;;
4719         powerpc*-*-* | rs6000-*-*)
4720                 # FIXME: The PowerPC port uses the value set at compile time,
4721                 # although it's only cosmetic.
4722                 if test "x$with_cpu" != x
4723                 then
4724                         target_cpu_default2="\\\"$with_cpu\\\""
4725                 fi
4726                 out_file="${cpu_type}/${cpu_type}.c"
4727                 c_target_objs="${c_target_objs} ${cpu_type}-c.o"
4728                 cxx_target_objs="${cxx_target_objs} ${cpu_type}-c.o"
4729                 tmake_file="${cpu_type}/t-${cpu_type} ${tmake_file}"
4730                 ;;
4732         sh[123456ble]*-*-* | sh-*-*)
4733                 c_target_objs="${c_target_objs} sh-c.o"
4734                 cxx_target_objs="${cxx_target_objs} sh-c.o"
4735                 ;;
4737         sparc*-*-*)
4738                 # Some standard aliases.
4739                 case x$with_cpu in
4740                 xsparc)
4741                         with_cpu=v7
4742                         ;;
4743                 xsparcv9 | xsparc64)
4744                         with_cpu=v9
4745                         ;;
4746                 esac
4748                 if test x$with_tune = x ; then
4749                       case ${target} in
4750                       *-leon-*)
4751                           with_tune=leon
4752                           ;;
4753                       *-leon[3-9]*)
4754                           with_tune=leon3
4755                           ;;
4756                       esac
4757                 fi
4759                 # The SPARC port checks this value at compile-time.
4760                 target_cpu_default2="TARGET_CPU_$with_cpu"
4761                 ;;
4763         v850*-*-*)
4764                 case "x$with_cpu" in
4765                 x)
4766                         ;;
4767                 xv850e | xv850e1 | xv850e2 | xv850e2v3 | xv850e3v5)
4768                         target_cpu_default2="TARGET_CPU_$with_cpu"
4769                         ;;
4770                 xv850es)
4771                         target_cpu_default2="TARGET_CPU_v850e1"
4772                         ;;
4773                 esac
4774                 ;;
4775         visium-*-*)
4776                 target_cpu_default2="TARGET_CPU_$with_cpu"
4777                 ;;
4778 esac
4781 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 lxc1-sxc1 madd4"
4782 for option in $all_defaults
4784         eval "val=\$with_"`echo $option | sed s/-/_/g`
4785         if test -n "$val"; then
4786                 case " $supported_defaults " in
4787                 *" $option "*)
4788                         ;;
4789                 *)
4790                         echo "This target does not support --with-$option." 2>&1
4791                         echo "Valid --with options are: $supported_defaults" 2>&1
4792                         exit 1
4793                         ;;
4794                 esac
4796                 if test "x$t" = x
4797                 then
4798                         t="{ \"$option\", \"$val\" }"
4799                 else
4800                         t="${t}, { \"$option\", \"$val\" }"
4801                 fi
4802         fi
4803 done
4805 if test "x$t" = x
4806 then
4807         configure_default_options="{ { NULL, NULL} }"
4808 else
4809         configure_default_options="{ ${t} }"
4812 if test "$target_cpu_default2" != ""
4813 then
4814         if test "$target_cpu_default" != ""
4815         then
4816                 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
4817         else
4818                 target_cpu_default=$target_cpu_default2
4819         fi
4822 case ${target} in
4823 i[34567]86-*-* | x86_64-*-*)
4824         if test x$enable_as_accelerator = xyes; then
4825                 extra_programs="mkoffload\$(exeext)"
4826         fi
4827         ;;
4828 esac