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