OSDN Git Service

36297feb4983037c2d5477b1550bdbddcdc3d6a6
[pf3gnuchains/gcc-fork.git] / libgcc / config.host
1 # libgcc host-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free
9 #Software Foundation; either version 3, or (at your option) any later
10 #version.
11
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
13 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 #FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 #for more details.
16
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING3.  If not see
19 #<http://www.gnu.org/licenses/>.
20
21 # This is the libgcc host-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 host-specific information.
26
27 # This file bears an obvious resemblance to gcc/config.gcc.  The cases
28 # should be kept similar, to ease moving library-specific settings
29 # from config.gcc to this file.  That is also why tmake_file is
30 # left as tmake_file, rather than hmake_file, even though this library
31 # switches on ${host}.
32
33 # This file switches on the shell variable ${host}, and also uses the
34 # following shell variables:
35 #
36 #  with_*               Various variables as set by configure.
37
38 # This file sets the following shell variables for use by the
39 # autoconf-generated configure script:
40 #
41 #  asm_hidden_op        The assembler pseudo-op to use for hide
42 #                       lists for object files implemented in
43 #                       assembly (with -fvisibility=hidden for C).
44 #                       The default is ".hidden".
45 #  cpu_type             The name of the cpu, if different from the first
46 #                       chunk of the canonical host name.
47 #  enable_execute_stack The name of a source file implementing
48 #                       __enable_execute_stack.
49 #  extra_parts          List of extra object files that should be compiled
50 #                       for this target machine.  This may be overridden
51 #                       by setting EXTRA_PARTS in a tmake_file fragment.
52 #                       If either is set, EXTRA_PARTS and
53 #                       EXTRA_MULTILIB_PARTS inherited from the GCC
54 #                       subdirectory will be ignored.
55 #  md_unwind_header     The name of a header file defining
56 #                       MD_FALLBACK_FRAME_STATE_FOR.
57 #  sfp_machine_header   The name of a sfp-machine.h header file for soft-fp.
58 #                       Defaults to "$cpu_type/sfp-machine.h" if it exists,
59 #                       no-sfp-machine.h otherwise.
60 #  tmake_file           A list of machine-description-specific
61 #                       makefile-fragments, if different from
62 #                       "$cpu_type/t-$cpu_type".
63 #  tm_defines           List of target macros to define for all compilations.
64 #  tm_file              A list of target macro files used only for code
65 #                       built for the target, not the host.  These files
66 #                       are relative to $srcdir/config and must not have
67 #                       the same names as files in $srcdir/../gcc/config.
68 #  unwind_header        The name of the header file declaring the unwind
69 #                       runtime interface routines.
70
71 asm_hidden_op=.hidden
72 enable_execute_stack=
73 extra_parts=
74 tmake_file=
75 tm_file=
76 tm_define=
77 md_unwind_header=no-unwind.h
78 unwind_header=unwind-generic.h
79
80 # Set default cpu_type so it can be updated in each machine entry.
81 cpu_type=`echo ${host} | sed 's/-.*$//'`
82 case ${host} in
83 m32c*-*-*)
84         cpu_type=m32c
85         tmake_file=t-fdpbit
86         ;;
87 alpha*-*-*)
88         cpu_type=alpha
89         ;;
90 am33_2.0-*-linux*)
91         cpu_type=mn10300
92         ;;
93 arm*-*-*)
94         cpu_type=arm
95         ;;
96 avr-*-*)
97         cpu_type=avr
98         ;;    
99 bfin*-*)
100         cpu_type=bfin
101         ;;
102 fido-*-*)
103         cpu_type=m68k
104         ;;
105 frv*)   cpu_type=frv
106         ;;
107 moxie*) cpu_type=moxie
108         ;;
109 i[34567]86-*-*)
110         cpu_type=i386
111         ;;
112 x86_64-*-*)
113         cpu_type=i386
114         ;;
115 ia64-*-*)
116         ;;
117 hppa*-*-*)
118         cpu_type=pa
119         ;;
120 lm32*-*-*)
121         cpu_type=lm32
122         ;;
123 m32r*-*-*)
124         cpu_type=m32r
125         ;;
126 m68k-*-*)
127         ;;
128 mep*-*-*)
129         ;;
130 microblaze*-*-*)
131         cpu_type=microblaze
132         ;;
133 mips*-*-*)
134         cpu_type=mips
135         tmake_file=mips/t-mips
136         ;;
137 powerpc*-*-*)
138         cpu_type=rs6000
139         ;;
140 rs6000*-*-*)
141         ;;
142 score*-*-*)
143         cpu_type=score
144         ;;
145 sparc64*-*-*)
146         cpu_type=sparc
147         ;;
148 sparc*-*-*)
149         cpu_type=sparc
150         ;;
151 spu*-*-*)
152         cpu_type=spu
153         ;;
154 s390*-*-*)
155         cpu_type=s390
156         ;;
157 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
158 sh[123456789lbe]*-*-*)
159         cpu_type=sh
160         ;;
161 v850*-*-*)
162         cpu_type=v850
163         ;;
164 tic6x-*-*)
165         cpu_type=c6x
166         ;;
167 esac
168
169 # Common parts for widely ported systems.
170 case ${host} in
171 *-*-darwin*)
172   asm_hidden_op=.private_extern
173   tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
174   extra_parts=crt3.o
175   ;;
176 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
177   # This is the place-holder for the generic a.out configuration
178   # of FreeBSD.  No actual configuration resides here since
179   # there was only ever a bare-bones ix86 configuration for
180   # a.out and it exists solely in the machine-specific section.
181   # This place-holder must exist to avoid dropping into
182   # the generic ELF configuration of FreeBSD (i.e. it must be
183   # ordered before that section).
184   ;;
185 *-*-freebsd*)
186   # This is the generic ELF configuration of FreeBSD.  Later
187   # machine-specific sections may refine and add to this
188   # configuration.
189   tmake_file="$tmake_file t-freebsd t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
190   extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
191   case ${target_thread_file} in
192     posix)
193       tmake_file="${tmake_file} t-freebsd-thread"
194       # Before 5.0, FreeBSD can't bind shared libraries to -lc
195       # when "optionally" threaded via weak pthread_* checks.
196       case ${host} in
197         *-*-freebsd[34] | *-*-freebsd[34].*)
198           tmake_file="${tmake_file} t-slibgcc-nolc-override"
199           ;;
200       esac
201       ;;
202   esac
203   ;;
204 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
205   tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-linux"
206   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
207   ;;
208 *-*-lynxos*)
209   tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
210   extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
211   ;;
212 *-*-netbsd*)
213   tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
214   # NetBSD 1.7 and later are set up to use GCC's crtstuff for
215   # ELF configurations.  We will clear extra_parts in the
216   # a.out configurations.
217   case ${host} in
218     *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
219       extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
220       ;;
221   esac
222   ;;
223 *-*-openbsd*)
224   tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic"
225   case ${target_thread_file} in
226     posix)
227       tmake_file="$tmake_file t-openbsd-thread"
228       ;;
229   esac
230   ;;
231 *-*-rtems*)
232   extra_parts="crtbegin.o crtend.o"
233   ;;
234 *-*-solaris2*)
235   # Unless linker support and dl_iterate_phdr are present,
236   # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
237   tmake_file="$tmake_file t-sol2 t-eh-dw2-dip t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
238   if test $with_gnu_ld = yes; then
239     tmake_file="$tmake_file t-slibgcc-gld"
240   else
241     tmake_file="$tmake_file t-slibgcc-sld"
242   fi
243   # Add cpu-specific t-sol2 after t-slibgcc-* so it can augment SHLIB_MAPFILES.
244   tmake_file="$tmake_file $cpu_type/t-sol2"
245   extra_parts="gmon.o crtbegin.o crtend.o"
246   case ${host} in
247     i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
248       # Solaris 10+/x86 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
249       # part of the base system.
250       ;;
251     sparc*-*-solaris2.1[0-9]*)
252       # Solaris 10+/SPARC lacks crt1.o and gcrt1.o.
253       extra_parts="$extra_parts crt1.o gcrt1.o"
254       ;;
255     *)
256       extra_parts="$extra_parts crt1.o crti.o crtn.o gcrt1.o"
257       ;;
258   esac
259   ;;
260 *-*-uclinux*)
261   extra_parts="crtbegin.o crtend.o"
262   ;;
263 *-*-*vms*)
264   tmake_file="vms/t-vms"
265   extra_parts="vcrt0.o pcrt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
266   ;;
267 *-*-vxworks*)
268   tmake_file=t-vxworks
269   ;;
270 *-*-elf)
271   extra_parts="crtbegin.o crtend.o"
272   ;;
273 esac
274
275 case ${host} in
276 *-*-darwin* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | *-*-solaris2* | \
277   alpha*-dec-osf5.1*)
278   enable_execute_stack=enable-execute-stack-mprotect.c
279   ;;
280 i[34567]86-*-mingw* | x86_64-*-mingw*)
281   enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
282   ;;
283 *)
284   enable_execute_stack=enable-execute-stack-empty.c;
285   ;;
286 esac
287
288 case ${host} in
289 alpha*-*-linux*)
290         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
291         extra_parts="$extra_parts crtfastmath.o"
292         md_unwind_header=alpha/linux-unwind.h
293         ;;
294 alpha*-*-freebsd*)
295         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
296         extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
297         ;;
298 alpha*-*-netbsd*)
299         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
300         ;;
301 alpha*-*-openbsd*)
302         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
303         ;;
304 alpha*-dec-osf5.1*)
305         tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm t-slibgcc alpha/t-slibgcc-osf"
306         case ${target_thread_file} in
307           posix)
308             tmake_file="${tmake_file} alpha/t-osf-pthread"
309             ;;
310         esac
311         extra_parts="${extra_parts} crtfastmath.o"
312         md_unwind_header=alpha/osf5-unwind.h
313         ;;
314 alpha64-dec-*vms*)
315         tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
316         extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
317         md_unwind_header=alpha/vms-unwind.h
318         ;;
319 alpha*-dec-*vms*)
320         tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
321         extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
322         md_unwind_header=alpha/vms-unwind.h
323         ;;
324 arm-wrs-vxworks)
325         tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-fdpbit"
326         extra_parts="$extra_parts crti.o crtn.o"
327         ;;
328 arm*-*-freebsd*)
329         tmake_file="$tmake_file arm/t-arm arm/t-strongarm-elf t-fdpbit"
330         ;;
331 arm*-*-netbsdelf*)
332         tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover"
333         ;;
334 arm*-*-linux*)                  # ARM GNU/Linux with ELF
335         tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix"
336         case ${host} in
337         arm*-*-linux-*eabi)
338           tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
339           tm_file="$tm_file arm/bpabi-lib.h"
340           unwind_header=config/arm/unwind-arm.h
341           ;;
342         *)
343           tmake_file="$tmake_file arm/t-linux"
344           ;;
345         esac
346         tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
347         ;;
348 arm*-*-uclinux*)                # ARM ucLinux
349         tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
350         case ${host} in
351         arm*-*-uclinux*eabi)
352           tmake_file="${tmake_file} arm/t-bpabi"
353           tm_file="$tm_file arm/bpabi-lib.h"
354           unwind_header=config/arm/unwind-arm.h
355           ;;
356         esac
357         tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
358         extra_parts="$extra_parts crti.o crtn.o"
359         ;;
360 arm*-*-ecos-elf)
361         tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
362         extra_parts="$extra_parts crti.o crtn.o"
363         ;;
364 arm*-*-eabi* | arm*-*-symbianelf* )
365         tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
366         tm_file="$tm_file arm/bpabi-lib.h"
367         case ${host} in
368         arm*-*-eabi*)
369           tmake_file="${tmake_file} arm/t-bpabi"
370           extra_parts="crtbegin.o crtend.o crti.o crtn.o"
371           ;;
372         arm*-*-symbianelf*)
373           tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
374           tm_file="$tm_file arm/symbian-lib.h"
375           # Symbian OS provides its own startup code.
376           ;;
377         esac
378         tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
379         unwind_header=config/arm/unwind-arm.h
380         ;;
381 arm*-*-rtems*)
382         tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
383         extra_parts="$extra_parts crti.o crtn.o"
384         ;;
385 arm*-*-elf)
386         tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
387         extra_parts="$extra_parts crti.o crtn.o"
388         ;;
389 arm*-wince-pe*)
390         tmake_file="$tmake_file arm/t-arm arm/t-wince-pe"
391         ;;
392 avr-*-rtems*)
393         tmake_file="$tmake_file avr/t-avr avr/t-rtems t-fpbit"
394         tm_file="$tm_file avr/avr-lib.h"
395         # Don't use default.
396         extra_parts=
397         ;;
398 avr-*-*)
399         # Make HImode functions for AVR
400         tmake_file="${cpu_type}/t-avr t-fpbit"
401         tm_file="$tm_file avr/avr-lib.h"
402         ;;
403 bfin*-elf*)
404         tmake_file="bfin/t-bfin bfin/t-elf bfin/t-crtlibid bfin/t-crtstuff t-fdpbit"
405         extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
406         ;;
407 bfin*-uclinux*)
408         tmake_file="bfin/t-bfin bfin/t-elf bfin/t-crtlibid bfin/t-crtstuff t-fdpbit"
409         extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
410         md_unwind_header=bfin/linux-unwind.h
411         ;;
412 bfin*-linux-uclibc*)
413         tmake_file="$tmake_file bfin/t-bfin bfin/t-elf bfin/t-crtstuff t-fdpbit bfin/t-linux"
414         # No need to build crtbeginT.o on uClibc systems.  Should probably
415         # be moved to the OS specific section above.
416         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
417         md_unwind_header=bfin/linux-unwind.h
418         ;;
419 bfin*-rtems*)
420         tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
421         extra_parts="$extra_parts crti.o crtn.o"
422         ;;
423 bfin*-*)
424         tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
425         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
426         ;;
427 crisv32-*-elf)
428         tmake_file="$tmake_file cris/t-cris t-fdpbit"
429         ;;
430 cris-*-elf)
431         tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
432         ;;
433 cris-*-linux* | crisv32-*-linux*)
434         tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
435         ;;
436 epiphany-*-elf*)
437         tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
438         extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
439         ;;
440 fr30-*-elf)
441         tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
442         extra_parts="$extra_parts crti.o crtn.o"
443         ;;
444 frv-*-elf)
445         tmake_file="$tmake_file frv/t-frv t-fdpbit"
446         tm_file="$tm_file frv/frv-abi.h"
447         # Don't use crtbegin.o, crtend.o.
448         extra_parts="frvbegin.o frvend.o"
449         ;;
450 frv-*-*linux*)
451         tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
452         tm_file="$tm_file frv/frv-abi.h"
453         ;;
454 h8300-*-rtems*)
455         tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
456         tm_file="$tm_file h8300/h8300-lib.h"
457         extra_parts="$extra_parts crti.o crtn.o"
458         ;;
459 h8300-*-elf*)
460         tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
461         tm_file="$tm_file h8300/h8300-lib.h"
462         extra_parts="$extra_parts crti.o crtn.o"
463         ;;
464 hppa*64*-*-linux*)
465         tmake_file="$tmake_file pa/t-linux pa/t-linux64"
466         ;;
467 hppa*-*-linux*)
468         tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
469         # Set the libgcc version number
470         if test x$enable_sjlj_exceptions = xyes; then
471             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
472         else
473             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
474         fi
475         md_unwind_header=pa/linux-unwind.h
476         ;;
477 hppa[12]*-*-hpux10*)
478         tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
479         # Set the libgcc version number
480         if test x$enable_sjlj_exceptions = xyes; then
481             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
482         else
483             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
484         fi
485         tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
486         md_unwind_header=pa/hpux-unwind.h
487         ;;
488 hppa*64*-*-hpux11*)
489         tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib pa/t-stublib64 t-libgcc-pic t-slibgcc"
490         # Set the libgcc version number
491         if test x$enable_sjlj_exceptions = xyes; then
492             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
493         else
494             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
495         fi
496         tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
497         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
498                      libgcc_stub.a"
499         md_unwind_header=pa/hpux-unwind.h
500         ;;
501 hppa[12]*-*-hpux11*)
502         tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
503         # Set the libgcc version number
504         if test x$enable_sjlj_exceptions = xyes; then
505             tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
506         else
507             tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
508         fi
509         tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
510         extra_parts="libgcc_stub.a"
511         md_unwind_header=pa/hpux-unwind.h
512         ;;
513 i[34567]86-*-darwin*)
514         tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
515         tm_file="$tm_file i386/darwin-lib.h"
516         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
517         ;;
518 x86_64-*-darwin*)
519         tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
520         tm_file="$tm_file i386/darwin-lib.h"
521         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
522         ;;
523 i[34567]86-*-elf*)
524         tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
525         ;;
526 x86_64-*-elf*)
527         tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
528         ;;
529 i[34567]86-*-freebsd*)
530         tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
531         ;;
532 x86_64-*-freebsd*)
533         tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
534         ;;
535 i[34567]86-*-netbsdelf*)
536         ;;
537 x86_64-*-netbsd*)
538         tmake_file="${tmake_file} i386/t-crtstuff"
539         ;;
540 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
541         ;;
542 i[34567]86-*-openbsd*)
543         ;;
544 i[34567]86-*-linux*)
545         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
546         tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
547         md_unwind_header=i386/linux-unwind.h
548         ;;
549 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
550         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
551         tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
552         ;;
553 x86_64-*-linux*)
554         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
555         tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
556         md_unwind_header=i386/linux-unwind.h
557         ;;
558 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
559         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
560         tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
561         ;;
562 i[34567]86-pc-msdosdjgpp*)
563         ;;
564 i[34567]86-*-lynxos*)
565         ;;
566 i[34567]86-*-nto-qnx*)
567         tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
568         extra_parts=crtbegin.o
569         ;;
570 i[34567]86-*-rtems*)
571         extra_parts="$extra_parts crti.o crtn.o"
572         tmake_file="${tmake_file} i386/t-softfp i386/t-crtstuff t-rtems"
573         ;;
574 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
575         tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
576         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
577         md_unwind_header=i386/sol2-unwind.h
578         ;;
579 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
580         ;;
581 i[34567]86-*-cygwin*)
582         extra_parts="crtbegin.o crtend.o crtfastmath.o"
583         # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
584         if test x$enable_sjlj_exceptions = xyes; then
585                 tmake_eh_file="i386/t-sjlj-eh"
586         else
587                 tmake_eh_file="i386/t-dw2-eh"
588         fi
589         # Shared libgcc DLL install dir depends on cross/native build.
590         if test x${build} = x${host} ; then
591                 tmake_dlldir_file="i386/t-dlldir"
592         else
593                 tmake_dlldir_file="i386/t-dlldir-x"
594         fi
595         tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-cygwin i386/t-crtfm i386/t-chkstk t-dfprules"
596         case ${target_thread_file} in
597           posix)
598             tmake_file="i386/t-mingw-pthread $tmake_file"
599             ;;
600         esac
601         ;;
602 i[34567]86-*-mingw*)
603         extra_parts="crtbegin.o crtend.o crtfastmath.o"
604         case ${target_thread_file} in
605           win32)
606             tmake_file="$tmake_file i386/t-gthr-win32"
607             ;;
608         esac
609         # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
610         if test x$enable_sjlj_exceptions = xyes; then
611                 tmake_eh_file="i386/t-sjlj-eh"
612         else
613                 tmake_eh_file="i386/t-dw2-eh"
614         fi
615         # Shared libgcc DLL install dir depends on cross/native build.
616         if test x${build} = x${host} ; then
617                 tmake_dlldir_file="i386/t-dlldir"
618         else
619                 tmake_dlldir_file="i386/t-dlldir-x"
620         fi
621         tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 i386/t-crtfm i386/t-chkstk t-dfprules"
622         md_unwind_header=i386/w32-unwind.h
623         ;;
624 x86_64-*-mingw*)
625         case ${target_thread_file} in
626           win32)
627             tmake_file="$tmake_file i386/t-gthr-win32"
628             ;;
629         esac
630         # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
631         if test x$enable_sjlj_exceptions = xyes; then
632                 tmake_eh_file="i386/t-sjlj-eh"
633         else
634                 tmake_eh_file="i386/t-dw2-eh"
635         fi
636         # Shared libgcc DLL install dir depends on cross/native build.
637         if test x${build} = x${host} ; then
638                 tmake_dlldir_file="i386/t-dlldir"
639         else
640                 tmake_dlldir_file="i386/t-dlldir-x"
641         fi
642         tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-mingw32 t-dfprules i386/t-crtfm i386/t-chkstk"
643         extra_parts="$extra_parts crtfastmath.o"
644         ;;
645 i[34567]86-*-interix3*)
646         tmake_file="$tmake_file i386/t-interix i386/t-chkstk"
647         ;;
648 ia64*-*-elf*)
649         extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
650         tmake_file="ia64/t-ia64 ia64/t-eh-ia64 t-crtfm"
651         ;;
652 ia64*-*-freebsd*)
653         extra_parts="$extra_parts crtfastmath.o"
654         tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 t-crtfm"
655         ;;
656 ia64*-*-linux*)
657         # Don't use crtbeginT.o from *-*-linux* default.
658         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
659         tmake_file="$tmake_file ia64/t-ia64 t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat ia64/t-eh-ia64 t-libunwind ia64/t-linux"
660         if test x$with_system_libunwind != xyes ; then
661                 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
662         fi
663         md_unwind_header=ia64/linux-unwind.h
664         ;;
665 ia64*-*-hpux*)
666         tmake_file="ia64/t-ia64 ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
667         ;;
668 ia64-hp-*vms*)
669         tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 ia64/t-vms t-slibgcc-vms"
670         extra_parts="$extra_parts crtinitS.o"
671         md_unwind_header=ia64/vms-unwind.h
672         ;;
673 iq2000*-*-elf*)
674         tmake_file=t-fdpbit
675         # Don't use default.
676         extra_parts=
677         ;;
678 lm32-*-elf*|lm32-*-rtems*)
679         extra_parts="$extra_parts crti.o crtn.o"
680         tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
681         ;;
682 lm32-*-uclinux*)
683         extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
684         tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
685         ;;      
686 m32r-*-elf*)
687         tmake_file=t-fdpbit
688         ;;
689 m32r-*-rtems*)
690         tmake_file="m32r/t-m32r t-fdpbit"
691         ;;
692 m32rle-*-elf*)
693         tmake_file=t-fdpbit
694         ;;
695 m32r-*-linux*)
696         tmake_file="$tmake_file m32r/t-linux t-fdpbit"
697         ;;
698 m32rle-*-linux*)
699         tmake_file="$tmake_file m32r/t-linux t-fdpbit"
700         ;;
701 m68k-*-elf* | fido-*-elf)
702         tmake_file="$tmake_file m68k/t-floatlib"
703         ;;
704 m68k*-*-netbsdelf*)
705         ;;
706 m68k*-*-openbsd*)
707         ;;
708 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux with uClibc
709         tmake_file="$tmake_file m68k/t-floatlib"
710         md_unwind_header=m68k/linux-unwind.h
711         ;;
712 m68k-*-linux*)                  # Motorola m68k's running GNU/Linux
713                                 # with ELF format using glibc 2
714                                 # aka the GNU/Linux C library 6.
715         tmake_file="$tmake_file m68k/t-floatlib"
716         # If not configured with --enable-sjlj-exceptions, bump the
717         # libgcc version number.
718         if test x$enable_sjlj_exceptions != xyes; then
719             tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
720         fi
721         md_unwind_header=m68k/linux-unwind.h
722         ;;
723 m68k-*-rtems*)
724         tmake_file="$tmake_file m68k/t-floatlib"
725         extra_parts="$extra_parts crti.o crtn.o"
726         ;;
727 mcore-*-elf)
728         tmake_file="mcore/t-mcore t-fdpbit"
729         extra_parts="$extra_parts crti.o crtn.o"
730         ;;
731 microblaze*-linux*)
732         tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
733         ;;
734 microblaze*-*-*)
735         tmake_file="microblaze/t-microblaze t-fdpbit"
736         extra_parts="crtbegin.o crtend.o crti.o crtn.o"
737         ;;
738 mips-sgi-irix6.5*)
739         tmake_file="$tmake_file mips/t-irix6 t-crtfm mips/t-tpbit t-slibgcc mips/t-slibgcc-irix"
740         extra_parts="crtbegin.o crtend.o crtfastmath.o irix-crti.o irix-crtn.o"
741         md_unwind_header=mips/irix6-unwind.h
742         ;;
743 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
744         ;;
745 mips64*-*-linux* | mipsisa64*-*-linux*)
746         extra_parts="$extra_parts crtfastmath.o"
747         tmake_file="${tmake_file} t-crtfm mips/t-mips16 mips/t-tpbit"
748         md_unwind_header=mips/linux-unwind.h
749         ;;
750 mips*-*-linux*)                         # Linux MIPS, either endian.
751         extra_parts="$extra_parts crtfastmath.o"
752         tmake_file="${tmake_file} t-crtfm mips/t-mips16"
753         md_unwind_header=mips/linux-unwind.h
754         ;;
755 mips*-*-openbsd*)
756         ;;
757 mips*-sde-elf*)
758         tmake_file="mips/t-crtstuff mips/t-mips16"
759         case "${with_newlib}" in
760           yes)
761             # newlib / libgloss.
762             ;;
763           *)
764             # MIPS toolkit libraries.
765             tmake_file="$tmake_file mips/t-sdemtk"
766             ;;
767         esac
768         extra_parts="$extra_parts crti.o crtn.o"
769         ;;
770 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
771 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
772 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
773 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
774         tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
775         extra_parts="$extra_parts crti.o crtn.o"
776         ;;
777 mipsisa64sr71k-*-elf*)
778         tmake_file="mips/t-elf mips/t-crtstuff t-fdpbit"
779         extra_parts="$extra_parts crti.o crtn.o"
780         ;;
781 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
782         tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
783         extra_parts="$extra_parts crti.o crtn.o"
784         ;;
785 mips-*-elf* | mipsel-*-elf*)
786         tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
787         extra_parts="$extra_parts crti.o crtn.o"
788         ;;
789 mips64-*-elf* | mips64el-*-elf*)
790         tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
791         extra_parts="$extra_parts crti.o crtn.o"
792         ;;
793 mips64vr-*-elf* | mips64vrel-*-elf*)
794         tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
795         extra_parts="$extra_parts crti.o crtn.o"
796         ;;
797 mips64orion-*-elf* | mips64orionel-*-elf*)
798         tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
799         extra_parts="$extra_parts crti.o crtn.o"
800         ;;
801 mips*-*-rtems*)
802         tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
803         extra_parts="$extra_parts crti.o crtn.o"
804         ;;
805 mips-wrs-vxworks)
806         ;;
807 mipstx39-*-elf* | mipstx39el-*-elf*)
808         tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
809         ;;
810 mmix-knuth-mmixware)
811         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
812         tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
813         ;;
814 mn10300-*-*)
815         tmake_file=t-fdpbit
816         ;;
817 moxie-*-elf | moxie-*-uclinux*)
818         tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
819         extra_parts="$extra_parts crti.o crtn.o"
820         ;;
821 moxie-*-rtems*)
822         tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
823         # Don't use default.
824         extra_parts=
825         ;;
826 pdp11-*-*)
827         tmake_file="pdp11/t-pdp11 t-fdpbit"
828         ;;
829 picochip-*-*)
830         tmake_file="picochip/t-picochip t-fpbit"
831         ;;
832 powerpc-*-darwin*)
833         case ${host} in
834         *-*-darwin9* | *-*-darwin[12][0-9]*)
835           # libSystem contains unwind information for signal frames since
836           # Darwin 9.
837           ;;
838         *)
839           md_unwind_header=rs6000/darwin-unwind.h
840           ;;
841         esac
842         tmake_file="$tmake_file rs6000/t-ibm-ldouble"
843         extra_parts="$extra_parts crt2.o"
844         ;;
845 powerpc64-*-darwin*)
846         tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
847         extra_parts="$extra_parts crt2.o"
848         ;;
849 powerpc-*-freebsd*)
850         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff rs6000/t-freebsd t-softfp-sfdf t-softfp-excl t-softfp t-slibgcc-libgcc"
851         extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
852         ;;
853 powerpc-*-netbsd*)
854         tmake_file="$tmake_file rs6000/t-crtstuff"
855         ;;
856 powerpc-*-eabispe*)
857         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic"
858         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
859         ;;
860 powerpc-*-eabisimaltivec*)
861         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
862         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
863         ;;
864 powerpc-*-eabisim*)
865         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
866         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
867         ;;
868 powerpc-*-elf*)
869         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
870         extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
871         ;;
872 powerpc-*-eabialtivec*)
873         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
874         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
875         ;;
876 powerpc-xilinx-eabi*)
877         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
878         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
879         ;;
880 powerpc-*-eabi*)
881         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
882         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
883         ;;
884 powerpc-*-rtems*)
885         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
886         extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
887         ;;
888 powerpc-*-linux* | powerpc64-*-linux*)
889         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff rs6000/t-linux t-softfp-sfdf t-softfp-excl t-dfprules rs6000/t-ppc64-fp t-softfp t-slibgcc-libgcc"
890         extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
891         md_unwind_header=rs6000/linux-unwind.h
892         ;;
893 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
894         tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit"
895         ;;
896 powerpc-*-lynxos*)
897         tmake_file="$tmake_file t-fdpbit"
898         ;;
899 powerpcle-*-elf*)
900         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
901         extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
902         ;;
903 powerpcle-*-eabisim*)
904         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
905         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
906         ;;
907 powerpcle-*-eabi*)
908         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
909         extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
910         ;;
911 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
912         md_unwind_header=rs6000/aix-unwind.h
913         tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
914         ;;
915 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
916         md_unwind_header=rs6000/aix-unwind.h
917         tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
918         ;;
919 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
920         md_unwind_header=rs6000/aix-unwind.h
921         tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-ibm-ldouble rs6000/t-slibgcc-aix"
922         ;;
923 rx-*-elf)
924         tmake_file="rx/t-rx t-fdpbit"
925         tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
926         ;;
927 s390-*-linux*)
928         tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
929         md_unwind_header=s390/linux-unwind.h
930         ;;
931 s390x-*-linux*)
932         tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
933         md_unwind_header=s390/linux-unwind.h
934         ;;
935 s390x-ibm-tpf*)
936         tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip"
937         extra_parts="crtbeginS.o crtendS.o"
938         md_unwind_header=s390/tpf-unwind.h
939         ;;
940 score-*-elf)
941         tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp"
942         extra_parts="$extra_parts crti.o crtn.o"
943         ;;
944 sh-*-elf* | sh[12346l]*-*-elf*)
945         tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
946         extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
947                 libic_invalidate_array_4-100.a \
948                 libic_invalidate_array_4-200.a \
949                 libic_invalidate_array_4a.a \
950                 libgcc-Os-4-200.a libgcc-4-300.a"
951         case ${host} in sh64*-*-*)
952                 tmake_file="$tmake_file sh/t-sh64"
953                 ;;
954         esac
955         case ${host} in
956         sh*-superh-elf)
957                 tmake_file="$tmake_file sh/t-superh"
958                 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
959                 ;;
960         esac
961         ;;
962 sh-*-linux* | sh[2346lbe]*-*-linux*)
963         tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
964         case ${host} in sh64*-*-linux*)
965                 tmake_file="$tmake_file sh/t-sh64"
966                 ;;
967         esac
968         md_unwind_header=sh/linux-unwind.h
969         ;;
970 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
971   sh64-*-netbsd* | sh64l*-*-netbsd*)
972         tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
973         case ${host} in
974         sh5*-*-netbsd* | sh64*-netbsd*)
975                 tmake_file="$tmake_file sh/t-sh64"
976                 ;;
977         esac
978         # NetBSD's C library includes a fast software FP library that
979         # has support for setting/setting the rounding mode, exception
980         # mask, etc.  Therefore, we don't want to include software FP
981         # in libgcc.
982         ;;
983 sh-*-rtems*)
984         tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
985         extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
986                 $sh_ic_extra_parts $sh_opt_extra_parts"
987         ;;
988 sh-wrs-vxworks)
989         tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
990         ;;
991 sparc-*-netbsdelf*)
992         ;;
993 sparc64-*-openbsd*)
994         ;;
995 sparc-*-elf*)
996         case ${host} in
997         *-leon[3-9]*)
998                 ;;
999         *)
1000                 tmake_file="sparc/t-softmul"
1001                 ;;
1002         esac
1003         tmake_file="${tmake_file} t-fdpbit t-crtfm"
1004         extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1005         ;;
1006 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
1007         tmake_file="${tmake_file} t-crtfm"
1008         if test "${host_address}" = 64; then
1009                 tmake_file="$tmake_file sparc/t-linux64"
1010         fi
1011         case ${host} in
1012         *-leon*)
1013                 tmake_file="${tmake_file} t-fdpbit"
1014                 ;;
1015         *)
1016                 tmake_file="${tmake_file} sparc/t-linux"
1017                 ;;
1018         esac
1019         case ${host} in
1020         *-leon[3-9]*)
1021                 ;;
1022         *)
1023                 if test "${host_address}" = 32; then
1024                         tmake_file="$tmake_file sparc/t-softmul"
1025                 fi
1026                 ;;
1027         esac
1028         extra_parts="$extra_parts crtfastmath.o"
1029         md_unwind_header=sparc/linux-unwind.h
1030         ;;
1031 sparc-*-rtems*)
1032         tmake_file="sparc/t-elf sparc/t-softmul t-crtfm t-rtems t-fdpbit"
1033         extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1034         ;;
1035 sparc*-*-solaris2*)
1036         tmake_file="$tmake_file t-crtfm"
1037         extra_parts="$extra_parts crtfastmath.o"
1038         md_unwind_header=sparc/sol2-unwind.h
1039         ;;
1040 sparc64-*-elf*)
1041         tmake_file="${tmake_file} t-crtfm"
1042         extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1043         ;;
1044 sparc64-*-rtems*)
1045         tmake_file="sparc/t-elf t-crtfm t-rtems"
1046         extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
1047         ;;
1048 sparc-wrs-vxworks)
1049         ;;
1050 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1051         tmake_file="$tmake_file t-crtfm"
1052         extra_parts="$extra_parts crtfastmath.o"
1053         ;;
1054 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
1055         extra_parts="$extra_parts crtfastmath.o"
1056         tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1057         if test "${host_address}" = 64; then
1058                 tmake_file="${tmake_file} sparc/t-linux64"
1059         fi
1060         if test "${host_address}" = 32; then
1061                 tmake_file="${tmake_file} sparc/t-softmul"
1062         fi
1063         md_unwind_header=sparc/linux-unwind.h
1064         ;;
1065 sparc64-*-netbsd*)
1066         ;;
1067 spu-*-elf*)
1068         tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit"
1069         extra_parts="$extra_parts \
1070                 libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \
1071                 libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \
1072                 libgcc_cache64k.a libgcc_cache128k.a"
1073         ;;
1074 tic6x-*-uclinux)
1075         tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp c6x/t-elf  c6x/t-uclinux t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
1076         tm_file="$tm_file c6x/c6x-abi.h"
1077         extra_parts="crtbeginS.o crtendS.o crti.o crtn.o"
1078         unwind_header=config/c6x/unwind-c6x.h
1079         ;;
1080 tic6x-*-elf)
1081         tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
1082         tm_file="$tm_file c6x/c6x-abi.h"
1083         extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
1084         unwind_header=config/c6x/unwind-c6x.h
1085         ;;
1086 v850*-*-*)
1087         tmake_file="v850/t-v850 t-fdpbit"
1088         ;;
1089 vax-*-linux*)
1090         tmake_file="$tmake_file vax/t-linux"
1091         ;;
1092 vax-*-netbsdelf*)
1093         ;;
1094 vax-*-openbsd*)
1095         ;;
1096 xstormy16-*-elf)
1097         tmake_file=t-fdpbit
1098         ;;
1099 xtensa*-*-elf*)
1100         tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1101         extra_parts="$extra_parts crti.o crtn.o"
1102         ;;
1103 xtensa*-*-linux*)
1104         tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
1105         md_unwind_header=xtensa/linux-unwind.h
1106         ;;
1107 am33_2.0-*-linux*)
1108         # Don't need crtbeginT.o from *-*-linux* default.
1109         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
1110         tmake_file="$tmake_file t-fdpbit"
1111         ;;
1112 m32c-*-elf*|m32c-*-rtems*)
1113         tmake_file="$tmake_file m32c/t-m32c"
1114         ;;
1115 mep*-*-*)
1116         tmake_file="mep/t-mep t-fdpbit"
1117         extra_parts="crtbegin.o crtend.o"
1118         ;;
1119 *)
1120         echo "*** Configuration ${host} not supported" 1>&2
1121         exit 1
1122         ;;
1123 esac
1124
1125 case ${host} in
1126 i[34567]86-*-linux* | x86_64-*-linux* | \
1127   i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1128   i[34567]86-*-knetbsd*-gnu | \
1129   i[34567]86-*-gnu*)
1130         tmake_file="${tmake_file} t-tls i386/t-linux"
1131         if test "$libgcc_cv_cfi" = "yes"; then
1132                 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
1133         fi
1134         ;;
1135 esac
1136
1137 case ${host} in
1138 i[34567]86-*-darwin* | x86_64-*-darwin* | \
1139   i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1140   i[34567]86-*-linux* | x86_64-*-linux* | \
1141   i[34567]86-*-gnu* | \
1142   i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
1143   i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
1144   i[34567]86-*-freebsd* | x86_64-*-freebsd*)
1145         tmake_file="${tmake_file} t-softfp-tf"
1146         if test "${host_address}" = 32; then
1147                 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
1148         fi
1149         tmake_file="${tmake_file} t-softfp"
1150         ;;
1151 esac
1152
1153 case ${host} in
1154 i[34567]86-*-linux* | x86_64-*-linux*)
1155         # Provide backward binary compatibility for 64bit Linux/x86.
1156         if test "${host_address}" = 64; then
1157                 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
1158         fi
1159         tm_file="${tm_file} i386/value-unwind.h"
1160         ;;
1161 esac