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