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