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