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