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