OSDN Git Service

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