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