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