OSDN Git Service

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