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