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