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