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