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