]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/config.host
compiler: Give error for byte-order-mark in middle of file.
[thirdparty/gcc.git] / libgcc / config.host
CommitLineData
894a47b4 1# libgcc host-specific configuration file.
99c77e32 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
af8e12d0 3# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
894a47b4 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
6bc9506f 9#Software Foundation; either version 3, or (at your option) any later
894a47b4 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
6bc9506f 18#along with GCC; see the file COPYING3. If not see
19#<http://www.gnu.org/licenses/>.
894a47b4 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.
a6f06169 47# enable_execute_stack The name of a source file implementing
48# __enable_execute_stack.
894a47b4 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.
1e53920f 55# md_unwind_header The name of a header file defining
56# MD_FALLBACK_FRAME_STATE_FOR.
84600db5 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.
894a47b4 60# tmake_file A list of machine-description-specific
2219274c 61# makefile fragments.
022a2799 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.
e59be7e3 67# unwind_header The name of the header file declaring the unwind
68# runtime interface routines.
894a47b4 69
70asm_hidden_op=.hidden
a6f06169 71enable_execute_stack=
894a47b4 72extra_parts=
73tmake_file=
022a2799 74tm_file=
75tm_define=
1e53920f 76md_unwind_header=no-unwind.h
e59be7e3 77unwind_header=unwind-generic.h
894a47b4 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
a23b9c51 84 tmake_file=t-fdpbit
894a47b4 85 ;;
86alpha*-*-*)
87 cpu_type=alpha
88 ;;
89am33_2.0-*-linux*)
90 cpu_type=mn10300
91 ;;
894a47b4 92arm*-*-*)
93 cpu_type=arm
94 ;;
38dd5584 95avr-*-*)
96 cpu_type=avr
97 ;;
894a47b4 98bfin*-*)
99 cpu_type=bfin
100 ;;
b9fdd12b 101cr16-*-*)
102 ;;
278e2fd1 103fido-*-*)
104 cpu_type=m68k
105 ;;
894a47b4 106frv*) cpu_type=frv
107 ;;
be52b6d8 108moxie*) cpu_type=moxie
109 ;;
894a47b4 110i[34567]86-*-*)
111 cpu_type=i386
112 ;;
113x86_64-*-*)
114 cpu_type=i386
115 ;;
116ia64-*-*)
117 ;;
6af9f7ea 118hppa*-*-*)
894a47b4 119 cpu_type=pa
120 ;;
f6fe91e8 121lm32*-*-*)
122 cpu_type=lm32
123 ;;
894a47b4 124m32r*-*-*)
125 cpu_type=m32r
126 ;;
894a47b4 127m68k-*-*)
128 ;;
46222c18 129mep*-*-*)
130 ;;
d34b0d1e 131microblaze*-*-*)
132 cpu_type=microblaze
133 ;;
894a47b4 134mips*-*-*)
135 cpu_type=mips
a23b9c51 136 tmake_file=mips/t-mips
894a47b4 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 ;;
707238af 162v850*-*-*)
163 cpu_type=v850
164 ;;
5aa04b01 165tic6x-*-*)
166 cpu_type=c6x
167 ;;
894a47b4 168esac
169
170# Common parts for widely ported systems.
171case ${host} in
172*-*-darwin*)
173 asm_hidden_op=.private_extern
4dc4ff49 174 tmake_file="$tmake_file t-darwin ${cpu_type}/t-darwin t-libgcc-pic t-slibgcc-darwin"
8f8ba4fc 175 extra_parts="crt3.o crttms.o crttme.o"
894a47b4 176 ;;
894a47b4 177*-*-freebsd*)
178 # This is the generic ELF configuration of FreeBSD. Later
179 # machine-specific sections may refine and add to this
180 # configuration.
4dc4ff49 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"
237490bf 182 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
a997b0d8 183 case ${target_thread_file} in
184 posix)
4dc4ff49 185 tmake_file="${tmake_file} t-freebsd-thread"
a997b0d8 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
894a47b4 195 ;;
e59be7e3 196*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
4dc4ff49 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"
894a47b4 198 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
199 ;;
237490bf 200*-*-lynxos*)
4dc4ff49 201 tmake_file="$tmake_file t-lynx $cpu_type/t-crtstuff t-crtstuff-pic t-libgcc-pic"
237490bf 202 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
203 ;;
894a47b4 204*-*-netbsd*)
4dc4ff49 205 tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
237490bf 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
894a47b4 214 ;;
215*-*-openbsd*)
4dc4ff49 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
894a47b4 222 ;;
223*-*-rtems*)
fbb6f195 224 tmake_file="$tmake_file t-rtems"
237490bf 225 extra_parts="crtbegin.o crtend.o"
894a47b4 226 ;;
63abf89e 227*-*-solaris2*)
e59be7e3 228 # Unless linker support and dl_iterate_phdr are present,
229 # unwind-dw2-fde-dip.c automatically falls back to unwind-dw2-fde.c.
4dc4ff49 230 tmake_file="$tmake_file t-sol2 t-eh-dw2-dip t-libgcc-pic t-slibgcc t-slibgcc-elf-ver"
63abf89e 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
14f27bc6 240 i?86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
63abf89e 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 *)
63abf89e 249 extra_parts="$extra_parts crt1.o crti.o crtn.o gcrt1.o"
250 ;;
251 esac
252 ;;
237490bf 253*-*-uclinux*)
254 extra_parts="crtbegin.o crtend.o"
255 ;;
256*-*-*vms*)
257 tmake_file="vms/t-vms"
784576c7 258 extra_parts="crt0.o crtbegin.o crtbeginS.o crtend.o crtendS.o"
237490bf 259 ;;
894a47b4 260*-*-vxworks*)
4dc4ff49 261 tmake_file=t-vxworks
894a47b4 262 ;;
263*-*-elf)
237490bf 264 extra_parts="crtbegin.o crtend.o"
894a47b4 265 ;;
266esac
267
a6f06169 268case ${host} in
126b6848 269*-*-darwin* | *-*-freebsd* | *-*-netbsd* | *-*-openbsd* | *-*-solaris2*)
a6f06169 270 enable_execute_stack=enable-execute-stack-mprotect.c
271 ;;
272i[34567]86-*-mingw* | x86_64-*-mingw*)
273 enable_execute_stack=config/i386/enable-execute-stack-mingw32.c
274 ;;
275*)
276 enable_execute_stack=enable-execute-stack-empty.c;
277 ;;
278esac
279
894a47b4 280case ${host} in
17b3d2a8 281alpha*-*-linux*)
4dc4ff49 282 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm alpha/t-linux"
cdca0ab7 283 extra_parts="$extra_parts crtfastmath.o"
1e53920f 284 md_unwind_header=alpha/linux-unwind.h
894a47b4 285 ;;
894a47b4 286alpha*-*-freebsd*)
4dc4ff49 287 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee t-crtfm"
237490bf 288 extra_parts="$extra_parts crtbeginT.o crtfastmath.o"
894a47b4 289 ;;
290alpha*-*-netbsd*)
4dc4ff49 291 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
894a47b4 292 ;;
293alpha*-*-openbsd*)
4dc4ff49 294 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
894a47b4 295 ;;
894a47b4 296alpha64-dec-*vms*)
4dc4ff49 297 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
237490bf 298 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
1e53920f 299 md_unwind_header=alpha/vms-unwind.h
894a47b4 300 ;;
301alpha*-dec-*vms*)
4dc4ff49 302 tmake_file="$tmake_file alpha/t-alpha alpha/t-ieee alpha/t-vms t-slibgcc-vms"
237490bf 303 extra_parts="$extra_parts vms-dwarf2.o vms-dwarf2eh.o"
1e53920f 304 md_unwind_header=alpha/vms-unwind.h
894a47b4 305 ;;
894a47b4 306arm-wrs-vxworks)
9213d2eb 307 tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-fdpbit"
237490bf 308 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 309 ;;
6af9f7ea 310arm*-*-freebsd*)
9213d2eb 311 tmake_file="$tmake_file arm/t-arm arm/t-strongarm-elf t-fdpbit"
894a47b4 312 ;;
313arm*-*-netbsdelf*)
4dc4ff49 314 tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover"
894a47b4 315 ;;
894a47b4 316arm*-*-linux*) # ARM GNU/Linux with ELF
9213d2eb 317 tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix"
e59be7e3 318 case ${host} in
319 arm*-*-linux-*eabi)
9213d2eb 320 tmake_file="${tmake_file} arm/t-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
022a2799 321 tm_file="$tm_file arm/bpabi-lib.h"
e59be7e3 322 unwind_header=config/arm/unwind-arm.h
323 ;;
9213d2eb 324 *)
325 tmake_file="$tmake_file arm/t-linux"
326 ;;
e59be7e3 327 esac
84600db5 328 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
894a47b4 329 ;;
330arm*-*-uclinux*) # ARM ucLinux
bbbe4599 331 tmake_file="${tmake_file} t-fixedpoint-gnu-prefix"
e59be7e3 332 case ${host} in
333 arm*-*-uclinux*eabi)
334 tmake_file="${tmake_file} arm/t-bpabi"
022a2799 335 tm_file="$tm_file arm/bpabi-lib.h"
e59be7e3 336 unwind_header=config/arm/unwind-arm.h
337 ;;
338 esac
9213d2eb 339 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 340 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 341 ;;
342arm*-*-ecos-elf)
9213d2eb 343 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 344 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 345 ;;
6c10eb68 346arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
9213d2eb 347 tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix"
022a2799 348 tm_file="$tm_file arm/bpabi-lib.h"
e59be7e3 349 case ${host} in
6c10eb68 350 arm*-*-eabi* | arm*-*-rtemseabi*)
e59be7e3 351 tmake_file="${tmake_file} arm/t-bpabi"
237490bf 352 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
e59be7e3 353 ;;
354 arm*-*-symbianelf*)
a997b0d8 355 tmake_file="${tmake_file} arm/t-symbian t-slibgcc-nolc-override"
022a2799 356 tm_file="$tm_file arm/symbian-lib.h"
237490bf 357 # Symbian OS provides its own startup code.
e59be7e3 358 ;;
359 esac
84600db5 360 tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
e59be7e3 361 unwind_header=config/arm/unwind-arm.h
894a47b4 362 ;;
363arm*-*-rtems*)
9213d2eb 364 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 365 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 366 ;;
6af9f7ea 367arm*-*-elf)
9213d2eb 368 tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
237490bf 369 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 370 ;;
371arm*-wince-pe*)
9213d2eb 372 tmake_file="$tmake_file arm/t-arm arm/t-wince-pe"
894a47b4 373 ;;
894a47b4 374avr-*-rtems*)
02c5dcd9 375 tmake_file="$tmake_file avr/t-avr avr/t-rtems t-fpbit"
022a2799 376 tm_file="$tm_file avr/avr-lib.h"
237490bf 377 # Don't use default.
378 extra_parts=
894a47b4 379 ;;
380avr-*-*)
a23b9c51 381 # Make HImode functions for AVR
382 tmake_file="${cpu_type}/t-avr t-fpbit"
fd28e216 383 if test x${with_avrlibc} != xno; then
384 tmake_file="$tmake_file ${cpu_type}/t-avrlibc"
385 fi
022a2799 386 tm_file="$tm_file avr/avr-lib.h"
894a47b4 387 ;;
388bfin*-elf*)
2219274c 389 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
237490bf 390 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o crtlibid.o"
894a47b4 391 ;;
392bfin*-uclinux*)
2219274c 393 tmake_file="bfin/t-bfin bfin/t-crtlibid bfin/t-crtstuff t-libgcc-pic t-fdpbit"
237490bf 394 extra_parts="$extra_parts crtbeginS.o crtendS.o crtlibid.o"
1e53920f 395 md_unwind_header=bfin/linux-unwind.h
894a47b4 396 ;;
bce94ab5 397bfin*-linux-uclibc*)
2219274c 398 tmake_file="$tmake_file bfin/t-bfin bfin/t-crtstuff t-libgcc-pic t-fdpbit bfin/t-linux"
bce94ab5 399 # No need to build crtbeginT.o on uClibc systems. Should probably
400 # be moved to the OS specific section above.
401 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1e53920f 402 md_unwind_header=bfin/linux-unwind.h
bce94ab5 403 ;;
a23b9c51 404bfin*-rtems*)
9213d2eb 405 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
237490bf 406 extra_parts="$extra_parts crti.o crtn.o"
a23b9c51 407 ;;
894a47b4 408bfin*-*)
9213d2eb 409 tmake_file="$tmake_file bfin/t-bfin t-fdpbit"
237490bf 410 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
894a47b4 411 ;;
b9fdd12b 412cr16-*-elf)
413 tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit"
414 extra_parts="$extra_parts crti.o crtn.o crtlibid.o"
415 ;;
237490bf 416crisv32-*-elf)
af64ed6f 417 tmake_file="$tmake_file cris/t-cris t-fdpbit"
237490bf 418 ;;
237490bf 419cris-*-elf)
af64ed6f 420 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
237490bf 421 ;;
877d7f12 422cris-*-linux* | crisv32-*-linux*)
4dc4ff49 423 tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
894a47b4 424 ;;
d19f5793 425epiphany-*-elf*)
426 tmake_file="epiphany/t-epiphany t-fdpbit epiphany/t-custom-eqsf"
427 extra_parts="$extra_parts crti.o crtint.o crtrunc.o crtm1reg-r43.o crtm1reg-r63.o crtn.o"
428 ;;
894a47b4 429fr30-*-elf)
9213d2eb 430 tmake_file="$tmake_file fr30/t-fr30 t-fdpbit"
237490bf 431 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 432 ;;
433frv-*-elf)
237490bf 434 tmake_file="$tmake_file frv/t-frv t-fdpbit"
022a2799 435 tm_file="$tm_file frv/frv-abi.h"
237490bf 436 # Don't use crtbegin.o, crtend.o.
437 extra_parts="frvbegin.o frvend.o"
894a47b4 438 ;;
439frv-*-*linux*)
9213d2eb 440 tmake_file="$tmake_file frv/t-frv frv/t-linux t-fdpbit"
022a2799 441 tm_file="$tm_file frv/frv-abi.h"
894a47b4 442 ;;
894a47b4 443h8300-*-rtems*)
9213d2eb 444 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
022a2799 445 tm_file="$tm_file h8300/h8300-lib.h"
237490bf 446 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 447 ;;
448h8300-*-elf*)
9213d2eb 449 tmake_file="$tmake_file h8300/t-h8300 t-fpbit"
022a2799 450 tm_file="$tm_file h8300/h8300-lib.h"
237490bf 451 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 452 ;;
6af9f7ea 453hppa*64*-*-linux*)
9213d2eb 454 tmake_file="$tmake_file pa/t-linux pa/t-linux64"
894a47b4 455 ;;
6af9f7ea 456hppa*-*-linux*)
9213d2eb 457 tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
a997b0d8 458 # Set the libgcc version number
459 if test x$enable_sjlj_exceptions = xyes; then
460 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
461 else
462 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
463 fi
01cb8ad1 464 md_unwind_header=pa/linux-unwind.h
894a47b4 465 ;;
466hppa[12]*-*-hpux10*)
4dc4ff49 467 tmake_file="$tmake_file pa/t-hpux pa/t-hpux10 t-libgcc-pic t-slibgcc"
a997b0d8 468 # Set the libgcc version number
469 if test x$enable_sjlj_exceptions = xyes; then
470 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
471 else
472 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
473 fi
474 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
1e53920f 475 md_unwind_header=pa/hpux-unwind.h
894a47b4 476 ;;
477hppa*64*-*-hpux11*)
ab4fdb3d 478 tmake_file="$tmake_file pa/t-hpux pa/t-pa64 pa/t-stublib t-libgcc-pic t-slibgcc"
a997b0d8 479 # Set the libgcc version number
480 if test x$enable_sjlj_exceptions = xyes; then
481 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
482 else
483 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
484 fi
485 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
237490bf 486 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
487 libgcc_stub.a"
1e53920f 488 md_unwind_header=pa/hpux-unwind.h
894a47b4 489 ;;
490hppa[12]*-*-hpux11*)
4dc4ff49 491 tmake_file="$tmake_file pa/t-hpux pa/t-stublib t-libgcc-pic t-slibgcc"
a997b0d8 492 # Set the libgcc version number
493 if test x$enable_sjlj_exceptions = xyes; then
494 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
495 else
496 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
497 fi
498 tmake_file="$tmake_file pa/t-slibgcc-hpux t-slibgcc-hpux"
237490bf 499 extra_parts="libgcc_stub.a"
1e53920f 500 md_unwind_header=pa/hpux-unwind.h
894a47b4 501 ;;
502i[34567]86-*-darwin*)
ba079bc9 503 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
022a2799 504 tm_file="$tm_file i386/darwin-lib.h"
ba079bc9 505 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
894a47b4 506 ;;
507x86_64-*-darwin*)
a997b0d8 508 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
022a2799 509 tm_file="$tm_file i386/darwin-lib.h"
ba079bc9 510 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
894a47b4 511 ;;
512i[34567]86-*-elf*)
4dc4ff49 513 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
894a47b4 514 ;;
cc8ebe39 515x86_64-*-elf*)
4dc4ff49 516 tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
cc8ebe39 517 ;;
894a47b4 518i[34567]86-*-freebsd*)
237490bf 519 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
894a47b4 520 ;;
521x86_64-*-freebsd*)
237490bf 522 tmake_file="${tmake_file} i386/t-freebsd i386/t-crtstuff"
894a47b4 523 ;;
524i[34567]86-*-netbsdelf*)
525 ;;
894a47b4 526x86_64-*-netbsd*)
237490bf 527 tmake_file="${tmake_file} i386/t-crtstuff"
894a47b4 528 ;;
529i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
530 ;;
531i[34567]86-*-openbsd*)
532 ;;
51796b3a 533x86_64-*-openbsd*)
534 ;;
fe27820f 535i[34567]86-*-linux*)
6d057ce8 536 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 537 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
1e53920f 538 md_unwind_header=i386/linux-unwind.h
894a47b4 539 ;;
fe27820f 540i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
541 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 542 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
fe27820f 543 ;;
544x86_64-*-linux*)
6d057ce8 545 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 546 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
1e53920f 547 md_unwind_header=i386/linux-unwind.h
894a47b4 548 ;;
fe27820f 549x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
550 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
237490bf 551 tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm i386/t-crtstuff t-dfprules"
fe27820f 552 ;;
894a47b4 553i[34567]86-pc-msdosdjgpp*)
554 ;;
555i[34567]86-*-lynxos*)
556 ;;
894a47b4 557i[34567]86-*-nto-qnx*)
4dc4ff49 558 tmake_file="$tmake_file i386/t-nto t-libgcc-pic"
237490bf 559 extra_parts=crtbegin.o
894a47b4 560 ;;
561i[34567]86-*-rtems*)
fbb6f195 562 tmake_file="$tmake_file i386/t-softfp i386/t-crtstuff"
237490bf 563 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 564 ;;
14f27bc6 565i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
ba079bc9 566 tmake_file="$tmake_file i386/t-crtpc i386/t-crtfm"
567 extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
1e53920f 568 md_unwind_header=i386/sol2-unwind.h
894a47b4 569 ;;
894a47b4 570i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
571 ;;
1e53920f 572i[34567]86-*-cygwin*)
9e51385b 573 extra_parts="crtbegin.o crtend.o crtfastmath.o"
a997b0d8 574 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
575 if test x$enable_sjlj_exceptions = xyes; then
576 tmake_eh_file="i386/t-sjlj-eh"
577 else
578 tmake_eh_file="i386/t-dw2-eh"
579 fi
580 # Shared libgcc DLL install dir depends on cross/native build.
581 if test x${build} = x${host} ; then
582 tmake_dlldir_file="i386/t-dlldir"
583 else
584 tmake_dlldir_file="i386/t-dlldir-x"
585 fi
9213d2eb 586 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"
8f433c51 587 ;;
1e53920f 588i[34567]86-*-mingw*)
589 extra_parts="crtbegin.o crtend.o crtfastmath.o"
4dc4ff49 590 case ${target_thread_file} in
591 win32)
592 tmake_file="$tmake_file i386/t-gthr-win32"
593 ;;
2d00fffd 594 posix)
595 tmake_file="i386/t-mingw-pthread $tmake_file"
596 ;;
4dc4ff49 597 esac
a997b0d8 598 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
599 if test x$enable_sjlj_exceptions = xyes; then
600 tmake_eh_file="i386/t-sjlj-eh"
601 else
602 tmake_eh_file="i386/t-dw2-eh"
7ed6dbef 603 md_unwind_header=i386/w32-unwind.h
a997b0d8 604 fi
605 # Shared libgcc DLL install dir depends on cross/native build.
606 if test x${build} = x${host} ; then
607 tmake_dlldir_file="i386/t-dlldir"
608 else
609 tmake_dlldir_file="i386/t-dlldir-x"
610 fi
9213d2eb 611 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"
1e53920f 612 ;;
8f433c51 613x86_64-*-mingw*)
4dc4ff49 614 case ${target_thread_file} in
615 win32)
616 tmake_file="$tmake_file i386/t-gthr-win32"
617 ;;
2d00fffd 618 posix)
619 tmake_file="i386/t-mingw-pthread $tmake_file"
620 ;;
4dc4ff49 621 esac
a997b0d8 622 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
623 if test x$enable_sjlj_exceptions = xyes; then
624 tmake_eh_file="i386/t-sjlj-eh"
625 else
8ad0b530 626 tmake_eh_file="i386/t-seh-eh"
a997b0d8 627 fi
628 # Shared libgcc DLL install dir depends on cross/native build.
629 if test x${build} = x${host} ; then
630 tmake_dlldir_file="i386/t-dlldir"
631 else
632 tmake_dlldir_file="i386/t-dlldir-x"
633 fi
9213d2eb 634 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"
1125ba83 635 extra_parts="$extra_parts crtfastmath.o"
894a47b4 636 ;;
af8e12d0 637i[34567]86-*-interix[3-9]*)
4dc4ff49 638 tmake_file="$tmake_file i386/t-interix i386/t-chkstk"
894a47b4 639 ;;
894a47b4 640ia64*-*-elf*)
237490bf 641 extra_parts="$extra_parts crtbeginS.o crtendS.o crtfastmath.o"
2ff958e6 642 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
894a47b4 643 ;;
644ia64*-*-freebsd*)
237490bf 645 extra_parts="$extra_parts crtfastmath.o"
2ff958e6 646 tmake_file="$tmake_file ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm"
894a47b4 647 ;;
648ia64*-*-linux*)
237490bf 649 # Don't use crtbeginT.o from *-*-linux* default.
894a47b4 650 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
2ff958e6 651 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 652 if test x$with_system_libunwind != xyes ; then
a997b0d8 653 tmake_file="${tmake_file} t-libunwind-elf ia64/t-linux-libunwind"
e59be7e3 654 fi
1e53920f 655 md_unwind_header=ia64/linux-unwind.h
894a47b4 656 ;;
657ia64*-*-hpux*)
2ff958e6 658 tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux"
894a47b4 659 ;;
9b9a2528 660ia64-hp-*vms*)
9213d2eb 661 tmake_file="$tmake_file ia64/t-ia64 ia64/t-eh-ia64 ia64/t-vms t-slibgcc-vms"
237490bf 662 extra_parts="$extra_parts crtinitS.o"
1e53920f 663 md_unwind_header=ia64/vms-unwind.h
9b9a2528 664 ;;
894a47b4 665iq2000*-*-elf*)
08417926 666 tmake_file="iq2000/t-iq2000 t-fdpbit"
237490bf 667 # Don't use default.
668 extra_parts=
894a47b4 669 ;;
fbb6f195 670lm32-*-elf*)
237490bf 671 extra_parts="$extra_parts crti.o crtn.o"
84600db5 672 tmake_file="lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
f6fe91e8 673 ;;
fbb6f195 674lm32-*-rtems*)
675 tmake_file="$tmake_file lm32/t-lm32 lm32/t-elf t-softfp-sfdf t-softfp"
676 extra_parts="$extra_parts crti.o crtn.o"
677 ;;
f6fe91e8 678lm32-*-uclinux*)
237490bf 679 extra_parts="$extra_parts crtbegin.o crtendS.o crtbeginT.o"
4dc4ff49 680 tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp"
f6fe91e8 681 ;;
237490bf 682m32r-*-elf*)
a23b9c51 683 tmake_file=t-fdpbit
894a47b4 684 ;;
237490bf 685m32r-*-rtems*)
fbb6f195 686 tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
237490bf 687 ;;
894a47b4 688m32rle-*-elf*)
a23b9c51 689 tmake_file=t-fdpbit
894a47b4 690 ;;
691m32r-*-linux*)
237490bf 692 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
894a47b4 693 ;;
694m32rle-*-linux*)
237490bf 695 tmake_file="$tmake_file m32r/t-linux t-fdpbit"
894a47b4 696 ;;
9213d2eb 697m68k-*-elf* | fido-*-elf)
698 tmake_file="$tmake_file m68k/t-floatlib"
894a47b4 699 ;;
6af9f7ea 700m68k*-*-netbsdelf*)
894a47b4 701 ;;
702m68k*-*-openbsd*)
703 ;;
5bb27b7c 704m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
705 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
1e53920f 706 md_unwind_header=m68k/linux-unwind.h
894a47b4 707 ;;
1e53920f 708m68k-*-linux*) # Motorola m68k's running GNU/Linux
894a47b4 709 # with ELF format using glibc 2
710 # aka the GNU/Linux C library 6.
5bb27b7c 711 tmake_file="$tmake_file m68k/t-floatlib m68k/t-linux"
a997b0d8 712 # If not configured with --enable-sjlj-exceptions, bump the
713 # libgcc version number.
714 if test x$enable_sjlj_exceptions != xyes; then
715 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
716 fi
1e53920f 717 md_unwind_header=m68k/linux-unwind.h
894a47b4 718 ;;
719m68k-*-rtems*)
9213d2eb 720 tmake_file="$tmake_file m68k/t-floatlib"
237490bf 721 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 722 ;;
723mcore-*-elf)
9213d2eb 724 tmake_file="mcore/t-mcore t-fdpbit"
237490bf 725 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 726 ;;
a997b0d8 727microblaze*-linux*)
728 tmake_file="$tmake_file t-slibgcc-nolc-override microblaze/t-microblaze t-fdpbit"
729 ;;
d34b0d1e 730microblaze*-*-*)
a23b9c51 731 tmake_file="microblaze/t-microblaze t-fdpbit"
237490bf 732 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
d34b0d1e 733 ;;
894a47b4 734mips*-*-netbsd*) # NetBSD/mips, either endian.
735 ;;
894a47b4 736mips*-*-linux*) # Linux MIPS, either endian.
283681bb 737 extra_parts="$extra_parts crtfastmath.o"
6a8f7b8b 738 tmake_file="${tmake_file} t-crtfm mips/t-mips16"
1e53920f 739 md_unwind_header=mips/linux-unwind.h
416e60e6 740 if test "${ac_cv_sizeof_long_double}" = 16; then
741 tmake_file="${tmake_file} mips/t-tpbit"
742 fi
894a47b4 743 ;;
a23b9c51 744mips*-sde-elf*)
20dbbfaf 745 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
a23b9c51 746 case "${with_newlib}" in
747 yes)
748 # newlib / libgloss.
749 ;;
750 *)
751 # MIPS toolkit libraries.
237490bf 752 tmake_file="$tmake_file mips/t-sdemtk"
a23b9c51 753 ;;
754 esac
237490bf 755 extra_parts="$extra_parts crti.o crtn.o"
a23b9c51 756 ;;
21889c08 757mipsisa32-*-elf* | mipsisa32el-*-elf* | \
758mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
759mipsisa64-*-elf* | mipsisa64el-*-elf* | \
77a32a8e 760mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
4dc4ff49 761 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 762 extra_parts="$extra_parts crti.o crtn.o"
77a32a8e 763 ;;
894a47b4 764mipsisa64sr71k-*-elf*)
20dbbfaf 765 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit"
237490bf 766 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 767 ;;
768mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
4dc4ff49 769 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 770 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 771 ;;
772mips-*-elf* | mipsel-*-elf*)
4dc4ff49 773 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 774 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 775 ;;
776mips64-*-elf* | mips64el-*-elf*)
4dc4ff49 777 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 778 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 779 ;;
780mips64vr-*-elf* | mips64vrel-*-elf*)
4dc4ff49 781 tmake_file="$tmake_file mips/t-elf mips/t-vr mips/t-crtstuff"
237490bf 782 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 783 ;;
784mips64orion-*-elf* | mips64orionel-*-elf*)
4dc4ff49 785 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 786 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 787 ;;
788mips*-*-rtems*)
4dc4ff49 789 tmake_file="$tmake_file mips/t-elf mips/t-crtstuff mips/t-mips16"
237490bf 790 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 791 ;;
792mips-wrs-vxworks)
793 ;;
894a47b4 794mipstx39-*-elf* | mipstx39el-*-elf*)
237490bf 795 tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16"
894a47b4 796 ;;
797mmix-knuth-mmixware)
8525326e 798 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
799 tmake_file="${tmake_file} ${cpu_type}/t-${cpu_type}"
894a47b4 800 ;;
801mn10300-*-*)
a23b9c51 802 tmake_file=t-fdpbit
894a47b4 803 ;;
237490bf 804moxie-*-elf | moxie-*-uclinux*)
84600db5 805 tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 806 extra_parts="$extra_parts crti.o crtn.o"
807 ;;
808moxie-*-rtems*)
fbb6f195 809 tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 810 # Don't use default.
811 extra_parts=
be52b6d8 812 ;;
894a47b4 813pdp11-*-*)
4dc4ff49 814 tmake_file="pdp11/t-pdp11 t-fdpbit"
894a47b4 815 ;;
8372e9ea 816picochip-*-*)
a23b9c51 817 tmake_file="picochip/t-picochip t-fpbit"
8372e9ea 818 ;;
894a47b4 819powerpc-*-darwin*)
1e53920f 820 case ${host} in
821 *-*-darwin9* | *-*-darwin[12][0-9]*)
822 # libSystem contains unwind information for signal frames since
823 # Darwin 9.
824 ;;
825 *)
826 md_unwind_header=rs6000/darwin-unwind.h
827 ;;
828 esac
84600db5 829 tmake_file="$tmake_file rs6000/t-ibm-ldouble"
1a4a11f3 830 extra_parts="$extra_parts crt2.o"
894a47b4 831 ;;
832powerpc64-*-darwin*)
4dc4ff49 833 tmake_file="$tmake_file rs6000/t-darwin64 rs6000/t-ibm-ldouble"
1a4a11f3 834 extra_parts="$extra_parts crt2.o"
894a47b4 835 ;;
bdd1ee48 836powerpc*-*-freebsd*)
837 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 838 extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
bdd1ee48 839 case ${host} in
840 powerpc64*)
841 tmake_file="${tmake_file} rs6000/t-freebsd64"
842 md_unwind_header=rs6000/freebsd-unwind.h
843 ;;
844 esac
894a47b4 845 ;;
846powerpc-*-netbsd*)
08417926 847 tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
894a47b4 848 ;;
894a47b4 849powerpc-*-eabispe*)
738c50b8 850 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic"
237490bf 851 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 852 ;;
853powerpc-*-eabisimaltivec*)
738c50b8 854 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 855 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 856 ;;
857powerpc-*-eabisim*)
738c50b8 858 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 859 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 860 ;;
861powerpc-*-elf*)
738c50b8 862 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 863 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 864 ;;
865powerpc-*-eabialtivec*)
738c50b8 866 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 867 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
a23b9c51 868 ;;
869powerpc-xilinx-eabi*)
738c50b8 870 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 871 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 872 ;;
873powerpc-*-eabi*)
738c50b8 874 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 875 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 876 ;;
877powerpc-*-rtems*)
738c50b8 878 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 879 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 880 ;;
4e5e2802 881powerpc-*-linux* | powerpc64-*-linux*)
738c50b8 882 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"
237490bf 883 extra_parts="$extra_parts ecrti.o ecrtn.o ncrti.o ncrtn.o"
1e53920f 884 md_unwind_header=rs6000/linux-unwind.h
894a47b4 885 ;;
894a47b4 886powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
738c50b8 887 tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit"
894a47b4 888 ;;
894a47b4 889powerpc-*-lynxos*)
08417926 890 tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
894a47b4 891 ;;
894a47b4 892powerpcle-*-elf*)
738c50b8 893 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 894 extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 895 ;;
896powerpcle-*-eabisim*)
738c50b8 897 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 898 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 899 ;;
900powerpcle-*-eabi*)
738c50b8 901 tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
237490bf 902 extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
894a47b4 903 ;;
894a47b4 904rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
e59be7e3 905 md_unwind_header=rs6000/aix-unwind.h
c1420b84 906 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
894a47b4 907 ;;
908rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
e59be7e3 909 md_unwind_header=rs6000/aix-unwind.h
c1420b84 910 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
894a47b4 911 ;;
912rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
e59be7e3 913 md_unwind_header=rs6000/aix-unwind.h
c1420b84 914 tmake_file="t-fdpbit rs6000/t-ppc64-fp rs6000/t-slibgcc-aix rs6000/t-ibm-ldouble"
894a47b4 915 ;;
78e515f7 916rl78-*-elf)
917 tmake_file="$tm_file t-fdpbit rl78/t-rl78"
918 ;;
24833e1a 919rx-*-elf)
a23b9c51 920 tmake_file="rx/t-rx t-fdpbit"
022a2799 921 tm_file="$tm_file rx/rx-abi.h rx/rx-lib.h"
24833e1a 922 ;;
894a47b4 923s390-*-linux*)
e38fe738 924 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
1e53920f 925 md_unwind_header=s390/linux-unwind.h
894a47b4 926 ;;
927s390x-*-linux*)
e38fe738 928 tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
1e53920f 929 md_unwind_header=s390/linux-unwind.h
894a47b4 930 ;;
931s390x-ibm-tpf*)
4dc4ff49 932 tmake_file="${tmake_file} s390/t-crtstuff t-libgcc-pic t-eh-dw2-dip"
237490bf 933 extra_parts="crtbeginS.o crtendS.o"
f9cccfac 934 md_unwind_header=s390/tpf-unwind.h
894a47b4 935 ;;
936score-*-elf)
84600db5 937 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp"
237490bf 938 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 939 ;;
237490bf 940sh-*-elf* | sh[12346l]*-*-elf*)
941 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
942 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
943 libic_invalidate_array_4-100.a \
944 libic_invalidate_array_4-200.a \
945 libic_invalidate_array_4a.a \
946 libgcc-Os-4-200.a libgcc-4-300.a"
9213d2eb 947 case ${host} in sh64*-*-*)
948 tmake_file="$tmake_file sh/t-sh64"
949 ;;
950 esac
97f1a704 951 case ${host} in
237490bf 952 sh*-superh-elf)
953 tmake_file="$tmake_file sh/t-superh"
954 extra_parts="$extra_parts crt1-mmu.o gcrt1-mmu.o gcrt1.o"
955 ;;
956 esac
957 ;;
958sh-*-linux* | sh[2346lbe]*-*-linux*)
9213d2eb 959 tmake_file="${tmake_file} sh/t-sh t-slibgcc-libgcc sh/t-linux t-fdpbit"
960 case ${host} in sh64*-*-linux*)
961 tmake_file="$tmake_file sh/t-sh64"
962 ;;
963 esac
237490bf 964 md_unwind_header=sh/linux-unwind.h
965 ;;
966sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
967 sh64-*-netbsd* | sh64l*-*-netbsd*)
9213d2eb 968 tmake_file="$tmake_file sh/t-sh sh/t-netbsd"
969 case ${host} in
970 sh5*-*-netbsd* | sh64*-netbsd*)
971 tmake_file="$tmake_file sh/t-sh64"
972 ;;
973 esac
237490bf 974 # NetBSD's C library includes a fast software FP library that
975 # has support for setting/setting the rounding mode, exception
976 # mask, etc. Therefore, we don't want to include software FP
977 # in libgcc.
894a47b4 978 ;;
894a47b4 979sh-*-rtems*)
9213d2eb 980 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
237490bf 981 extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \
982 $sh_ic_extra_parts $sh_opt_extra_parts"
894a47b4 983 ;;
984sh-wrs-vxworks)
9213d2eb 985 tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit"
894a47b4 986 ;;
894a47b4 987sparc-*-netbsdelf*)
988 ;;
989sparc64-*-openbsd*)
990 ;;
991sparc-*-elf*)
63abf89e 992 case ${host} in
993 *-leon[3-9]*)
994 ;;
995 *)
996 tmake_file="sparc/t-softmul"
997 ;;
998 esac
237490bf 999 tmake_file="${tmake_file} t-fdpbit t-crtfm"
1000 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
894a47b4 1001 ;;
1002sparc-*-linux*) # SPARC's running GNU/Linux, libc6
95de80bc 1003 tmake_file="${tmake_file} t-crtfm"
1004 if test "${host_address}" = 64; then
1005 tmake_file="$tmake_file sparc/t-linux64"
1006 fi
a23b9c51 1007 case ${host} in
1008 *-leon*)
a997b0d8 1009 tmake_file="${tmake_file} t-fdpbit"
1010 ;;
1011 *)
1012 tmake_file="${tmake_file} sparc/t-linux"
a23b9c51 1013 ;;
1014 esac
9213d2eb 1015 case ${host} in
1016 *-leon[3-9]*)
1017 ;;
1018 *)
95de80bc 1019 if test "${host_address}" = 32; then
1020 tmake_file="$tmake_file sparc/t-softmul"
1021 fi
9213d2eb 1022 ;;
1023 esac
894a47b4 1024 extra_parts="$extra_parts crtfastmath.o"
f9cccfac 1025 md_unwind_header=sparc/linux-unwind.h
894a47b4 1026 ;;
a23b9c51 1027sparc-*-rtems*)
fbb6f195 1028 tmake_file="$tmake_file sparc/t-elf sparc/t-softmul t-crtfm t-fdpbit"
237490bf 1029 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
894a47b4 1030 ;;
63abf89e 1031sparc*-*-solaris2*)
1032 tmake_file="$tmake_file t-crtfm"
1033 extra_parts="$extra_parts crtfastmath.o"
1e53920f 1034 md_unwind_header=sparc/sol2-unwind.h
894a47b4 1035 ;;
894a47b4 1036sparc64-*-elf*)
237490bf 1037 tmake_file="${tmake_file} t-crtfm"
1038 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
894a47b4 1039 ;;
a23b9c51 1040sparc64-*-rtems*)
fbb6f195 1041 tmake_file="$tmake_file sparc/t-elf t-crtfm"
237490bf 1042 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
a23b9c51 1043 ;;
723e1902 1044sparc-wrs-vxworks)
1045 ;;
894a47b4 1046sparc64-*-freebsd*|ultrasparc-*-freebsd*)
1125ba83 1047 tmake_file="$tmake_file t-crtfm"
237490bf 1048 extra_parts="$extra_parts crtfastmath.o"
894a47b4 1049 ;;
1050sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
1051 extra_parts="$extra_parts crtfastmath.o"
95de80bc 1052 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
1053 if test "${host_address}" = 64; then
1054 tmake_file="${tmake_file} sparc/t-linux64"
1055 fi
1056 if test "${host_address}" = 32; then
1057 tmake_file="${tmake_file} sparc/t-softmul"
1058 fi
1e53920f 1059 md_unwind_header=sparc/linux-unwind.h
894a47b4 1060 ;;
1061sparc64-*-netbsd*)
1062 ;;
1063spu-*-elf*)
4dc4ff49 1064 tmake_file="$tmake_file spu/t-elf t-libgcc-pic t-fdpbit"
237490bf 1065 extra_parts="$extra_parts \
1066 libgcc_cachemgr.a libgcc_cachemgr_nonatomic.a \
1067 libgcc_cache8k.a libgcc_cache16k.a libgcc_cache32k.a \
1068 libgcc_cache64k.a libgcc_cache128k.a"
894a47b4 1069 ;;
a997b0d8 1070tic6x-*-uclinux)
adce431d 1071 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
1072 c6x/t-elf c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
1073 t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
022a2799 1074 tm_file="$tm_file c6x/c6x-abi.h"
adce431d 1075 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
a997b0d8 1076 unwind_header=config/c6x/unwind-c6x.h
1077 ;;
237490bf 1078tic6x-*-elf)
1079 tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp t-gnu-prefix c6x/t-elf"
022a2799 1080 tm_file="$tm_file c6x/c6x-abi.h"
237490bf 1081 extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
7e5fc0c4 1082 unwind_header=config/c6x/unwind-c6x.h
5aa04b01 1083 ;;
7ce78e23 1084tilegx-*-linux*)
1085 tmake_file="${tmake_file} tilegx/t-crtstuff t-softfp-sfdf tilegx/t-softfp t-softfp tilegx/t-tilegx"
1086 md_unwind_header=tilepro/linux-unwind.h
1087 ;;
1088tilepro-*-linux*)
1089 tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro"
1090 md_unwind_header=tilepro/linux-unwind.h
1091 ;;
707238af 1092v850*-*-*)
9213d2eb 1093 tmake_file="v850/t-v850 t-fdpbit"
894a47b4 1094 ;;
63bfd172 1095vax-*-linux*)
9213d2eb 1096 tmake_file="$tmake_file vax/t-linux"
63bfd172 1097 ;;
894a47b4 1098vax-*-netbsdelf*)
1099 ;;
894a47b4 1100vax-*-openbsd*)
1101 ;;
894a47b4 1102xstormy16-*-elf)
2219274c 1103 tmake_file="stormy16/t-stormy16 t-fdpbit"
894a47b4 1104 ;;
75c7ffbc 1105xtensa*-*-elf*)
237490bf 1106 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-elf"
1107 extra_parts="$extra_parts crti.o crtn.o"
894a47b4 1108 ;;
75c7ffbc 1109xtensa*-*-linux*)
a997b0d8 1110 tmake_file="$tmake_file xtensa/t-xtensa xtensa/t-linux"
1e53920f 1111 md_unwind_header=xtensa/linux-unwind.h
894a47b4 1112 ;;
1113am33_2.0-*-linux*)
237490bf 1114 # Don't need crtbeginT.o from *-*-linux* default.
894a47b4 1115 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
a997b0d8 1116 tmake_file="$tmake_file t-fdpbit"
894a47b4 1117 ;;
7eac0a4e 1118m32c-*-elf*|m32c-*-rtems*)
9213d2eb 1119 tmake_file="$tmake_file m32c/t-m32c"
894a47b4 1120 ;;
46222c18 1121mep*-*-*)
237490bf 1122 tmake_file="mep/t-mep t-fdpbit"
1123 extra_parts="crtbegin.o crtend.o"
46222c18 1124 ;;
894a47b4 1125*)
1126 echo "*** Configuration ${host} not supported" 1>&2
1127 exit 1
1128 ;;
1129esac
e4cbe54f 1130
98c9b52b 1131case ${host} in
1132i[34567]86-*-* | x86_64-*-*)
1133 tmake_file="${tmake_file} i386/t-cpuinfo"
1134 ;;
1135esac
1136
e4cbe54f 1137case ${host} in
1eab96a6 1138i[34567]86-*-linux* | x86_64-*-linux* | \
a997b0d8 1139 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
1140 i[34567]86-*-knetbsd*-gnu | \
1eab96a6 1141 i[34567]86-*-gnu*)
98c9b52b 1142 tmake_file="${tmake_file} t-tls i386/t-linux"
c9b3ebc5 1143 if test "$libgcc_cv_cfi" = "yes"; then
f2d9def0 1144 tmake_file="${tmake_file} t-stack i386/t-stack-i386"
c9b3ebc5 1145 fi
e4cbe54f 1146 ;;
1147esac
b3fd46a0 1148
1149case ${host} in
1150i[34567]86-*-darwin* | x86_64-*-darwin* | \
09ec66c8 1151 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
6471e33b 1152 i[34567]86-*-linux* | x86_64-*-linux* | \
8a84c748 1153 i[34567]86-*-gnu* | \
14f27bc6 1154 i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
278afeb5 1155 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
1156 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
84600db5 1157 tmake_file="${tmake_file} t-softfp-tf"
144633f4 1158 if test "${host_address}" = 32; then
84600db5 1159 tmake_file="${tmake_file} i386/${host_address}/t-softfp"
144633f4 1160 fi
2c223cf2 1161 tmake_file="${tmake_file} i386/t-softfp t-softfp"
144633f4 1162 ;;
1163esac
1164
1165case ${host} in
1166i[34567]86-*-linux* | x86_64-*-linux*)
1167 # Provide backward binary compatibility for 64bit Linux/x86.
1168 if test "${host_address}" = 64; then
1169 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
1170 fi
022a2799 1171 tm_file="${tm_file} i386/value-unwind.h"
b3fd46a0 1172 ;;
1173esac