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