]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.gcc
Correct filename to "darwin-tramp.asm" in my last ChangeLog entry.
[thirdparty/gcc.git] / gcc / config.gcc
CommitLineData
61ed06c3 1# GCC build-, host- and target-specific configuration file.
e428b937 2# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
61ed06c3 3
1322177d 4#This file is part of GCC.
61ed06c3 5
1322177d
LB
6#GCC is free software; you can redistribute it and/or modify it under
7#the terms of the GNU General Public License as published by the Free
8#Software Foundation; either version 2, or (at your option) any later
9#version.
61ed06c3 10
1322177d
LB
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.
61ed06c3
HPN
15
16#You should have received a copy of the GNU General Public License
1322177d
LB
17#along with GCC; see the file COPYING. If not, write to the Free
18#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19#02111-1307, USA.
61ed06c3
HPN
20
21# This is the GCC build-, host- and target-specific configuration file
22# where a configuration type, as recognized and generated by config.bfd,
23# is mapped to different system-specific definitions and files. This is
24# invoked by the autoconf-generated configure script, called for build,
25# host and target in that order, setting ${machine} to each. Putting it
26# in a separate shell file lets us skip running autoconf when modifying
27# build-, host- and target-specific information.
28
29# This file switches on the shell variable ${machine}, and also uses the
30# following shell variables:
31#
32# with_* Various variables as set by configure.
33#
34# enable_threads_flag Either the name, yes or no depending on whether
35# threads support was requested.
36#
37# gas_flag Either yes or no depending on whether GNU as was
38# requested.
39#
40# gnu_ld_flag Either yes or no depending on whether GNU ld was
41# requested.
42
43# This file sets the following shell variables for use by the
44# autoconf-generated configure script:
45#
46# cpu_type The name of the cpu, if different from machine.
47#
48# tm_file A list of target macro files, if different from
32fb7c9d
FS
49# "$cpu_type/$cpu_type.h". Usually it's constructed
50# per target in a way like this:
c40409ce 51# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
32fb7c9d
FS
52# Note that the preferred order is:
53# - specific target header "${cpu_type}/${cpu_type.h}"
c40409ce 54# - generic headers like dbxelf.h elfos.h, netware.h, etc.
32fb7c9d
FS
55# - specializing target headers like ${cpu_type.h}/elf.h
56# This helps to keep OS specific stuff out of the CPU
57# defining header ${cpu_type}/${cpu_type.h}.
61ed06c3
HPN
58#
59# tm_p_file Location of file with declarations for functions
60# in $out_file.
61#
62# out_file The name of the machine description C support
63# file, if different from "$cpu_type/$cpu_type.c".
64#
65# md_file The name of the machine-description file, if
66# different from "$cpu_type/$cpu_type.md".
67#
68# tmake_file A list of machine-description-specific
69# makefile-fragments, if different from
70# "$cpu_type/t-$cpu_type".
71#
72# float_format Set to the symbolic name for the floating-point
73# formats used for this machine, if different from
74# "i64". Used to derive a header file name to
75# include, like "vax" for "float-vax.h". If no such
76# file is wanted, set to "none".
77#
78# extra_objs List of extra objects that should be linked into
79# the compiler proper (cc1, cc1obj, cc1plus)
80# depending on target.
81#
82# extra_headers List of used header files from the directory
83# ginclude.
84#
85# host_xmake_file List of host-specific makefile-fragments.
86#
87# extra_passes List of extra executables compiled for this target
88# machine, used for compiling from source to object.
89#
90# extra_parts List of extra object files that should be compiled
91# for this target machine.
92#
93# extra_programs Like extra_passes, but these are used when linking.
94#
ff7cc307 95# host_extra_objs List of extra host-dependent objects that should
61ed06c3
HPN
96# be linked into the compiler proper.
97#
ff7cc307 98# host_extra_gcc_objs List of extra host-dependent objects that should
61ed06c3
HPN
99# be linked into the gcc driver.
100#
ff7cc307 101# c_target_objs List of extra target-dependent objects that be
aac69a49 102# linked into the C compiler only.
0e5a4ad8 103#
ff7cc307 104# cxx_target_objs List of extra target-dependent objects that be
aac69a49 105# linked into the C++ compiler only.
0e5a4ad8 106#
61ed06c3
HPN
107# build_xm_defines List of macros to define when compiling for the
108# build machine.
109#
110# build_xm_file List of files to include when compiling for the
111# build machine.
112#
113# host_xm_defines List of macros to define when compiling for the
114# host machine.
115#
116# host_xm_file List of files to include when compiling for the
117# host machine.
118#
119# xm_defines List of macros to define when compiling for the
120# target machine.
121#
122# xm_file List of files to include when compiling for the
123# target machine.
124#
125# use_collect2 Set to yes or no, depending on whether collect2
126# will be used.
127#
128# target_cpu_default Set to override the default target model.
129#
130# build_install_headers_dir
131# Target to use when installing header files.
132#
61ed06c3
HPN
133# host_truncate_target
134# Non-empty if the target name should be truncated
135# on this host, due to filename length issues.
136#
137# gdb_needs_out_file_path
138# Set to yes if gdb needs a dir command with
139# `dirname $out_file`.
140#
141# build_exeext Set to the suffix, if the build machine requires
142# executables to have a file name suffix.
143#
144# host_exeext Set to the suffix, if the host machine requires
145# executables to have a file name suffix.
146#
147# thread_file Set to control which thread package to use.
148#
149# gas Set to yes or no depending on whether the target
150# system normally uses GNU as.
151
152# The following variables are used in each case-construct to build up the
153# outgoing variables:
154#
155# xmake_file Makefile-fragment when this system is as a host,
156# for host_xmake_file.
157#
158# extra_host_objs List of extra objects that should be linked into
159# the compiler proper when this system is a host,
160# for host_extra_objs.
161#
162# install_headers_dir Makefile-target for how the header file directory
163# is installed, when this system is a build system,
164# for build_install_headers_dir.
165#
166# truncate_target Non-empty if the target name should be truncated
167# when this system is a host, due to filename length
168# issues. For host_truncate_target.
169#
170# exeext The suffix for executables on this system.
171#
172# gnu_ld Set to yes or no depending on whether the target
173# system normally uses GNU ld.
174
175out_file=
176xmake_file=
177tmake_file=
178extra_headers=
179extra_passes=
180extra_parts=
181extra_programs=
182extra_objs=
183extra_host_objs=
184extra_gcc_objs=
aac69a49
NC
185c_target_objs=
186cxx_target_objs=
61ed06c3
HPN
187xm_defines=
188float_format=
189# Set this to force installation and use of collect2.
190use_collect2=
191# Set this to override the default target model.
192target_cpu_default=
193# Set this to control how the header file directory is installed.
194install_headers_dir=install-headers-tar
61ed06c3
HPN
195# Set this if directory names should be truncated to 14 characters.
196truncate_target=
197# Set this if gdb needs a dir command with `dirname $out_file`
198gdb_needs_out_file_path=
199# Set this if the build machine requires executables to have a
200# file name suffix.
201exeext=
202# Set this to control which thread package will be used.
203thread_file=
204# Reinitialize these from the flag values every loop pass, since some
205# configure entries modify them.
206gas="$gas_flag"
207gnu_ld="$gnu_ld_flag"
208enable_threads=$enable_threads_flag
209
210# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
211# updated in each machine entry.
212tm_p_file=
213cpu_type=`echo $machine | sed 's/-.*$//'`
214case $machine in
215alpha*-*-*)
216 cpu_type=alpha
217 ;;
218strongarm*-*-*)
219 cpu_type=arm
220 ;;
221arm*-*-*)
222 cpu_type=arm
223 ;;
d19fb8e3
NC
224xscale-*-*)
225 cpu_type=arm
226 ;;
61ed06c3
HPN
227c*-convex-*)
228 cpu_type=convex
229 ;;
230i[34567]86-*-*)
231 cpu_type=i386
232 ;;
14f73b5a
JH
233x86_64-*-*)
234 cpu_type=i386
235 ;;
c21a2372 236hppa*-*-* | parisc*-*-*)
61ed06c3
HPN
237 cpu_type=pa
238 ;;
5f37d07c 239m680[02]0-*-*)
61ed06c3
HPN
240 cpu_type=m68k
241 ;;
242mips*-*-*)
243 cpu_type=mips
244 ;;
245pj*-*-*)
246 cpu_type=pj
247 ;;
248powerpc*-*-*)
249 cpu_type=rs6000
250 ;;
61ed06c3
HPN
251sparc*-*-*)
252 cpu_type=sparc
253 ;;
254esac
255
256tm_file=${cpu_type}/${cpu_type}.h
b6d7afec 257if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
61ed06c3 258then
b6d7afec
ZW
259 tm_p_file=${cpu_type}/${cpu_type}-protos.h
260fi
61ed06c3
HPN
261# On a.out targets, we need to use collect2.
262case $machine in
263*-*-*aout*)
264 use_collect2=yes
265 ;;
0e5a4ad8 266esac
61ed06c3 267
9e405fe5 268# Common parts for GNU/Linux, GNU/Hurd, OpenBSD and FreeBSD systems.
61ed06c3
HPN
269case $machine in
270*-*-linux*)
34f4f3a5 271 xm_defines=POSIX
61ed06c3 272 ;;
5eeab2e3
MK
273*-*-gnu*)
274 # On the Hurd, the setup is just about the same on
275 # each different CPU. The specific machines that we
276 # support are matched above and just set $cpu_type.
b19a539e 277 xm_defines=POSIX
f6e0c56c 278 tm_file="${cpu_type}/gnu.h"
5eeab2e3
MK
279 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
280 # GNU always uses ELF.
281 elf=yes
282 # GNU tools are the only tools.
283 gnu_ld=yes
284 gas=yes
285 # These details are the same as for Linux.
5eeab2e3 286 # But here we need a little extra magic.
7b3a4df5 287 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
f6e0c56c
DB
288 case $machine in
289 i[34567]86-*-*)
c40409ce 290 tm_file="${cpu_type}/${cpu_type}.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}"
f6e0c56c 291 ;;
f6e0c56c 292 esac
5eeab2e3 293 ;;
61ed06c3
HPN
294*-*-openbsd*)
295 tm_file=${cpu_type}/openbsd.h
f1cf4606 296 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
b19a539e 297 xm_defines=POSIX
61ed06c3
HPN
298 if test x$enable_threads = xyes; then
299 thread_file='posix'
300 tmake_file="${tmake_file} t-openbsd-thread"
301 fi
302 ;;
9e405fe5
LR
303*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
304 # This is the place-holder for the generic a.out configuration
305 # of FreeBSD. No actual configuration resides here since
306 # there was only ever a bare-bones ix86 configuration for
307 # a.out and it exists solely in the machine-specific section.
308 # This place-holder must exist to avoid dropping into
309 # the generic ELF configuration of FreeBSD (i.e. it must be
310 # ordered before that section).
311 ;;
312*-*-freebsd*)
313 # This is the generic ELF configuration of FreeBSD. Later
314 # machine-specific sections may refine and add to this
315 # configuration.
316 #
317 # Due to tm_file entry ordering issues that vary between cpu
318 # architectures, we only define fbsd_tm_file to allow the
319 # machine-specific section to dictate the final order of all
320 # entries of tm_file with the minor exception that components
321 # of the tm_file set here will always be of the form:
322 #
b91da81f 323 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
9e405fe5
LR
324 #
325 # The machine-specific section should not tamper with this
326 # ordering but may order all other entries of tm_file as it
327 # pleases around the provided core setting.
328 gas=yes
329 gnu_ld=yes
330 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
331 case $machine in
332 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
333 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
334 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
335 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
336 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
337 esac
338 tmake_file=t-freebsd
243a7070 339 xmake_file=none
9e405fe5
LR
340 xm_defines=POSIX
341 case x${enable_threads} in
342 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
343 x | xyes | xpthreads | xposix)
344 thread_file='posix'
345 tmake_file="${tmake_file} t-freebsd-thread"
346 ;;
347 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
348 esac
b7e0196a 349 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
9e405fe5 350 ;;
61ed06c3
HPN
351esac
352
353case $machine in
354# Support site-specific machine types.
355*local*)
61ed06c3 356 rest=`echo $machine | sed -e "s/$cpu_type-//"`
61ed06c3 357 tm_file=${cpu_type}/$rest.h
4dc0535b
ZW
358 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
359 then xm_file=${cpu_type}/xm-$rest.h
61ed06c3 360 fi
4dc0535b
ZW
361 if test -f $srcdir/config/${cpu_type}/x-$rest
362 then xmake_file=${cpu_type}/x-$rest
363 fi
364 if test -f $srcdir/config/${cpu_type}/t-$rest
365 then tmake_file=${cpu_type}/t-$rest
61ed06c3
HPN
366 fi
367 ;;
3681750a-*-*)
db009825
ZW
369 # 1750a is only supported as a target.
370 case "$build,$host" in 1750a*,* | *,1750a* )
371 echo "*** $machine is only supported as a target" >&2
372 exit 1
373 esac
61ed06c3
HPN
374 ;;
375a29k-*-bsd* | a29k-*-sym1*)
376 tm_file="${tm_file} a29k/unix.h"
34f4f3a5 377 xm_defines=POSIX
61ed06c3
HPN
378 use_collect2=yes
379 ;;
380a29k-*-udi | a29k-*-coff)
2cc07db4 381 tm_file="${tm_file} dbxcoff.h"
61ed06c3
HPN
382 tmake_file=a29k/t-a29kbare
383 ;;
bc98ef7f
JS
384a29k*-*-rtems*)
385 tm_file=a29k/rtems.h
386 tmake_file="a29k/t-a29kbare t-rtems"
387 if test x$enable_threads = xyes; then
388 thread_file='rtems'
389 fi
390 ;;
61ed06c3 391a29k-wrs-vxworks*)
2cc07db4 392 tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
61ed06c3
HPN
393 tmake_file=a29k/t-vx29k
394 extra_parts="crtbegin.o crtend.o"
395 thread_file='vxworks'
396 ;;
397a29k-*-*) # Default a29k environment.
398 use_collect2=yes
399 ;;
30102605
RH
400alpha*-*-unicosmk*)
401 use_collect2=yes
402 tm_file="${tm_file} alpha/unicosmk.h"
0e5a4ad8 403
30102605
RH
404 # Don't include t-ieee for now because we don't support that yet
405 # tmake_file="alpha/t-ieee"
406 tmake_file="alpha/t-unicosmk"
407 ;;
61ed06c3
HPN
408alpha-*-interix)
409 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
410
411 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
412 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
413
414 # GAS + IEEE_CONFORMANT
415 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
416
34f4f3a5 417 xm_defines=POSIX
75e93faa 418 xm_file="alpha/xm-alpha-interix.h xm-interix.h"
14455c64 419 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
61ed06c3
HPN
420 if test x$enable_threads = xyes ; then
421 thread_file='posix'
422 fi
423 if test x$stabs = xyes ; then
424 tm_file="${tm_file} dbxcoff.h"
425 fi
426 #prefix='$$INTERIX_ROOT'/usr/contrib
427 #local_prefix='$$INTERIX_ROOT'/usr/contrib
428 ;;
429alpha*-*-linux*ecoff*)
430 tm_file="${tm_file} alpha/linux-ecoff.h alpha/linux.h"
431 target_cpu_default="MASK_GAS"
432 tmake_file="alpha/t-alpha alpha/t-ieee"
433 gas=no
61ed06c3
HPN
434 gas=yes gnu_ld=yes
435 ;;
436alpha*-*-linux*libc1*)
437 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
438 target_cpu_default="MASK_GAS"
567d20f0 439 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtbe alpha/t-crtfm alpha/t-ieee"
61ed06c3
HPN
440 gas=yes gnu_ld=yes
441 if test x$enable_threads = xyes; then
442 thread_file='posix'
443 fi
444 ;;
445alpha*-*-linux*)
446 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
447 target_cpu_default="MASK_GAS"
567d20f0 448 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtbe alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
61ed06c3
HPN
449 gas=yes gnu_ld=yes
450 if test x$enable_threads = xyes; then
451 thread_file='posix'
452 fi
453 ;;
454alpha*-*-freebsd*)
9e405fe5 455 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
61ed06c3 456 target_cpu_default="MASK_GAS"
567d20f0 457 tmake_file="${tmake_file} alpha/t-crtbe alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
61ed06c3
HPN
458 ;;
459alpha*-*-netbsd*)
b19a539e 460 xm_defines=POSIX
61ed06c3
HPN
461 tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
462 target_cpu_default="MASK_GAS"
567d20f0 463 tmake_file="alpha/t-crtbe alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
61ed06c3
HPN
464 gas=yes gnu_ld=yes
465 ;;
466
467alpha*-*-openbsd*)
468 # default x-alpha is only appropriate for dec-osf.
469 target_cpu_default="MASK_GAS"
470 tmake_file="alpha/t-alpha alpha/t-ieee"
471 ;;
0e5a4ad8 472
61ed06c3 473alpha*-dec-osf*)
b19a539e 474 xm_defines=POSIX
61ed06c3
HPN
475 if test x$stabs = xyes
476 then
477 tm_file="${tm_file} dbx.h"
478 fi
479 if test x$gas != xyes
480 then
481 extra_passes="mips-tfile mips-tdump"
482 fi
483 use_collect2=yes
567d20f0 484 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-osf alpha/t-crtfm"
61ed06c3
HPN
485 case $machine in
486 *-*-osf1*)
487 tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
488 ;;
489 *-*-osf[23]*)
490 tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
491 ;;
492 *-*-osf4*)
493 tm_file="${tm_file} alpha/osf.h"
494 tmake_file="$tmake_file alpha/t-osf4"
495 # Some versions of OSF4 (specifically X4.0-9 296.7) have
496 # a broken tar, so we use cpio instead.
497 install_headers_dir=install-headers-cpio
498 ;;
499 *-*-osf5*)
500 tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
501 tmake_file="$tmake_file alpha/t-osf4"
c3e5f9fa 502 float_format=i128
61ed06c3
HPN
503 ;;
504 esac
505 case $machine in
506 *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
507 target_cpu_default=MASK_SUPPORT_ARCH
508 ;;
509 esac
510 ;;
511alpha*-*-vxworks*)
b19a539e 512 xm_defines=POSIX
61ed06c3
HPN
513 tm_file="${tm_file} dbx.h alpha/vxworks.h"
514 tmake_file="alpha/t-alpha alpha/t-ieee"
515 if [ x$gas != xyes ]
516 then
517 extra_passes="mips-tfile mips-tdump"
518 fi
519 use_collect2=yes
520 thread_file='vxworks'
521 ;;
61ed06c3 522alpha*-dec-vms*)
b19a539e 523 xm_defines=POSIX
61ed06c3 524 tm_file=alpha/vms.h
4dc0535b 525 xm_file=alpha/xm-vms.h
61ed06c3 526 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
d133777f 527 xmake_file=alpha/x-vms
61ed06c3 528 ;;
2cc07db4 529arc-*-elf*)
c40409ce 530 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2cc07db4
RH
531 extra_parts="crtinit.o crtfini.o"
532 ;;
bc98ef7f 533arm*-*-rtems*)
c40409ce 534 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h"
bc98ef7f
JS
535 tmake_file="arm/t-arm-elf t-rtems"
536 if test x$enable_threads = xyes; then
537 thread_file='rtems'
538 fi
bc98ef7f 539 ;;
61ed06c3 540arm-*-coff* | armel-*-coff*)
5059254f 541 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
61ed06c3
HPN
542 tmake_file=arm/t-arm-coff
543 ;;
544arm-*-vxworks*)
5059254f 545 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
61ed06c3
HPN
546 tmake_file=arm/t-arm-coff
547 thread_file='vxworks'
548 ;;
549arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)
5059254f 550 tm_file="arm/riscix1-1.h arm/arm.h"
61ed06c3
HPN
551 use_collect2=yes
552 ;;
553arm-*-riscix*) # Acorn RISC machine
554 if test x$gas = xyes
555 then
5059254f 556 tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
61ed06c3 557 else
5059254f 558 tm_file="arm/riscix.h arm/arm.h"
61ed06c3 559 fi
61ed06c3
HPN
560 tmake_file=arm/t-riscix
561 use_collect2=yes
562 ;;
563arm-semi-aout | armel-semi-aout)
5059254f 564 tm_file="arm/semi.h arm/aout.h arm/arm.h"
61ed06c3
HPN
565 tmake_file=arm/t-semi
566 ;;
567arm-semi-aof | armel-semi-aof)
5059254f 568 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
7857f134 569 tmake_file=arm/t-semi
61ed06c3
HPN
570 ;;
571arm*-*-netbsd*)
5059254f 572 tm_file="arm/aout.h arm/arm.h netbsd.h arm/netbsd.h"
61ed06c3
HPN
573 tmake_file="t-netbsd arm/t-netbsd"
574 use_collect2=yes
575 ;;
14879e76 576arm*-*-linux*) # ARM GNU/Linux with ELF
c40409ce 577 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h"
7b3a4df5 578 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
61ed06c3
HPN
579 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
580 gnu_ld=yes
581 case x${enable_threads} in
582 x | xyes | xpthreads | xposix)
583 thread_file='posix'
584 ;;
585 esac
586 ;;
587arm*-*-uclinux*) # ARM ucLinux
c40409ce 588 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h"
61ed06c3
HPN
589 tmake_file=arm/t-arm-elf
590 ;;
591arm*-*-aout)
f910b1bb 592 tm_file="arm/aout.h arm/arm.h"
61ed06c3
HPN
593 tmake_file=arm/t-arm-aout
594 ;;
595arm*-*-ecos-elf)
c40409ce 596 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
61ed06c3 597 tmake_file=arm/t-arm-elf
0e5a4ad8 598 ;;
61ed06c3 599arm*-*-elf)
c40409ce 600 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
61ed06c3
HPN
601 tmake_file=arm/t-arm-elf
602 ;;
603arm*-*-conix*)
c40409ce 604 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
61ed06c3
HPN
605 tmake_file=arm/t-arm-elf
606 ;;
607arm*-*-oabi)
c40409ce 608 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
61ed06c3
HPN
609 tmake_file=arm/t-arm-elf
610 ;;
611arm-*-pe*)
f910b1bb 612 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
61ed06c3
HPN
613 tmake_file=arm/t-pe
614 extra_objs="pe.o"
615 ;;
616avr-*-*)
617 ;;
618c1-convex-*) # Convex C1
619 target_cpu_default=1
620 use_collect2=yes
621 ;;
622c2-convex-*) # Convex C2
623 target_cpu_default=2
624 use_collect2=yes
625 ;;
626c32-convex-*)
627 target_cpu_default=4
628 use_collect2=yes
629 ;;
630c34-convex-*)
631 target_cpu_default=8
632 use_collect2=yes
633 ;;
634c38-convex-*)
0e5a4ad8 635 target_cpu_default=16
61ed06c3
HPN
636 use_collect2=yes
637 ;;
bc98ef7f 638c4x-*-rtems*)
bc98ef7f
JS
639 tmake_file="c4x/t-c4x t-rtems"
640 tm_file=c4x/rtems.h
641 if test x$enable_threads = xyes; then
642 thread_file='rtems'
643 fi
51fabca5
NB
644 c_target_objs="c4x-c.o"
645 cxx_target_objs="c4x-c.o"
bc98ef7f 646 ;;
61ed06c3 647c4x-*)
61ed06c3
HPN
648 float_format=c4x
649 tmake_file=c4x/t-c4x
51fabca5
NB
650 c_target_objs="c4x-c.o"
651 cxx_target_objs="c4x-c.o"
61ed06c3
HPN
652 ;;
653clipper-intergraph-clix*)
654 tm_file="${tm_file} svr3.h clipper/clix.h"
34f4f3a5 655 xm_defines=POSIX
61ed06c3
HPN
656 extra_parts="crtbegin.o crtend.o"
657 install_headers_dir=install-headers-cpio
658 ;;
0b85d816 659cris-*-aout)
32fb7c9d 660 tm_file="dbxelf.h ${tm_file} cris/aout.h"
0b85d816
HPN
661 gas=yes
662 tmake_file="cris/t-cris cris/t-aout"
663 ;;
664cris-*-elf | cris-*-none)
c40409ce 665 tm_file="dbxelf.h elfos.h ${tm_file}"
0b85d816
HPN
666 tmake_file="cris/t-cris cris/t-elfmulti"
667 gas=yes
668 ;;
669cris-*-linux*)
c40409ce 670 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
0b85d816
HPN
671 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
672 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
673 case x${enable_threads} in
674 x | xyes | xpthreads | xposix)
675 thread_file=posix
676 ;;
677 esac
678 gas=yes
679 ;;
61ed06c3 680d30v-*)
c40409ce 681 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
682 float_format=i64
683 ;;
684dsp16xx-*)
685 ;;
686elxsi-elxsi-*)
687 use_collect2=yes
688 ;;
689fr30-*-elf)
c40409ce 690 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
691 tmake_file=fr30/t-fr30
692 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
693 ;;
bc98ef7f
JS
694h8300-*-rtems*)
695 tmake_file="h8300/t-h8300 t-rtems"
696 tm_file=h8300/rtems.h
697 if test x$enable_threads = xyes; then
698 thread_file='rtems'
699 fi
700 float_format=i32
701 ;;
9f5b774b
R
702h8300-*-elf*)
703 tmake_file="h8300/t-h8300 h8300/t-elf"
704 tm_file="h8300/h8300.h h8300/elf.h"
705 float_format=i32
706 ;;
61ed06c3
HPN
707h8300-*-*)
708 float_format=i32
709 ;;
c21a2372
AM
710hppa*64*-*-linux* | parisc*64*-*-linux*)
711 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
c40409ce 712 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
c21a2372
AM
713 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
714 tmake_file=pa/t-linux64
c21a2372
AM
715 gas=yes gnu_ld=yes
716 ;;
717hppa*-*-linux* | parisc*-*-linux*)
718 target_cpu_default="MASK_PA_11"
c40409ce 719 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
c21a2372 720 pa/pa32-regs.h pa/pa32-linux.h"
7b3a4df5 721 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
c21a2372 722 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
61ed06c3
HPN
723 gas=yes gnu_ld=yes
724 if test x$enable_threads = xyes; then
725 thread_file='posix'
726 fi
727 ;;
728hppa*-*-openbsd*)
729 target_cpu_default="MASK_PA_11"
14455c64 730 tmake_file=pa/t-bsd
61ed06c3
HPN
731 ;;
732hppa1.1-*-pro*)
733 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
c40409ce 734 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
14455c64 735 tmake_file="pa/t-bsd pa/t-pro"
61ed06c3
HPN
736 ;;
737hppa1.1-*-osf*)
738 target_cpu_default="MASK_PA_11"
739 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
14455c64 740 tmake_file="pa/t-bsd pa/t-pa"
61ed06c3
HPN
741 use_collect2=yes
742 ;;
743hppa1.1-*-rtems*)
744 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
c40409ce 745 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h"
14455c64 746 tmake_file="pa/t-bsd pa/t-pro"
61ed06c3
HPN
747 ;;
748hppa1.0-*-osf*)
749 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
14455c64 750 tmake_file="pa/t-bsd pa/t-pa"
61ed06c3
HPN
751 use_collect2=yes
752 ;;
753hppa1.1-*-bsd*)
754 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
755 target_cpu_default="MASK_PA_11"
14455c64 756 tmake_file="pa/t-bsd pa/t-pa"
61ed06c3
HPN
757 use_collect2=yes
758 ;;
759hppa1.0-*-bsd*)
760 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
14455c64 761 tmake_file="pa/t-bsd pa/t-pa"
61ed06c3
HPN
762 use_collect2=yes
763 ;;
764hppa1.0-*-hpux7*)
765 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
34f4f3a5 766 xm_defines=POSIX
14455c64 767 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
768 install_headers_dir=install-headers-cpio
769 use_collect2=yes
770 ;;
771hppa1.0-*-hpux8.0[0-2]*)
772 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 773 xm_defines=POSIX
14455c64 774 tmake_file=pa/t-pa-hpux
c21a2372 775 if test x$gas != xyes
61ed06c3 776 then
61ed06c3
HPN
777 tm_file="pa/pa-oldas.h ${tm_file}"
778 fi
779 install_headers_dir=install-headers-cpio
780 use_collect2=yes
781 ;;
782hppa1.1-*-hpux8.0[0-2]*)
783 target_cpu_default="MASK_PA_11"
784 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 785 xm_defines=POSIX
14455c64 786 tmake_file=pa/t-pa-hpux
c21a2372 787 if test x$gas != xyes
61ed06c3 788 then
61ed06c3
HPN
789 tm_file="pa/pa-oldas.h ${tm_file}"
790 fi
791 install_headers_dir=install-headers-cpio
792 use_collect2=yes
793 ;;
794hppa1.1-*-hpux8*)
795 target_cpu_default="MASK_PA_11"
796 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 797 xm_defines=POSIX
14455c64 798 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
799 install_headers_dir=install-headers-cpio
800 use_collect2=yes
801 ;;
802hppa1.0-*-hpux8*)
803 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 804 xm_defines=POSIX
14455c64 805 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
806 install_headers_dir=install-headers-cpio
807 use_collect2=yes
808 ;;
809hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
810 target_cpu_default="MASK_PA_11"
811 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
812 float_format=i128
34f4f3a5 813 xm_defines=POSIX
14455c64 814 tmake_file="pa/t-pa pa/t-pa-hpux"
61ed06c3
HPN
815 if test x$enable_threads = x; then
816 enable_threads=$have_pthread_h
817 fi
818 case x${enable_threads} in
819 xyes | xdce)
820 tmake_file="${tmake_file} pa/t-dce-thr"
821 ;;
822 esac
823 install_headers_dir=install-headers-cpio
824 use_collect2=yes
825 ;;
826hppa1.0-*-hpux10*)
827 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
828 float_format=i128
34f4f3a5 829 xm_defines=POSIX
14455c64 830 tmake_file="pa/t-pa pa/t-pa-hpux"
61ed06c3
HPN
831 if test x$enable_threads = x; then
832 enable_threads=$have_pthread_h
833 fi
834 case x${enable_threads} in
835 xyes | xdce)
836 tmake_file="${tmake_file} pa/t-dce-thr"
837 ;;
838 esac
839 install_headers_dir=install-headers-cpio
840 use_collect2=yes
841 ;;
842hppa*64*-*-hpux11*)
34f4f3a5 843 xm_defines=POSIX
14455c64 844 tmake_file="pa/t-pa pa/t-pa-hpux"
38010927 845 tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
61ed06c3
HPN
846 float_format=i128
847 tmake_file=pa/t-pa64
c81460e4 848 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
61ed06c3 849
61ed06c3
HPN
850# if [ x$enable_threads = x ]; then
851# enable_threads=$have_pthread_h
852# fi
853# if [ x$enable_threads = xyes ]; then
854# thread_file='dce'
855# tmake_file="${tmake_file} pa/t-dce-thr"
856# fi
857 install_headers_dir=install-headers-cpio
858 use_collect2=yes
859 ;;
860hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
861 target_cpu_default="MASK_PA_11"
862 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
863 float_format=i128
34f4f3a5 864 xm_defines=POSIX
14455c64 865 tmake_file="pa/t-pa pa/t-pa-hpux"
61ed06c3
HPN
866# if test x$enable_threads = x; then
867# enable_threads=$have_pthread_h
868# fi
869# if test x$enable_threads = xyes; then
870# thread_file='dce'
871# tmake_file="${tmake_file} pa/t-dce-thr"
872# fi
873 install_headers_dir=install-headers-cpio
874 use_collect2=yes
875 ;;
876hppa1.0-*-hpux11*)
877 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
878 float_format=i128
34f4f3a5 879 xm_defines=POSIX
14455c64 880 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
881# if test x$enable_threads = x; then
882# enable_threads=$have_pthread_h
883# fi
884# if test x$enable_threads = xyes; then
885# thread_file='dce'
886# tmake_file="${tmake_file} pa/t-dce-thr"
887# fi
888 install_headers_dir=install-headers-cpio
889 use_collect2=yes
890 ;;
891hppa1.1-*-hpux* | hppa2*-*-hpux*)
892 target_cpu_default="MASK_PA_11"
893 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
34f4f3a5 894 xm_defines=POSIX
14455c64 895 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
896 install_headers_dir=install-headers-cpio
897 use_collect2=yes
898 ;;
899hppa1.0-*-hpux*)
900 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
34f4f3a5 901 xm_defines=POSIX
14455c64 902 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
903 install_headers_dir=install-headers-cpio
904 use_collect2=yes
905 ;;
906hppa1.1-*-hiux* | hppa2*-*-hiux*)
907 target_cpu_default="MASK_PA_11"
908 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
34f4f3a5 909 xm_defines=POSIX
14455c64 910 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
911 install_headers_dir=install-headers-cpio
912 use_collect2=yes
913 ;;
914hppa1.0-*-hiux*)
915 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
34f4f3a5 916 xm_defines=POSIX
14455c64 917 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
918 install_headers_dir=install-headers-cpio
919 use_collect2=yes
920 ;;
921hppa*-*-lites*)
c40409ce 922 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
61ed06c3 923 target_cpu_default="MASK_PA_11"
14455c64 924 tmake_file="pa/t-bsd pa/t-pa"
61ed06c3
HPN
925 use_collect2=yes
926 ;;
927hppa*-*-mpeix*)
928 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
0e5a4ad8
EC
929 xmake_file=pa/x-pa-mpeix
930 echo "You must use gas. Assuming it is already installed."
c21a2372 931 gas=yes
61ed06c3 932 install_headers_dir=install-headers-tar
0e5a4ad8
EC
933 use_collect2=yes
934 ;;
61ed06c3 935i370-*-opened*) # IBM 360/370/390 Architecture
34f4f3a5 936 xm_defines='POSIX FATAL_EXIT_CODE=12'
61ed06c3 937 tm_file=i370/oe.h
14455c64 938 tmake_file="i370/t-oe i370/t-i370"
51fabca5
NB
939 c_target_objs="i370-c.o"
940 cxx_target_objs="i370-c.o"
61ed06c3
HPN
941 ;;
942i370-*-mvs*)
34f4f3a5 943 xm_defines='POSIX FATAL_EXIT_CODE=12'
61ed06c3 944 tm_file=i370/mvs.h
51fabca5
NB
945 tmake_file="i370/t-i370"
946 c_target_objs="i370-c.o"
947 cxx_target_objs="i370-c.o"
61ed06c3
HPN
948 ;;
949i370-*-linux*)
c40409ce 950 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
7b3a4df5 951 tmake_file="t-slibgcc-elf-ver t-linux"
61ed06c3
HPN
952 # broken_install=yes
953 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
954 # extra_parts="crtbegin.o crtend.o"
955 gnu_ld=yes
956 gas=yes
957 elf=yes
958 if test x$enable_threads = xyes; then
959 thread_file='posix'
960 fi
961 ;;
8da6d80e 962i[34567]86-*-chorusos*)
34f4f3a5 963 xm_defines=POSIX
c40409ce 964 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
14455c64 965 tmake_file="i386/t-i386elf t-svr4"
8da6d80e
CC
966 case x${enable_threads} in
967 xyes | xpthreads | xposix)
968 thread_file='posix'
969 ;;
970 esac
971 ;;
61ed06c3 972i[34567]86-*-elf*)
34f4f3a5 973 xm_defines=POSIX
c40409ce 974 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h i386/i386elf.h"
14455c64 975 tmake_file="i386/t-i386elf t-svr4"
61ed06c3
HPN
976 ;;
977i[34567]86-ibm-aix*) # IBM PS/2 running AIX
978 if test x$gas = xyes
979 then
980 tm_file=i386/aix386.h
981 extra_parts="crtbegin.o crtend.o"
982 tmake_file=i386/t-crtstuff
983 else
984 tm_file=i386/aix386ng.h
985 use_collect2=yes
986 fi
34f4f3a5 987 xm_defines=POSIX
61ed06c3
HPN
988 ;;
989i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
34f4f3a5 990 xm_defines="POSIX SMALL_ARG_MAX"
61ed06c3
HPN
991 if test x$stabs = xyes -a x$gas = xyes
992 then
993 tm_file=i386/sysv4gdb.h
994 else
c40409ce 995 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
61ed06c3
HPN
996 fi
997 extra_parts="crtbegin.o crtend.o"
998 tmake_file=i386/t-crtpic
999 ;;
1000i[34567]86-next-*)
1001 tm_file=i386/next.h
61ed06c3 1002 tmake_file=i386/t-next
61ed06c3
HPN
1003 extra_objs=nextstep.o
1004 extra_parts="crtbegin.o crtend.o"
1005 if test x$enable_threads = xyes; then
1006 thread_file='mach'
1007 fi
1008 ;;
1009i[34567]86-*-netware) # Intel 80386's running netware
c40409ce 1010 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
61ed06c3
HPN
1011 tmake_file=i386/t-netware
1012 ;;
1013i[34567]86-sequent-bsd*) # 80386 from Sequent
1014 use_collect2=yes
1015 if test x$gas = xyes
1016 then
1017 tm_file=i386/seq-gas.h
1018 else
1019 tm_file=i386/sequent.h
1020 fi
1021 ;;
1022i[34567]86-sequent-ptx1*)
34f4f3a5 1023 xm_defines=POSIX
61ed06c3
HPN
1024 tm_file=i386/seq-sysv3.h
1025 tmake_file=i386/t-crtstuff
1026 extra_parts="crtbegin.o crtend.o"
1027 install_headers_dir=install-headers-cpio
1028 ;;
1029i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
34f4f3a5 1030 xm_defines=POSIX
61ed06c3
HPN
1031 tm_file=i386/seq2-sysv3.h
1032 tmake_file=i386/t-crtstuff
1033 extra_parts="crtbegin.o crtend.o"
1034 install_headers_dir=install-headers-cpio
1035 ;;
1036i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
70305f2b
RH
1037 if test x$gas = xyes
1038 then
1039 tm_file="${tm_file} usegas.h"
1040 fi
34f4f3a5 1041 xm_defines="POSIX SMALL_ARG_MAX"
c40409ce 1042 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
61ed06c3
HPN
1043 tmake_file=t-svr4
1044 extra_parts="crtbegin.o crtend.o"
1045 install_headers_dir=install-headers-cpio
1046 ;;
1047i386-sun-sunos*) # Sun i386 roadrunner
34f4f3a5 1048 xm_defines=POSIX
61ed06c3
HPN
1049 tm_file=i386/sun.h
1050 use_collect2=yes
1051 ;;
1052i[34567]86-wrs-vxworks*)
1053 tm_file=i386/vxi386.h
61ed06c3
HPN
1054 thread_file='vxworks'
1055 ;;
1056i[34567]86-*-aout*)
1057 tm_file=i386/i386-aout.h
61ed06c3
HPN
1058 ;;
1059i[34567]86-*-beoself* | i[34567]86-*-beos*)
34f4f3a5 1060 xm_defines=POSIX
61ed06c3 1061 tmake_file='i386/t-beos i386/t-crtpic'
c40409ce 1062 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
61ed06c3
HPN
1063 xmake_file=i386/x-beos
1064 extra_parts='crtbegin.o crtend.o'
1065 ;;
1066i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
c51f6c6b 1067 tm_file="i386/386bsd.h i386/bsd386.h"
61ed06c3
HPN
1068# tmake_file=t-libc-ok
1069 ;;
1070i[34567]86-*-bsd*)
1071 tm_file=i386/386bsd.h
1072# tmake_file=t-libc-ok
1073# Next line turned off because both 386BSD and BSD/386 use GNU ld.
1074# use_collect2=yes
1075 ;;
1076i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
7857f134 1077 tm_file=i386/freebsd-aout.h
61ed06c3
HPN
1078 tmake_file=t-freebsd
1079 ;;
1080i[34567]86-*-freebsd*)
c40409ce 1081 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h ${fbsd_tm_file} i386/freebsd.h"
61ed06c3 1082 ;;
6ea0279f
MG
1083i[34567]86-*-netbsdelf*)
1084 xm_defines=POSIX
c40409ce 1085 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/netbsd-elf.h"
6ea0279f
MG
1086 tmake_file=t-netbsd
1087 gnu_ld=yes
1088 float_format=i386
1089 ;;
61ed06c3
HPN
1090i[34567]86-*-netbsd*)
1091 tm_file=i386/netbsd.h
1092 tmake_file=t-netbsd
1093 use_collect2=yes
1094 ;;
1095i[34567]86-*-openbsd*)
f1cf4606
ME
1096 # needed to unconfuse gdb
1097 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
61ed06c3
HPN
1098 # we need collect2 until our bug is fixed...
1099 use_collect2=yes
1100 ;;
1101i[34567]86-*-coff*)
1102 tm_file=i386/i386-coff.h
61ed06c3
HPN
1103 ;;
1104i[34567]86-*-isc*) # 80386 running ISC system
34f4f3a5 1105 xm_defines=POSIX
61ed06c3
HPN
1106 if test x$gas = xyes -a x$stabs = xyes
1107 then
1108 tm_file=i386/iscdbx.h
1109 tmake_file=i386/t-svr3dbx
1110 extra_parts="svr3.ifile svr3z.ifile"
1111 else
1112 tm_file=i386/isccoff.h
1113 tmake_file=i386/t-crtstuff
1114 extra_parts="crtbegin.o crtend.o"
1115 fi
61ed06c3
HPN
1116 install_headers_dir=install-headers-cpio
1117 ;;
1118i[34567]86-*-linux*oldld*) # Intel 80386's running GNU/Linux
1119 # with a.out format using
1120 # pre BFD linkers
61ed06c3
HPN
1121 tmake_file="t-linux-aout i386/t-crtstuff"
1122 tm_file=i386/linux-oldld.h
1123 gnu_ld=yes
1124 float_format=i386
1125 ;;
1126i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1127 # with a.out format
61ed06c3
HPN
1128 tmake_file="t-linux-aout i386/t-crtstuff"
1129 tm_file=i386/linux-aout.h
1130 gnu_ld=yes
1131 float_format=i386
1132 ;;
1133i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1134 # with ELF format using the
1135 # GNU/Linux C library 5
c40409ce 1136 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
7b3a4df5 1137 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
61ed06c3
HPN
1138 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1139 gnu_ld=yes
1140 float_format=i386
1141 if test x$enable_threads = xyes; then
1142 thread_file='single'
1143 fi
1144 ;;
1145i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1146 # with ELF format using glibc 2
1147 # aka GNU/Linux C library 6
c40409ce 1148 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
7b3a4df5 1149 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
61ed06c3
HPN
1150 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1151 gnu_ld=yes
1152 float_format=i386
1153 if test x$enable_threads = xyes; then
1154 thread_file='posix'
1155 fi
1156 ;;
14f73b5a 1157x86_64-*-linux*)
c40409ce 1158 tm_file="i386/biarch64.h i386/i386.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
32fb7c9d 1159 i386/x86-64.h i386/linux64.h"
14f73b5a
JH
1160 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1161 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1162 gnu_ld=yes
1163 float_format=i386
1164 if test x$enable_threads = xyes; then
1165 thread_file='posix'
1166 fi
1167 ;;
61ed06c3
HPN
1168i[34567]86-*-gnu*)
1169 float_format=i386
1170 ;;
1171i[34567]86-go32-msdos | i[34567]86-*-go32*)
1172 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1173 exit 1
1174 ;;
1175i[34567]86-pc-msdosdjgpp*)
1176 xm_file=i386/xm-djgpp.h
1177 tm_file=i386/djgpp.h
61ed06c3
HPN
1178 xmake_file=i386/x-djgpp
1179 gnu_ld=yes
1180 gas=yes
1181 exeext=.exe
1182 float_format=none
1183 case $host in *pc-msdosdjgpp*)
1184 target_alias=djgpp
1185 ;;
1186 esac
1187 ;;
1188i[34567]86-moss-msdos* | i[34567]86-*-moss*)
c40409ce 1189 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
61ed06c3
HPN
1190 tmake_file=t-libc-ok
1191 gnu_ld=yes
1192 gas=yes
1193 ;;
1194i[34567]86-*-lynxos*)
1195 if test x$gas = xyes
1196 then
1197 tm_file=i386/lynx.h
1198 else
1199 tm_file=i386/lynx-ng.h
1200 fi
61ed06c3
HPN
1201 ;;
1202i[34567]86-*-mach*)
1203 tm_file=i386/mach.h
1204# tmake_file=t-libc-ok
1205 use_collect2=yes
1206 ;;
1207i[34567]86-*-osfrose*) # 386 using OSF/rose
1208 if test x$elf = xyes
1209 then
1210 tm_file=i386/osfelf.h
1211 use_collect2=
1212 else
1213 tm_file=i386/osfrose.h
1214 use_collect2=yes
1215 fi
61ed06c3
HPN
1216 tmake_file=i386/t-osf
1217 extra_objs=halfpic.o
1218 ;;
1219i[34567]86-go32-rtems*)
32fb7c9d 1220 tm_file=i386/djgpp-rtems.h
db009825 1221 tmake_file=t-rtems
bc98ef7f
JS
1222 if test x$enable_threads = xyes; then
1223 thread_file='rtems'
1224 fi
61ed06c3
HPN
1225 ;;
1226i[34567]86-*-rtemscoff*)
61ed06c3 1227 tm_file=i386/rtems.h
7857f134 1228 tmake_file=t-rtems
bc98ef7f
JS
1229 if test x$enable_threads = xyes; then
1230 thread_file='rtems'
1231 fi
61ed06c3
HPN
1232 ;;
1233i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
c40409ce 1234 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/rtemself.h rtems.h"
61ed06c3
HPN
1235 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1236 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
bc98ef7f
JS
1237 if test x$enable_threads = xyes; then
1238 thread_file='rtems'
1239 fi
61ed06c3
HPN
1240 ;;
1241i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
34f4f3a5 1242 xm_defines=POSIX
61ed06c3
HPN
1243 install_headers_dir=install-headers-cpio
1244 tm_file=i386/sco5.h
1245 if test x$gas = xyes
1246 then
70305f2b 1247 tm_file="usegas.h ${tm_file}"
61ed06c3
HPN
1248 tmake_file=i386/t-sco5gas
1249 else
1250 tmake_file=i386/t-sco5
1251 fi
61ed06c3
HPN
1252 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1253 ;;
61ed06c3 1254i[34567]86-*-solaris2*)
34f4f3a5 1255 xm_defines="POSIX SMALL_ARG_MAX"
c40409ce 1256 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
61ed06c3
HPN
1257 if test x$gas = xyes; then
1258 # Only needed if gas does not support -s
1259 tm_file="i386/sol2gas.h ${tm_file}"
1260 fi
14455c64 1261 tmake_file="i386/t-sol2 t-svr4"
7b3a4df5
RH
1262 if test x$gnu_ld = xyes; then
1263 tmake_file="$tmake_file t-slibgcc-elf-ver"
1264 else
1265 tmake_file="$tmake_file t-slibgcc-sld"
1266 fi
61ed06c3 1267 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
61ed06c3
HPN
1268 if test x${enable_threads} = x; then
1269 enable_threads=$have_pthread_h
1270 if test x${enable_threads} = x; then
1271 enable_threads=$have_thread_h
1272 fi
1273 fi
1274 if test x${enable_threads} = xyes; then
1275 if test x${have_pthread_h} = xyes; then
1276 thread_file='posix'
1277 else
1278 thread_file='solaris'
1279 fi
1280 fi
1281 ;;
23a535c4 1282i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
34f4f3a5 1283 xm_defines=POSIX
c40409ce 1284 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
61ed06c3
HPN
1285 if test x$stabs = xyes
1286 then
1287 tm_file="${tm_file} dbx.h"
1288 fi
14455c64 1289 tmake_file="i386/t-crtpic t-svr4"
61ed06c3
HPN
1290 extra_parts="crtbegin.o crtend.o"
1291 if test x$enable_threads = xyes; then
1292 thread_file='posix'
1293 fi
1294 ;;
1295i[34567]86-*-sysv4*) # Intel 80386's running system V.4
34f4f3a5 1296 xm_defines="POSIX SMALL_ARG_MAX"
c40409ce 1297 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
61ed06c3
HPN
1298 if test x$stabs = xyes
1299 then
1300 tm_file="${tm_file} dbx.h"
1301 fi
14455c64 1302 tmake_file="i386/t-crtpic t-svr4"
61ed06c3
HPN
1303 extra_parts="crtbegin.o crtend.o"
1304 ;;
1305i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
34f4f3a5 1306 xm_defines=POSIX
c40409ce 1307 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
14455c64 1308 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
61ed06c3
HPN
1309 extra_parts="crtbegin.o crtend.o"
1310 install_headers_dir=install-headers-cpio
1311 ;;
1312i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
4dc0535b 1313 xm_file=i386/xm-osf1elf.h
34f4f3a5 1314 xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
61ed06c3
HPN
1315 if test x$stabs = xyes
1316 then
c40409ce 1317 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
61ed06c3 1318 else
c40409ce 1319 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
61ed06c3
HPN
1320 fi
1321 tmake_file=i386/t-osf1elf
61ed06c3
HPN
1322 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1323 ;;
1324i[34567]86-*-sysv*) # Intel 80386's running system V
34f4f3a5 1325 xm_defines=POSIX
61ed06c3
HPN
1326 if test x$gas = xyes
1327 then
1328 if test x$stabs = xyes
1329 then
1330 tm_file=i386/svr3dbx.h
1331 tmake_file=i386/t-svr3dbx
1332 extra_parts="svr3.ifile svr3z.rfile"
1333 else
1334 tm_file=i386/svr3gas.h
1335 extra_parts="crtbegin.o crtend.o"
1336 tmake_file=i386/t-crtstuff
1337 fi
1338 else
1339 tm_file=i386/sysv3.h
1340 extra_parts="crtbegin.o crtend.o"
1341 tmake_file=i386/t-crtstuff
1342 fi
1343 tmake_file="$tmake_file i386/t-crtpic"
1344 ;;
1345i386-*-vsta) # Intel 80386's running VSTa kernel
4dc0535b 1346 xm_file=i386/xm-vsta.h
61ed06c3 1347 tm_file=i386/vsta.h
61ed06c3
HPN
1348 ;;
1349i[34567]86-*-win32)
b19a539e 1350 xm_defines=POSIX
4dc0535b 1351 xm_file=i386/xm-cygwin.h
60a8ab96 1352 float_format=i386
61ed06c3
HPN
1353 tmake_file=i386/t-cygwin
1354 tm_file=i386/win32.h
61ed06c3
HPN
1355 extra_objs=winnt.o
1356 if test x$enable_threads = xyes; then
1357 thread_file='win32'
1358 fi
1359 exeext=.exe
1360 ;;
1361i[34567]86-*-pe | i[34567]86-*-cygwin*)
b19a539e 1362 xm_defines=POSIX
4dc0535b 1363 xm_file=i386/xm-cygwin.h
60a8ab96 1364 float_format=i386
61ed06c3
HPN
1365 tmake_file=i386/t-cygwin
1366 tm_file=i386/cygwin.h
61ed06c3
HPN
1367 extra_objs=winnt.o
1368 if test x$enable_threads = xyes; then
1369 thread_file='win32'
1370 fi
1371 exeext=.exe
1372 ;;
1373i[34567]86-*-mingw32*)
1374 tm_file=i386/mingw32.h
60a8ab96 1375 float_format=i386
34f4f3a5 1376 xm_defines=POSIX
4dc0535b 1377 xm_file=i386/xm-mingw32.h
61ed06c3
HPN
1378 tmake_file="i386/t-cygwin i386/t-mingw32"
1379 extra_objs=winnt.o
61ed06c3
HPN
1380 if test x$enable_threads = xyes; then
1381 thread_file='win32'
1382 fi
1383 exeext=.exe
1384 case $machine in
09eaf5a5 1385 *mingw32crt*)
61ed06c3
HPN
1386 tm_file="${tm_file} i386/crtdll.h"
1387 ;;
09eaf5a5
DS
1388 *minwg32msv* | *mingw32*)
1389 ;;
61ed06c3
HPN
1390 esac
1391 ;;
1392i[34567]86-*-uwin*)
1393 tm_file=i386/uwin.h
61ed06c3
HPN
1394 tmake_file="i386/t-cygwin i386/t-uwin"
1395 extra_objs=winnt.o
61ed06c3
HPN
1396 if test x$enable_threads = xyes; then
1397 thread_file='win32'
1398 fi
1399 exeext=.exe
1400 ;;
04cec1a7
DR
1401i[34567]86-*-interix3*)
1402 tm_file="i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
1403 xm_file="i386/xm-i386-interix.h xm-interix.h"
1404 xm_defines=POSIX
1405 tmake_file="i386/t-interix"
1406 extra_objs=interix.o
1407 xmake_file="x-interix x-interix3"
1408 if test x$enable_threads = xyes ; then
1409 thread_file='posix'
1410 fi
1411 if test x$stabs = xyes ; then
1412 tm_file="${tm_file} dbxcoff.h"
1413 fi
1414 ;;
61ed06c3
HPN
1415i[34567]86-*-interix*)
1416 tm_file="i386/i386-interix.h interix.h"
1417 xm_file="i386/xm-i386-interix.h xm-interix.h"
34f4f3a5 1418 xm_defines=POSIX
14455c64 1419 tmake_file="t-interix i386/t-interix"
61ed06c3 1420 extra_objs=interix.o
61ed06c3
HPN
1421 if test x$enable_threads = xyes ; then
1422 thread_file='posix'
1423 fi
1424 if test x$stabs = xyes ; then
1425 tm_file="${tm_file} dbxcoff.h"
1426 fi
1427 ;;
61ed06c3 1428i[34567]86-dg-dgux*)
34f4f3a5 1429 xm_defines=POSIX
c40409ce 1430 tm_file="${tm_file} i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
61ed06c3 1431 tmake_file=i386/t-dgux
61ed06c3
HPN
1432 install_headers_dir=install-headers-cpio
1433 ;;
1434i860-alliant-*) # Alliant FX/2800
c40409ce 1435 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
61ed06c3
HPN
1436 tmake_file=i860/t-fx2800
1437 extra_parts="crtbegin.o crtend.o"
1438 ;;
1439i860-*-bsd*)
1440 tm_file="${tm_file} i860/bsd.h"
1441 if test x$gas = xyes
1442 then
1443 tm_file="${tm_file} i860/bsd-gas.h"
1444 fi
1445 use_collect2=yes
1446 ;;
1447i860-*-mach*)
1448 tm_file="${tm_file} i860/mach.h"
1449 tmake_file=t-libc-ok
1450 ;;
1451i860-*-osf*) # Intel Paragon XP/S, OSF/1AD
1452 tm_file="${tm_file} svr3.h i860/paragon.h"
34f4f3a5 1453 xm_defines=POSIX
61ed06c3
HPN
1454 ;;
1455i860-*-sysv3*)
1456 tm_file="${tm_file} svr3.h i860/sysv3.h"
34f4f3a5 1457 xm_defines=POSIX
61ed06c3
HPN
1458 extra_parts="crtbegin.o crtend.o"
1459 ;;
1460i860-*-sysv4*)
c40409ce 1461 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
34f4f3a5 1462 xm_defines=POSIX
61ed06c3
HPN
1463 tmake_file=t-svr4
1464 extra_parts="crtbegin.o crtend.o"
1465 ;;
1466i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1467 tm_file="${tm_file} i960/vx960.h"
1468 tmake_file=i960/t-vxworks960
1469 use_collect2=yes
1470 thread_file='vxworks'
43fabf7d
JW
1471 c_target_objs="i960-c.o"
1472 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1473 ;;
1474i960-wrs-vxworks5* | i960-wrs-vxworks)
1475 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1476 tmake_file=i960/t-vxworks960
1477 use_collect2=yes
1478 thread_file='vxworks'
43fabf7d
JW
1479 c_target_objs="i960-c.o"
1480 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1481 ;;
1482i960-wrs-vxworks*)
1483 tm_file="${tm_file} i960/vx960.h"
1484 tmake_file=i960/t-vxworks960
1485 use_collect2=yes
1486 thread_file='vxworks'
43fabf7d
JW
1487 c_target_objs="i960-c.o"
1488 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1489 ;;
1490i960-*-coff*)
1491 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1492 tmake_file=i960/t-960bare
43fabf7d
JW
1493 c_target_objs="i960-c.o"
1494 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1495 ;;
1496i960-*-rtems)
1497 tmake_file="i960/t-960bare t-rtems"
1498 tm_file="${tm_file} dbxcoff.h i960/rtems.h"
bc98ef7f
JS
1499 if test x$enable_threads = xyes; then
1500 thread_file='rtems'
1501 fi
43fabf7d
JW
1502 c_target_objs="i960-c.o"
1503 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1504 ;;
1505i960-*-*) # Default i960 environment.
1506 use_collect2=yes
5f37d07c 1507 tmake_file=i960/t-960bare
43fabf7d
JW
1508 c_target_objs="i960-c.o"
1509 cxx_target_objs="i960-c.o"
61ed06c3 1510 ;;
c177db4b 1511ia64*-*-aix*)
c40409ce 1512 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
c177db4b
TW
1513 tmake_file="ia64/t-ia64 ia64/t-aix"
1514 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1515 ;;
61ed06c3 1516ia64*-*-elf*)
c40409ce 1517 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
61ed06c3
HPN
1518 tmake_file="ia64/t-ia64"
1519 target_cpu_default="0"
1520 if test x$gas = xyes
1521 then
1522 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1523 fi
1524 if test x$gnu_ld = xyes
1525 then
1526 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1527 fi
1528 float_format=i386
1529 ;;
243a7070 1530ia64*-*-freebsd*)
c40409ce 1531 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/freebsd.h"
243a7070
DB
1532 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1533 tmake_file="${tmake_file} ia64/t-ia64"
1534 float_format=i386
1535 ;;
61ed06c3 1536ia64*-*-linux*)
c40409ce 1537 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
7b3a4df5 1538 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
61ed06c3
HPN
1539 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1540 if test x$enable_threads = xyes; then
1541 thread_file='posix'
1542 fi
1543 float_format=i386
1544 ;;
7e5b9908 1545ia64*-*-hpux*)
c40409ce 1546 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
23c108af 1547 tmake_file="ia64/t-ia64 ia64/t-hpux"
7e5b9908
SE
1548 target_cpu_default="MASK_GNU_AS"
1549 if test x$enable_threads = xyes; then
1550 thread_file='posix'
1551 fi
1552 float_format=i386
1553 ;;
61ed06c3 1554m32r-*-elf*)
c40409ce 1555 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
1556 extra_parts="crtinit.o crtfini.o"
1557 ;;
1558# m68hc11 and m68hc12 share the same machine description.
1559m68hc11-*-*|m6811-*-*)
c40409ce 1560 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
61ed06c3
HPN
1561 tm_p_file="m68hc11/m68hc11-protos.h"
1562 md_file="m68hc11/m68hc11.md"
1563 out_file="m68hc11/m68hc11.c"
1564 tmake_file="m68hc11/t-m68hc11-gas"
1565 ;;
1566m68hc12-*-*|m6812-*-*)
c40409ce 1567 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
61ed06c3 1568 tm_p_file="m68hc11/m68hc11-protos.h"
61ed06c3
HPN
1569 md_file="m68hc11/m68hc11.md"
1570 out_file="m68hc11/m68hc11.c"
1571 tmake_file="m68hc11/t-m68hc11-gas"
1572 ;;
1573m68000-convergent-sysv*)
1574 tm_file=m68k/ctix.h
34f4f3a5 1575 xm_defines=POSIX
61ed06c3
HPN
1576 use_collect2=yes
1577 extra_headers=math-68881.h
1578 ;;
1579m68000-hp-bsd*) # HP 9000/200 running BSD
1580 tm_file=m68k/hp2bsd.h
61ed06c3
HPN
1581 use_collect2=yes
1582 extra_headers=math-68881.h
1583 ;;
1584m68000-hp-hpux*) # HP 9000 series 300
34f4f3a5 1585 xm_defines=POSIX
61ed06c3
HPN
1586 if test x$gas = xyes
1587 then
61ed06c3
HPN
1588 tm_file=m68k/hp310g.h
1589 else
61ed06c3
HPN
1590 tm_file=m68k/hp310.h
1591 fi
14455c64 1592 tmake_file=m68k/t-hp320
61ed06c3
HPN
1593 install_headers_dir=install-headers-cpio
1594 use_collect2=yes
1595 extra_headers=math-68881.h
1596 ;;
1597m68000-sun-sunos3*)
1598 tm_file=m68k/sun2.h
1599 use_collect2=yes
1600 extra_headers=math-68881.h
1601 ;;
1602m68000-sun-sunos4*)
1603 tm_file=m68k/sun2o4.h
1604 use_collect2=yes
1605 extra_headers=math-68881.h
1606 ;;
1607m68000-att-sysv*)
34f4f3a5 1608 xm_defines=POSIX
61ed06c3
HPN
1609 if test x$gas = xyes
1610 then
1611 tm_file=m68k/3b1g.h
1612 else
1613 tm_file=m68k/3b1.h
1614 fi
1615 use_collect2=yes
1616 extra_headers=math-68881.h
1617 ;;
1618m68k-apple-aux*) # Apple Macintosh running A/UX
34f4f3a5 1619 xm_defines=POSIX
61ed06c3
HPN
1620 tmake_file=m68k/t-aux
1621 install_headers_dir=install-headers-cpio
1622 extra_headers=math-68881.h
1623 extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1624 tm_file=
1625 if test "$gnu_ld" = yes
1626 then
1627 tm_file="${tm_file} m68k/auxgld.h"
1628 else
1629 tm_file="${tm_file} m68k/auxld.h"
1630 fi
1631 if test "$gas" = yes
1632 then
1633 tm_file="${tm_file} m68k/auxgas.h"
1634 else
1635 tm_file="${tm_file} m68k/auxas.h"
1636 fi
1637 tm_file="${tm_file} m68k/a-ux.h"
1638 float_format=m68k
1639 ;;
1640m68k-apollo-*)
1641 tm_file=m68k/apollo68.h
61ed06c3
HPN
1642 use_collect2=yes
1643 extra_headers=math-68881.h
1644 float_format=m68k
1645 ;;
1646m68k-altos-sysv*) # Altos 3068
1647 if test x$gas = xyes
1648 then
1649 tm_file=m68k/altos3068.h
34f4f3a5 1650 xm_defines=POSIX
61ed06c3
HPN
1651 else
1652 echo "The Altos is supported only with the GNU assembler" 1>&2
1653 exit 1
1654 fi
1655 extra_headers=math-68881.h
1656 ;;
1657m68k-bull-sysv*) # Bull DPX/2
1658 if test x$gas = xyes
1659 then
1660 if test x$stabs = xyes
1661 then
1662 tm_file=m68k/dpx2cdbx.h
1663 else
1664 tm_file=m68k/dpx2g.h
1665 fi
1666 else
1667 tm_file=m68k/dpx2.h
1668 fi
34f4f3a5 1669 xm_defines=POSIX
61ed06c3
HPN
1670 use_collect2=yes
1671 extra_headers=math-68881.h
1672 ;;
1673m68k-atari-sysv4*) # Atari variant of V.4.
1674 tm_file=m68k/atari.h
34f4f3a5 1675 xm_defines=POSIX
61ed06c3
HPN
1676 tmake_file=t-svr4
1677 extra_parts="crtbegin.o crtend.o"
1678 extra_headers=math-68881.h
1679 float_format=m68k
1680 ;;
1681m68k-motorola-sysv*)
1682 tm_file=m68k/mot3300.h
34f4f3a5 1683 xm_defines=POSIX
61ed06c3
HPN
1684 if test x$gas = xyes
1685 then
61ed06c3
HPN
1686 if test x$gnu_ld = xyes
1687 then
1688 tmake_file=m68k/t-mot3300-gald
1689 else
1690 tmake_file=m68k/t-mot3300-gas
1691 use_collect2=yes
1692 fi
1693 else
61ed06c3
HPN
1694 if test x$gnu_ld = xyes
1695 then
1696 tmake_file=m68k/t-mot3300-gld
1697 else
1698 tmake_file=m68k/t-mot3300
1699 use_collect2=yes
1700 fi
1701 fi
1702 gdb_needs_out_file_path=yes
1703 extra_parts="crt0.o mcrt0.o"
1704 extra_headers=math-68881.h
1705 float_format=m68k
1706 ;;
1707m68k-ncr-sysv*) # NCR Tower 32 SVR3
1708 tm_file=m68k/tower-as.h
34f4f3a5 1709 xm_defines=POSIX
61ed06c3
HPN
1710 extra_parts="crtbegin.o crtend.o"
1711 extra_headers=math-68881.h
1712 ;;
1713m68k-plexus-sysv*)
1714 tm_file=m68k/plexus.h
34f4f3a5 1715 xm_defines=POSIX
61ed06c3
HPN
1716 use_collect2=yes
1717 extra_headers=math-68881.h
1718 ;;
1719m68k-tti-*)
1720 tm_file=m68k/pbb.h
34f4f3a5 1721 xm_defines=POSIX
61ed06c3
HPN
1722 extra_headers=math-68881.h
1723 ;;
1724m68k-crds-unos*)
34f4f3a5 1725 xm_defines=POSIX
61ed06c3
HPN
1726 tm_file=m68k/crds.h
1727 use_collect2=yes
1728 extra_headers=math-68881.h
1729 ;;
1730m68k-cbm-sysv4*) # Commodore variant of V.4.
1731 tm_file=m68k/amix.h
34f4f3a5 1732 xm_defines=POSIX
61ed06c3
HPN
1733 tmake_file=t-svr4
1734 extra_parts="crtbegin.o crtend.o"
1735 extra_headers=math-68881.h
1736 float_format=m68k
1737 ;;
1738m68k-ccur-rtu)
1739 tm_file=m68k/ccur-GAS.h
61ed06c3
HPN
1740 extra_headers=math-68881.h
1741 use_collect2=yes
1742 float_format=m68k
1743 ;;
1744m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1745 tm_file=m68k/hp3bsd44.h
61ed06c3
HPN
1746 use_collect2=yes
1747 extra_headers=math-68881.h
1748 float_format=m68k
1749 ;;
1750m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1751 tm_file=m68k/hp3bsd.h
1752 use_collect2=yes
1753 extra_headers=math-68881.h
1754 float_format=m68k
1755 ;;
1756m68k-isi-bsd*)
1757 if test x$with_fp = xno
1758 then
1759 tm_file=m68k/isi-nfp.h
1760 else
1761 tm_file=m68k/isi.h
1762 float_format=m68k
1763 fi
1764 use_collect2=yes
1765 extra_headers=math-68881.h
1766 ;;
1767m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
34f4f3a5 1768 xm_defines=POSIX
61ed06c3
HPN
1769 if test x$gas = xyes
1770 then
1771 xmake_file=m68k/x-hp320g
1772 tm_file=m68k/hp320g.h
1773 else
1774 xmake_file=m68k/x-hp320
1775 tm_file=m68k/hpux7.h
1776 fi
1777 install_headers_dir=install-headers-cpio
1778 use_collect2=yes
1779 extra_headers=math-68881.h
1780 float_format=m68k
1781 ;;
1782m68k-hp-hpux*) # HP 9000 series 300
34f4f3a5 1783 xm_defines=POSIX
61ed06c3
HPN
1784 if test x$gas = xyes
1785 then
1786 xmake_file=m68k/x-hp320g
1787 tm_file=m68k/hp320g.h
1788 else
1789 xmake_file=m68k/x-hp320
1790 tm_file=m68k/hp320.h
1791 fi
1792 install_headers_dir=install-headers-cpio
1793 use_collect2=yes
1794 extra_headers=math-68881.h
1795 float_format=m68k
1796 ;;
1797m68k-sun-mach*)
1798 tm_file=m68k/sun3mach.h
1799 use_collect2=yes
1800 extra_headers=math-68881.h
1801 float_format=m68k
1802 ;;
1803m68k-sony-newsos3*)
1804 if test x$gas = xyes
1805 then
1806 tm_file=m68k/news3gas.h
1807 else
1808 tm_file=m68k/news3.h
1809 fi
1810 use_collect2=yes
1811 extra_headers=math-68881.h
1812 float_format=m68k
1813 ;;
1814m68k-sony-bsd* | m68k-sony-newsos*)
1815 if test x$gas = xyes
1816 then
1817 tm_file=m68k/newsgas.h
1818 else
1819 tm_file=m68k/news.h
1820 fi
1821 use_collect2=yes
1822 extra_headers=math-68881.h
1823 float_format=m68k
1824 ;;
1825m68k-next-nextstep2*)
1826 tm_file=m68k/next21.h
61ed06c3
HPN
1827 tmake_file=m68k/t-next
1828 xmake_file=m68k/x-next
1829 extra_objs=nextstep.o
1830 extra_headers=math-68881.h
1831 use_collect2=yes
1832 float_format=m68k
1833 ;;
1834m68k-next-nextstep[34]*)
1835 tm_file=m68k/next.h
61ed06c3
HPN
1836 tmake_file=m68k/t-next
1837 xmake_file=m68k/x-next
1838 extra_objs=nextstep.o
1839 extra_parts="crtbegin.o crtend.o"
1840 extra_headers=math-68881.h
1841 float_format=m68k
1842 if test x$enable_threads = xyes; then
1843 thread_file='mach'
1844 fi
1845 ;;
1846m68k-sun-sunos3*)
1847 if test x$with_fp = xno
1848 then
1849 tm_file=m68k/sun3n3.h
1850 else
1851 tm_file=m68k/sun3o3.h
1852 float_format=m68k
1853 fi
1854 use_collect2=yes
1855 extra_headers=math-68881.h
1856 ;;
1857m68k-sun-sunos*) # For SunOS 4 (the default).
1858 if test x$with_fp = xno
1859 then
1860 tm_file=m68k/sun3n.h
1861 else
1862 tm_file=m68k/sun3.h
1863 float_format=m68k
1864 fi
1865 use_collect2=yes
1866 extra_headers=math-68881.h
1867 ;;
1868m68k-wrs-vxworks*)
1869 tm_file=m68k/vxm68k.h
1870 tmake_file=m68k/t-vxworks68
1871 extra_headers=math-68881.h
1872 thread_file='vxworks'
1873 float_format=m68k
1874 ;;
1875m68k-*-aout*)
1876 tmake_file=m68k/t-m68kbare
1877 tm_file="m68k/m68k-aout.h libgloss.h"
1878 extra_headers=math-68881.h
1879 float_format=m68k
1880 ;;
1881m68k-*-coff*)
1882 tmake_file=m68k/t-m68kbare
1883 tm_file="m68k/m68k-coff.h dbx.h"
1884 extra_headers=math-68881.h
1885 float_format=m68k
1886 ;;
1887m68020-*-elf* | m68k-*-elf*)
1888 tm_file="m68k/m68020-elf.h"
34f4f3a5 1889 xm_defines=POSIX
61ed06c3
HPN
1890 tmake_file=m68k/t-m68kelf
1891 header_files=math-68881.h
bb8602be 1892 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
1893 ;;
1894m68k-*-lynxos*)
1895 if test x$gas = xyes
1896 then
1897 tm_file=m68k/lynx.h
1898 else
1899 tm_file=m68k/lynx-ng.h
1900 fi
61ed06c3
HPN
1901 tmake_file=m68k/t-lynx
1902 extra_headers=math-68881.h
1903 float_format=m68k
1904 ;;
1905m68k*-*-netbsd*)
1906 tm_file=m68k/netbsd.h
1907 tmake_file=t-netbsd
1908 float_format=m68k
1909 use_collect2=yes
1910 ;;
1911m68k*-*-openbsd*)
f1cf4606
ME
1912 # needed to unconfuse gdb
1913 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
61ed06c3
HPN
1914 float_format=m68k
1915 # we need collect2 until our bug is fixed...
1916 use_collect2=yes
1917 ;;
1918m68k-*-sysv3*) # Motorola m68k's running system V.3
34f4f3a5 1919 xm_defines=POSIX
61ed06c3
HPN
1920 extra_parts="crtbegin.o crtend.o"
1921 extra_headers=math-68881.h
1922 float_format=m68k
1923 ;;
1924m68k-*-sysv4*) # Motorola m68k's running system V.4
1925 tm_file=m68k/m68kv4.h
34f4f3a5 1926 xm_defines=POSIX
61ed06c3
HPN
1927 tmake_file=t-svr4
1928 extra_parts="crtbegin.o crtend.o"
1929 extra_headers=math-68881.h
1930 float_format=m68k
1931 ;;
1932m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1933 # with a.out format
61ed06c3
HPN
1934 tm_file=m68k/linux-aout.h
1935 tmake_file="t-linux-aout m68k/t-linux-aout"
1936 extra_headers=math-68881.h
1937 float_format=m68k
1938 gnu_ld=yes
1939 ;;
1940m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1941 # with ELF format using the
1942 # GNU/Linux C library 5
61ed06c3 1943 tm_file=m68k/linux.h
7b3a4df5 1944 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
61ed06c3
HPN
1945 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1946 extra_headers=math-68881.h
1947 float_format=m68k
1948 gnu_ld=yes
1949 ;;
1950m68k-*-linux*) # Motorola m68k's running GNU/Linux
1951 # with ELF format using glibc 2
1952 # aka the GNU/Linux C library 6.
61ed06c3 1953 tm_file=m68k/linux.h
7b3a4df5 1954 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
61ed06c3
HPN
1955 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1956 extra_headers=math-68881.h
1957 float_format=m68k
1958 gnu_ld=yes
1959 if test x$enable_threads = xyes; then
1960 thread_file='posix'
1961 fi
1962 ;;
1963m68k-*-psos*)
1964 tmake_file=m68k/t-m68kbare
1965 tm_file=m68k/m68k-psos.h
1966 extra_headers=math-68881.h
1967 float_format=m68k
1968 ;;
1969m68k-*-rtemscoff*)
1970 tmake_file="m68k/t-m68kbare t-rtems"
1971 tm_file=m68k/rtems.h
1972 extra_headers=math-68881.h
1973 float_format=m68k
bc98ef7f
JS
1974 if test x$enable_threads = xyes; then
1975 thread_file='rtems'
1976 fi
61ed06c3
HPN
1977 ;;
1978m68k-*-rtemself*|m68k-*-rtems*)
1979 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1980 tm_file=m68k/rtemself.h
1981 extra_headers=math-68881.h
1982 float_format=m68k
bb8602be 1983 extra_parts="crtbegin.o crtend.o"
bc98ef7f
JS
1984 if test x$enable_threads = xyes; then
1985 thread_file='rtems'
1986 fi
61ed06c3
HPN
1987 ;;
1988m88k-dg-dgux*)
34f4f3a5 1989 xm_defines=POSIX
61ed06c3
HPN
1990 case $machine in
1991 m88k-dg-dguxbcs*)
c40409ce 1992 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
14455c64 1993 tmake_file="m88k/t-dgux m88k/t-dguxbcs"
61ed06c3
HPN
1994 ;;
1995 *)
c40409ce 1996 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
61ed06c3
HPN
1997 tmake_file=m88k/t-dgux
1998 ;;
1999 esac
2000 extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
61ed06c3
HPN
2001 if test x$gas = xyes
2002 then
2003 tmake_file=m88k/t-dgux-gas
2004 fi
2005 ;;
2006m88k-dolphin-sysv3*)
34f4f3a5 2007 xm_defines=POSIX
61ed06c3
HPN
2008 tm_file=m88k/dolph.h
2009 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
2010 xmake_file=m88k/x-dolph
2011 if test x$gas = xyes
2012 then
2013 tmake_file=m88k/t-m88k-gas
2014 fi
2015 ;;
2016m88k-tektronix-sysv3)
34f4f3a5 2017 xm_defines=POSIX
61ed06c3
HPN
2018 tm_file=m88k/tekXD88.h
2019 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
2020 xmake_file=m88k/x-tekXD88
2021 if test x$gas = xyes
2022 then
2023 tmake_file=m88k/t-m88k-gas
2024 fi
2025 ;;
2026m88k-*-aout*)
34f4f3a5 2027 xm_defines=POSIX
61ed06c3
HPN
2028 tm_file=m88k/m88k-aout.h
2029 ;;
2030m88k-*-coff*)
34f4f3a5 2031 xm_defines=POSIX
61ed06c3
HPN
2032 tm_file=m88k/m88k-coff.h
2033 tmake_file=m88k/t-bug
2034 ;;
2035m88k-*-luna*)
2036 tm_file=m88k/luna.h
2037 extra_parts="crtbegin.o crtend.o"
2038 if test x$gas = xyes
2039 then
2040 tmake_file=m88k/t-luna-gas
2041 else
2042 tmake_file=m88k/t-luna
2043 fi
2044 ;;
2045m88k-*-openbsd*)
2046 tmake_file="${tmake_file} m88k/t-luna-gas"
2047 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
61ed06c3
HPN
2048 ;;
2049m88k-*-sysv3*)
34f4f3a5 2050 xm_defines=POSIX
61ed06c3
HPN
2051 tm_file=m88k/sysv3.h
2052 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
2053 if test x$gas = xyes
2054 then
2055 tmake_file=m88k/t-m88k-gas
2056 fi
2057 ;;
2058m88k-*-sysv4*)
34f4f3a5 2059 xm_defines=POSIX
c40409ce 2060 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
61ed06c3 2061 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
2062 tmake_file=m88k/t-sysv4
2063 ;;
2064mcore-*-elf)
c40409ce 2065 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
61ed06c3
HPN
2066 tmake_file=mcore/t-mcore
2067 ;;
2068mcore-*-pe*)
2069 tm_file=mcore/mcore-pe.h
2070 tmake_file=mcore/t-mcore-pe
2071 ;;
2072mips-sgi-irix6*) # SGI System V.4., IRIX 6
2073 if test "x$gnu_ld" = xyes
2074 then
2075 tm_file="mips/iris6.h mips/iris6gld.h"
2076 else
2077 tm_file=mips/iris6.h
2078 fi
14455c64 2079 tmake_file="mips/t-iris mips/t-iris6"
34f4f3a5 2080 xm_defines=POSIX
61ed06c3
HPN
2081# if test x$enable_threads = xyes; then
2082# thread_file='irix'
2083# fi
2084 ;;
2085mips-wrs-vxworks)
2086 tm_file="mips/elf.h mips/vxworks.h"
2087 tmake_file=mips/t-ecoff
2088 gas=yes
2089 gnu_ld=yes
2090 extra_parts="crtbegin.o crtend.o"
2091 thread_file='vxworks'
2092 ;;
2093mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
2094 tm_file="mips/iris6.h mips/cross64.h"
34f4f3a5 2095 xm_defines=POSIX
84c041a1 2096 xm_file=mips/xm-iris5.h
14455c64 2097 tmake_file="mips/t-iris mips/t-cross64"
61ed06c3
HPN
2098 # See comment in mips/iris[56].h files.
2099 use_collect2=yes
2100# if test x$enable_threads = xyes; then
2101# thread_file='irix'
2102# fi
2103 ;;
2104mips-sni-sysv4)
2105 if test x$gas = xyes
2106 then
2107 if test x$stabs = xyes
2108 then
2109 tm_file=mips/iris5gdb.h
2110 else
2111 tm_file="mips/sni-svr4.h mips/sni-gas.h"
2112 fi
2113 else
2114 tm_file=mips/sni-svr4.h
2115 fi
34f4f3a5 2116 xm_defines=POSIX
61ed06c3
HPN
2117 if test x$gnu_ld != xyes
2118 then
2119 use_collect2=yes
2120 fi
2121 ;;
2122mips-sgi-irix5*) # SGI System V.4., IRIX 5
2123 if test x$gas = xyes
2124 then
2125 tm_file="mips/iris5.h mips/iris5gas.h"
2126 if test x$stabs = xyes
2127 then
2128 tm_file="${tm_file} dbx.h"
2129 fi
2130 else
2131 tm_file=mips/iris5.h
2132 fi
14455c64 2133 tmake_file=mips/t-iris
34f4f3a5 2134 xm_defines=POSIX
84c041a1 2135 xm_file=mips/xm-iris5.h
61ed06c3 2136 # mips-tfile doesn't work yet
61ed06c3
HPN
2137 # See comment in mips/iris5.h file.
2138 use_collect2=yes
2139# if test x$enable_threads = xyes; then
2140# thread_file='irix'
2141# fi
2142 ;;
2143mips-sgi-irix4loser*) # Mostly like a MIPS.
2144 tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2145 if test x$stabs = xyes; then
2146 tm_file="${tm_file} dbx.h"
2147 fi
14455c64 2148 tmake_file=mips/t-iris
34f4f3a5 2149 xm_defines=POSIX
61ed06c3 2150 if test x$gas = xyes
7857f134 2151 then :
61ed06c3
HPN
2152 else
2153 extra_passes="mips-tfile mips-tdump"
2154 fi
2155 if test x$gnu_ld != xyes
2156 then
2157 use_collect2=yes
2158 fi
2159# if test x$enable_threads = xyes; then
2160# thread_file='irix'
2161# fi
2162 ;;
2163mips-sgi-irix4*) # Mostly like a MIPS.
2164 tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2165 if test x$stabs = xyes; then
2166 tm_file="${tm_file} dbx.h"
2167 fi
14455c64 2168 tmake_file=mips/t-iris
34f4f3a5 2169 xm_defines=POSIX
61ed06c3 2170 if test x$gas = xyes
7857f134 2171 then :
61ed06c3
HPN
2172 else
2173 extra_passes="mips-tfile mips-tdump"
2174 fi
2175 if test x$gnu_ld != xyes
2176 then
2177 use_collect2=yes
2178 fi
2179# if test x$enable_threads = xyes; then
2180# thread_file='irix'
2181# fi
2182 ;;
2183mips-sgi-*) # Mostly like a MIPS.
2184 tm_file="mips/iris3.h ${tm_file}"
2185 if test x$stabs = xyes; then
2186 tm_file="${tm_file} dbx.h"
2187 fi
34f4f3a5 2188 xm_defines=POSIX
61ed06c3 2189 if test x$gas = xyes
7857f134 2190 then :
61ed06c3
HPN
2191 else
2192 extra_passes="mips-tfile mips-tdump"
2193 fi
2194 if test x$gnu_ld != xyes
2195 then
2196 use_collect2=yes
2197 fi
2198 ;;
2199mips-dec-osfrose*) # Decstation running OSF/1 reference port with OSF/rose.
2200 tm_file="mips/osfrose.h ${tm_file}"
61ed06c3
HPN
2201 extra_objs=halfpic.o
2202 use_collect2=yes
2203 ;;
2204mips-dec-osf*) # Decstation running OSF/1 as shipped by DIGITAL
2205 tm_file=mips/dec-osf1.h
2206 if test x$stabs = xyes; then
2207 tm_file="${tm_file} dbx.h"
2208 fi
61ed06c3 2209 if test x$gas = xyes
7857f134 2210 then :
61ed06c3
HPN
2211 else
2212 tmake_file=mips/t-ultrix
2213 extra_passes="mips-tfile mips-tdump"
2214 fi
2215 if test x$gnu_ld != xyes
2216 then
2217 use_collect2=yes
2218 fi
2219 ;;
2220mips-dec-bsd*) # Decstation running 4.4 BSD
2221 tm_file=mips/dec-bsd.h
2222 if test x$gas = xyes
7857f134 2223 then :
61ed06c3
HPN
2224 else
2225 tmake_file=mips/t-ultrix
2226 extra_passes="mips-tfile mips-tdump"
2227 fi
2228 if test x$gnu_ld != xyes
2229 then
2230 use_collect2=yes
2231 fi
2232 ;;
2233mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
2234 tm_file=mips/netbsd.h
2235 # On NetBSD, the headers are already okay, except for math.h.
2236 tmake_file=t-netbsd
2237 ;;
2238mips*-*-linux*) # Linux MIPS, either endian.
c40409ce 2239 tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
61ed06c3 2240 case $machine in
009da785
EC
2241 mipsisa32*-*)
2242 tm_file="$tm_file mips/isa32-linux.h"
2243 target_cpu_default="MASK_SOFT_FLOAT"
2244 ;;
2245 esac
2246 case $machine in
2247 mips*el-*)
2248 tm_file="mips/little.h $tm_file"
2249 ;;
61ed06c3 2250 esac
7b3a4df5 2251 tmake_file="t-slibgcc-elf-ver t-linux"
61ed06c3
HPN
2252 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2253 gnu_ld=yes
2254 gas=yes
2255 if test x$enable_threads = xyes; then
2256 thread_file='posix'
2257 fi
2258 ;;
2259mips*el-*-openbsd*) # mips little endian
2260 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2261 ;;
2262mips*-*-openbsd*) # mips big endian
2263 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2264 tm_file="mips/openbsd-be.h ${tm_file}"
2265 ;;
2266mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
2267 tm_file="mips/news4.h ${tm_file}"
2268 if test x$stabs = xyes; then
2269 tm_file="${tm_file} dbx.h"
2270 fi
2271 if test x$gas = xyes
7857f134 2272 then :
61ed06c3
HPN
2273 else
2274 extra_passes="mips-tfile mips-tdump"
2275 fi
2276 if test x$gnu_ld != xyes
2277 then
2278 use_collect2=yes
2279 fi
61ed06c3
HPN
2280 ;;
2281mips-sony-sysv*) # Sony NEWS 3800 with NEWSOS5.0.
2282 # That is based on svr4.
2283 # t-svr4 is not right because this system doesn't use ELF.
2284 tm_file="mips/news5.h ${tm_file}"
2285 if test x$stabs = xyes; then
2286 tm_file="${tm_file} dbx.h"
2287 fi
34f4f3a5 2288 xm_defines=POSIX
61ed06c3 2289 if test x$gas = xyes
7857f134 2290 then :
61ed06c3
HPN
2291 else
2292 extra_passes="mips-tfile mips-tdump"
2293 fi
2294 if test x$gnu_ld != xyes
2295 then
2296 use_collect2=yes
2297 fi
2298 ;;
2299mips-tandem-sysv4*) # Tandem S2 running NonStop UX
2300 tm_file="mips/svr4-5.h mips/svr4-t.h"
2301 if test x$stabs = xyes; then
2302 tm_file="${tm_file} dbx.h"
2303 fi
34f4f3a5 2304 xm_defines=POSIX
61ed06c3
HPN
2305 if test x$gas = xyes
2306 then
61ed06c3
HPN
2307 extra_parts="crtbegin.o crtend.o"
2308 else
61ed06c3
HPN
2309 extra_passes="mips-tfile mips-tdump"
2310 fi
2311 if test x$gnu_ld != xyes
2312 then
2313 use_collect2=yes
2314 fi
2315 ;;
2316mips-*-ultrix* | mips-dec-mach3) # Decstation.
2317 tm_file="mips/ultrix.h ${tm_file}"
2318 if test x$stabs = xyes; then
2319 tm_file="${tm_file} dbx.h"
2320 fi
61ed06c3 2321 if test x$gas = xyes
7857f134 2322 then :
61ed06c3
HPN
2323 else
2324 tmake_file=mips/t-ultrix
2325 extra_passes="mips-tfile mips-tdump"
2326 fi
2327 if test x$gnu_ld != xyes
2328 then
2329 use_collect2=yes
2330 fi
2331 ;;
2332mips-*-riscos[56789]bsd*)
2333 tm_file=mips/bsd-5.h # MIPS BSD 4.3, RISC-OS 5.0
2334 if test x$stabs = xyes; then
2335 tm_file="${tm_file} dbx.h"
2336 fi
2337 if test x$gas = xyes
2338 then
2339 tmake_file=mips/t-bsd-gas
2340 else
2341 tmake_file=mips/t-bsd
2342 extra_passes="mips-tfile mips-tdump"
2343 fi
2344 if test x$gnu_ld != xyes
2345 then
2346 use_collect2=yes
2347 fi
2348 ;;
2349mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2350 tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2351 if test x$stabs = xyes; then
2352 tm_file="${tm_file} dbx.h"
2353 fi
2354 if test x$gas = xyes
2355 then
2356 tmake_file=mips/t-bsd-gas
2357 else
2358 tmake_file=mips/t-bsd
2359 extra_passes="mips-tfile mips-tdump"
2360 fi
2361 if test x$gnu_ld != xyes
2362 then
2363 use_collect2=yes
2364 fi
2365 ;;
2366mips-*-riscos[56789]sysv4*)
2367 tm_file=mips/svr4-5.h # MIPS System V.4., RISC-OS 5.0
2368 if test x$stabs = xyes; then
2369 tm_file="${tm_file} dbx.h"
2370 fi
61ed06c3
HPN
2371 if test x$gas = xyes
2372 then
2373 tmake_file=mips/t-svr4-gas
2374 else
2375 tmake_file=mips/t-svr4
2376 extra_passes="mips-tfile mips-tdump"
2377 fi
2378 if test x$gnu_ld != xyes
2379 then
2380 use_collect2=yes
2381 fi
2382 ;;
2383mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2384 tm_file="mips/svr4-4.h ${tm_file}"
2385 if test x$stabs = xyes; then
2386 tm_file="${tm_file} dbx.h"
2387 fi
34f4f3a5 2388 xm_defines=POSIX
61ed06c3
HPN
2389 if test x$gas = xyes
2390 then
2391 tmake_file=mips/t-svr4-gas
2392 else
2393 tmake_file=mips/t-svr4
2394 extra_passes="mips-tfile mips-tdump"
2395 fi
2396 if test x$gnu_ld != xyes
2397 then
2398 use_collect2=yes
2399 fi
2400 ;;
2401mips-*-riscos[56789]sysv*)
2402 tm_file=mips/svr3-5.h # MIPS System V.3, RISC-OS 5.0
2403 if test x$stabs = xyes; then
2404 tm_file="${tm_file} dbx.h"
2405 fi
34f4f3a5 2406 xm_defines=POSIX
61ed06c3
HPN
2407 if test x$gas = xyes
2408 then
2409 tmake_file=mips/t-svr3-gas
2410 else
2411 tmake_file=mips/t-svr3
2412 extra_passes="mips-tfile mips-tdump"
2413 fi
2414 if test x$gnu_ld != xyes
2415 then
2416 use_collect2=yes
2417 fi
2418 ;;
2419mips-*-sysv* | mips-*-riscos*sysv*)
2420 tm_file="mips/svr3-4.h ${tm_file}"
2421 if test x$stabs = xyes; then
2422 tm_file="${tm_file} dbx.h"
2423 fi
34f4f3a5 2424 xm_defines=POSIX
61ed06c3
HPN
2425 if test x$gas = xyes
2426 then
2427 tmake_file=mips/t-svr3-gas
2428 else
2429 tmake_file=mips/t-svr3
2430 extra_passes="mips-tfile mips-tdump"
2431 fi
2432 if test x$gnu_ld != xyes
2433 then
2434 use_collect2=yes
2435 fi
2436 ;;
2437mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0.
2438 tm_file=mips/mips-5.h
2439 if test x$stabs = xyes; then
2440 tm_file="${tm_file} dbx.h"
2441 fi
2442 if test x$gas = xyes
7857f134 2443 then :
61ed06c3
HPN
2444 else
2445 extra_passes="mips-tfile mips-tdump"
2446 fi
2447 if test x$gnu_ld != xyes
2448 then
2449 use_collect2=yes
2450 fi
2451 ;;
61ed06c3
HPN
2452mipsel-*-ecoff*)
2453 tm_file=mips/ecoffl.h
2454 if test x$stabs = xyes; then
2455 tm_file="${tm_file} dbx.h"
2456 fi
2457 tmake_file=mips/t-ecoff
2458 ;;
2459mips-*-ecoff*)
2460 tm_file="gofast.h mips/ecoff.h"
2461 if test x$stabs = xyes; then
2462 tm_file="${tm_file} dbx.h"
2463 fi
2464 tmake_file=mips/t-ecoff
2465 ;;
0e5a4ad8
EC
2466mipsisa32-*-elf*)
2467 tm_file="mips/isa3264.h mips/abi64.h"
2468 tmake_file=mips/t-isa3264
3054eeed 2469 target_cpu_default="MASK_SOFT_FLOAT"
0e5a4ad8 2470 ;;
61ed06c3
HPN
2471mipsel-*-elf*)
2472 tm_file="mips/elfl.h"
2473 tmake_file=mips/t-elf
2474 ;;
2475mips-*-elf*)
2476 tm_file="mips/elf.h"
2477 tmake_file=mips/t-elf
2478 ;;
2479mips64el-*-elf*)
2480 tm_file="mips/elfl64.h"
2481 tmake_file=mips/t-elf
2482 ;;
2483mips64orionel-*-elf*)
2484 tm_file="mips/elforion.h mips/elfl64.h"
2485 tmake_file=mips/t-elf
2486 ;;
2487mips64-*-elf*)
2488 tm_file="mips/elf64.h"
2489 tmake_file=mips/t-elf
2490 ;;
2491mips64orion-*-elf*)
2492 tm_file="mips/elforion.h mips/elf64.h"
2493 tmake_file=mips/t-elf
2494 ;;
2495mips64orion-*-rtems*)
2496 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h"
2497 tmake_file="mips/t-elf t-rtems"
bc98ef7f
JS
2498 if test x$enable_threads = xyes; then
2499 thread_file='rtems'
2500 fi
2501 ;;
2502mips*-*-rtems*)
2503 tm_file="mips/elf.h mips/rtems.h"
2504 tmake_file="mips/t-elf t-rtems"
2505 if test x$enable_threads = xyes; then
2506 thread_file='rtems'
2507 fi
61ed06c3
HPN
2508 ;;
2509mipstx39el-*-elf*)
2510 tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2511 tmake_file=mips/t-r3900
3054eeed 2512 target_cpu_default="MASK_SOFT_FLOAT"
61ed06c3
HPN
2513 ;;
2514mipstx39-*-elf*)
2515 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2516 tmake_file=mips/t-r3900
2517 ;;
2518mips-*-*) # Default MIPS RISC-OS 4.0.
2519 if test x$stabs = xyes; then
2520 tm_file="${tm_file} dbx.h"
2521 fi
2522 if test x$gas = xyes
7857f134 2523 then :
61ed06c3
HPN
2524 else
2525 extra_passes="mips-tfile mips-tdump"
2526 fi
2527 if test x$gnu_ld != xyes
2528 then
2529 use_collect2=yes
2530 fi
2531 ;;
bcf684c7
HPN
2532mmix-knuth-mmixware)
2533 ;;
61ed06c3
HPN
2534mn10200-*-*)
2535 float_format=i32
c40409ce 2536 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
2537 if test x$stabs = xyes
2538 then
2539 tm_file="${tm_file} dbx.h"
2540 fi
2541 use_collect2=no
2542 ;;
2543mn10300-*-*)
c40409ce 2544 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
2545 if test x$stabs = xyes
2546 then
2547 tm_file="${tm_file} dbx.h"
2548 fi
2549 use_collect2=no
2550 ;;
2551ns32k-encore-bsd*)
2552 tm_file=ns32k/encore.h
2553 use_collect2=yes
2554 ;;
2555ns32k-sequent-bsd*)
2556 tm_file=ns32k/sequent.h
2557 use_collect2=yes
2558 ;;
2559ns32k-tek6100-bsd*)
2560 tm_file=ns32k/tek6100.h
2561 use_collect2=yes
2562 ;;
2563ns32k-tek6200-bsd*)
2564 tm_file=ns32k/tek6200.h
2565 use_collect2=yes
2566 ;;
2567ns32k-merlin-*)
2568 tm_file=ns32k/merlin.h
2569 use_collect2=yes
2570 ;;
2571ns32k-pc532-mach*)
2572 tm_file=ns32k/pc532-mach.h
2573 use_collect2=yes
2574 ;;
2575ns32k-pc532-minix*)
2576 tm_file=ns32k/pc532-min.h
34f4f3a5 2577 xm_defines='POSIX HZ=60'
61ed06c3
HPN
2578 use_collect2=yes
2579 ;;
2580ns32k-*-netbsd*)
2581 tm_file=ns32k/netbsd.h
61ed06c3
HPN
2582 # On NetBSD, the headers are already okay, except for math.h.
2583 tmake_file=t-netbsd
2584 use_collect2=yes
2585 ;;
2586pdp11-*-bsd)
2587 tm_file="${tm_file} pdp11/2bsd.h"
2588 ;;
2589pdp11-*-*)
2590 ;;
2591avr-*-*)
2592 ;;
2593ns32k-*-openbsd*)
2594 # Nothing special
2595 ;;
2596pj*-linux*)
c40409ce 2597 tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
61ed06c3
HPN
2598 ;;
2599pj-*)
2600 ;;
2601pjl-*)
c40409ce 2602 tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
61ed06c3
HPN
2603 ;;
2604
2605romp-*-aos*)
2606 use_collect2=yes
2607 ;;
2608romp-*-mach*)
61ed06c3
HPN
2609 use_collect2=yes
2610 ;;
2611romp-*-openbsd*)
2612 # Nothing special
2613 ;;
2614powerpc-*-openbsd*)
e1b71de9 2615 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
61ed06c3 2616 ;;
2bfcf297 2617powerpc64-*-linux*)
c40409ce 2618 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2bfcf297
DB
2619 out_file=rs6000/rs6000.c
2620 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2bfcf297
DB
2621 extra_headers=ppc-asm.h
2622 ;;
61ed06c3 2623powerpc-*-beos*)
2bfcf297 2624 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
34f4f3a5 2625 xm_defines=POSIX
61ed06c3
HPN
2626 xm_file=rs6000/xm-beos.h
2627 tmake_file=rs6000/t-beos
61ed06c3 2628 ;;
18922061 2629powerpc-*-darwin*)
ee890fe2
SS
2630 tm_file="${tm_file} darwin.h rs6000/darwin.h"
2631 tm_p_file="${tm_p_file} darwin-protos.h"
2632 tmake_file=rs6000/t-darwin
18922061 2633 xmake_file=rs6000/x-darwin
a3b1a352
SS
2634 # Override the usual setting, since Apple's GCC has lame bugs
2635 # and can't handle the initializers. Someday the bugs will be
2636 # fixed and we can get rid of this silliness.
2637 xm_defines="HAVE_DESIGNATED_INITIALIZERS=0"
ee890fe2 2638 extra_objs="darwin.o"
0168a849
SS
2639 c_target_objs="darwin-c.o"
2640 cxx_target_objs="darwin-c.o"
ee890fe2
SS
2641 # Darwin linker does collect2 functionality
2642 use_collect2=no
18922061 2643 ;;
b91da81f 2644powerpc*-*-freebsd*)
c40409ce 2645 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
b91da81f
DB
2646 xm_file=rs6000/xm-sysv4.h
2647 out_file=rs6000/rs6000.c
f3465a44 2648 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
b91da81f
DB
2649 extra_headers=ppc-asm.h
2650 ;;
61ed06c3 2651powerpc-*-sysv*)
c40409ce 2652 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
34f4f3a5 2653 xm_defines=POSIX
61ed06c3
HPN
2654 extra_headers=ppc-asm.h
2655 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
61ed06c3 2656 ;;
edf1b3f3
AC
2657powerpc-*-netbsd*)
2658 xm_defines=POSIX
c40409ce 2659 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
edf1b3f3
AC
2660 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2661 extra_headers=ppc-asm.h
2662 ;;
8da6d80e 2663powerpc-*-chorusos*)
34f4f3a5 2664 xm_defines=POSIX
c40409ce 2665 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
8da6d80e
CC
2666 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2667 extra_headers=ppc-asm.h
2668 case x${enable_threads} in
2669 xyes | xpthreads | xposix)
2670 thread_file='posix'
2671 ;;
2672 esac
2673 ;;
61ed06c3 2674powerpc-*-eabiaix*)
34f4f3a5 2675 xm_defines=POSIX
c40409ce 2676 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
61ed06c3
HPN
2677 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2678 extra_headers=ppc-asm.h
2679 ;;
2680powerpc-*-eabisim*)
34f4f3a5 2681 xm_defines=POSIX
c40409ce 2682 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
61ed06c3
HPN
2683 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2684 extra_headers=ppc-asm.h
2685 ;;
2686powerpc-*-elf*)
34f4f3a5 2687 xm_defines=POSIX
c40409ce 2688 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
61ed06c3
HPN
2689 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2690 extra_headers=ppc-asm.h
2691 ;;
2692powerpc-*-eabi*)
34f4f3a5 2693 xm_defines=POSIX
c40409ce 2694 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
61ed06c3
HPN
2695 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2696 extra_headers=ppc-asm.h
2697 ;;
2698powerpc-*-rtems*)
34f4f3a5 2699 xm_defines=POSIX
c40409ce 2700 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rtems.h rs6000/rtems.h"
61ed06c3
HPN
2701 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2702 extra_headers=ppc-asm.h
bc98ef7f
JS
2703 if test x$enable_threads = xyes; then
2704 thread_file='rtems'
2705 fi
61ed06c3
HPN
2706 ;;
2707powerpc-*-linux*libc1)
c40409ce 2708 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
61ed06c3 2709 out_file=rs6000/rs6000.c
7b3a4df5 2710 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
61ed06c3
HPN
2711 extra_headers=ppc-asm.h
2712 if test x$enable_threads = xyes; then
2713 thread_file='posix'
2714 fi
2715 ;;
2716powerpc-*-linux*)
c40409ce 2717 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
61ed06c3 2718 out_file=rs6000/rs6000.c
7b3a4df5 2719 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
61ed06c3
HPN
2720 extra_headers=ppc-asm.h
2721 if test x$enable_threads = xyes; then
2722 thread_file='posix'
2723 fi
2724 ;;
2725powerpc-wrs-vxworks*)
34f4f3a5 2726 xm_defines=POSIX
c40409ce 2727 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
61ed06c3
HPN
2728 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2729 extra_headers=ppc-asm.h
2730 thread_file='vxworks'
2731 ;;
2732powerpcle-wrs-vxworks*)
34f4f3a5 2733 xm_defines=POSIX
c40409ce 2734 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
61ed06c3
HPN
2735 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2736 extra_headers=ppc-asm.h
2737 thread_file='vxworks'
2738 ;;
2739powerpcle-*-sysv*)
c40409ce 2740 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
34f4f3a5 2741 xm_defines=POSIX
61ed06c3 2742 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
61ed06c3
HPN
2743 extra_headers=ppc-asm.h
2744 ;;
2745powerpcle-*-elf*)
34f4f3a5 2746 xm_defines=POSIX
c40409ce 2747 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
61ed06c3
HPN
2748 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2749 extra_headers=ppc-asm.h
2750 ;;
2751powerpcle-*-eabisim*)
34f4f3a5 2752 xm_defines=POSIX
c40409ce 2753 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
61ed06c3
HPN
2754 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2755 extra_headers=ppc-asm.h
2756 ;;
2757powerpcle-*-eabi*)
34f4f3a5 2758 xm_defines=POSIX
c40409ce 2759 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
61ed06c3
HPN
2760 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2761 extra_headers=ppc-asm.h
2762 ;;
61ed06c3 2763rs6000-ibm-aix3.[01]*)
34f4f3a5 2764 xm_defines=POSIX
2bfcf297 2765 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
61ed06c3
HPN
2766 float_format=none
2767 use_collect2=yes
2768 ;;
2769rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
34f4f3a5 2770 xm_defines=POSIX
2bfcf297 2771 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
db009825 2772 tmake_file=rs6000/t-newas
61ed06c3
HPN
2773 float_format=none
2774 use_collect2=yes
2775 ;;
2776rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
34f4f3a5 2777 xm_defines=POSIX
2bfcf297 2778 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
db009825 2779 tmake_file=rs6000/t-newas
61ed06c3
HPN
2780 float_format=none
2781 use_collect2=yes
2782 ;;
2783rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
34f4f3a5 2784 xm_defines=POSIX
2bfcf297 2785 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
61ed06c3 2786 tmake_file=rs6000/t-aix43
61ed06c3
HPN
2787 float_format=none
2788 use_collect2=yes
2789 thread_file='aix'
2790 ;;
2791rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
34f4f3a5 2792 xm_defines=POSIX
2bfcf297 2793 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
61ed06c3 2794 tmake_file=rs6000/t-aix43
61ed06c3
HPN
2795 float_format=none
2796 use_collect2=yes
2797 thread_file='aix'
2798 ;;
2799rs6000-ibm-aix*)
34f4f3a5 2800 xm_defines=POSIX
2bfcf297 2801 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
61ed06c3
HPN
2802 float_format=none
2803 use_collect2=yes
2804 ;;
2805rs6000-bull-bosx)
34f4f3a5 2806 xm_defines=POSIX
2bfcf297 2807 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
61ed06c3
HPN
2808 float_format=none
2809 use_collect2=yes
2810 ;;
2811rs6000-*-mach*)
32fb7c9d 2812 tm_file="${tm_file} rs6000/mach.h"
34f4f3a5 2813 xm_defines=POSIX
61ed06c3
HPN
2814 use_collect2=yes
2815 ;;
2816rs6000-*-lynxos*)
b91da81f 2817 tm_file="lynx.h rs6000/lynx.h"
61ed06c3 2818 tmake_file=rs6000/t-rs6000
61ed06c3
HPN
2819 use_collect2=yes
2820 ;;
0e5a4ad8 2821s390-*-linux*)
c40409ce 2822 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
050e4ca2 2823 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
9628a767
HP
2824 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2825 if test x$enable_threads = xyes; then
2826 thread_file='posix'
2827 fi
2828 ;;
0e5a4ad8 2829s390x-*-linux*)
c40409ce 2830 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h s390/linux64.h"
70eeb10b
UW
2831 tm_p_file=s390/s390-protos.h
2832 md_file=s390/s390.md
2833 out_file=s390/s390.c
050e4ca2 2834 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
9628a767
HP
2835 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2836 if test x$enable_threads = xyes; then
2837 thread_file='posix'
2838 fi
2839 ;;
61ed06c3
HPN
2840sh-*-elf*)
2841 tmake_file="sh/t-sh sh/t-elf"
32fb7c9d 2842 tm_file="${tm_file} sh/elf.h"
61ed06c3
HPN
2843 float_format=sh
2844 ;;
2845sh-*-rtemself*)
2846 tmake_file="sh/t-sh sh/t-elf t-rtems"
32fb7c9d 2847 tm_file="${tm_file} sh/elf.h sh/rtemself.h"
61ed06c3 2848 float_format=sh
bc98ef7f
JS
2849 if test x$enable_threads = xyes; then
2850 thread_file='rtems'
2851 fi
61ed06c3
HPN
2852 ;;
2853sh-*-rtems*)
2854 tmake_file="sh/t-sh t-rtems"
32fb7c9d 2855 tm_file="${tm_file} sh/rtems.h"
61ed06c3 2856 float_format=sh
bc98ef7f
JS
2857 if test x$enable_threads = xyes; then
2858 thread_file='rtems'
2859 fi
61ed06c3
HPN
2860 ;;
2861sh-*-linux*)
32fb7c9d 2862 tm_file="${tm_file} sh/elf.h sh/linux.h"
61ed06c3 2863 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
61ed06c3
HPN
2864 gas=yes gnu_ld=yes
2865 if test x$enable_threads = xyes; then
2866 thread_file='posix'
2867 fi
2868 float_format=sh
2869 ;;
2870sh-*-*)
2871 float_format=sh
2872 ;;
2873sparc-tti-*)
0f658c83 2874 tm_file="${tm_file} sparc/pbd.h"
34f4f3a5 2875 xm_defines=POSIX
61ed06c3 2876 ;;
e428b937 2877sparc64-wrs-vxworks*)
c40409ce 2878 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/sparc_bi.h gofast.h sparc/vxsparc64.h"
e428b937
RK
2879 tmake_file=sparc/t-vxsparc64
2880 use_collect2=yes
2881 ;;
61ed06c3 2882sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
0f658c83 2883 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
61ed06c3
HPN
2884 tmake_file=sparc/t-vxsparc
2885 use_collect2=yes
2886 thread_file='vxworks'
2887 ;;
2888sparc-*-aout*)
2889 tmake_file=sparc/t-sparcbare
0f658c83 2890 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
61ed06c3
HPN
2891 ;;
2892sparc-*-netbsd*)
0f7a7be7 2893 tm_file="${tm_file} sparc/aout.h netbsd.h sparc/netbsd.h"
61ed06c3
HPN
2894 tmake_file=t-netbsd
2895 use_collect2=yes
2896 ;;
2897sparc-*-openbsd*)
0f7a7be7 2898 tm_file="sparc/sparc.h ${tm_file}"
f1cf4606
ME
2899 # needed to unconfuse gdb
2900 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
61ed06c3
HPN
2901 # we need collect2 until our bug is fixed...
2902 use_collect2=yes
2903 ;;
2904sparc-*-bsd*)
910e231e 2905 tm_file="${tm_file} sparc/bsd.h"
61ed06c3 2906 ;;
8da6d80e 2907sparc-*-chorusos*)
c40409ce 2908 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
8da6d80e
CC
2909 tmake_file=sparc/t-chorus-elf
2910 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2911 float_format=i64
2912 case x${enable_threads} in
2913 xyes | xpthreads | xposix)
2914 thread_file='posix'
2915 ;;
2916 esac
2917 ;;
61ed06c3 2918sparc-*-elf*)
c40409ce 2919 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
61ed06c3
HPN
2920 tmake_file=sparc/t-elf
2921 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2922 #float_format=i128
2923 float_format=i64
2924 ;;
2925sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
0f7a7be7 2926 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
61ed06c3
HPN
2927 gnu_ld=yes
2928 ;;
2929sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
c40409ce 2930 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
7b3a4df5 2931 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
61ed06c3
HPN
2932 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2933 gnu_ld=yes
2934 float_format=sparc
2935 ;;
2936sparc-*-linux*) # Sparc's running GNU/Linux, libc6
c40409ce 2937 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
7b3a4df5 2938 tmake_file="t-slibgcc-elf-ver t-linux"
61ed06c3
HPN
2939 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2940 gnu_ld=yes
2941 if test x$enable_threads = xyes; then
2942 thread_file='posix'
2943 fi
2944 float_format=sparc
2945 ;;
2946sparc-*-lynxos*)
2947 if test x$gas = xyes
2948 then
0f7a7be7 2949 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
61ed06c3 2950 else
0f7a7be7 2951 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
61ed06c3 2952 fi
61ed06c3 2953 tmake_file=sparc/t-sunos41
61ed06c3
HPN
2954 ;;
2955sparc-*-rtemsaout*)
2956 tmake_file="sparc/t-sparcbare t-rtems"
0f658c83 2957 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
bc98ef7f
JS
2958 if test x$enable_threads = xyes; then
2959 thread_file='rtems'
2960 fi
61ed06c3
HPN
2961 ;;
2962sparc-*-rtems*|sparc-*-rtemself*)
c40409ce 2963 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
61ed06c3
HPN
2964 tmake_file="sparc/t-elf t-rtems"
2965 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2966 #float_format=i128
2967 float_format=i64
bc98ef7f
JS
2968 if test x$enable_threads = xyes; then
2969 thread_file='rtems'
2970 fi
61ed06c3 2971 ;;
60acf24e 2972sparcv9-*-solaris2* | sparc64-*-solaris2*)
61ed06c3
HPN
2973 if test x$gnu_ld = xyes
2974 then
0f658c83 2975 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
61ed06c3
HPN
2976 else
2977 tm_file=sparc/sol2-sld-64.h
2978 fi
34f4f3a5 2979 xm_defines=POSIX
61ed06c3
HPN
2980 tmake_file="sparc/t-sol2 sparc/t-sol2-64"
2981 if test x$gnu_ld = xyes; then
7b3a4df5 2982 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2983 else
7b3a4df5 2984 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2985 fi
61ed06c3
HPN
2986 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2987 float_format=none
2988 if test x${enable_threads} = x ; then
2989 enable_threads=$have_pthread_h
2990 if test x${enable_threads} = x ; then
2991 enable_threads=$have_thread_h
2992 fi
2993 fi
2994 if test x${enable_threads} = xyes ; then
2995 if test x${have_pthread_h} = xyes ; then
2996 thread_file='posix'
2997 else
2998 thread_file='solaris'
2999 fi
3000 fi
3001 ;;
3002sparc-hal-solaris2*)
34f4f3a5 3003 xm_defines=POSIX
c40409ce 3004 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
61ed06c3
HPN
3005 tmake_file="sparc/t-halos sparc/t-sol2"
3006 if test x$gnu_ld = xyes; then
7b3a4df5 3007 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 3008 else
7b3a4df5 3009 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 3010 fi
61ed06c3
HPN
3011 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3012 case $machine in
3013 *-*-solaris2.[0-4])
3014 float_format=i128
3015 ;;
3016 *)
3017 float_format=none
3018 ;;
3019 esac
3020 thread_file='solaris'
3021 ;;
3022sparc-*-solaris2*)
3023 if test x$gnu_ld = xyes
3024 then
c40409ce 3025 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
61ed06c3 3026 else
c40409ce 3027 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-sld.h"
61ed06c3 3028 fi
34f4f3a5 3029 xm_defines=POSIX
61ed06c3
HPN
3030 tmake_file=sparc/t-sol2
3031 if test x$gnu_ld = xyes; then
7b3a4df5 3032 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 3033 else
7b3a4df5 3034 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 3035 fi
61ed06c3 3036 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
7112135f
AO
3037 case $machine in
3038 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*) ;;
3039 *-*-solaris2*)
3040 if test x$gnu_ld = xyes
3041 then
0f658c83 3042 tm_file="sparc/sol2-sld-64.h sparc/sol2-64.h"
7112135f 3043 else
0f658c83 3044 tm_file="sparc/sol2-sld-64.h"
7112135f
AO
3045 fi
3046 tmake_file="$tmake_file sparc/t-sol2-64"
3047 ;;
3048 esac
61ed06c3
HPN
3049 case $machine in
3050 *-*-solaris2.[0-4])
3051 float_format=i128
3052 ;;
3053 *)
3054 float_format=none
3055 ;;
3056 esac
3057 if test x${enable_threads} = x; then
3058 enable_threads=$have_pthread_h
3059 if test x${enable_threads} = x; then
3060 enable_threads=$have_thread_h
3061 fi
3062 fi
3063 if test x${enable_threads} = xyes; then
3064 if test x${have_pthread_h} = xyes; then
3065 thread_file='posix'
3066 else
3067 thread_file='solaris'
3068 fi
3069 fi
3070 ;;
3071sparc-*-sunos4.0*)
0f7a7be7 3072 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
61ed06c3
HPN
3073 use_collect2=yes
3074 ;;
3075sparc-*-sunos4*)
0f7a7be7 3076 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
61ed06c3
HPN
3077 tmake_file=sparc/t-sunos41
3078 use_collect2=yes
3079 if test x$gas = xyes; then
3080 tm_file="${tm_file} sparc/sun4gas.h"
3081 fi
3082 ;;
3083sparc-*-sunos3*)
0f7a7be7 3084 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
61ed06c3
HPN
3085 use_collect2=yes
3086 ;;
3087sparc-*-sysv4*)
c40409ce 3088 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
34f4f3a5 3089 xm_defines=POSIX
61ed06c3 3090 tmake_file=t-svr4
61ed06c3
HPN
3091 extra_parts="crtbegin.o crtend.o"
3092 ;;
3093sparc-*-vxsim*)
34f4f3a5 3094 xm_defines=POSIX
c40409ce 3095 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
61ed06c3 3096 tmake_file=sparc/t-vxsparc
61ed06c3
HPN
3097 ;;
3098sparclet-*-aout*)
0f658c83 3099 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
61ed06c3
HPN
3100 tmake_file=sparc/t-splet
3101 ;;
3102sparclite-*-coff*)
0f658c83 3103 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
61ed06c3
HPN
3104 tmake_file=sparc/t-sparclite
3105 ;;
3106sparclite-*-aout*)
0f7a7be7 3107 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
61ed06c3
HPN
3108 tmake_file=sparc/t-sparclite
3109 ;;
3110sparclite-*-elf*)
c40409ce 3111 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
61ed06c3
HPN
3112 tmake_file=sparc/t-sparclite
3113 extra_parts="crtbegin.o crtend.o"
3114 ;;
3115sparc86x-*-aout*)
0f7a7be7 3116 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
61ed06c3
HPN
3117 tmake_file=sparc/t-sp86x
3118 ;;
0e5a4ad8 3119sparc86x-*-elf*)
c40409ce 3120 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
61ed06c3
HPN
3121 tmake_file=sparc/t-sp86x
3122 extra_parts="crtbegin.o crtend.o"
3123 ;;
3124sparc64-*-aout*)
0f7a7be7 3125 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
61ed06c3
HPN
3126 ;;
3127sparc64-*-elf*)
c40409ce 3128 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
61ed06c3
HPN
3129 extra_parts="crtbegin.o crtend.o"
3130 ;;
3131sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
7b3a4df5 3132 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
c40409ce 3133 tm_file="sparc/sparc_bi.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
61ed06c3
HPN
3134 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3135 gnu_ld=yes
3136 if test x$enable_threads = xyes; then
3137 thread_file='posix'
3138 fi
3139 float_format=sparc
3140 ;;
d19fb8e3 3141strongarm-*-elf*)
c40409ce 3142 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
d19fb8e3
NC
3143 tmake_file=arm/t-strongarm-elf
3144 out_file=arm/arm.c
d19fb8e3
NC
3145 md_file=arm/arm.md
3146 ;;
3147strongarm-*-coff*)
f910b1bb 3148 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
d19fb8e3
NC
3149 tmake_file=arm/t-strongarm-coff
3150 out_file=arm/arm.c
d19fb8e3
NC
3151 md_file=arm/arm.md
3152 ;;
3153strongarm-*-pe)
f910b1bb 3154 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
d19fb8e3
NC
3155 tmake_file=arm/t-strongarm-pe
3156 out_file=arm/arm.c
d19fb8e3
NC
3157 md_file=arm/arm.md
3158 extra_objs=pe.o
3159 ;;
61ed06c3
HPN
3160thumb*-*-*)
3161 { echo "config.gcc: error:
9e8fc4b8 3162*** The Thumb targets have been deprecated. The equivalent
cfd1c7ea 3163*** ARM based toolchain can now generate Thumb instructions
61ed06c3
HPN
3164*** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3165 ;;
3166v850-*-rtems*)
c40409ce 3167 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/rtems.h"
61ed06c3
HPN
3168 tmake_file="v850/t-v850 t-rtems"
3169 if test x$stabs = xyes
3170 then
3171 tm_file="${tm_file} dbx.h"
3172 fi
3173 use_collect2=no
c3edd394
NC
3174 c_target_objs="v850-c.o"
3175 cxx_target_objs="v850-c.o"
61ed06c3
HPN
3176 ;;
3177v850-*-*)
3178 target_cpu_default="TARGET_CPU_generic"
c40409ce 3179 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
3180 tmake_file=v850/t-v850
3181 if test x$stabs = xyes
3182 then
3183 tm_file="${tm_file} dbx.h"
3184 fi
3185 use_collect2=no
c3edd394
NC
3186 c_target_objs="v850-c.o"
3187 cxx_target_objs="v850-c.o"
61ed06c3 3188 ;;
8aeea6e6 3189vax-*-bsd*) # VAXen running BSD
61ed06c3
HPN
3190 use_collect2=yes
3191 float_format=vax
3192 ;;
8aeea6e6 3193vax-*-sysv*) # VAXen running system V
61ed06c3 3194 tm_file="${tm_file} vax/vaxv.h"
34f4f3a5 3195 xm_defines=POSIX
61ed06c3
HPN
3196 float_format=vax
3197 ;;
3198vax-*-netbsd*)
3199 tm_file="${tm_file} netbsd.h vax/netbsd.h"
3200 tmake_file=t-netbsd
3201 float_format=vax
3202 use_collect2=yes
3203 ;;
3204vax-*-openbsd*)
61ed06c3 3205 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
61ed06c3
HPN
3206 float_format=vax
3207 use_collect2=yes
3208 ;;
8aeea6e6 3209vax-*-ultrix*) # VAXen running ultrix
61ed06c3
HPN
3210 tm_file="${tm_file} vax/ultrix.h"
3211 float_format=vax
3212 ;;
8aeea6e6 3213vax-*-vms*) # VAXen running VMS
61ed06c3
HPN
3214 xm_file=vax/xm-vms.h
3215 tm_file=vax/vms.h
3216 float_format=vax
3217 ;;
8aeea6e6 3218vax-*-*) # VAX default entry
61ed06c3
HPN
3219 float_format=vax
3220 ;;
3221we32k-att-sysv*)
34f4f3a5 3222 xm_defines=POSIX
61ed06c3
HPN
3223 use_collect2=yes
3224 ;;
d19fb8e3 3225xscale-*-elf)
c40409ce 3226 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
d19fb8e3
NC
3227 tmake_file=arm/t-xscale-elf
3228 out_file=arm/arm.c
d19fb8e3
NC
3229 md_file=arm/arm.md
3230 ;;
3231xscale-*-coff)
578316b9 3232 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
d19fb8e3
NC
3233 tmake_file=arm/t-xscale-coff
3234 out_file=arm/arm.c
d19fb8e3
NC
3235 md_file=arm/arm.md
3236 ;;
14d269bb
GK
3237xstormy16-*-elf)
3238 # For historical reasons, the target files omit the 'x'.
c40409ce 3239 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
14d269bb
GK
3240 tm_p_file=stormy16/stormy16-protos.h
3241 md_file=stormy16/stormy16.md
3242 out_file=stormy16/stormy16.c
3243 tmake_file="stormy16/t-stormy16"
3244 extra_parts="crtbegin.o crtend.o"
3245 ;;
61ed06c3
HPN
3246*)
3247 echo "Configuration $machine not supported" 1>&2
3248 exit 1
3249 ;;
3250esac
3251
3252case $machine in
61ed06c3
HPN
3253*-*-sysv*)
3254 install_headers_dir=install-headers-cpio
3255 ;;
3256esac
3257
3258# Distinguish i[34567]86
3259# Also, do not run mips-tfile on MIPS if using gas.
3260# Process --with-cpu= for PowerPC/rs6000
3261target_cpu_default2=
3262case $machine in
3263i486-*-*)
3264 target_cpu_default2=1
3265 ;;
3266i586-*-*)
3267 case $target_alias in
3268 k6-*)
3269 target_cpu_default2=4
3270 ;;
3271 *)
3272 target_cpu_default2=2
3273 ;;
3274 esac
3275 ;;
3276i686-*-* | i786-*-*)
4ed47bea
JM
3277 case $target_alias in
3278 athlon-*)
3279 target_cpu_default2=5
3280 ;;
3281 *)
3282 target_cpu_default2=3
3283 ;;
3284 esac
61ed06c3
HPN
3285 ;;
3286alpha*-*-*)
3287 case $machine in
3288 alphaev6[78]*)
3289 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3290 ;;
3291 alphaev6*)
3292 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3293 ;;
3294 alphapca56*)
3295 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3296 ;;
3297 alphaev56*)
3298 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3299 ;;
3300 alphaev5*)
3301 target_cpu_default2="MASK_CPU_EV5"
3302 ;;
3303 esac
0e5a4ad8 3304
61ed06c3
HPN
3305 if test x$gas = xyes
3306 then
3307 if test "$target_cpu_default2" = ""
3308 then
3309 target_cpu_default2="MASK_GAS"
3310 else
3311 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3312 fi
3313 fi
3314 ;;
3315arm*-*-*)
3316 case "x$with_cpu" in
3317 x)
3318 # The most generic
3319 target_cpu_default2="TARGET_CPU_generic"
3320 ;;
3321
3322 # Distinguish cores, and major variants
3323 # arm7m doesn't exist, but D & I don't affect code
70f24e49
NC
3324 xarm[236789] | xarm250 | xarm[67][01]0 \
3325 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
61ed06c3 3326 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
d19fb8e3 3327 | xxscale \
61ed06c3
HPN
3328 | xstrongarm | xstrongarm110 | xstrongarm1100)
3329 target_cpu_default2="TARGET_CPU_$with_cpu"
3330 ;;
3331
3332 xyes | xno)
3333 echo "--with-cpu must be passed a value" 1>&2
3334 exit 1
3335 ;;
3336
3337 *)
3338 if test x$pass2done = xyes
3339 then
3340 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3341 exit 1
3342 fi
3343 ;;
3344 esac
3345 ;;
3346
c21a2372
AM
3347hppa*-*-* | parisc*-*-*)
3348 if test x$gas = xyes
3349 then
3350 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3351 fi
3352 ;;
3353
61ed06c3
HPN
3354mips*-*-ecoff* | mips*-*-elf*)
3355 if test x$gas = xyes
3356 then
3357 if test x$gnu_ld = xyes
3358 then
3359 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3360 else
3361 target_cpu_default2="MASK_GAS"
3362 fi
3363 fi
3364 ;;
3365mips*-*-*)
3366 if test x$gas = xyes
3367 then
3368 target_cpu_default2="MASK_GAS"
3369 fi
3370 ;;
3371powerpc*-*-* | rs6000-*-*)
3372 case "x$with_cpu" in
3373 x)
3374 ;;
3375
3376 xcommon | xpower | xpower2 | xpowerpc | xrios \
3377 | xrios1 | xrios2 | xrsc | xrsc1 \
3378 | x601 | x602 | x603 | x603e | x604 | x604e | x620 \
c19083d8 3379 | x740 | x750 | x505)
ff25793c 3380 target_cpu_default2="\\\"$with_cpu\\\""
61ed06c3
HPN
3381 ;;
3382
c19083d8
DD
3383 x401 | x403 | xec603e | x801 | x821 | x823 | x860)
3384 target_cpu_default2="\\\"$with_cpu\\\""
3385 tm_file="$tm_file rs6000/softfloat.h"
3386 ;;
3387
61ed06c3
HPN
3388 xyes | xno)
3389 echo "--with-cpu must be passed a value" 1>&2
3390 exit 1
3391 ;;
3392
3393 *)
3394 if test x$pass2done = xyes
3395 then
3396 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3397 exit 1
3398 fi
3399 ;;
3400 esac
3401 ;;
3402sparc*-*-*)
3403 case ".$with_cpu" in
3404 .)
3405 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3406 ;;
3407 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3408 target_cpu_default2="TARGET_CPU_$with_cpu"
3409 ;;
3410 *)
3411 if test x$pass2done = xyes
3412 then
3413 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3414 exit 1
3415 fi
3416 ;;
3417 esac
3418 ;;
3419esac
3420
3421if test "$target_cpu_default2" != ""
3422then
3423 if test "$target_cpu_default" != ""
3424 then
3425 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3426 else
3427 target_cpu_default=$target_cpu_default2
3428 fi
3429fi
3430
61ed06c3
HPN
3431# Save data on machine being used to compile GCC in build_xm_file.
3432# Save data on host machine in vars host_xm_file and host_xmake_file.
3433if test x$pass1done = x
3434then
4dc0535b
ZW
3435 if test x$xm_file != x
3436 then build_xm_file=$xm_file
61ed06c3
HPN
3437 fi
3438 build_xm_defines=$xm_defines
3439 build_install_headers_dir=$install_headers_dir
3440 build_exeext=$exeext
3441 pass1done=yes
3442else
3443 if test x$pass2done = x
3444 then
4dc0535b
ZW
3445 if test x$xm_file != x
3446 then host_xm_file=$xm_file
61ed06c3
HPN
3447 fi
3448 host_xm_defines=$xm_defines
61ed06c3
HPN
3449 host_xmake_file="$xmake_file"
3450 host_truncate_target=$truncate_target
3451 host_extra_gcc_objs=$extra_gcc_objs
3452 host_extra_objs=$extra_host_objs
3453 host_exeext=$exeext
3454 pass2done=yes
3455 fi
3456fi