OSDN Git Service

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