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