1 # GCC target-specific configuration file.
2 # Copyright (C) 1997-2021 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
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
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
60 # gnu_ld_flag Either yes or no depending on whether GNU ld was
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
89 # tm_d_file A list of headers with definitions of target hook
90 # macros for the D compiler.
92 # out_file The name of the machine description C support
93 # file, if different from "$cpu_type/$cpu_type.c".
95 # common_out_file The name of the source file for code shared between
96 # the compiler proper and the driver.
98 # md_file The name of the machine-description file, if
99 # different from "$cpu_type/$cpu_type.md".
101 # tmake_file A list of machine-description-specific
102 # makefile-fragments, if different from
103 # "$cpu_type/t-$cpu_type".
105 # extra_modes The name of the file containing a list of extra
106 # machine modes, if necessary and different from
107 # "$cpu_type/$cpu_type-modes.def".
109 # extra_objs List of extra objects that should be linked into
110 # the compiler proper (cc1, cc1obj, cc1plus)
111 # depending on target.
113 # extra_gcc_objs List of extra objects that should be linked into
114 # the compiler driver (gcc) depending on target.
116 # extra_headers List of used header files from the directory
117 # config/${cpu_type}.
119 # user_headers_inc_next_pre
120 # List of header file names of internal gcc header
121 # files, which should be prefixed by an include_next.
122 # user_headers_inc_next_post
123 # List of header file names of internal gcc header
124 # files, which should be postfixed by an include_next.
125 # use_gcc_tgmath If set, add tgmath.h to the list of used header
128 # use_gcc_stdint If "wrap", install a version of stdint.h that
129 # wraps the system's copy for hosted compilations;
130 # if "provide", provide a version of systems without
131 # such a system header; otherwise "none", do not
132 # provide such a header at all.
134 # extra_programs List of extra executables compiled for this target
135 # machine, used when linking.
137 # extra_options List of target-dependent .opt files.
139 # c_target_objs List of extra target-dependent objects that be
140 # linked into the C compiler only.
142 # cxx_target_objs List of extra target-dependent objects that be
143 # linked into the C++ compiler only.
145 # d_target_objs List of extra target-dependent objects that be
146 # linked into the D compiler only.
148 # fortran_target_objs List of extra target-dependent objects that be
149 # linked into the fortran compiler only.
151 # target_gtfiles List of extra source files with type information.
153 # xm_defines List of macros to define when compiling for the
156 # xm_file List of files to include when compiling for the
159 # use_collect2 Set to yes or no, depending on whether collect2
162 # target_cpu_default Set to override the default target model.
164 # gdb_needs_out_file_path
165 # Set to yes if gdb needs a dir command with
166 # `dirname $out_file`.
168 # thread_file Set to control which thread package to use.
170 # gas Set to yes or no depending on whether the target
171 # system normally uses GNU as.
173 # configure_default_options
174 # Set to an initializer for configure_default_options
175 # in configargs.h, based on --with-cpu et cetera.
177 # native_system_header_dir
178 # Where system header files are found for this
179 # target. This defaults to /usr/include. If
180 # the --with-sysroot configure option or the
181 # --sysroot command line option is used this
182 # will be relative to the sysroot.
183 # target_type_format_char
184 # The default character to be used for formatting
186 # .type symbol_name, ${t_t_f_c}<property>
189 # The following variables are used in each case-construct to build up the
190 # outgoing variables:
192 # gnu_ld Set to yes or no depending on whether the target
193 # system normally uses GNU ld.
195 # target_has_targetcm Set to yes or no depending on whether the target
196 # has its own definition of targetcm.
198 # target_has_targetm_common Set to yes or no depending on whether the
199 # target has its own definition of targetm_common.
201 # target_has_targetdm Set to yes or no depending on whether the target
202 # has its own definition of targetdm.
208 user_headers_inc_next_pre=
209 user_headers_inc_next_post=
220 target_has_targetcm=no
221 target_has_targetm_common=yes
222 target_has_targetdm=no
225 # Set this to force installation and use of collect2.
227 # Set this to override the default target model.
229 # Set this if gdb needs a dir command with `dirname $out_file`
230 gdb_needs_out_file_path=
231 # Set this to control which thread package will be used.
233 # Reinitialize these from the flag values every loop pass, since some
234 # configure entries modify them.
236 gnu_ld="$gnu_ld_flag"
237 default_use_cxa_atexit=no
238 default_gnu_indirect_function=no
241 native_system_header_dir=/usr/include
242 target_type_format_char='@'
244 # Don't carry these over build->host->target. Please.
248 # Obsolete configurations.
252 if test "x$enable_obsolete" != xyes; then
253 echo "*** Configuration ${target} is obsolete." >&2
254 echo "*** Specify --enable-obsolete to build it anyway." >&2
255 echo "*** Support will be REMOVED in the next major release of GCC," >&2
256 echo "*** unless a maintainer comes forward." >&2
261 # Unsupported targets list. Do not put an entry in this list unless
262 # it would otherwise be caught by a more permissive pattern. The list
263 # should be in alphabetical order.
265 # Avoid special cases that are not obsolete
276 | i[34567]86-go32-* \
277 | i[34567]86-*-go32* \
278 | m68k-*-uclinuxoldabi* \
279 | mips64orion*-*-rtems* \
281 | powerpc*-*-linux*paired* \
283 | sparc-hal-solaris2* \
286 | *-*-freebsd[12] | *-*-freebsd[1234].* \
287 | *-*-freebsd*aout* \
295 | *-*-solaris2.[0-9] \
296 | *-*-solaris2.[0-9].* \
301 echo "*** Configuration ${target} not supported" 1>&2
306 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
307 # updated in each machine entry. Also set default extra_headers for some
310 cpu_type=`echo ${target} | sed 's/-.*$//'`
315 tmake_file=m32c/t-m32c
316 target_has_targetm_common=no
320 extra_headers="arm_fp16.h arm_neon.h arm_bf16.h arm_acle.h arm_sve.h"
321 c_target_objs="aarch64-c.o"
322 cxx_target_objs="aarch64-c.o"
323 d_target_objs="aarch64-d.o"
324 extra_objs="aarch64-builtins.o aarch-common.o aarch64-sve-builtins.o aarch64-sve-builtins-shapes.o aarch64-sve-builtins-base.o aarch64-sve-builtins-sve2.o cortex-a57-fma-steering.o aarch64-speculation.o falkor-tag-collision-avoidance.o aarch64-bti-insert.o aarch64-cc-fusion.o"
325 target_gtfiles="\$(srcdir)/config/aarch64/aarch64-builtins.c \$(srcdir)/config/aarch64/aarch64-sve-builtins.h \$(srcdir)/config/aarch64/aarch64-sve-builtins.cc"
326 target_has_targetm_common=yes
330 extra_options="${extra_options} g.opt"
341 c_target_objs="arc-c.o"
342 cxx_target_objs="arc-c.o"
343 extra_options="${extra_options} arc/arc-tables.opt g.opt"
344 extra_headers="arc-simd.h"
348 extra_objs="arm-builtins.o aarch-common.o"
349 extra_headers="mmintrin.h arm_neon.h arm_acle.h arm_fp16.h arm_cmse.h arm_bf16.h arm_mve_types.h arm_mve.h arm_cde.h"
350 target_type_format_char='%'
351 c_target_objs="arm-c.o"
352 cxx_target_objs="arm-c.o"
353 d_target_objs="arm-d.o"
354 extra_options="${extra_options} arm/arm-tables.opt"
355 target_gtfiles="\$(srcdir)/config/arm/arm-builtins.c"
359 c_target_objs="avr-c.o"
360 cxx_target_objs="avr-c.o"
369 extra_options="${extra_options} g.opt"
372 target_has_targetm_common=no
374 moxie*) cpu_type=moxie
375 target_has_targetm_common=no
379 extra_headers=math-68881.h
380 extra_options="${extra_options} m68k/m68k-tables.opt"
382 i[34567]86-*-* | x86_64-*-*)
384 c_target_objs="i386-c.o"
385 cxx_target_objs="i386-c.o"
386 d_target_objs="i386-d.o"
387 extra_objs="x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o"
388 target_gtfiles="\$(srcdir)/config/i386/i386-builtins.c \$(srcdir)/config/i386/i386-expand.c \$(srcdir)/config/i386/i386-options.c"
389 extra_options="${extra_options} fused-madd.opt"
390 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
391 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
392 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
393 immintrin.h x86intrin.h avxintrin.h xopintrin.h
394 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
395 lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h
396 avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
397 rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
398 adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
399 avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
400 shaintrin.h clflushoptintrin.h xsavecintrin.h
401 xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
402 avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
403 avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
404 avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h
405 avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h
406 clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h
407 gfniintrin.h cet.h avx512vbmi2intrin.h
408 avx512vbmi2vlintrin.h avx512vnniintrin.h
409 avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h
410 avx512vpopcntdqvlintrin.h avx512bitalgintrin.h
411 pconfigintrin.h wbnoinvdintrin.h movdirintrin.h
412 waitpkgintrin.h cldemoteintrin.h avx512bf16vlintrin.h
413 avx512bf16intrin.h enqcmdintrin.h serializeintrin.h
414 avx512vp2intersectintrin.h avx512vp2intersectvlintrin.h
415 tsxldtrkintrin.h amxtileintrin.h amxint8intrin.h
416 amxbf16intrin.h x86gprintrin.h uintrintrin.h
417 hresetintrin.h keylockerintrin.h avxvnniintrin.h
421 extra_headers=ia64intrin.h
422 extra_options="${extra_options} g.opt fused-madd.opt"
428 extra_options="${extra_options} g.opt"
432 extra_options="${extra_options} g.opt"
435 extra_headers=math-68881.h
436 extra_options="${extra_options} m68k/m68k-tables.opt"
440 extra_options="${extra_options} g.opt"
444 d_target_objs="mips-d.o"
445 extra_headers="loongson.h loongson-mmiintrin.h msa.h"
446 extra_objs="frame-header-opt.o"
447 extra_options="${extra_options} g.opt fused-madd.opt mips/mips-tables.opt"
451 extra_headers="nds32_intrinsic.h nds32_isr.h nds32_init.inc"
454 extra_options="${extra_options} nds32/nds32-linux.opt"
457 extra_options="${extra_options} nds32/nds32-elf.opt"
462 extra_objs="nds32-cost.o nds32-intrinsic.o nds32-isr.o nds32-md-auxiliary.o nds32-pipelines-auxiliary.o nds32-predicates.o nds32-memory-manipulation.o nds32-fp-as-gp.o nds32-relax-opt.o nds32-utils.o"
466 extra_options="${extra_options} g.opt"
476 extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o"
477 extra_objs="${extra_objs} rs6000-call.o rs6000-pcrel-opt.o"
478 extra_headers="ppc-asm.h altivec.h htmintrin.h htmxlintrin.h"
479 extra_headers="${extra_headers} bmi2intrin.h bmiintrin.h"
480 extra_headers="${extra_headers} xmmintrin.h mm_malloc.h emmintrin.h"
481 extra_headers="${extra_headers} mmintrin.h x86intrin.h"
482 extra_headers="${extra_headers} pmmintrin.h tmmintrin.h smmintrin.h"
483 extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h"
484 extra_headers="${extra_headers} amo.h"
486 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower10|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
490 extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
491 target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c \$(srcdir)/config/rs6000/rs6000-call.c"
492 target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-pcrel-opt.c"
499 extra_objs="riscv-builtins.o riscv-c.o riscv-sr.o riscv-shorten-memrefs.o"
500 d_target_objs="riscv-d.o"
503 extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
504 extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o"
505 extra_objs="${extra_objs} rs6000-call.o rs6000-pcrel-opt.o"
506 target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c \$(srcdir)/config/rs6000/rs6000-call.c"
507 target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-pcrel-opt.c"
511 c_target_objs="sparc-c.o"
512 cxx_target_objs="sparc-c.o"
513 d_target_objs="sparc-d.o"
514 extra_headers="visintrin.h"
518 d_target_objs="s390-d.o"
519 extra_options="${extra_options} fused-madd.opt"
520 extra_headers="s390intrin.h htmintrin.h htmxlintrin.h vecintrin.h"
522 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
523 sh[123456789lbe]*-*-* | sh-*-*)
525 extra_options="${extra_options} fused-madd.opt"
526 extra_objs="${extra_objs} sh_treg_combine.o sh-mem.o sh_optimize_sett_clrt.o"
533 extra_headers="c6x_intrinsics.h"
534 extra_options="${extra_options} c6x/c6x-tables.opt"
537 extra_options="${extra_options} fused-madd.opt"
547 tm_file=${cpu_type}/${cpu_type}.h
548 tm_d_file=${cpu_type}/${cpu_type}.h
549 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
551 tm_p_file=${cpu_type}/${cpu_type}-protos.h
552 tm_d_file="${tm_d_file} ${cpu_type}/${cpu_type}-protos.h"
556 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
558 extra_modes=${cpu_type}/${cpu_type}-modes.def
560 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
562 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
567 tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
570 if test "x$with_multilib_list" = xilp32; then
571 tm_file="aarch64/biarchilp32.h ${tm_file}"
573 tm_file="aarch64/biarchlp64.h ${tm_file}"
577 tm_file="aarch64/biarchilp32.h ${tm_file}"
580 tm_file="aarch64/biarchlp64.h ${tm_file}"
583 echo "Unknown ABI used in --with-abi=$with_abi"
588 if test "x$with_abi" != x; then
589 echo "This target does not support --with-abi."
596 if test "x$with_multilib_list" = xmx32; then
597 tm_file="i386/biarchx32.h ${tm_file}"
599 tm_file="i386/biarch64.h ${tm_file}"
603 tm_file="i386/biarch64.h ${tm_file}"
606 tm_file="i386/biarchx32.h ${tm_file}"
609 echo "Unknown ABI used in --with-abi=$with_abi"
614 tm_p_file="arm/arm-flags.h ${tm_p_file} arm/aarch-common-protos.h"
618 # On a.out targets, we need to use collect2.
625 # Common C libraries.
626 tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4"
628 # 32-bit x86 processors supported by --with-arch=. Each processor
629 # MUST be separated by exactly one space.
630 x86_archs="athlon athlon-4 athlon-fx athlon-mp athlon-tbird \
631 athlon-xp k6 k6-2 k6-3 geode c3 c3-2 winchip-c6 winchip2 i386 i486 \
632 i586 i686 pentium pentium-m pentium-mmx pentium2 pentium3 pentium3m \
633 pentium4 pentium4m pentiumpro prescott lakemont samuel-2 nehemiah \
636 # 64-bit x86 processors supported by --with-arch=. Each processor
637 # MUST be separated by exactly one space.
638 x86_64_archs="amdfam10 athlon64 athlon64-sse3 barcelona bdver1 bdver2 \
639 bdver3 bdver4 znver1 znver2 znver3 btver1 btver2 k8 k8-sse3 opteron \
640 opteron-sse3 nocona core2 corei7 corei7-avx core-avx-i core-avx2 atom \
641 slm nehalem westmere sandybridge ivybridge haswell broadwell bonnell \
642 silvermont knl knm skylake-avx512 cannonlake icelake-client icelake-server \
643 skylake goldmont goldmont-plus tremont cascadelake tigerlake cooperlake \
644 sapphirerapids alderlake rocketlake eden-x2 nano nano-1000 nano-2000 nano-3000 \
645 nano-x2 eden-x4 nano-x4 x86-64 x86-64-v2 x86-64-v3 x86-64-v4 native"
647 # Additional x86 processors supported by --with-cpu=. Each processor
648 # MUST be separated by exactly one space.
649 x86_cpus="generic intel"
651 # Common parts for widely ported systems.
654 tmake_file="t-darwin "
655 tm_file="${tm_file} darwin.h"
656 darwin_os=`echo ${target} | sed 's/.*darwin\([0-9.]*\).*$/\1/'`
657 darwin_maj=`expr "$darwin_os" : '\([0-9]*\).*'`
658 macos_min=`expr "$darwin_os" : '[0-9]*\.\([0-9]*\).*'`
660 if test x"${macos_min}" = x; then
665 # Darwin 4 to 19 correspond to macOS 10.0 to 10.15
666 *-*-darwin[4-9]* | *-*-darwin1[0-9]*)
667 macos_min=`expr $darwin_maj - 4`
670 # Darwin 20 corresponds to macOS 11.
676 aarch64) macos_maj=11 ;;
677 x86_64) macos_min=6 ;;
681 *-*-darwin*) tm_defines="$tm_defines DARWIN_USE_KERNEL_VERS" ;;
683 # If configuring a cross-compiler then we will have set some
684 #Â default above, but it is probably not what was intended.
685 echo "Warning: Using ${target} is only suitable for Darwin hosts" 1>&2
686 echo "configure with an explicit target version" 1>&2
691 echo "Error: configuring for an unreleased macOS version ${target}" 1>&2
695 tm_defines="$tm_defines DEF_MIN_OSX_VERSION=\\\"${macos_maj}.${macos_min}\\\""
696 tm_defines="$tm_defines DEF_LD64=\\\"${def_ld64}\\\""
697 tm_file="${tm_file} ${cpu_type}/darwin.h"
698 tm_p_file="${tm_p_file} darwin-protos.h"
699 target_gtfiles="$target_gtfiles \$(srcdir)/config/darwin.c"
700 extra_options="${extra_options} darwin.opt"
701 c_target_objs="${c_target_objs} darwin-c.o"
702 cxx_target_objs="${cxx_target_objs} darwin-c.o"
703 d_target_objs="${d_target_objs} darwin-d.o"
704 fortran_target_objs="darwin-f.o"
705 target_has_targetcm=yes
706 target_has_targetdm=yes
707 extra_objs="${extra_objs} darwin.o"
708 extra_gcc_objs="darwin-driver.o"
709 default_use_cxa_atexit=yes
711 case ${enable_threads} in
712 "" | yes | posix) thread_file='posix' ;;
718 tmake_file="t-slibgcc"
719 case ${enable_threads} in
724 # Let these non-posix thread selections fall through if requested
727 echo 'Unknown thread configuration for DragonFly BSD'
731 extra_options="$extra_options rpath.opt dragonfly.opt"
732 default_use_cxa_atexit=yes
734 d_target_objs="${d_target_objs} dragonfly-d.o"
735 tmake_file="${tmake_file} t-dragonfly"
736 target_has_targetdm=yes
739 # This is the generic ELF configuration of FreeBSD. Later
740 # machine-specific sections may refine and add to this
743 # Due to tm_file entry ordering issues that vary between cpu
744 # architectures, we only define fbsd_tm_file to allow the
745 # machine-specific section to dictate the final order of all
746 # entries of tm_file with the minor exception that components
747 # of the tm_file set here will always be of the form:
749 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
751 # The machine-specific section should not tamper with this
752 # ordering but may order all other entries of tm_file as it
753 # pleases around the provided core setting.
756 fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
757 if test "$fbsd_major" = ""; then
758 echo "Specify the major version number of the targeted FreeBSD release"
759 echo "like this: --target=amd64-unknown-freebsd10.1"
762 tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
763 tmake_file="t-slibgcc"
764 case ${enable_threads} in
766 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
772 echo 'Unknown thread configuration for FreeBSD'
776 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
777 extra_options="$extra_options rpath.opt freebsd.opt"
782 default_use_cxa_atexit=yes;;
785 d_target_objs="${d_target_objs} freebsd-d.o"
786 tmake_file="${tmake_file} t-freebsd"
787 target_has_targetdm=yes
790 native_system_header_dir=/include
792 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu | *-*-uclinuxfdpiceabi)
793 extra_options="$extra_options gnu-user.opt"
796 case ${enable_threads} in
797 "" | yes | posix) thread_file='posix' ;;
799 tmake_file="t-slibgcc"
801 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-kopensolaris*-gnu)
804 native_system_header_dir=/include
807 # Linux C libraries selection switch: glibc / uclibc / bionic.
808 # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
811 tm_p_file="${tm_p_file} linux-protos.h"
812 tmake_file="${tmake_file} t-linux"
813 extra_objs="${extra_objs} linux.o"
814 extra_options="${extra_options} linux.opt"
819 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
821 *-*-*uclibc* | *-*-uclinuxfdpiceabi)
822 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
825 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_MUSL"
828 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
831 # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
833 default_use_cxa_atexit=yes
836 # Enable compilation for Android by default for *android* targets.
839 tm_defines="$tm_defines ANDROID_DEFAULT=1"
842 tm_defines="$tm_defines ANDROID_DEFAULT=0"
845 c_target_objs="${c_target_objs} glibc-c.o"
846 cxx_target_objs="${cxx_target_objs} glibc-c.o"
847 d_target_objs="${d_target_objs} glibc-d.o"
848 tmake_file="${tmake_file} t-glibc"
849 target_has_targetcm=yes
850 target_has_targetdm=yes
853 tm_p_file="${tm_p_file} netbsd-protos.h"
854 tmake_file="t-netbsd t-slibgcc"
855 extra_objs="${extra_objs} netbsd.o"
856 d_target_objs="${d_target_objs} netbsd-d.o"
860 case ${enable_threads} in
861 "" | yes | posix) thread_file='posix' ;;
863 nbsd_tm_file="netbsd.h netbsd-stdint.h netbsd-elf.h"
864 default_use_cxa_atexit=yes
865 target_has_targetdm=yes
867 arm*-* | i[34567]86-* | powerpc*-* | sparc*-* | x86_64-*)
868 default_gnu_indirect_function=yes
873 tmake_file="t-openbsd"
874 case ${enable_threads} in
880 *-*-openbsd4.[3-9]|*-*-openbsd[5-9]*)
881 default_use_cxa_atexit=yes
884 d_target_objs="${d_target_objs} openbsd-d.o"
885 target_has_targetdm=yes
890 default_use_cxa_atexit=yes
893 case ${enable_threads} in
894 "" | yes | rtems) thread_file='rtems' ;;
895 posix) thread_file='posix' ;;
898 echo 'Unknown thread configuration for RTEMS'
902 tmake_file="${tmake_file} t-rtems"
903 extra_options="${extra_options} rtems.opt"
904 default_use_cxa_atexit=yes
908 extra_options="$extra_options gnu-user.opt"
910 case ${enable_threads} in
911 "" | yes | posix) thread_file='posix' ;;
913 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
919 # i?86-*-solaris2* needs to insert headers between cpu default and
920 # Solaris 2 specific ones.
921 sol2_tm_file_head="dbxelf.h elfos.h ${cpu_type}/sysv4.h"
922 sol2_tm_file_tail="${cpu_type}/sol2.h sol2.h"
923 sol2_tm_file="${sol2_tm_file_head} ${sol2_tm_file_tail}"
925 *-*-solaris2.1[1-9]*)
926 # __cxa_atexit was introduced in Solaris 11.4.
927 default_use_cxa_atexit=yes
931 if test x$gnu_ld = xyes; then
932 tm_file="usegld.h ${tm_file}"
934 if test x$gas = xyes; then
935 tm_file="usegas.h ${tm_file}"
937 tm_p_file="${tm_p_file} sol2-protos.h"
938 tmake_file="${tmake_file} t-sol2 t-slibgcc"
939 c_target_objs="${c_target_objs} sol2-c.o"
940 cxx_target_objs="${cxx_target_objs} sol2-c.o sol2-cxx.o"
941 d_target_objs="${d_target_objs} sol2-d.o"
942 extra_objs="${extra_objs} sol2.o sol2-stubs.o"
943 extra_options="${extra_options} sol2.opt"
944 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
945 "":yes:* | yes:yes:* )
949 target_has_targetdm=yes
952 extra_options="${extra_options} vms/vms.opt"
954 tmake_file="vms/t-vms t-slibgcc"
956 target_gtfiles="$target_gtfiles \$(srcdir)/config/vms/vms.c"
957 tm_p_file="${tm_p_file} vms/vms-protos.h"
958 xm_file="vms/xm-vms.h"
959 c_target_objs="vms-c.o"
960 cxx_target_objs="vms-c.o"
961 fortran_target_objs="vms-f.o"
962 use_gcc_stdint=provide
963 tm_file="${tm_file} vms/vms-stdint.h"
964 if test x$gnu_ld != xyes; then
965 # Build wrappers for native case.
966 extra_programs="ld\$(exeext) ar\$(exeext)"
967 tmake_file="$tmake_file vms/t-vmsnative"
974 extra_options="${extra_options} vxworks.opt"
975 extra_objs="$extra_objs vxworks.o"
977 c_target_objs="${c_target_objs} vxworks-c.o"
978 cxx_target_objs="${cxx_target_objs} vxworks-c.o"
979 extra_headers="${extra_headers} ../vxworks/vxworks-predef.h"
980 target_has_targetcm="yes"
982 # This private header exposes a consistent interface for checks on
983 # the VxWorks version our runtime header files need to perform, based on
984 # what the system headers adverstise:
986 extra_headers="${extra_headers} ../vxworks/_vxworks-versions.h"
988 # Starting from VxWorks 7, the system comes with a Dinkumware
989 # environment which requires the inclusion of "yvals.h" before other
990 # system headers. We provide wrapped versions of a few headers to
991 # accomodate such constraints:
993 extra_headers="${extra_headers} ../vxworks/_yvals.h"
994 extra_headers="${extra_headers} ../vxworks/_yvals-wrapper.h"
996 extra_headers="${extra_headers} ../vxworks/math.h ../vxworks/complex.h"
997 extra_headers="${extra_headers} ../vxworks/inttypes.h ../vxworks/setjmp.h"
999 # We provide stdint.h ...
1001 tm_file="${tm_file} vxworks-stdint.h"
1003 # .. only through the yvals conditional wrapping mentioned above
1004 # to abide by the VxWorks 7 expectations. The final copy is performed
1005 # explicitly by a t-vxworks Makefile rule.
1008 extra_headers="${extra_headers} ../../ginclude/stdint-gcc.h"
1010 case ${enable_threads} in
1012 "" | yes | vxworks) thread_file='vxworks' ;;
1013 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
1016 # A few common macro definitions conveying general characteristics
1017 # of the configuration at hand. Note that by VxWorks 7, we mean the
1018 # the SR6xx major update or beyond in vendor parlance:
1022 tm_defines="$tm_defines TARGET_VXWORKS7=1"
1027 tm_defines="$tm_defines TARGET_VXWORKS64=1"
1031 # Then a few build configuration controls for VxWorks 7, which
1032 # has specificities on top of which we aim to provide more complete
1037 # VxWorks 7 always has init/fini_array support and it is simpler to
1038 # just leverage this, sticking to what the system toolchain does:
1039 gcc_cv_initfini_array=yes
1043 *-*-elf|arc*-*-elf*)
1044 # Assume that newlib is being used and so __cxa_atexit is provided.
1045 default_use_cxa_atexit=yes
1051 aarch64*-*-elf | aarch64*-*-fuchsia* | aarch64*-*-rtems*)
1052 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h"
1053 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-elf-raw.h"
1054 tmake_file="${tmake_file} aarch64/t-aarch64"
1060 tm_file="${tm_file} fuchsia.h"
1063 tm_file="${tm_file} aarch64/rtems.h rtems.h"
1068 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1071 aarch64_multilibs="${with_multilib_list}"
1072 if test "$aarch64_multilibs" = "default"; then
1073 aarch64_multilibs="lp64,ilp32"
1075 aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
1076 for aarch64_multilib in ${aarch64_multilibs}; do
1077 case ${aarch64_multilib} in
1079 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
1082 echo "--with-multilib-list=${aarch64_multilib} not supported."
1086 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1088 aarch64*-*-freebsd*)
1089 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}"
1090 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-freebsd.h"
1091 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd"
1092 tm_defines="${tm_defines} TARGET_DEFAULT_ASYNC_UNWIND_TABLES=1"
1095 tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file}"
1096 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-netbsd.h"
1097 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-netbsd"
1098 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1101 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h"
1102 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-linux.h"
1103 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-linux"
1104 tm_defines="${tm_defines} TARGET_DEFAULT_ASYNC_UNWIND_TABLES=1"
1107 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1110 aarch64_multilibs="${with_multilib_list}"
1111 if test "$aarch64_multilibs" = "default"; then
1112 # TODO: turn on ILP32 multilib build after its support is mature.
1113 # aarch64_multilibs="lp64,ilp32"
1114 aarch64_multilibs="lp64"
1116 aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
1117 for aarch64_multilib in ${aarch64_multilibs}; do
1118 case ${aarch64_multilib} in
1120 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
1123 echo "--with-multilib-list=${aarch64_multilib} not supported."
1127 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1129 aarch64*-wrs-vxworks*)
1130 tm_file="${tm_file} elfos.h aarch64/aarch64-elf.h"
1131 tm_file="${tm_file} vx-common.h vxworks.h aarch64/aarch64-vxworks.h"
1132 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-vxworks"
1135 tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
1136 tmake_file="${tmake_file} alpha/t-linux alpha/t-alpha"
1137 extra_options="${extra_options} alpha/elf.opt"
1140 tm_file="elfos.h ${tm_file} ${nbsd_tm_file} alpha/elf.h alpha/netbsd.h"
1141 tmake_file="${tmake_file} alpha/t-alpha"
1142 extra_options="${extra_options} netbsd.opt netbsd-elf.opt \
1146 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
1147 tm_file="elfos.h alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
1148 tmake_file="${tmake_file} alpha/t-alpha"
1149 extra_options="${extra_options} openbsd.opt alpha/elf.opt"
1150 # default x-alpha is only appropriate for dec-osf.
1153 tm_file="${tm_file} vms/vms.h alpha/vms.h"
1154 tmake_file="${tmake_file} alpha/t-vms alpha/t-alpha"
1157 tm_file="arc/arc-arch.h dbxelf.h elfos.h newlib-stdint.h arc/elf.h ${tm_file}"
1158 tmake_file="arc/t-multilib arc/t-arc"
1159 extra_gcc_objs="driver-arc.o"
1160 if test "x$with_cpu" != x; then
1161 tm_defines="${tm_defines} TARGET_CPU_BUILD=PROCESSOR_$with_cpu"
1163 if test x${with_endian} = x; then
1165 arc*be-*-* | arc*eb-*-*) with_endian=big ;;
1166 *) with_endian=little ;;
1169 case ${with_endian} in
1171 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
1173 case ${with_endian} in
1174 big*) tm_file="arc/big.h ${tm_file}"
1178 tm_file="arc/arc-arch.h dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h arc/linux.h ${tm_file}"
1179 tmake_file="${tmake_file} arc/t-multilib-linux arc/t-arc"
1180 extra_gcc_objs="driver-arc.o"
1181 if test "x$with_cpu" != x; then
1182 tm_defines="${tm_defines} TARGET_CPU_BUILD=PROCESSOR_$with_cpu"
1184 if test x${with_endian} = x; then
1186 arc*be-*-* | arc*eb-*-*) with_endian=big ;;
1187 *) with_endian=little ;;
1190 case ${with_endian} in
1192 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
1194 case ${with_endian} in
1195 big*) tm_file="arc/big.h ${tm_file}"
1197 # Force .init_array support. The configure script cannot always
1198 # automatically detect that GAS supports it, yet we require it.
1199 gcc_cv_initfini_array=yes
1202 # We only support VxWorks 7 now on ARM, post SR600. Pre SR600
1203 # VxWorks 7 was transitory and major versions prior to 7 were based
1204 # on long deprecated ABI, not supported at all any more regardless
1206 extra_options="${extra_options} arm/vxworks.opt"
1207 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks arm/t-bpabi"
1208 tm_file="elfos.h arm/elf.h arm/bpabi.h arm/aout.h ${tm_file}"
1209 tm_file="${tm_file} vx-common.h vxworks.h arm/vxworks.h"
1210 target_cpu_cname="generic-armv7-a"
1211 need_64bit_hwint=yes
1213 arm*-*-freebsd*) # ARM FreeBSD EABI
1214 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h"
1217 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1220 tmake_file="${tmake_file} arm/t-arm arm/t-bpabi"
1221 tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
1224 target_cpu_cname="arm1176jzf-s"
1225 if test $fbsd_major -ge 11; then
1226 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1230 target_cpu_cname="generic-armv7-a"
1231 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1234 target_cpu_cname="arm9"
1237 with_tls=${with_tls:-gnu}
1240 target_cpu_cname="strongarm"
1241 tmake_file="${tmake_file} arm/t-arm"
1242 tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h"
1243 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1245 arm*eb-*) tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" ;;
1248 arm*-*-netbsdelf-*eabi*)
1249 tm_file="$tm_file arm/bpabi.h arm/netbsd-elf.h arm/netbsd-eabi.h"
1250 tmake_file="$tmake_file arm/t-bpabi arm/t-netbsdeabi"
1253 tm_file="$tm_file arm/netbsd-elf.h"
1254 tmake_file="$tmake_file arm/t-netbsd"
1257 tm_file="${tm_file} arm/aout.h arm/arm.h"
1259 arm*-*-netbsdelf-*eabihf*)
1260 # Hard-float requires at least Arm v5te
1261 target_cpu_cname="arm10e"
1262 tm_defines="${tm_defines} TARGET_DEFAULT_FLOAT_ABI=ARM_FLOAT_ABI_HARD"
1266 armv6*) target_cpu_cname="arm1176jzf-s";;
1267 armv7*) target_cpu_cname="generic-armv7-a";;
1270 arm*-*-linux-* | arm*-*-uclinuxfdpiceabi)
1271 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"
1272 extra_options="${extra_options} linux-android.opt"
1275 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1278 tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
1279 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h arm/arm.h"
1281 arm*-*-uclinuxfdpiceabi)
1282 tm_file="$tm_file arm/uclinuxfdpiceabi.h"
1285 # Generation of floating-point instructions requires at least ARMv5te.
1286 if [ "$with_float" = "hard" -o "$with_float" = "softfp" ] ; then
1287 target_cpu_cname="arm10e"
1289 target_cpu_cname="arm10tdmi"
1291 # Define multilib configuration for arm-linux-androideabi.
1294 tmake_file="$tmake_file arm/t-linux-androideabi"
1297 # The EABI requires the use of __cxa_atexit.
1298 default_use_cxa_atexit=yes
1299 with_tls=${with_tls:-gnu}
1301 arm*-*-uclinux*eabi*) # ARM ucLinux
1302 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
1303 tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi"
1304 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h arm/aout.h arm/arm.h"
1305 target_cpu_cname="arm7tdmi"
1306 # The EABI requires the use of __cxa_atexit.
1307 default_use_cxa_atexit=yes
1310 tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
1311 tm_file="${tm_file} newlib-stdint.h phoenix.h"
1312 tm_file="${tm_file} arm/aout.h arm/arm.h"
1313 tmake_file="${tmake_file} arm/t-arm arm/t-bpabi arm/t-phoenix"
1314 target_cpu_cname="arm7tdmi"
1316 arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems* | arm*-*-fuchsia*)
1319 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1321 default_use_cxa_atexit=yes
1322 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
1323 tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf"
1324 target_cpu_cname="arm7tdmi"
1327 tm_file="$tm_file newlib-stdint.h"
1328 tmake_file="${tmake_file} arm/t-bpabi"
1332 tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h"
1333 tmake_file="${tmake_file} arm/t-bpabi arm/t-fuchsia"
1334 target_cpu_cname="generic-armv7-a"
1337 tm_file="${tm_file} arm/rtems.h rtems.h newlib-stdint.h"
1338 tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems"
1341 tm_file="${tm_file} arm/symbian.h"
1342 # We do not include t-bpabi for Symbian OS because the system
1343 # provides its own implementation of the BPABI functions.
1344 tmake_file="${tmake_file} arm/t-symbian"
1345 target_cpu_cname="arm10tdmi"
1348 tm_file="${tm_file} arm/aout.h arm/arm.h"
1351 tm_file="elfos.h avr/elf.h avr/avr-arch.h avr/avr.h avr/specs.h dbxelf.h avr/avr-stdint.h"
1352 if test x${with_avrlibc} != xno; then
1353 tm_file="${tm_file} ${cpu_type}/avrlibc.h"
1354 tm_defines="${tm_defines} WITH_AVRLIBC"
1356 # Work out avr_double_comparison which is 2 or 3 and is used in
1357 # target hook FLOAT_LIB_COMPARE_RETURNS_BOOL to determine whether
1358 # DFmode comparisons return 3-state or 2-state results.
1359 case y${with_double_comparison} in
1361 avr_double_comparison=3
1364 avr_double_comparison=2
1367 echo "Error: --with-double-comparison= can only be used with: 'tristate', 'bool', 'libf7'" 1>&2
1371 case "y${with_libf7}" in
1373 # avr_double_comparison as set above.
1376 avr_double_comparison=2
1377 tm_defines="${tm_defines} WITH_LIBF7_LIBGCC"
1379 y | yyes | ymath-symbols)
1380 avr_double_comparison=2
1381 tm_defines="${tm_defines} WITH_LIBF7_LIBGCC"
1382 tm_defines="${tm_defines} WITH_LIBF7_MATH"
1383 tm_defines="${tm_defines} WITH_LIBF7_MATH_SYMBOLS"
1386 avr_double_comparison=2
1387 tm_defines="${tm_defines} WITH_LIBF7_LIBGCC"
1388 tm_defines="${tm_defines} WITH_LIBF7_MATH"
1391 echo "Error: --with-libf7=${with_libf7} but can only be used with: 'libgcc', 'math', 'math-symbols', 'yes', 'no'" 1>&2
1395 tm_defines="${tm_defines} WITH_DOUBLE_COMPARISON=${avr_double_comparison}"
1396 case y${with_double} in
1399 tm_defines="${tm_defines} HAVE_DOUBLE32"
1403 tm_defines="${tm_defines} HAVE_DOUBLE64"
1407 avr_double_multilib=1
1408 tm_defines="${tm_defines} HAVE_DOUBLE32"
1409 tm_defines="${tm_defines} HAVE_DOUBLE64"
1410 tm_defines="${tm_defines} HAVE_DOUBLE_MULTILIB"
1414 avr_double_multilib=1
1415 tm_defines="${tm_defines} HAVE_DOUBLE32"
1416 tm_defines="${tm_defines} HAVE_DOUBLE64"
1417 tm_defines="${tm_defines} HAVE_DOUBLE_MULTILIB"
1420 echo "Error: --with-double= can only be used with: '32', '32,64', '64,32', '64'" 1>&2
1424 case y${with_long_double} in
1427 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1431 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1435 avr_long_double_multilib=1
1436 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1437 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1438 tm_defines="${tm_defines} HAVE_LONG_DOUBLE_MULTILIB"
1442 avr_long_double_multilib=1
1443 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1444 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1445 tm_defines="${tm_defines} HAVE_LONG_DOUBLE_MULTILIB"
1448 avr_long_double=${avr_double}
1449 tm_defines="${tm_defines} HAVE_LONG_DOUBLE_IS_DOUBLE"
1450 if test y${avr_double_multilib} = y1; then
1451 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1452 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1454 tm_defines="${tm_defines} HAVE_LONG_DOUBLE${avr_long_double}"
1458 echo "Error: --with-long_double= can only be used with: '32', '32,64', '64,32', '64', 'double'" 1>&2
1462 if test ${avr_long_double}x${avr_long_double_multilib}y${avr_double_multilib}z = 32xy1z; then
1463 if test y${with_long_double} != ydouble; then
1464 echo "Error: --with-double=${with_double} requests a multilib for double, but long double is always 32 bits wide due to --with-long-double=${with_long_double}" 1>&2
1468 if test ${avr_double}x${avr_long_double_multilib}y${avr_double_multilib}z = 64x1yz; then
1469 echo "Error: --with-long-double=${with_long_double} requests a multilib for long double, but double is always 64 bits wide due to --with-double=64" 1>&2
1472 if test y${avr_double}${avr_long_double} = y6432; then
1473 echo "Error: double default of 64 bits from --with-double=${with_double} conflicts with default of 32 bits for long double from --with-long-double=${with_long_double}" 1>&2
1476 tm_defines="${tm_defines} WITH_DOUBLE${avr_double}"
1477 tm_defines="${tm_defines} WITH_LONG_DOUBLE${avr_long_double}"
1478 tmake_file="${tmake_file} avr/t-avr avr/t-multilib"
1480 extra_gcc_objs="driver-avr.o avr-devices.o"
1481 extra_objs="avr-devices.o avr-log.o"
1484 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
1485 tmake_file=bfin/t-bfin-elf
1489 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/uclinux.h"
1490 tmake_file=bfin/t-bfin-uclinux
1493 bfin*-linux-uclibc*)
1494 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"
1495 tmake_file="${tmake_file} bfin/t-bfin-linux"
1499 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
1500 tmake_file="${tmake_file} bfin/t-rtems"
1503 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
1508 tm_file="elfos.h ${tm_file}"
1509 tmake_file="${tmake_file} bpf/t-bpf"
1511 extra_headers="bpf-helpers.h"
1512 use_gcc_stdint=provide
1515 tm_file="elfos.h ${tm_file} newlib-stdint.h"
1516 tmake_file="${tmake_file} cr16/t-cr16 "
1519 cris-*-elf | cris-*-none)
1520 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1521 tmake_file="cris/t-cris cris/t-elfmulti"
1523 extra_options="${extra_options} cris/elf.opt"
1527 if test x${with_endian} != x; then
1528 case ${with_endian} in
1531 echo "with_endian=${with_endian} not supported."
1536 if test x${with_float} != x; then
1537 case ${with_float} in
1540 "Unknown floating point type used in --with-float=$with_float"
1545 tm_file="csky/csky.h"
1546 md_file="csky/csky.md"
1547 out_file="csky/csky.c"
1548 tm_p_file="${tm_p_file} csky/csky-protos.h"
1549 extra_options="${extra_options} csky/csky_tables.opt"
1551 if test x${enable_tpf_debug} = xyes; then
1552 tm_defines="${tm_defines} ENABLE_TPF_DEBUG"
1557 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} csky/csky-elf.h"
1558 tmake_file="csky/t-csky csky/t-csky-elf"
1559 default_use_cxa_atexit=no
1563 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} csky/csky-linux-elf.h"
1564 tmake_file="${tmake_file} csky/t-csky csky/t-csky-linux"
1566 if test "x${enable_multilib}" = xyes ; then
1567 tm_file="$tm_file ./sysroot-suffix.h"
1568 tmake_file="${tmake_file} csky/t-sysroot-suffix"
1573 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
1574 # Force .init_array support. The configure script cannot always
1575 # automatically detect that GAS supports it, yet we require it.
1576 gcc_cv_initfini_array=yes
1578 csky-*-linux-uclibc*)
1579 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
1580 default_use_cxa_atexit=no
1583 echo "Unknown target $target"
1589 echo "Unknown target $target"
1594 epiphany-*-elf | epiphany-*-rtems*)
1595 tm_file="${tm_file} dbxelf.h elfos.h"
1596 tmake_file="${tmake_file} epiphany/t-epiphany"
1599 tm_file="${tm_file} epiphany/rtems.h rtems.h newlib-stdint.h"
1602 tm_file="${tm_file} newlib-stdint.h"
1605 extra_options="${extra_options} fused-madd.opt"
1606 extra_objs="${extra_objs} mode-switch-use.o resolve-sw-modes.o"
1607 tm_defines="${tm_defines} EPIPHANY_STACK_OFFSET=${with_stack_offset:-8}"
1608 extra_headers="epiphany_intrinsics.h"
1611 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1614 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1615 tmake_file=frv/t-frv
1618 tm_file="dbxelf.h elfos.h ${tm_file} \
1619 gnu-user.h linux.h glibc-stdint.h frv/linux.h"
1620 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
1625 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1626 tmake_file="${tmake_file} ft32/t-ft32"
1629 tm_file="elfos.h gcn/gcn-hsa.h gcn/gcn.h newlib-stdint.h"
1630 tmake_file="gcn/t-gcn-hsa"
1631 native_system_header_dir=/include
1632 extra_modes=gcn/gcn-modes.def
1633 extra_objs="${extra_objs} gcn-tree.o"
1634 extra_gcc_objs="driver-gcn.o"
1636 x86_64*-*-linux-gnu )
1637 if test "$ac_cv_search_dlopen" != no; then
1638 extra_programs="${extra_programs} gcn-run\$(exeext)"
1642 if test x$enable_as_accelerator = xyes; then
1643 extra_programs="${extra_programs} mkoffload\$(exeext)"
1644 tm_file="${tm_file} gcn/offload.h"
1646 # Force .init_array support.
1647 gcc_cv_initfini_array=yes
1653 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1654 tmake_file="${tmake_file} moxie/t-moxie"
1659 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h moxie/uclinux.h"
1660 tmake_file="${tmake_file} moxie/t-moxie"
1663 tmake_file="${tmake_file} moxie/t-moxie"
1664 tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
1669 tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h"
1670 tmake_file="${tmake_file} moxie/t-moxiebox"
1673 tmake_file="h8300/t-h8300"
1674 tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
1677 tmake_file="${tmake_file} h8300/t-h8300 h8300/t-linux"
1678 tm_file="h8300/h8300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h h8300/linux.h"
1681 target_cpu_default="MASK_PA_11|MASK_PA_20"
1682 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
1683 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
1685 tmake_file="${tmake_file} pa/t-pa pa/t-linux"
1686 d_target_objs="${d_target_objs} pa-d.o"
1690 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS|MASK_CALLER_COPIES"
1691 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h pa/pa-linux.h \
1692 pa/pa32-regs.h pa/pa32-linux.h"
1693 tmake_file="${tmake_file} pa/t-pa pa/t-linux"
1694 d_target_objs="${d_target_objs} pa-d.o"
1697 target_cpu_default="MASK_PA_11"
1698 tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h openbsd-libpthread.h \
1699 pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
1700 extra_options="${extra_options} openbsd.opt"
1701 tmake_file="pa/t-pa"
1702 d_target_objs="${d_target_objs} pa-d.o"
1707 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
1708 tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file} \
1709 pa/pa-netbsd.h pa/pa32-regs.h pa/pa32-netbsd.h"
1710 tmake_file="${tmake_file}"
1711 tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1"
1712 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1714 hppa[12]*-*-hpux10*)
1716 hppa1.1-*-* | hppa2*-*-*)
1717 target_cpu_default="MASK_PA_11"
1720 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1721 pa/pa-hpux.h pa/pa-hpux10.h"
1722 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
1725 tm_file="${tm_file} pa/pa-hpux1010.h"
1726 extra_options="${extra_options} pa/pa-hpux1010.opt"
1729 use_gcc_stdint=provide
1730 tm_file="${tm_file} hpux-stdint.h"
1731 tmake_file="pa/t-pa t-slibgcc"
1732 d_target_objs="${d_target_objs} pa-d.o"
1733 case ${enable_threads} in
1735 if test x$have_pthread_h = xyes ; then
1736 tmake_file="${tmake_file} pa/t-dce-thr"
1740 tmake_file="${tmake_file} pa/t-dce-thr"
1745 if test "x$with_dwarf2" != x; then
1746 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1751 target_cpu_default="MASK_PA_11|MASK_PA_20"
1752 if test x$gnu_ld = xyes
1754 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1756 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1757 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1761 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
1762 extra_options="${extra_options} pa/pa-hpux1111.opt"
1765 tm_file="${tm_file} pa/pa-hpux1131.h pa/pa-64.h pa/pa64-hpux.h"
1766 extra_options="${extra_options} pa/pa-hpux1131.opt"
1769 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1772 extra_options="${extra_options} pa/pa-hpux.opt \
1773 pa/pa-hpux1010.opt pa/pa64-hpux.opt hpux11.opt"
1774 tmake_file="pa/t-pa t-slibgcc"
1775 d_target_objs="${d_target_objs} pa-d.o"
1776 case x${enable_threads} in
1784 use_gcc_stdint=provide
1785 tm_file="${tm_file} hpux-stdint.h"
1789 tm_file="${tm_file} hpux-stdint.h"
1793 hppa[12]*-*-hpux11*)
1795 hppa1.1-*-* | hppa2*-*-*)
1796 target_cpu_default="MASK_PA_11"
1799 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1800 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1801 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt \
1805 tm_file="${tm_file} pa/pa-hpux1111.h"
1806 extra_options="${extra_options} pa/pa-hpux1111.opt"
1809 tm_file="${tm_file} pa/pa-hpux1131.h"
1810 extra_options="${extra_options} pa/pa-hpux1131.opt"
1813 tmake_file="pa/t-pa t-slibgcc"
1814 d_target_objs="${d_target_objs} pa-d.o"
1815 case x${enable_threads} in
1824 use_gcc_stdint=provide
1825 tm_file="${tm_file} hpux-stdint.h"
1829 tm_file="${tm_file} hpux-stdint.h"
1832 if test "x$with_dwarf2" != x; then
1833 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
1837 i[34567]86-*-darwin1[89]*)
1838 echo "Error: 32bit target is not supported after Darwin17" 1>&2
1840 i[34567]86-*-darwin*)
1842 # Baseline choice for a machine that allows m64 support.
1843 with_cpu=${with_cpu:-core2}
1844 tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch t-slibgcc"
1845 tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
1847 x86_64-*-darwin1[89]* | x86_64-*-darwin2[01]*)
1849 with_cpu=${with_cpu:-core2}
1850 tmake_file="${tmake_file} t-slibgcc"
1853 with_cpu=${with_cpu:-core2}
1854 tmake_file="${tmake_file} ${cpu_type}/t-darwin64-biarch t-slibgcc"
1855 tm_file="${tm_file} ${cpu_type}/darwin64-biarch.h"
1857 i[34567]86-*-elfiamcu)
1858 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/iamcu.h"
1861 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
1864 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
1867 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h i386/rtemself.h rtems.h"
1870 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/rdos.h"
1873 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"
1874 tmake_file="i386/t-i386elf t-svr4"
1876 i[34567]86-*-dragonfly*)
1877 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h dragonfly.h dragonfly-stdint.h i386/dragonfly.h"
1878 tmake_file="${tmake_file} i386/t-crtstuff"
1880 x86_64-*-dragonfly*)
1881 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"
1882 tmake_file="${tmake_file} i386/t-crtstuff"
1884 i[34567]86-*-freebsd*)
1885 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1888 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"
1890 i[34567]86-*-netbsdelf*)
1891 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${nbsd_tm_file} i386/netbsd-elf.h"
1892 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1895 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${nbsd_tm_file} i386/x86-64.h i386/netbsd64.h"
1896 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1898 i[34567]86-*-openbsd*)
1899 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1900 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
1901 extra_options="${extra_options} openbsd.opt"
1906 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1907 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/x86-64.h i386/openbsdelf.h"
1908 extra_options="${extra_options} openbsd.opt"
1912 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
1913 # Intel 80386's running GNU/*
1914 # with ELF format using glibc 2
1915 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h"
1917 i[34567]86-*-linux*)
1918 tm_file="${tm_file} linux.h linux-android.h"
1919 extra_options="${extra_options} linux-android.opt"
1920 if test x$enable_targets = xall; then
1921 tm_file="${tm_file} i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h i386/linux-common.h i386/linux64.h"
1922 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1923 tmake_file="${tmake_file} i386/t-linux64"
1924 x86_multilibs="${with_multilib_list}"
1925 if test "$x86_multilibs" = "default"; then
1926 x86_multilibs="m64,m32"
1928 x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1929 for x86_multilib in ${x86_multilibs}; do
1930 case ${x86_multilib} in
1932 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1935 echo "--with-multilib-list=${x86_with_multilib} not supported."
1939 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
1941 if test x$with_cpu = x; then
1942 if test x$with_cpu_64 = x; then
1946 case " $x86_cpus $x86_archs $x86_64_archs " in
1950 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1951 echo "$x86_cpus $x86_archs $x86_64_archs " 1>&2
1957 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h i386/linux-common.h i386/linux.h"
1960 i[34567]86-*-kfreebsd*-gnu)
1961 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kfreebsd-gnu.h i386/kfreebsd-gnu.h"
1963 i[34567]86-*-kopensolaris*-gnu)
1964 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kopensolaris-gnu.h i386/kopensolaris-gnu.h"
1967 tm_file="$tm_file i386/gnu-user-common.h i386/gnu-user.h gnu.h i386/gnu.h"
1971 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu)
1972 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h \
1973 i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h"
1976 tm_file="${tm_file} linux.h linux-android.h i386/linux-common.h i386/linux64.h"
1977 extra_options="${extra_options} linux-android.opt"
1979 x86_64-*-kfreebsd*-gnu)
1980 tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu64.h"
1983 tmake_file="${tmake_file} i386/t-linux64"
1984 x86_multilibs="${with_multilib_list}"
1985 if test "$x86_multilibs" = "default"; then
1988 x86_multilibs="mx32"
1991 x86_multilibs="m64,m32"
1995 x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1996 for x86_multilib in ${x86_multilibs}; do
1997 case ${x86_multilib} in
1999 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
2002 echo "--with-multilib-list=${x86_with_multilib} not supported."
2006 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
2008 i[34567]86-pc-msdosdjgpp*)
2009 xm_file=i386/xm-djgpp.h
2010 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h i386/djgpp-stdint.h"
2011 native_system_header_dir=/dev/env/DJDIR/include
2012 extra_options="${extra_options} i386/djgpp.opt"
2017 i[34567]86-*-lynxos*)
2019 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
2020 tmake_file="${tmake_file} t-lynx"
2021 extra_options="${extra_options} lynx.opt"
2026 i[34567]86-*-nto-qnx*)
2027 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h i386/unix.h i386/nto.h"
2028 extra_options="${extra_options} i386/nto.opt"
2032 i[34567]86-*-rtems*)
2033 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"
2034 tmake_file="${tmake_file} i386/t-rtems"
2036 i[34567]86-*-solaris2* | x86_64-*-solaris2*)
2037 # Set default arch_32 to pentium4, tune_32 to generic like the other
2038 # i386 targets, although config.guess defaults to i386-pc-solaris2*.
2039 with_arch_32=${with_arch_32:-pentium4}
2040 with_tune_32=${with_tune_32:-generic}
2041 tm_file="${tm_file} i386/unix.h i386/att.h ${sol2_tm_file_head} i386/x86-64.h ${sol2_tm_file_tail}"
2042 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
2043 tmake_file="$tmake_file i386/t-sol2"
2045 if test x$with_cpu = x; then
2046 if test x$with_cpu_64 = x; then
2050 case " $x86_cpus $x86_archs $x86_64_archs " in
2054 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
2055 echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
2061 i[4567]86-wrs-vxworks*|x86_64-wrs-vxworks7*)
2062 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h"
2066 tm_file="${tm_file} i386/x86-64.h"
2069 tm_file="${tm_file} vx-common.h"
2072 tm_file="${tm_file} vxworksae.h i386/vxworks.h i386/vxworksae.h"
2073 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
2076 tm_file="${tm_file} vxworks.h i386/vxworks.h"
2077 tmake_file="${tmake_file} i386/t-vxworks"
2081 i[34567]86-*-cygwin*)
2082 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"
2083 xm_file=i386/xm-cygwin.h
2084 tmake_file="${tmake_file} i386/t-cygming t-slibgcc"
2085 target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.c"
2086 extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
2087 extra_objs="${extra_objs} winnt.o winnt-stubs.o"
2088 c_target_objs="${c_target_objs} msformat-c.o"
2089 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
2090 d_target_objs="${d_target_objs} winnt-d.o"
2091 target_has_targetdm="yes"
2092 if test x$enable_threads = xyes; then
2095 default_use_cxa_atexit=yes
2100 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"
2101 xm_file=i386/xm-cygwin.h
2102 tmake_file="${tmake_file} i386/t-cygming t-slibgcc i386/t-cygwin-w64"
2103 target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.c"
2104 extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
2105 extra_objs="${extra_objs} winnt.o winnt-stubs.o"
2106 c_target_objs="${c_target_objs} msformat-c.o"
2107 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
2108 d_target_objs="${d_target_objs} winnt-d.o"
2109 target_has_targetdm="yes"
2110 if test x$enable_threads = xyes; then
2113 default_use_cxa_atexit=yes
2115 tm_defines="${tm_defines} TARGET_CYGWIN64=1"
2117 i[34567]86-*-mingw* | x86_64-*-mingw*)
2118 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h"
2119 xm_file=i386/xm-mingw32.h
2120 c_target_objs="${c_target_objs} winnt-c.o"
2121 cxx_target_objs="${cxx_target_objs} winnt-c.o"
2122 d_target_objs="${d_target_objs} winnt-d.o"
2123 target_has_targetcm="yes"
2124 target_has_targetdm="yes"
2126 x86_64-*-* | *-w64-*)
2132 if test x$enable_threads = xposix ; then
2133 tm_file="${tm_file} i386/mingw-pthread.h"
2135 tm_file="${tm_file} i386/mingw32.h"
2136 # This makes the logic if mingw's or the w64 feature set has to be used
2139 user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
2140 user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
2141 tm_file="${tm_file} i386/mingw-w64.h"
2142 if test x$enable_targets = xall; then
2143 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
2144 if test x$with_cpu = x; then
2145 if test x$with_cpu_64 = x; then
2149 case " $x86_cpus $x86_archs $x86_64_archs " in
2153 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
2154 echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
2164 tm_file="${tm_file} i386/mingw-stdint.h"
2165 tmake_file="${tmake_file} t-winnt i386/t-cygming t-slibgcc"
2168 tmake_file="${tmake_file} i386/t-mingw-w64"
2171 tmake_file="${tmake_file} i386/t-mingw-w32"
2174 native_system_header_dir=/mingw/include
2175 target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.c"
2176 extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
2179 extra_options="${extra_options} i386/mingw-w64.opt"
2184 extra_objs="${extra_objs} winnt.o winnt-stubs.o"
2185 c_target_objs="${c_target_objs} msformat-c.o"
2186 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
2189 default_use_cxa_atexit=yes
2191 case ${enable_threads} in
2201 tm_file="${tm_file} i386/crtdll.h"
2203 *mingw32msv* | *mingw*)
2208 tmake_file="${tmake_file} i386/t-x86_64-elf"
2209 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h fuchsia.h"
2212 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
2213 tmake_file="ia64/t-ia64"
2214 target_cpu_default="0"
2215 if test x$gas = xyes
2217 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
2219 if test x$gnu_ld = xyes
2221 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
2225 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
2226 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
2227 tmake_file="${tmake_file} ia64/t-ia64"
2230 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
2231 tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind"
2232 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
2235 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
2236 tmake_file="ia64/t-ia64 ia64/t-hpux t-slibgcc"
2237 target_cpu_default="MASK_GNU_AS"
2238 case x$enable_threads in
2244 c_target_objs="ia64-c.o"
2245 cxx_target_objs="ia64-c.o"
2246 extra_options="${extra_options} ia64/ilp32.opt hpux11.opt"
2248 tm_file="${tm_file} hpux-stdint.h"
2251 tm_file="${tm_file} ia64/hpux-unix2003.h"
2256 tm_file="${tm_file} elfos.h ia64/sysv4.h vms/vms.h ia64/vms.h"
2257 tmake_file="${tmake_file} ia64/t-ia64"
2258 target_cpu_default="0"
2259 if test x$gas = xyes
2261 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
2263 extra_options="${extra_options} ia64/vms.opt"
2266 tm_file="elfos.h newlib-stdint.h iq2000/iq2000.h"
2267 out_file=iq2000/iq2000.c
2268 md_file=iq2000/iq2000.md
2271 tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
2272 tmake_file="${tmake_file} lm32/t-lm32"
2275 tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
2276 tmake_file="${tmake_file} lm32/t-lm32"
2277 tmake_file="${tmake_file} lm32/t-rtems"
2280 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h lm32/uclinux-elf.h"
2281 tmake_file="${tmake_file} lm32/t-lm32"
2284 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2287 tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
2290 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
2291 tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
2293 if test x$enable_threads = xyes; then
2298 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
2299 tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
2301 if test x$enable_threads = xyes; then
2305 m68k-*-elf* | fido-*-elf*)
2308 # Check that $with_cpu makes sense.
2313 echo "Cannot accept --with-cpu=$with_cpu"
2320 default_m68k_cpu=68020
2324 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"
2325 tm_defines="${tm_defines} MOTOROLA=1"
2326 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
2327 # Add multilibs for targets other than fido.
2332 tmake_file="$tmake_file m68k/t-mlibs"
2337 default_m68k_cpu=68020
2339 tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file} m68k/netbsd-elf.h"
2340 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2341 tm_defines="${tm_defines} MOTOROLA=1 CHAR_FAST8=1 SHORT_FAST16=1"
2344 default_m68k_cpu=68020
2346 # needed to unconfuse gdb
2347 tm_defines="${tm_defines} OBSD_OLD_GAS"
2348 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
2349 extra_options="${extra_options} openbsd.opt"
2350 tmake_file="t-openbsd m68k/t-openbsd"
2351 # we need collect2 until our bug is fixed...
2354 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
2355 # with uClibc, using the new GNU/Linux-style
2357 default_m68k_cpu=68020
2359 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"
2360 extra_options="${extra_options} m68k/uclinux.opt"
2361 tm_defines="${tm_defines} MOTOROLA=1"
2362 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
2364 m68k-*-linux*) # Motorola m68k's running GNU/Linux
2365 # with ELF format using glibc 2
2366 # aka the GNU/Linux C library 6.
2367 default_m68k_cpu=68020
2369 with_arch=${with_arch:-m68k}
2370 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
2371 extra_options="${extra_options} m68k/ieee.opt"
2372 tm_defines="${tm_defines} MOTOROLA=1"
2373 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
2376 default_m68k_cpu=68020
2378 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff m68k/t-rtems m68k/t-mlibs"
2379 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"
2380 tm_defines="${tm_defines} MOTOROLA=1"
2383 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
2384 tmake_file=mcore/t-mcore
2390 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2393 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2396 tm_file="${tm_file} dbxelf.h gnu-user.h linux.h microblaze/linux.h"
2397 tm_file="${tm_file} glibc-stdint.h"
2398 c_target_objs="${c_target_objs} microblaze-c.o"
2399 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2400 tmake_file="${tmake_file} microblaze/t-microblaze"
2401 tmake_file="${tmake_file} microblaze/t-microblaze-linux"
2403 microblaze*-*-rtems*)
2406 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2409 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2412 tm_file="${tm_file} dbxelf.h"
2413 tm_file="${tm_file} microblaze/rtems.h rtems.h newlib-stdint.h"
2414 c_target_objs="${c_target_objs} microblaze-c.o"
2415 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2416 tmake_file="${tmake_file} microblaze/t-microblaze"
2417 tmake_file="${tmake_file} microblaze/t-rtems"
2422 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2425 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2428 tm_file="${tm_file} dbxelf.h newlib-stdint.h"
2429 c_target_objs="${c_target_objs} microblaze-c.o"
2430 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2431 tmake_file="${tmake_file} microblaze/t-microblaze"
2434 tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} riscv/linux.h"
2435 case "x${enable_multilib}" in
2437 xyes) tmake_file="${tmake_file} riscv/t-linux-multilib" ;;
2438 *) echo "Unknown value for enable_multilib"; exit 1
2440 tmake_file="${tmake_file} riscv/t-riscv riscv/t-linux"
2444 riscv32be-*|riscv64be-*)
2445 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2448 # Force .init_array support. The configure script cannot always
2449 # automatically detect that GAS supports it, yet we require it.
2450 gcc_cv_initfini_array=yes
2452 riscv*-*-elf* | riscv*-*-rtems*)
2453 tm_file="elfos.h newlib-stdint.h ${tm_file} riscv/elf.h"
2456 tm_file="${tm_file} riscv/rtems.h rtems.h"
2457 tmake_file="${tmake_file} riscv/t-rtems"
2460 if test "x${with_multilib_generator}" == xdefault; then
2461 case "x${enable_multilib}" in
2463 xyes) tmake_file="${tmake_file} riscv/t-elf-multilib" ;;
2464 *) echo "Unknown value for enable_multilib"; exit 1
2468 tmake_file="${tmake_file} riscv/t-riscv"
2472 riscv32be-*|riscv64be-*)
2473 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2476 # Force .init_array support. The configure script cannot always
2477 # automatically detect that GAS supports it, yet we require it.
2478 gcc_cv_initfini_array=yes
2481 tm_file="${tm_file} elfos.h ${fbsd_tm_file} riscv/freebsd.h"
2482 tmake_file="${tmake_file} riscv/t-riscv"
2486 riscv32be-*|riscv64be-*)
2487 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2490 # Force .init_array support. The configure script cannot always
2491 # automatically detect that GAS supports it, yet we require it.
2492 gcc_cv_initfini_array=yes
2494 mips*-*-netbsd*) # NetBSD/mips, either endian.
2495 target_cpu_default="MASK_ABICALLS"
2496 tm_file="elfos.h ${tm_file} mips/elf.h ${nbsd_tm_file} mips/netbsd.h"
2497 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2500 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"
2501 extra_options="${extra_options} linux-android.opt"
2502 tmake_file="${tmake_file} mips/t-img-linux"
2503 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2504 with_arch_32="mips32r6"
2505 with_arch_64="mips64r6"
2510 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"
2511 extra_options="${extra_options} linux-android.opt"
2512 tmake_file="${tmake_file} mips/t-mti-linux"
2513 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2514 with_arch_32="mips32r2"
2515 with_arch_64="mips64r2"
2519 mips*-*-linux*) # Linux MIPS, either endian.
2520 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"
2521 extra_options="${extra_options} linux-android.opt"
2524 default_mips_arch=mips32r6
2527 default_mips_arch=mips32r2
2530 default_mips_arch=mips32
2532 mips64el-st-linux-gnu)
2533 default_mips_abi=n32
2534 tm_file="${tm_file} mips/st.h"
2535 tmake_file="${tmake_file} mips/t-st"
2536 enable_mips_multilibs="yes"
2538 mips64octeon*-*-linux*)
2539 default_mips_abi=n32
2540 tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
2541 target_cpu_default=MASK_SOFT_FLOAT_ABI
2542 enable_mips_multilibs="yes"
2544 mipsisa64r6*-*-linux*)
2545 default_mips_abi=n32
2546 default_mips_arch=mips64r6
2547 enable_mips_multilibs="yes"
2549 mipsisa64r2*-*-linux*)
2550 default_mips_abi=n32
2551 default_mips_arch=mips64r2
2552 enable_mips_multilibs="yes"
2554 mips64*-*-linux* | mipsisa64*-*-linux*)
2555 default_mips_abi=n32
2556 enable_mips_multilibs="yes"
2559 if test x$enable_targets = xall; then
2560 enable_mips_multilibs="yes"
2562 if test x$enable_mips_multilibs = xyes; then
2563 tmake_file="${tmake_file} mips/t-linux64"
2567 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2568 tmake_file="mips/t-mti-elf"
2569 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2570 with_arch_32="mips32r2"
2571 with_arch_64="mips64r2"
2574 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2575 tmake_file="mips/t-img-elf"
2576 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2577 with_arch_32="mips32r6"
2578 with_arch_64="mips64r6"
2581 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h"
2582 tmake_file="mips/t-sde"
2583 extra_options="${extra_options} mips/sde.opt"
2584 case "${with_newlib}" in
2586 # newlib / libgloss.
2589 # MIPS toolkit libraries.
2590 tm_file="$tm_file mips/sdemtk.h"
2591 tmake_file="$tmake_file mips/t-sdemtk"
2592 case ${enable_threads} in
2594 thread_file='mipssde'
2601 tm_defines="MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2604 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2607 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
2610 tm_defines="MIPS_ISA_DEFAULT=69 MIPS_ABI_DEFAULT=ABI_N32"
2613 tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
2616 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
2620 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
2621 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
2622 mipsisa32r6-*-elf* | mipsisa32r6el-*-elf* | \
2623 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
2624 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf* | \
2625 mipsisa64r6-*-elf* | mipsisa64r6el-*-elf*)
2626 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2627 tmake_file="mips/t-isa3264"
2630 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37"
2633 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
2636 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
2639 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=69"
2642 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
2645 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
2649 mipsisa32*-*-elfoabi*)
2650 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
2651 tm_file="${tm_file} mips/elfoabi.h"
2653 mipsisa64*-*-elfoabi*)
2654 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
2655 tm_file="${tm_file} mips/elfoabi.h"
2658 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2662 mipsisa64sr71k-*-elf*)
2663 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2664 tmake_file=mips/t-sr71k
2665 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
2667 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
2668 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2669 tmake_file="mips/t-elf mips/t-sb1"
2670 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
2672 mips-*-elf* | mipsel-*-elf* | mipsr5900-*-elf* | mipsr5900el-*-elf*)
2673 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2674 tmake_file="mips/t-elf"
2676 mips64r5900-*-elf* | mips64r5900el-*-elf*)
2677 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h"
2678 tmake_file="mips/t-elf"
2679 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
2681 mips64-*-elf* | mips64el-*-elf*)
2682 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2683 tmake_file="mips/t-elf"
2684 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
2686 mips64vr-*-elf* | mips64vrel-*-elf*)
2687 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
2688 tmake_file=mips/t-vr
2689 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2691 mips64orion-*-elf* | mips64orionel-*-elf*)
2692 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
2693 tmake_file="mips/t-elf"
2694 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
2697 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
2698 tmake_file="${tmake_file} mips/t-elf mips/t-rtems"
2701 tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
2702 tmake_file="${tmake_file} mips/t-vxworks"
2704 mipstx39-*-elf* | mipstx39el-*-elf*)
2705 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
2706 tmake_file="mips/t-r3900"
2708 mmix-knuth-mmixware)
2709 tm_file="${tm_file} newlib-stdint.h"
2713 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2714 if test x$stabs = xyes
2716 tm_file="${tm_file} dbx.h"
2722 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2723 c_target_objs="msp430-c.o"
2724 cxx_target_objs="msp430-c.o"
2725 tmake_file="${tmake_file} msp430/t-msp430"
2726 extra_objs="${extra_objs} msp430-devices.o"
2727 extra_gcc_objs="driver-msp430.o msp430-devices.o"
2728 # Enable .init_array unless it has been explicitly disabled.
2729 # The MSP430 EABI mandates the use of .init_array, and the Newlib CRT
2730 # code since mid-2019 expects it.
2731 if test x${disable_initfini_array} != xyes; then
2732 gcc_cv_initfini_array=yes
2736 # __cxa_atexit increases code size, and we don't need to support
2737 # dynamic shared objects on MSP430, so regular Newlib atexit is a
2738 # fine replacement as it also supports registration of more than 32
2740 default_use_cxa_atexit=no
2741 # This target does not match the generic *-*-elf case above which
2742 # sets use_gcc_stdint=wrap, so explicitly set it here.
2748 target_cpu_default="0"
2749 tm_defines="${tm_defines}"
2754 target_cpu_default="${target_cpu_default}|MASK_BIG_ENDIAN"
2755 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2760 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} nds32/elf.h nds32/nds32_intrinsic.h"
2761 tmake_file="nds32/t-nds32 nds32/t-elf"
2764 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h nds32/linux.h nds32/nds32_intrinsic.h"
2765 tmake_file="${tmake_file} nds32/t-nds32 nds32/t-linux"
2766 gcc_cv_initfini_array=yes
2770 # Handle --enable-default-relax setting.
2771 if test x${enable_default_relax} = xyes; then
2772 tm_defines="${tm_defines} TARGET_DEFAULT_RELAX=1"
2774 # Handle --with-ext-dsp
2775 if test x${with_ext_dsp} = xyes; then
2776 tm_defines="${tm_defines} TARGET_DEFAULT_EXT_DSP=1"
2780 tm_file="elfos.h ${tm_file}"
2781 tmake_file="${tmake_file} nios2/t-nios2"
2784 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h nios2/linux.h "
2787 tm_file="${tm_file} newlib-stdint.h nios2/elf.h"
2788 extra_options="${extra_options} nios2/elf.opt"
2791 tm_file="${tm_file} newlib-stdint.h nios2/rtems.h rtems.h"
2792 tmake_file="${tmake_file} t-rtems nios2/t-rtems"
2797 tm_file="${tm_file} newlib-stdint.h"
2799 tmake_file="nvptx/t-nvptx"
2800 if test x$enable_as_accelerator = xyes; then
2801 extra_programs="${extra_programs} mkoffload\$(exeext)"
2802 tm_file="${tm_file} nvptx/offload.h"
2806 tm_file="elfos.h ${tm_file}"
2807 tmake_file="${tmake_file} or1k/t-or1k"
2808 # Force .init_array support. The configure script cannot always
2809 # automatically detect that GAS supports it, yet we require it.
2810 gcc_cv_initfini_array=yes
2812 # Handle --with-multilib-list=...
2813 or1k_multilibs="${with_multilib_list}"
2814 if test "$or1k_multilibs" = "default"; then
2815 or1k_multilibs="mcmov,msoft-mul,msoft-div"
2817 or1k_multilibs=`echo $or1k_multilibs | sed -e 's/,/ /g'`
2818 for or1k_multilib in ${or1k_multilibs}; do
2819 case ${or1k_multilib} in
2820 mcmov | msext | msfimm | \
2822 mhard-float | mdouble-float | munordered-float | msoft-float | \
2823 mhard-div | mhard-mul | \
2824 msoft-div | msoft-mul )
2825 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${or1k_multilib}"
2828 echo "--with-multilib-list=${with_multilib_list} not supported."
2832 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
2836 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h"
2837 tm_file="${tm_file} or1k/linux.h"
2840 tm_file="${tm_file} newlib-stdint.h or1k/elf.h"
2841 extra_options="${extra_options} or1k/elf.opt"
2844 tm_file="${tm_file} newlib-stdint.h or1k/rtems.h rtems.h"
2845 tmake_file="${tmake_file} or1k/t-rtems"
2850 tm_file="${tm_file} newlib-stdint.h"
2853 # port not yet contributed
2854 #powerpc-*-openbsd*)
2855 # tmake_file="${tmake_file} rs6000/t-fprules"
2859 extra_options="${extra_options} ${cpu_type}/darwin.opt"
2861 *-darwin1[0-9]* | *-darwin9*)
2862 tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch"
2863 tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
2866 tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch"
2867 tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
2870 tm_file="${tm_file} ${cpu_type}/darwin7.h"
2873 # Earlier - ingle arch, with 32b only
2874 # OS X 10.0, the first edition is Darwin4
2877 tmake_file="${tmake_file} t-slibgcc"
2879 powerpc64-*-darwin*)
2880 extra_options="${extra_options} ${cpu_type}/darwin.opt"
2881 tmake_file="${tmake_file} ${cpu_type}/t-darwin64-biarch t-slibgcc"
2882 tm_file="${tm_file} ${cpu_type}/darwin64-biarch.h"
2884 powerpc*-*-freebsd*)
2885 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h ${fbsd_tm_file} rs6000/sysv4.h"
2886 extra_options="${extra_options} rs6000/sysv4.opt"
2887 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2890 tm_file="${tm_file} rs6000/sysv4le.h" ;;
2894 tm_file="${tm_file} rs6000/default64.h rs6000/freebsd64.h"
2895 tmake_file="${tmake_file} rs6000/t-freebsd64"
2896 extra_options="${extra_options} rs6000/linux64.opt"
2897 if test $fbsd_major -ge 13; then
2898 tm_defines="${tm_defines} TARGET_FREEBSD32_SECURE_PLT=1"
2902 if test $fbsd_major -ge 13; then
2903 tm_file="rs6000/secureplt.h ${tm_file}"
2905 tm_file="${tm_file} rs6000/freebsd.h"
2910 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h ${nbsd_tm_file} freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2911 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2912 tmake_file="${tmake_file} rs6000/t-netbsd"
2913 extra_options="${extra_options} rs6000/sysv4.opt"
2915 powerpc-*-eabisimaltivec*)
2916 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
2917 extra_options="${extra_options} rs6000/sysv4.opt"
2918 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2922 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2923 extra_options="${extra_options} rs6000/sysv4.opt"
2924 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2928 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
2929 extra_options="${extra_options} rs6000/sysv4.opt"
2930 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2932 powerpc-*-eabialtivec*)
2933 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2934 extra_options="${extra_options} rs6000/sysv4.opt"
2935 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
2939 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h"
2940 extra_options="${extra_options} rs6000/sysv4.opt"
2941 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2945 tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/rtems.h rtems.h"
2946 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
2947 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-rtems rs6000/t-ppccomm"
2950 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h freebsd-spec.h rs6000/sysv4.h"
2951 extra_options="${extra_options} rs6000/sysv4.opt"
2952 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm"
2953 extra_objs="$extra_objs rs6000-linux.o"
2956 tm_file="${tm_file} rs6000/sysv4le.h" ;;
2958 case ${target}:${with_cpu} in
2959 powerpc64*: | powerpc64*:native) cpu_is_64bit=yes ;;
2961 maybe_biarch=${cpu_is_64bit}
2962 case ${enable_targets} in
2963 *powerpc64*) maybe_biarch=yes ;;
2964 all) maybe_biarch=yes ;;
2966 case ${target}:${enable_targets}:${maybe_biarch} in
2967 powerpc64-* | powerpc-*:*:yes | *:*powerpc64-*:yes | *:all:yes \
2968 | powerpc64le*:*powerpcle* | powerpc64le*:*powerpc-* \
2969 | powerpcle-*:*powerpc64le*:yes)
2970 if test x$cpu_is_64bit = xyes; then
2971 tm_file="${tm_file} rs6000/default64.h"
2973 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
2974 tmake_file="$tmake_file rs6000/t-linux64"
2977 tmake_file="$tmake_file rs6000/t-linux64le"
2978 case ${enable_targets} in
2979 all | *powerpc64-* | *powerpc-*)
2980 tmake_file="$tmake_file rs6000/t-linux64lebe" ;;
2983 case ${enable_targets} in
2984 all | *powerpc64le-* | *powerpcle-*)
2985 tmake_file="$tmake_file rs6000/t-linux64bele" ;;
2988 extra_options="${extra_options} rs6000/linux64.opt"
2991 tm_file="${tm_file} rs6000/default64.h rs6000/linux64.h glibc-stdint.h"
2992 extra_options="${extra_options} rs6000/linux64.opt"
2993 tmake_file="${tmake_file} rs6000/t-linux"
2996 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
2997 tmake_file="${tmake_file} rs6000/t-ppcos rs6000/t-linux"
3001 powerpc*-*-linux*ppc476*)
3002 tm_file="${tm_file} rs6000/476.h"
3003 extra_options="${extra_options} rs6000/476.opt" ;;
3004 powerpc*-*-linux*altivec*)
3005 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
3009 enable_secureplt=yes ;;
3011 if test x${enable_secureplt} = xyes; then
3012 tm_file="rs6000/secureplt.h ${tm_file}"
3015 powerpc*-wrs-vxworks7r*)
3017 # Wind River 7 post SR0600 is mostly like Linux so we setup
3018 # our config in a very similar fashion and adjust to a few
3021 # The system compiler is configured with secureplt by default.
3022 tm_file="${tm_file} rs6000/secureplt.h"
3024 tm_file="${tm_file} elfos.h gnu-user.h linux.h freebsd-spec.h"
3025 tm_file="${tm_file} rs6000/sysv4.h rs6000/biarch64.h rs6000/default64.h rs6000/linux64.h"
3026 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h"
3028 extra_options="${extra_options} rs6000/sysv4.opt linux.opt rs6000/linux64.opt"
3030 tmake_file="${tmake_file} t-linux rs6000/t-linux64 rs6000/t-fprules rs6000/t-ppccomm"
3031 tmake_file="${tmake_file} rs6000/t-vxworks"
3033 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
3034 extra_objs="$extra_objs linux.o rs6000-linux.o"
3036 powerpc-wrs-vxworks*)
3037 tm_file="${tm_file} elfos.h gnu-user.h freebsd-spec.h rs6000/sysv4.h"
3038 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
3039 extra_options="${extra_options} rs6000/sysv4.opt"
3040 extra_headers="${extra_headers} ppc-asm.h"
3043 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/vxworksmils.h"
3044 tmake_file="${tmake_file} rs6000/t-vxworksmils"
3047 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/vxworksae.h"
3048 tmake_file="${tmake_file} rs6000/t-vxworksae"
3051 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h"
3057 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
3058 tmake_file="t-lynx rs6000/t-lynx"
3059 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
3065 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
3066 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
3067 extra_options="${extra_options} rs6000/sysv4.opt"
3069 powerpcle-*-eabisim*)
3070 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
3071 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
3072 extra_options="${extra_options} rs6000/sysv4.opt"
3076 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
3077 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
3078 extra_options="${extra_options} rs6000/sysv4.opt"
3082 tm_file="elfos.h newlib-stdint.h ${tm_file}"
3083 tmake_file="${tmake_file} pru/t-pru"
3084 extra_objs="pru-pragma.o pru-passes.o"
3087 rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
3088 tmake_file="rs6000/t-aix52 t-slibgcc"
3089 if test x$cpu_is_64bit = xyes; then
3090 tm_file="${tm_file} rs6000/biarch64.h"
3091 tmake_file="rs6000/t-aix64 t-slibgcc"
3093 tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h"
3094 extra_options="${extra_options} rs6000/aix64.opt"
3098 default_use_cxa_atexit=yes
3100 rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
3101 tmake_file="rs6000/t-aix52 t-slibgcc"
3102 if test x$cpu_is_64bit = xyes; then
3103 tm_file="${tm_file} rs6000/biarch64.h"
3104 tmake_file="rs6000/t-aix64 t-slibgcc"
3106 tm_file="${tm_file} rs6000/aix.h rs6000/aix72.h rs6000/xcoff.h rs6000/aix-stdint.h"
3107 extra_options="${extra_options} rs6000/aix64.opt"
3111 default_use_cxa_atexit=yes
3114 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
3115 target_has_targetm_common=no
3116 c_target_objs="rl78-c.o"
3117 cxx_target_objs="rl78-c.o"
3118 tmake_file="${tmake_file} rl78/t-rl78"
3121 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
3122 tmake_file="${tmake_file} rx/t-rx"
3123 extra_options="${extra_options} rx/elf.opt"
3126 tm_file="elfos.h linux.h glibc-stdint.h rx/linux.h ../../libgcc/config/rx/rx-abi.h"
3127 tmake_file="${tmake_file} rx/t-linux"
3130 tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
3131 c_target_objs="${c_target_objs} s390-c.o"
3132 cxx_target_objs="${cxx_target_objs} s390-c.o"
3133 if test x$enable_targets = xall; then
3134 tmake_file="${tmake_file} s390/t-linux64"
3136 tmake_file="${tmake_file} s390/t-s390"
3139 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
3140 tm_p_file="linux-protos.h s390/s390-protos.h"
3141 c_target_objs="${c_target_objs} s390-c.o"
3142 cxx_target_objs="${cxx_target_objs} s390-c.o"
3143 md_file=s390/s390.md
3144 extra_modes=s390/s390-modes.def
3145 out_file=s390/s390.c
3146 tmake_file="${tmake_file} s390/t-linux64 s390/t-s390"
3149 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h glibc-stdint.h s390/tpf.h"
3150 tm_p_file=s390/s390-protos.h
3151 c_target_objs="${c_target_objs} s390-c.o"
3152 cxx_target_objs="${cxx_target_objs} s390-c.o"
3153 md_file=s390/s390.md
3154 extra_modes=s390/s390-modes.def
3155 out_file=s390/s390.c
3157 extra_options="${extra_options} s390/tpf.opt"
3158 tmake_file="${tmake_file} s390/t-s390"
3160 sh-*-elf* | sh[12346l]*-*-elf* | \
3161 sh-*-linux* | sh[2346lbe]*-*-linux* | \
3162 sh-*-netbsdelf* | shl*-*-netbsdelf*)
3163 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
3164 if test x${with_endian} = x; then
3166 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
3167 shbe-*-* | sheb-*-*) with_endian=big,little ;;
3168 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
3169 shl* | sh*-*-linux* | \
3170 sh-superh-elf) with_endian=little,big ;;
3171 sh[1234]*-*-*) with_endian=big ;;
3172 *) with_endian=big,little ;;
3175 # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
3176 # First word : the default endian.
3177 # Second word: the secondary endian (optional).
3178 case ${with_endian} in
3179 big) TM_ENDIAN_CONFIG=mb ;;
3180 little) TM_ENDIAN_CONFIG=ml ;;
3181 big,little) TM_ENDIAN_CONFIG="mb ml" ;;
3182 little,big) TM_ENDIAN_CONFIG="ml mb" ;;
3183 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
3185 case ${with_endian} in
3186 little*) tm_file="sh/little.h ${tm_file}" ;;
3188 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h"
3190 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
3191 if test x$enable_fdpic = xyes; then
3192 tm_defines="$tm_defines FDPIC_DEFAULT=1"
3194 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h sh/linux.h" ;;
3196 tm_file="${tm_file} ${nbsd_tm_file} sh/netbsd-elf.h"
3197 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
3200 sh*-superh-elf) if test x$with_libgloss != xno; then
3202 tm_file="${tm_file} sh/newlib.h"
3204 tm_file="${tm_file} sh/embed-elf.h"
3205 tm_file="${tm_file} sh/superh.h"
3206 extra_options="${extra_options} sh/superh.opt" ;;
3207 *) if test x$with_newlib = xyes \
3208 && test x$with_libgloss = xyes; then
3209 tm_file="${tm_file} sh/newlib.h"
3211 tm_file="${tm_file} sh/embed-elf.h" ;;
3217 tm_file="${tm_file} newlib-stdint.h"
3220 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
3221 case `echo ${target} | sed 's/e[lb]-/-/'` in
3222 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
3223 sh4a_single*) sh_cpu_target=sh4a-single ;;
3224 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
3225 sh4al) sh_cpu_target=sh4al ;;
3226 sh4a*) sh_cpu_target=sh4a ;;
3227 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
3228 sh4_single*) sh_cpu_target=sh4-single ;;
3229 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
3230 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
3231 sh3e*) sh_cpu_target=sh3e ;;
3232 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
3233 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
3234 sh2a_single*) sh_cpu_target=sh2a-single ;;
3235 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
3236 sh2a*) sh_cpu_target=sh2a ;;
3237 sh2e*) sh_cpu_target=sh2e ;;
3238 sh2*) sh_cpu_target=sh2 ;;
3239 *) sh_cpu_target=sh1 ;;
3241 # did the user say --without-fp ?
3242 if test x$with_fp = xno; then
3243 case ${sh_cpu_target} in
3245 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
3246 sh4*) sh_cpu_target=sh4-nofpu ;;
3247 sh3*) sh_cpu_target=sh3 ;;
3248 sh2a*) sh_cpu_target=sh2a-nofpu ;;
3249 sh2*) sh_cpu_target=sh2 ;;
3250 *) echo --without-fp not available for $target: ignored
3252 tm_defines="$tm_defines STRICT_NOFPU=1"
3254 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
3255 case $sh_cpu_default in
3256 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
3257 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
3258 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
3259 sh3e | sh3 | sh2e | sh2 | sh1) ;;
3260 "") sh_cpu_default=${sh_cpu_target} ;;
3261 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
3263 sh_multilibs=${with_multilib_list}
3264 if test "$sh_multilibs" = "default" ; then
3266 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
3267 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
3268 sh*-*-linux*) sh_multilibs=m1,m2,m2a,m3e,m4 ;;
3269 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
3270 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
3272 if test x$with_fp = xno; then
3273 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`"
3276 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
3277 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
3278 tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
3279 sh_multilibs=`echo $sh_multilibs | sed -e 's/,/ /g' -e 's/^[Ss][Hh]/m/' -e 's/ [Ss][Hh]/ m/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
3280 for sh_multilib in ${sh_multilibs}; do
3281 case ${sh_multilib} in
3282 m1 | m2 | m2e | m3 | m3e | \
3283 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
3284 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
3285 m2a | m2a-single | m2a-single-only | m2a-nofpu)
3286 # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
3287 # It is passed to MULTIILIB_OPTIONS verbatim.
3288 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
3289 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
3291 \!*) # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
3292 # It is passed the MULTILIB_EXCEPTIONS verbatim.
3293 TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
3295 echo "with_multilib_list=${sh_multilib} not supported."
3300 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
3301 if test x${enable_incomplete_targets} = xyes ; then
3302 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1"
3304 tm_file="$tm_file ./sysroot-suffix.h"
3305 tmake_file="$tmake_file t-sysroot-suffix"
3308 tmake_file="${tmake_file} sh/t-sh sh/t-rtems"
3309 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
3312 tmake_file="$tmake_file sh/t-sh sh/t-vxworks"
3313 tm_file="${tm_file} elfos.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
3316 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp-elf.h"
3319 tmake_file="sparc/t-sparc sparc/t-leon"
3322 tmake_file="sparc/t-sparc sparc/t-leon3"
3325 tmake_file="sparc/t-sparc sparc/t-elf"
3330 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
3331 tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
3334 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
3335 extra_options="${extra_options} sparc/long-double-switch.opt"
3338 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon"
3341 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon3"
3344 tmake_file="${tmake_file} sparc/t-sparc"
3347 if test x$enable_targets = xall; then
3348 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
3349 tmake_file="${tmake_file} sparc/t-linux64"
3351 tm_file="${tm_file} sparc/linux.h"
3352 tmake_file="${tmake_file} sparc/t-linux"
3356 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h ${nbsd_tm_file} sparc/netbsd-elf.h"
3357 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
3358 extra_options="${extra_options} sparc/long-double-switch.opt"
3359 tmake_file="${tmake_file} sparc/t-sparc"
3362 tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sparc/tso.h"
3364 sparc64-*-* | sparcv9-*-*)
3365 tm_file="sparc/default64.h ${tm_file}"
3368 test x$with_cpu != x || with_cpu=v9
3371 tmake_file="${tmake_file} sparc/t-sparc sparc/t-sol2"
3374 tm_file="${tm_file} elfos.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
3375 tmake_file="${tmake_file} sparc/t-sparc sparc/t-vxworks"
3378 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
3379 extra_options="${extra_options}"
3380 tmake_file="${tmake_file} sparc/t-sparc"
3383 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
3384 extra_options="${extra_options}"
3385 tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
3388 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"
3389 extra_options="${extra_options} sparc/long-double-switch.opt"
3390 tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
3392 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3393 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
3394 extra_options="${extra_options} sparc/long-double-switch.opt"
3395 case "x$with_cpu" in
3397 x) with_cpu=ultrasparc ;;
3398 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3400 tmake_file="${tmake_file} sparc/t-sparc"
3403 tm_file="sparc/biarch64.h ${tm_file}"
3404 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h ${nbsd_tm_file} sparc/netbsd-elf.h"
3405 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
3406 extra_options="${extra_options} sparc/long-double-switch.opt"
3407 tmake_file="${tmake_file} sparc/t-sparc sparc/t-netbsd64"
3410 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h"
3411 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
3412 extra_options="${extra_options} openbsd.opt"
3413 extra_options="${extra_options}"
3416 tmake_file="${tmake_file} sparc/t-sparc"
3419 tm_file="elfos.h ${tm_file} c6x/elf-common.h c6x/elf.h"
3420 tm_file="${tm_file} dbxelf.h tm-dwarf2.h newlib-stdint.h"
3421 tmake_file="c6x/t-c6x c6x/t-c6x-elf"
3425 tm_file="elfos.h ${tm_file} gnu-user.h linux.h c6x/elf-common.h c6x/uclinux-elf.h"
3426 tm_file="${tm_file} dbxelf.h tm-dwarf2.h glibc-stdint.h"
3427 tm_file="${tm_file} ./sysroot-suffix.h"
3428 tmake_file="t-sysroot-suffix t-slibgcc"
3429 tmake_file="${tmake_file} c6x/t-c6x c6x/t-c6x-elf c6x/t-c6x-uclinux"
3433 tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}"
3434 tmake_file="${tmake_file} tilegx/t-tilegx"
3435 extra_objs="${extra_objs} mul-tables.o"
3436 c_target_objs="${c_target_objs} tilegx-c.o"
3437 cxx_target_objs="${cxx_target_objs} tilegx-c.o"
3438 extra_headers="feedback.h"
3441 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
3446 tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
3447 tmake_file="${tmake_file} tilepro/t-tilepro"
3448 extra_objs="${extra_objs} mul-tables.o"
3449 c_target_objs="${c_target_objs} tilepro-c.o"
3450 cxx_target_objs="${cxx_target_objs} tilepro-c.o"
3451 extra_headers="feedback.h"
3454 target_cpu_default="TARGET_CPU_generic"
3455 tm_file="dbxelf.h elfos.h v850/v850.h"
3456 tm_file="${tm_file} v850/rtems.h rtems.h newlib-stdint.h"
3457 tmake_file="${tmake_file} v850/t-v850"
3458 tmake_file="${tmake_file} v850/t-rtems"
3460 c_target_objs="v850-c.o"
3461 cxx_target_objs="v850-c.o"
3466 target_cpu_default="TARGET_CPU_v850e3v5"
3469 target_cpu_default="TARGET_CPU_v850e2v3"
3472 target_cpu_default="TARGET_CPU_v850e2"
3474 v850e1-*-* | v850es-*-*)
3475 target_cpu_default="TARGET_CPU_v850e1"
3478 target_cpu_default="TARGET_CPU_v850e"
3481 target_cpu_default="TARGET_CPU_generic"
3484 tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
3485 if test x$stabs = xyes
3487 tm_file="${tm_file} dbx.h"
3490 c_target_objs="v850-c.o"
3491 cxx_target_objs="v850-c.o"
3495 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h vax/elf.h vax/linux.h"
3496 extra_options="${extra_options} vax/elf.opt"
3499 tm_file="${tm_file} elfos.h ${nbsd_tm_file} vax/elf.h vax/netbsd-elf.h"
3500 extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
3501 tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1"
3504 tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-libpthread.h vax/openbsd.h"
3505 extra_options="${extra_options} openbsd.opt"
3509 tm_file="dbxelf.h elfos.h ${tm_file} visium/elf.h newlib-stdint.h"
3510 tmake_file="visium/t-visium visium/t-crtstuff"
3513 # For historical reasons, the target files omit the 'x'.
3514 tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h"
3515 tm_p_file=stormy16/stormy16-protos.h
3516 tm_d_file="elfos.h stormy16/stormy16.h"
3517 md_file=stormy16/stormy16.md
3518 out_file=stormy16/stormy16.c
3519 extra_options=stormy16/stormy16.opt
3520 tmake_file="stormy16/t-stormy16"
3523 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h"
3524 extra_options="${extra_options} xtensa/elf.opt"
3527 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h"
3528 tmake_file="${tmake_file} xtensa/t-xtensa"
3531 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/uclinux.h"
3532 tmake_file="${tmake_file} xtensa/t-xtensa"
3533 extra_options="${extra_options} xtensa/uclinux.opt"
3536 tm_file="mn10300/mn10300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h"
3541 tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
3542 c_target_objs="m32c-pragma.o"
3543 cxx_target_objs="m32c-pragma.o"
3546 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
3547 c_target_objs="m32c-pragma.o"
3548 cxx_target_objs="m32c-pragma.o"
3551 echo "*** Configuration ${target} not supported" 1>&2
3557 i[34567]86-*-linux* | x86_64-*-linux*)
3558 tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
3560 i[34567]86-*-* | x86_64-*-*)
3561 tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
3563 powerpc*-*-* | rs6000-*-*)
3564 tm_file="${tm_file} ${cpu_type}/option-defaults.h"
3570 tmake_file="${tmake_file} t-musl"
3573 tmake_file="${tmake_file} t-uclibc"
3577 # Assume the existence of indirect function support and allow the use of the
3578 # resolver attribute.
3580 *-*-linux*android*|*-*-linux*uclibc*|*-*-linux*musl*)
3582 *-*-kfreebsd*-gnu | *-*-kopensolaris*-gnu)
3584 *-*-linux* | *-*-gnu*)
3586 aarch64*-* | arm*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
3587 default_gnu_indirect_function=yes
3593 # Build mkoffload tool
3595 *-intelmic-* | *-intelmicemul-*)
3596 tmake_file="${tmake_file} i386/t-intelmic"
3597 tm_file="${tm_file} i386/intelmic-offload.h"
3601 if [ "$target_has_targetcm" = "no" ]; then
3602 c_target_objs="$c_target_objs default-c.o"
3603 cxx_target_objs="$cxx_target_objs default-c.o"
3606 if [ "$common_out_file" = "" ]; then
3607 if [ "$target_has_targetm_common" = "yes" ]; then
3608 common_out_file="$cpu_type/$cpu_type-common.c"
3610 common_out_file="default-common.c"
3614 if [ "$target_has_targetdm" = "no" ]; then
3615 d_target_objs="$d_target_objs default-d.o"
3618 # Support for --with-cpu and related options (and a few unrelated options,
3622 echo "--with-cpu must be passed a value" 1>&2
3627 # Set arch and cpu from ${target} and ${target_noncanonical}. Set cpu
3628 # to generic if there is no processor scheduler model for the target.
3631 arch_without_sse2=no
3632 arch_without_64bit=no
3635 if test $fbsd_major -ge 6; then
3641 arch_without_sse2=yes
3642 arch_without_64bit=yes
3647 arch_without_sse2=yes
3648 arch_without_64bit=yes
3653 arch_without_sse2=yes
3654 arch_without_64bit=yes
3659 arch_without_sse2=yes
3660 arch_without_64bit=yes
3663 arch_without_sse2=yes
3664 arch_without_64bit=yes
3665 case ${target_noncanonical} in
3678 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
3688 i686-*-* | i786-*-*)
3689 case ${target_noncanonical} in
3726 amdfam10-*|barcelona-*)
3730 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3734 k8-*|opteron-*|athlon64-*|athlon_fx-*)
3738 athlon_xp-*|athlon_mp-*|athlon_4-*)
3741 arch_without_sse2=yes
3742 arch_without_64bit=yes
3744 athlon_tbird-*|athlon-*)
3747 arch_without_sse2=yes
3752 arch_without_sse2=yes
3757 arch_without_sse2=yes
3759 pentium3-*|pentium3m-*)
3762 arch_without_sse2=yes
3764 pentium4-*|pentium4m-*)
3803 arch_without_sse2=yes
3808 arch_without_sse2=yes
3809 arch_without_64bit=yes
3814 case ${target_noncanonical} in
3851 amdfam10-*|barcelona-*)
3855 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3859 k8-*|opteron-*|athlon_64-*)
3891 # If there is no $with_cpu option, try to infer one from ${target}.
3892 # This block sets nothing except for with_cpu.
3893 if test x$with_cpu = x ; then
3895 i[34567]86-*-elfiamcu)
3898 i[34567]86-*-*|x86_64-*-*)
3916 frv-*-*linux* | frv400-*-*linux*)
3923 case "$with_arch" in
3925 with_cpu=${default_cf_cpu}
3928 with_cpu=m${default_m68k_cpu}
3944 with_cpu="`echo ${target} | sed 's/-.*$//'`"
3953 # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
3955 i[34567]86-*-*|x86_64-*-*)
3956 if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
3957 if test x$with_cpu_32 = x; then
3958 with_cpu_32=$with_cpu
3960 if test x$with_cpu_64 = x; then
3961 with_cpu_64=$with_cpu
3969 # Support for --with-arch and related options (and a few unrelated options,
3971 case ${with_arch} in
3973 echo "--with-arch must be passed a value" 1>&2
3978 # If there is no $with_arch option, try to infer one from ${target}.
3979 # This block sets nothing except for with_arch.
3980 if test x$with_arch = x ; then
3982 i[34567]86-*-darwin*|x86_64-*-darwin*)
3983 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3984 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3986 i[34567]86-*-elfiamcu)
3990 # --with-fpmath sets the default ISA to SSE2, which is the same
3991 # ISA supported by Pentium 4.
3992 if test x$with_fpmath = x || test $arch_without_sse2 = no; then
4001 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
4009 # Avoid overriding --with-arch-32 and --with-arch-64 values.
4011 i[34567]86-*-darwin*|x86_64-*-darwin*)
4012 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
4013 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
4015 i[34567]86-*-*|x86_64-*-*)
4016 if test x$with_arch_32 != x || test x$with_arch_64 != x; then
4017 if test x$with_arch_32 = x; then
4018 with_arch_32=$with_arch
4020 if test x$with_arch_64 = x; then
4021 if test $arch_without_64bit = yes; then
4022 # Set the default 64bit arch to x86-64 if the default arch
4023 # doesn't support 64bit.
4026 with_arch_64=$with_arch
4030 elif test $arch_without_64bit$need_64bit_isa = yesyes; then
4031 # Set the default 64bit arch to x86-64 if the default arch
4032 # doesn't support 64bit and we need 64bit ISA.
4033 with_arch_32=$with_arch
4041 # Infer a default setting for --with-float.
4042 if test x$with_float = x; then
4044 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
4045 # The R5900 doesn't support 64-bit float. 32-bit float doesn't
4046 # comply with IEEE 754.
4052 # Infer a default setting for --with-fpu.
4053 if test x$with_fpu = x; then
4055 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
4056 # The R5900 FPU only supports single precision.
4062 # Support --with-fpmath.
4063 if test x$with_fpmath != x; then
4065 i[34567]86-*-* | x86_64-*-*)
4066 case ${with_fpmath} in
4068 tm_file="${tm_file} i386/avxmath.h"
4071 tm_file="${tm_file} i386/ssemath.h"
4074 echo "Invalid --with-fpmath=$with_fpmath" 1>&2
4080 echo "--with-fpmath isn't supported for $target." 1>&2
4086 # Similarly for --with-schedule.
4087 if test x$with_schedule = x; then
4090 # Override default PA8000 scheduling model.
4091 with_schedule=7100LC
4096 # Infer a default setting for --with-llsc.
4097 if test x$with_llsc = x; then
4100 # The kernel emulates LL and SC where necessary.
4103 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
4104 # The R5900 doesn't support LL(D) and SC(D).
4110 # Validate and mark as valid any --with options supported
4111 # by this target. In order to use a particular --with option
4112 # you must list it in supported_defaults; validating the value
4113 # is optional. This case statement should set nothing besides
4114 # supported_defaults.
4119 supported_defaults="abi cpu cpu_64 arch arch_64 tune tune_64"
4120 if test x$with_cpu_64 != x && test x$with_cpu = x; then
4121 with_cpu=$with_cpu_64
4123 if test x$with_arch_64 != x && test x$with_arch = x; then
4124 with_arch=$with_arch_64
4126 if test x$with_tune_64 != x && test x$with_tune = x; then
4127 with_tune=$with_tune_64
4129 for which in cpu arch tune; do
4130 eval "val=\$with_$which"
4131 base_val=`echo $val | sed -e 's/\+.*//'`
4132 ext_val=`echo $val | sed -e 's/[a-z0-9.-]\+//'`
4134 if [ $which = arch ]; then
4135 def=aarch64-arches.def
4136 pattern=AARCH64_ARCH
4138 def=aarch64-cores.def
4139 pattern=AARCH64_CORE
4142 ext_mask=AARCH64_CPU_DEFAULT_FLAGS
4144 # Find the base CPU or ARCH id in aarch64-cores.def or
4145 # aarch64-arches.def
4146 if [ x"$base_val" = x ] \
4147 || grep "^$pattern(\"$base_val\"," \
4148 ${srcdir}/config/aarch64/$def \
4151 if [ $which = arch ]; then
4152 base_id=`grep "^$pattern(\"$base_val\"," \
4153 ${srcdir}/config/aarch64/$def | \
4154 sed -e 's/^[^,]*,[ ]*//' | \
4156 # Extract the architecture flags from aarch64-arches.def
4157 ext_mask=`grep "^$pattern(\"$base_val\"," \
4158 ${srcdir}/config/aarch64/$def | \
4162 base_id=`grep "^$pattern(\"$base_val\"," \
4163 ${srcdir}/config/aarch64/$def | \
4164 sed -e 's/^[^,]*,[ ]*//' | \
4168 # Disallow extensions in --with-tune=cortex-a53+crc.
4169 if [ $which = tune ] && [ x"$ext_val" != x ]; then
4170 echo "Architecture extensions not supported in --with-$which=$val" 1>&2
4174 # Use the pre-processor to strip flatten the options.
4175 # This makes the format less rigid than if we use
4176 # grep and sed directly here.
4177 opt_macro="AARCH64_OPT_EXTENSION(A, B, C, D, E, F)=A, B, C, D, E, F"
4178 options_parsed="`$ac_cv_prog_CPP -D"$opt_macro" -x c \
4179 ${srcdir}/config/aarch64/aarch64-option-extensions.def`"
4181 # Match one element inside AARCH64_OPT_EXTENSION, we
4182 # consume anything that's not a ,.
4183 elem="[ ]*\([^,]\+\)[ ]*"
4185 # Repeat the pattern for the number of entries in the
4186 # AARCH64_OPT_EXTENSION, currently 6 times.
4187 sed_patt="^$elem,$elem,$elem,$elem,$elem,$elem"
4189 while [ x"$ext_val" != x ]
4191 ext_val=`echo $ext_val | sed -e 's/\+//'`
4192 ext=`echo $ext_val | sed -e 's/\+.*//'`
4193 base_ext=`echo $ext | sed -e 's/^no//'`
4194 opt_line=`echo -e "$options_parsed" | \
4195 grep "^\"$base_ext\""`
4197 if [ x"$base_ext" = x ] \
4198 || [[ -n $opt_line ]]; then
4200 # These regexp extract the elements based on
4201 # their group match index in the regexp.
4202 ext_canon=`echo -e "$opt_line" | \
4203 sed -e "s/$sed_patt/\2/"`
4204 ext_on=`echo -e "$opt_line" | \
4205 sed -e "s/$sed_patt/\3/"`
4206 ext_off=`echo -e "$opt_line" | \
4207 sed -e "s/$sed_patt/\4/"`
4209 if [ $ext = $base_ext ]; then
4211 ext_mask="("$ext_mask") | ("$ext_on" | "$ext_canon")"
4213 # Removing extension
4214 ext_mask="("$ext_mask") & ~("$ext_off" | "$ext_canon")"
4219 echo "Unknown extension used in --with-$which=$val" 1>&2
4222 ext_val=`echo $ext_val | sed -e 's/[a-z0-9]\+//'`
4225 ext_mask="(("$ext_mask") << 6)"
4226 if [ x"$base_id" != x ]; then
4227 target_cpu_cname="TARGET_CPU_$base_id | $ext_mask"
4231 # Allow --with-$which=native.
4232 if [ "$val" = native ]; then
4235 echo "Unknown $which used in --with-$which=$val" 1>&2
4243 supported_defaults="cpu tune"
4244 for which in cpu tune; do
4245 eval "val=\$with_$which"
4248 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
4249 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
4253 echo "Unknown CPU used in --with-$which=$val" 1>&2
4261 supported_defaults="cpu"
4263 if [ x"$with_cpu" = x ] \
4264 || grep "^ARC_CPU ($with_cpu," \
4265 ${srcdir}/config/arc/arc-cpus.def \
4270 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4276 supported_defaults="cpu endian float"
4280 supported_defaults="arch cpu float tune fpu abi mode tls"
4281 for which in cpu tune arch; do
4282 # See if it matches a supported value
4283 eval "val=\$with_$which"
4284 if [ x"$val" != x ]; then
4285 cpu=`awk -f ${srcdir}/config/arm/parsecpu.awk \
4286 -v cmd="chk$which $val" \
4287 ${srcdir}/config/arm/arm-cpus.in`
4288 if [ "$cpu" = "error" ]; then
4289 echo "Unknown target in --with-$which=$val" 1>&2
4293 eval "target_${which}_cname=$new_val"
4294 echo "For $val real value is $new_val"
4299 case "$with_float" in
4301 | soft | hard | softfp)
4305 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
4310 # see if --with-fpu matches any of the supported FPUs
4311 if [ x"$with_fpu" != x ] ; then
4313 fpu=`awk -f ${srcdir}/config/arm/parsecpu.awk \
4314 -v cmd="chkfpu $val" \
4315 ${srcdir}/config/arm/arm-cpus.in`
4316 if [ "$fpu" = "error" ]
4318 echo "Unknown target in --with-fpu=$val" 1>&2
4325 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
4329 echo "Unknown ABI used in --with-abi=$with_abi"
4334 case "$with_mode" in
4340 echo "Unknown mode used in --with-mode=$with_mode"
4351 echo "Unknown TLS method used in --with-tls=$with_tls" 1>&2
4356 if test "x$with_arch" != x && test "x$with_cpu" != x; then
4357 echo "Switch \"--with-arch\" may not be used with switch \"--with-cpu\"" 1>&2
4361 if test "x$with_cpu" != x && test "x$with_tune" != x; then
4362 echo "Switch \"--with-tune\" may not be used with switch \"--with-cpu\"" 1>&2
4366 # Add extra multilibs
4367 if test "x$with_multilib_list" != x; then
4369 arm_multilibs=`echo $with_multilib_list | sed -e 's/,/ /g'`
4370 if test "x${arm_multilibs}" != xdefault ; then
4371 for arm_multilib in ${arm_multilibs}; do
4372 case ${arm_multilib} in
4374 tmake_profile_file="arm/t-multilib"
4377 ml=`echo "X$arm_multilib" | sed '1s,^X@,,'`
4378 if test -f "${srcdir}/config/arm/${ml}"; then
4379 tmake_file="${tmake_file} arm/${ml}"
4381 echo "Error: ${ml} does not exist in ${srcdir}/config/arm" >&2
4386 echo "Error: --with-multilib-list=${with_multilib_list} not supported." 1>&2
4393 if test "x${tmake_profile_file}" != x ; then
4394 # arm/t-aprofile and arm/t-rmprofile are only
4395 # designed to work without any with-cpu,
4396 # with-arch, with-mode, with-fpu or with-float
4398 if test "x$with_arch" != x \
4399 || test "x$with_cpu" != x \
4400 || test "x$with_float" != x \
4401 || test "x$with_fpu" != x \
4402 || test "x$with_mode" != x ; then
4403 echo "Error: You cannot use any of --with-arch/cpu/fpu/float/mode with --with-multilib-list=${with_multilib_list}" 1>&2
4405 elif test "x$ml" != x ; then
4406 echo "Error: You cannot use builtin multilib profiles along with custom ones" 1>&2
4409 # But pass the default value for float-abi
4410 # through to the multilib selector
4412 tmake_file="${tmake_file} ${tmake_profile_file}"
4413 TM_MULTILIB_CONFIG="$with_multilib_list"
4416 target_cpu_cname=${target_cpu_cname:-arm7tdmi}
4417 with_cpu=${with_cpu:-$target_cpu_cname}
4421 supported_defaults=cpu
4426 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4432 fido-*-* | m68k*-*-*)
4433 supported_defaults="arch cpu"
4434 case "$with_arch" in
4436 m68k_arch_family="$with_arch"
4439 echo "Invalid --with-arch=$with_arch" 1>&2
4444 # We always have a $with_cpu setting here.
4446 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
4447 m68k_cpu_ident=$with_cpu
4450 m68k_cpu_ident=m68020
4451 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
4454 m68k_cpu_ident=m68020
4455 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
4458 # We need the C identifier rather than the string.
4459 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
4460 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
4461 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
4462 ${srcdir}/config/m68k/m68k-devices.def`
4463 if [ x"$m68k_cpu_ident" = x ] ; then
4464 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
4467 with_cpu="mcpu=$with_cpu"
4473 supported_defaults="arch tune"
4475 for which in arch tune; do
4476 eval "val=\$with_$which"
4478 "" | fiji | gfx900 | gfx906 )
4482 echo "Unknown cpu used in --with-$which=$val." 1>&2
4487 [ "x$with_arch" = x ] && with_arch=fiji
4491 supported_defaults="arch schedule"
4493 case "$with_arch" in
4494 "" | 1.0 | 1.1 | 2.0)
4498 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
4503 case "$with_schedule" in
4504 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
4508 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
4514 i[34567]86-*-* | x86_64-*-*)
4515 supported_defaults="abi arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
4516 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
4517 eval "val=\$with_$which"
4518 case " $x86_archs " in
4526 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
4535 if test x${val} != x; then
4536 case " $x86_64_archs " in
4538 # Disallow x86-64-v* for --with-cpu=/--with-tune=
4539 case "x$which$val" in
4540 xcpu*x86-64-v*|xtune*x86-64-v*)
4541 echo "Unknown CPU given in --with-$which=$val." 1>&2
4550 # Allow $x86_cpus --with-cpu=/--with-tune=
4553 case " $x86_cpus " in
4558 echo "Unknown CPU given in --with-$which=$val." 1>&2
4564 echo "Unknown CPU given in --with-$which=$val." 1>&2
4577 supported_defaults="abi arch tune riscv_attribute isa_spec"
4580 riscv-* | riscv32*) xlen=32 ;;
4581 riscv64*) xlen=64 ;;
4582 *) echo "Unsupported RISC-V target ${target}" 1>&2; exit 1 ;;
4585 case "${with_isa_spec}" in
4587 tm_defines="${tm_defines} TARGET_DEFAULT_ISA_SPEC=ISA_SPEC_CLASS_2P2"
4590 tm_defines="${tm_defines} TARGET_DEFAULT_ISA_SPEC=ISA_SPEC_CLASS_20191213"
4593 tm_defines="${tm_defines} TARGET_DEFAULT_ISA_SPEC=ISA_SPEC_CLASS_20190608"
4596 echo "--with-isa-spec only accept 2.2, 20191213, 201912, 20190608 or 201906" 1>&2
4600 case "${with_riscv_attribute}" in
4602 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=1"
4605 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=0"
4608 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=1"
4611 echo "--with-riscv-attribute=${with_riscv_attribute} is not supported. The argument must begin with yes, no or default." 1>&2
4617 # Infer arch from --with-arch, --target, and --with-abi.
4618 case "${with_arch}" in
4619 rv32e* | rv32i* | rv32g* | rv64i* | rv64g*)
4623 # Infer XLEN, but otherwise assume GC.
4624 case "${with_abi}" in
4625 ilp32e) with_arch="rv32e" ;;
4626 ilp32 | ilp32f | ilp32d) with_arch="rv32gc" ;;
4627 lp64 | lp64f | lp64d) with_arch="rv64gc" ;;
4628 *) with_arch="rv${xlen}gc" ;;
4632 echo "--with-arch=${with_arch} is not supported. The argument must begin with rv32e, rv32i, rv32g, rv64i, or rv64g." 1>&2
4636 PYTHON=`which python || which python3 || which python2`
4637 if test "x${PYTHON}" != x; then
4638 with_arch=`${PYTHON} ${srcdir}/config/riscv/arch-canonicalize ${with_arch}`
4640 tm_defines="${tm_defines} TARGET_RISCV_DEFAULT_ARCH=${with_arch}"
4642 # Make sure --with-abi is valid. If it was not specified,
4643 # pick a default based on the ISA, preferring soft-float
4644 # unless the D extension is present.
4645 case "${with_abi}" in
4646 ilp32 | ilp32e | ilp32f | ilp32d | lp64 | lp64f | lp64d)
4649 case "${with_arch}" in
4650 rv32*d* | rv32g*) with_abi=ilp32d ;;
4651 rv32e*) with_abi=ilp32e ;;
4652 rv32*) with_abi=ilp32 ;;
4653 rv64*d* | rv64g*) with_abi=lp64d ;;
4654 rv64*) with_abi=lp64 ;;
4658 echo "--with-abi=${with_abi} is not supported" 1>&2
4662 tm_defines="${tm_defines} TARGET_RISCV_DEFAULT_ABI=${with_abi}"
4664 # Make sure ABI and ISA are compatible.
4665 case "${with_abi},${with_arch}" in
4666 ilp32,rv32* | ilp32e,rv32e* \
4667 | ilp32f,rv32*f* | ilp32f,rv32g* \
4668 | ilp32d,rv32*d* | ilp32d,rv32g* \
4670 | lp64f,rv64*f* | lp64f,rv64g* \
4671 | lp64d,rv64*d* | lp64d,rv64g*)
4674 echo "--with-abi=${with_abi} is not supported for ISA ${with_arch}" 1>&2
4678 # Handle --with-multilib-generator.
4679 if test "x${with_multilib_generator}" != xdefault; then
4680 if test "x${with_multilib_list}" != xdefault; then
4681 echo "--with-multilib-list= can't used with --with-multilib-generator= at same time" 1>&2
4686 if ${srcdir}/config/riscv/multilib-generator \
4687 `echo ${with_multilib_generator} | sed 's/;/ /g'`\
4688 > t-multilib-config;
4690 tmake_file="${tmake_file} riscv/t-withmultilib-generator"
4692 echo "invalid option for --with-multilib-generator" 1>&2
4697 echo "--with-multilib-generator= is not supported for ${target}, only supported for riscv*-*-elf*" 1>&2
4703 # Handle --with-multilib-list.
4704 if test "x${with_multilib_list}" != xdefault; then
4705 tmake_file="${tmake_file} riscv/t-withmultilib"
4707 case ${with_multilib_list} in
4708 ilp32 | ilp32f | ilp32d \
4709 | lp64 | lp64f | lp64d )
4710 TM_MULTILIB_CONFIG="${with_arch},${with_multilib_list}"
4713 echo "--with-multilib-list=${with_multilib_list} not supported."
4720 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"
4722 case ${with_float} in
4727 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
4733 "" | single | double)
4737 echo "Unknown fpu type used in --with-fpu=$with_fpu" 1>&2
4747 echo "Unknown NaN encoding used in --with-nan=$with_nan" 1>&2
4752 case ${with_fp_32} in
4757 echo "Unknown FP mode used in --with-fp-32=$with_fp_32" 1>&2
4762 case ${with_odd_spreg_32} in
4764 with_odd_spreg_32="odd-spreg"
4767 with_odd_spreg_32="no-odd-spreg"
4773 echo "Unknown odd-spreg-32 type used in --with-odd-spreg-32=$with_odd_spreg_32" 1>&2
4779 "" | 32 | o64 | n32 | 64 | eabi)
4783 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
4788 case ${with_divide} in
4789 "" | breaks | traps)
4793 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
4798 case ${with_llsc} in
4809 echo "Unknown llsc type used in --with-llsc" 1>&2
4814 case ${with_mips_plt} in
4819 with_mips_plt=no-plt
4824 echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
4829 case ${with_synci} in
4839 echo "Unknown synci type used in --with-synci" 1>&2
4844 case ${with_lxc1_sxc1} in
4846 with_lxc1_sxc1=lxc1-sxc1
4849 with_lxc1_sxc1=no-lxc1-sxc1
4854 echo "Unknown lxc1-sxc1 type used in --with-lxc1-sxc1" 1>&2
4859 case ${with_madd4} in
4869 echo "Unknown madd4 type used in --with-madd4" 1>&2
4876 supported_defaults="arch cpu nds32_lib float fpu_config"
4878 # process --with-arch
4879 case "${with_arch}" in
4881 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=0"
4885 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=0"
4888 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=1"
4891 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=2"
4895 echo "Cannot accept --with-arch=$with_arch, available values are: v2 v2j v3 v3m v3f v3s" 1>&2
4900 case "${with_cpu}" in
4904 n6 | n7 |n8 | e8 | s8 | n9 | n10 | d10 | n12 | n13 | n15)
4908 echo "Cannot accept --with-cpu=$with_cpu, available values are: n6 n7 n8 e8 s8 n9 n10 d10 n12 n13 n15" 1>&2
4913 # process --with-nds32-lib
4914 case "${with_nds32_lib}" in
4918 with_nds32_lib=ulibc
4921 with_nds32_lib=glibc
4924 with_nds32_lib=newlib
4925 tm_defines="${tm_defines} TARGET_DEFAULT_CTOR_DTOR=1"
4931 tm_defines="${tm_defines} TARGET_DEFAULT_CTOR_DTOR=1"
4935 # for the arch=v3f or arch=v3s under mculib toolchain,
4936 # we would like to set -fno-math-errno as default
4937 case "${with_arch}" in
4939 tm_defines="${tm_defines} TARGET_DEFAULT_NO_MATH_ERRNO=1"
4947 echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: newlib mculib glibc uclibc" 1>&2
4952 # process --with-float
4953 case "${with_float}" in
4958 echo "Cannot accept --with-float=$with_float, available values are: soft hard" 1>&2
4963 # process --with-config-fpu
4964 case "${with_config_fpu}" in
4969 echo "Cannot accept --with-config-fpu=$with_config_fpu, available values from 0 to 7" 1>&2
4977 supported_defaults="arch"
4978 case "$with_arch" in
4983 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
4989 powerpc*-*-* | rs6000-*-*)
4990 supported_defaults="abi cpu cpu_32 cpu_64 float tune tune_32 tune_64 advance_toolchain"
4992 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
4993 eval "val=\$with_$which"
4995 default32 | default64)
5000 echo "$val only valid for --with-cpu and --with-tune." 1>&2
5004 with_which="with_$which"
5008 tm_defines="${tm_defines} CONFIG_PPC405CR"
5009 eval "with_$which=405"
5011 "" | common | native \
5012 | power[3456789] | power10 | power5+ | power6x \
5013 | powerpc | powerpc64 | powerpc64le \
5015 | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
5016 | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \
5017 | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
5018 | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | e5500 | e6500 \
5019 | titan | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
5023 echo "Unknown cpu used in --with-$which=$val." 1>&2
5030 "" | elfv1 | elfv2 )
5034 echo "Unknown ABI used in --with-abi=$with_abi"
5039 if test "x$with_advance_toolchain" != x; then
5040 if test -d "/opt/$with_advance_toolchain/." -a \
5041 -d "/opt/$with_advance_toolchain/bin/." -a \
5042 -d "/opt/$with_advance_toolchain/include/."; then
5044 tm_file="$tm_file ./advance-toolchain.h"
5045 (at="/opt/$with_advance_toolchain"
5046 echo "/* Use Advance Toolchain $at */"
5048 echo "#undef LINK_OS_EXTRA_SPEC32"
5049 echo "#define LINK_OS_EXTRA_SPEC32" \
5050 "\"%(link_os_new_dtags)" \
5051 "-rpath $prefix/lib -rpath $at/lib\""
5053 echo "#undef LINK_OS_EXTRA_SPEC64"
5054 echo "#define LINK_OS_EXTRA_SPEC64" \
5055 "\"%(link_os_new_dtags)" \
5056 "-rpath $prefix/lib64 -rpath $at/lib64\""
5058 echo "#undef LINK_OS_NEW_DTAGS_SPEC"
5059 echo "#define LINK_OS_NEW_DTAGS_SPEC" \
5060 "\"--enable-new-dtags\""
5062 echo "#undef DYNAMIC_LINKER_PREFIX"
5063 echo "#define DYNAMIC_LINKER_PREFIX \"$at\""
5065 echo "#undef MD_EXEC_PREFIX"
5066 echo "#define MD_EXEC_PREFIX \"$at/bin/\""
5068 echo "#undef MD_STARTFILE_PREFIX"
5069 echo "#define MD_STARTFILE_PREFIX \"$prefix/lib/\""
5071 echo "#undef MD_STARTFILE_PREFIX_1"
5072 echo "#define MD_STARTFILE_PREFIX_1 \"$at/lib/\"") \
5073 > advance-toolchain.h
5075 echo "Unknown advance-toolchain $with_advance_toolchain"
5080 # Set up the default long double format if the user changed it.
5081 if test x$with_long_double_format = xieee; then
5082 tm_defines="${tm_defines} TARGET_IEEEQUAD_DEFAULT=1"
5084 elif test x$with_long_double_format = xibm; then
5085 tm_defines="${tm_defines} TARGET_IEEEQUAD_DEFAULT=0"
5090 supported_defaults="arch mode tune"
5092 for which in arch tune; do
5093 eval "val=\$with_$which"
5095 "" | native | z900 | z990 | z9-109 | z9-ec | z10 | z196 | zEC12 | z13 | z14 | z15 | arch5 | arch6 | arch7 | arch8 | arch9 | arch10 | arch11 | arch12 | arch13 | arch14 )
5099 echo "Unknown cpu used in --with-$which=$val." 1>&2
5105 case ${with_mode} in
5110 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
5116 sh[123456ble]*-*-* | sh-*-*)
5117 supported_defaults="cpu"
5118 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
5119 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
5122 m2a | m2a-single | m2a-single-only | m2a-nofpu)
5124 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
5127 echo "Unknown CPU used in --with-cpu=$with_cpu, known values:" 1>&2
5128 echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
5129 echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
5130 echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
5136 supported_defaults="cpu cpu_32 cpu_64 float tune tune_32 tune_64"
5138 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
5139 eval "val=\$with_$which"
5141 "" | sparc | sparcv9 | sparc64 \
5143 | v8 | supersparc | hypersparc | leon | leon3 | leon3v7 \
5144 | sparclite | f930 | f934 | sparclite86x \
5145 | sparclet | tsc701 \
5146 | v9 | ultrasparc | ultrasparc3 | niagara | niagara2 \
5147 | niagara3 | niagara4 | niagara7 | m8)
5151 echo "Unknown cpu used in --with-$which=$val" 1>&2
5157 case ${with_float} in
5162 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
5169 supported_defaults="arch"
5171 case ${with_arch} in
5172 "" | c62x | c64x | c64x+ | c67x | c67x+ | c674x)
5176 echo "Unknown arch used in --with-arch=$with_arch." 1>&2
5183 supported_defaults=cpu
5185 "" | v850e | v850e1 | v850e2 | v850es | v850e2v3 | v850e3v5)
5189 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
5195 supported_defaults="cpu"
5199 *) echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
5206 # Targets for which there is at least one VxWorks port should include
5207 # vxworks-dummy.h to allow safe references to various TARGET_VXWORKS kinds
5208 # of markers from other files in the port, including the vxworks*.h files to
5209 # distinguish VxWorks variants such as VxWorks 7 or 64).
5212 arm*-*-* | i[34567]86-*-* | mips*-*-* | powerpc*-*-* | sh*-*-* \
5213 | sparc*-*-* | x86_64-*-*)
5214 tm_file="vxworks-dummy.h ${tm_file}"
5218 # Set some miscellaneous flags for particular targets.
5219 target_cpu_default2=
5222 if test x"$target_cpu_cname" != x
5224 target_cpu_default2=$target_cpu_cname
5229 if test x$with_cpu = x
5231 echo "Don't know the target cpu" 1>&2
5234 target_cpu_default2="\\\"$with_cpu\\\""
5239 if test x$gas = xyes
5241 target_cpu_default2="MASK_GAS"
5245 fido*-*-* | m68k*-*-*)
5246 target_cpu_default2=$m68k_cpu_ident
5247 tmake_file="m68k/t-opts $tmake_file"
5248 if [ x"$m68k_arch_family" != x ]; then
5249 tmake_file="m68k/t-$m68k_arch_family $tmake_file"
5253 i[34567]86-*-darwin* | x86_64-*-darwin*)
5255 i[34567]86-*-linux* | x86_64-*-linux*)
5256 extra_objs="${extra_objs} gnu-property.o"
5257 tmake_file="$tmake_file i386/t-linux i386/t-gnu-property"
5259 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu)
5260 tmake_file="$tmake_file i386/t-kfreebsd"
5263 tmake_file="$tmake_file i386/t-gnu"
5265 i[34567]86-*-msdosdjgpp*)
5266 tmake_file="${tmake_file} i386/t-djgpp"
5268 i[34567]86-*-solaris2* | x86_64-*-solaris2*)
5270 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
5272 i[34567]86-*-mingw* | x86_64-*-mingw*)
5274 i[34567]86-*-dragonfly* | x86_64-*-dragonfly*)
5276 i[34567]86-*-freebsd*)
5279 tmake_file="${tmake_file} i386/t-freebsd64"
5285 if test x$gnu_ld = xyes
5287 target_cpu_default2="MASK_SPLIT_ADDRESSES"
5291 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
5294 if test x$with_arch != x; then
5295 default_mips_arch=$with_arch
5297 if test x$with_abi != x; then
5298 default_mips_abi=$with_abi
5300 case ${default_mips_arch} in
5301 mips1) tm_defines="$tm_defines MIPS_ISA_DEFAULT=1" ;;
5302 mips2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=2" ;;
5303 mips3) tm_defines="$tm_defines MIPS_ISA_DEFAULT=3" ;;
5304 mips4) tm_defines="$tm_defines MIPS_ISA_DEFAULT=4" ;;
5305 mips32) tm_defines="$tm_defines MIPS_ISA_DEFAULT=32" ;;
5306 mips32r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=33" ;;
5307 mips32r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=37" ;;
5308 mips64) tm_defines="$tm_defines MIPS_ISA_DEFAULT=64" ;;
5309 mips64r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=65" ;;
5310 mips64r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=69" ;;
5312 case ${default_mips_abi} in
5313 32) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_32" ;;
5314 o64) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_O64" ;;
5315 n32) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_N32" ;;
5316 64) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_64" ;;
5317 eabi) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_EABI" ;;
5319 tmake_file="mips/t-mips $tmake_file"
5322 powerpc*-*-* | rs6000-*-*)
5323 # FIXME: The PowerPC port uses the value set at compile time,
5324 # although it's only cosmetic.
5325 if test "x$with_cpu" != x
5327 target_cpu_default2="\\\"$with_cpu\\\""
5329 out_file="${cpu_type}/${cpu_type}.c"
5330 c_target_objs="${c_target_objs} ${cpu_type}-c.o"
5331 cxx_target_objs="${cxx_target_objs} ${cpu_type}-c.o"
5332 d_target_objs="${d_target_objs} ${cpu_type}-d.o"
5333 tmake_file="${cpu_type}/t-${cpu_type} ${tmake_file}"
5336 sh[123456ble]*-*-* | sh-*-*)
5337 c_target_objs="${c_target_objs} sh-c.o"
5338 cxx_target_objs="${cxx_target_objs} sh-c.o"
5342 # Some standard aliases.
5347 xsparcv9 | xsparc64)
5352 if test x$with_tune = x ; then
5363 # The SPARC port checks this value at compile-time.
5364 target_cpu_default2="TARGET_CPU_$with_cpu"
5368 case "x$with_cpu" in
5371 xv850e | xv850e1 | xv850e2 | xv850e2v3 | xv850e3v5)
5372 target_cpu_default2="TARGET_CPU_$with_cpu"
5375 target_cpu_default2="TARGET_CPU_v850e1"
5380 target_cpu_default2="TARGET_CPU_$with_cpu"
5385 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"
5386 for option in $all_defaults
5388 eval "val=\$with_"`echo $option | sed s/-/_/g`
5389 if test -n "$val"; then
5390 case " $supported_defaults " in
5394 echo "This target does not support --with-$option." 2>&1
5395 echo "Valid --with options are: $supported_defaults" 2>&1
5402 t="{ \"$option\", \"$val\" }"
5404 t="${t}, { \"$option\", \"$val\" }"
5411 configure_default_options="{ { NULL, NULL} }"
5413 configure_default_options="{ ${t} }"
5416 if test "$target_cpu_default2" != ""
5418 if test "$target_cpu_default" != ""
5420 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
5422 target_cpu_default=$target_cpu_default2
5427 i[34567]86-*-* | x86_64-*-*)
5428 if test x$enable_as_accelerator = xyes; then
5429 extra_programs="mkoffload\$(exeext)"