OSDN Git Service

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