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