]> gcc.gnu.org Git - gcc.git/blame - gcc/config.gcc
pa.h (STARTING_FRAME_OFFSET): Change offset for TARGET_64BIT to 16.
[gcc.git] / gcc / config.gcc
CommitLineData
61ed06c3 1# GCC build-, host- and target-specific configuration file.
817e13c4 2# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
61ed06c3 3
1322177d 4#This file is part of GCC.
61ed06c3 5
1322177d
LB
6#GCC is free software; you can redistribute it and/or modify it under
7#the terms of the GNU General Public License as published by the Free
8#Software Foundation; either version 2, or (at your option) any later
9#version.
61ed06c3 10
1322177d
LB
11#GCC is distributed in the hope that it will be useful, but WITHOUT
12#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14#for more details.
61ed06c3
HPN
15
16#You should have received a copy of the GNU General Public License
1322177d
LB
17#along with GCC; see the file COPYING. If not, write to the Free
18#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19#02111-1307, USA.
61ed06c3
HPN
20
21# This is the GCC build-, host- and target-specific configuration file
22# where a configuration type, as recognized and generated by config.bfd,
23# is mapped to different system-specific definitions and files. This is
24# invoked by the autoconf-generated configure script, called for build,
25# host and target in that order, setting ${machine} to each. Putting it
26# in a separate shell file lets us skip running autoconf when modifying
27# build-, host- and target-specific information.
28
29# This file switches on the shell variable ${machine}, and also uses the
30# following shell variables:
31#
32# with_* Various variables as set by configure.
33#
34# enable_threads_flag Either the name, yes or no depending on whether
35# threads support was requested.
36#
37# gas_flag Either yes or no depending on whether GNU as was
38# requested.
39#
40# gnu_ld_flag Either yes or no depending on whether GNU ld was
41# requested.
42
43# This file sets the following shell variables for use by the
44# autoconf-generated configure script:
45#
46# cpu_type The name of the cpu, if different from machine.
47#
d5355cb2
JDA
48# tm_defines List of target macros to define for all compilations.
49#
61ed06c3 50# tm_file A list of target macro files, if different from
32fb7c9d
FS
51# "$cpu_type/$cpu_type.h". Usually it's constructed
52# per target in a way like this:
c40409ce 53# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
32fb7c9d
FS
54# Note that the preferred order is:
55# - specific target header "${cpu_type}/${cpu_type.h}"
c40409ce 56# - generic headers like dbxelf.h elfos.h, netware.h, etc.
32fb7c9d
FS
57# - specializing target headers like ${cpu_type.h}/elf.h
58# This helps to keep OS specific stuff out of the CPU
59# defining header ${cpu_type}/${cpu_type.h}.
61ed06c3
HPN
60#
61# tm_p_file Location of file with declarations for functions
62# in $out_file.
63#
64# out_file The name of the machine description C support
65# file, if different from "$cpu_type/$cpu_type.c".
66#
67# md_file The name of the machine-description file, if
68# different from "$cpu_type/$cpu_type.md".
69#
70# tmake_file A list of machine-description-specific
71# makefile-fragments, if different from
72# "$cpu_type/t-$cpu_type".
73#
1c0ca89d
ZW
74# extra_modes The name of the file containing a list of extra
75# machine modes, if necessary and different from
76# "$cpu_type/$cpu_type-modes.def".
77#
61ed06c3
HPN
78# extra_objs List of extra objects that should be linked into
79# the compiler proper (cc1, cc1obj, cc1plus)
80# depending on target.
81#
82# extra_headers List of used header files from the directory
817e13c4 83# config/${cpu_type}.
61ed06c3
HPN
84#
85# host_xmake_file List of host-specific makefile-fragments.
86#
87# extra_passes List of extra executables compiled for this target
88# machine, used for compiling from source to object.
89#
90# extra_parts List of extra object files that should be compiled
91# for this target machine.
92#
93# extra_programs Like extra_passes, but these are used when linking.
94#
ff7cc307 95# host_extra_objs List of extra host-dependent objects that should
61ed06c3
HPN
96# be linked into the compiler proper.
97#
ff7cc307 98# host_extra_gcc_objs List of extra host-dependent objects that should
61ed06c3
HPN
99# be linked into the gcc driver.
100#
ff7cc307 101# c_target_objs List of extra target-dependent objects that be
aac69a49 102# linked into the C compiler only.
0e5a4ad8 103#
ff7cc307 104# cxx_target_objs List of extra target-dependent objects that be
aac69a49 105# linked into the C++ compiler only.
0e5a4ad8 106#
ef69da62
SS
107# target_gtfiles List of extra source files with type information.
108#
61ed06c3
HPN
109# build_xm_defines List of macros to define when compiling for the
110# build machine.
111#
112# build_xm_file List of files to include when compiling for the
113# build machine.
114#
115# host_xm_defines List of macros to define when compiling for the
116# host machine.
117#
118# host_xm_file List of files to include when compiling for the
119# host machine.
120#
121# xm_defines List of macros to define when compiling for the
122# target machine.
123#
124# xm_file List of files to include when compiling for the
125# target machine.
126#
127# use_collect2 Set to yes or no, depending on whether collect2
128# will be used.
129#
130# target_cpu_default Set to override the default target model.
131#
132# build_install_headers_dir
133# Target to use when installing header files.
134#
61ed06c3
HPN
135# host_truncate_target
136# Non-empty if the target name should be truncated
137# on this host, due to filename length issues.
138#
139# gdb_needs_out_file_path
140# Set to yes if gdb needs a dir command with
141# `dirname $out_file`.
142#
143# build_exeext Set to the suffix, if the build machine requires
144# executables to have a file name suffix.
145#
146# host_exeext Set to the suffix, if the host machine requires
147# executables to have a file name suffix.
148#
149# thread_file Set to control which thread package to use.
150#
151# gas Set to yes or no depending on whether the target
152# system normally uses GNU as.
153
154# The following variables are used in each case-construct to build up the
155# outgoing variables:
156#
157# xmake_file Makefile-fragment when this system is as a host,
158# for host_xmake_file.
159#
160# extra_host_objs List of extra objects that should be linked into
161# the compiler proper when this system is a host,
162# for host_extra_objs.
163#
164# install_headers_dir Makefile-target for how the header file directory
165# is installed, when this system is a build system,
166# for build_install_headers_dir.
167#
168# truncate_target Non-empty if the target name should be truncated
169# when this system is a host, due to filename length
170# issues. For host_truncate_target.
171#
172# exeext The suffix for executables on this system.
173#
174# gnu_ld Set to yes or no depending on whether the target
175# system normally uses GNU ld.
176
177out_file=
178xmake_file=
179tmake_file=
180extra_headers=
181extra_passes=
182extra_parts=
183extra_programs=
184extra_objs=
185extra_host_objs=
186extra_gcc_objs=
aac69a49
NC
187c_target_objs=
188cxx_target_objs=
d5355cb2 189tm_defines=
61ed06c3 190xm_defines=
61ed06c3
HPN
191# Set this to force installation and use of collect2.
192use_collect2=
193# Set this to override the default target model.
194target_cpu_default=
195# Set this to control how the header file directory is installed.
196install_headers_dir=install-headers-tar
61ed06c3
HPN
197# Set this if directory names should be truncated to 14 characters.
198truncate_target=
199# Set this if gdb needs a dir command with `dirname $out_file`
200gdb_needs_out_file_path=
201# Set this if the build machine requires executables to have a
202# file name suffix.
203exeext=
204# Set this to control which thread package will be used.
205thread_file=
206# Reinitialize these from the flag values every loop pass, since some
207# configure entries modify them.
208gas="$gas_flag"
209gnu_ld="$gnu_ld_flag"
210enable_threads=$enable_threads_flag
6ab185d6 211target_gtfiles=
61ed06c3 212
9340544b 213# Obsolete configurations.
9340544b 214case $machine in
c7bdf0a6
ZW
215 m88k-*-aout* \
216 | m88k-*-openbsd* \
217 | m88k-*-sysv4* \
218 | mips-sni-sysv4 \
9c075570 219 | mn10200-*-* \
c7bdf0a6
ZW
220 | ns32k-*-openbsd* \
221 | romp-*-openbsd* \
18fbcbcf 222 | vax-*-vms* \
c7bdf0a6 223 )
8998d5bf 224 if test "x$enable_obsolete" != xyes; then
9340544b
ZW
225 echo "*** Configuration $machine is obsolete." >&2
226 echo "*** Specify --enable-obsolete to build it anyway." >&2
227 echo "*** Support will be REMOVED in the next major release of GCC," >&2
228 echo "*** unless a maintainer comes forward." >&2
229 exit 1
230 fi;;
9340544b
ZW
231esac
232
61ed06c3 233# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
ba1e6c0b
JM
234# updated in each machine entry. Also set default extra_headers for some
235# machines.
61ed06c3
HPN
236tm_p_file=
237cpu_type=`echo $machine | sed 's/-.*$//'`
238case $machine in
239alpha*-*-*)
240 cpu_type=alpha
241 ;;
242strongarm*-*-*)
243 cpu_type=arm
244 ;;
245arm*-*-*)
246 cpu_type=arm
247 ;;
d19fb8e3
NC
248xscale-*-*)
249 cpu_type=arm
250 ;;
61ed06c3
HPN
251i[34567]86-*-*)
252 cpu_type=i386
6f1a6c5b 253 extra_headers="mmintrin.h xmmintrin.h"
61ed06c3 254 ;;
14f73b5a
JH
255x86_64-*-*)
256 cpu_type=i386
8559c8c0 257 extra_headers="mmintrin.h xmmintrin.h"
14f73b5a 258 ;;
817e13c4
JM
259ia64-*-*)
260 extra_headers=ia64intrin.h
261 ;;
c21a2372 262hppa*-*-* | parisc*-*-*)
61ed06c3
HPN
263 cpu_type=pa
264 ;;
2fd95d71 265m680[012]0-*-*)
61ed06c3 266 cpu_type=m68k
ba1e6c0b
JM
267 extra_headers=math-68881.h
268 ;;
269m68k-*-*)
270 extra_headers=math-68881.h
61ed06c3
HPN
271 ;;
272mips*-*-*)
273 cpu_type=mips
274 ;;
61ed06c3
HPN
275powerpc*-*-*)
276 cpu_type=rs6000
518878e1 277 extra_headers="ppc-asm.h altivec.h spe.h"
61ed06c3 278 ;;
61ed06c3
HPN
279sparc*-*-*)
280 cpu_type=sparc
281 ;;
b4eb03fe
JT
282# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
283sh[123456789l]*-*-*)
fa5322fa
AO
284 cpu_type=sh
285 ;;
61ed06c3
HPN
286esac
287
288tm_file=${cpu_type}/${cpu_type}.h
b6d7afec 289if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
61ed06c3 290then
b6d7afec
ZW
291 tm_p_file=${cpu_type}/${cpu_type}-protos.h
292fi
1c0ca89d
ZW
293extra_modes=
294if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
295then
296 extra_modes=${cpu_type}/${cpu_type}-modes.def
297fi
e564e618
DB
298
299case $machine in
300x86_64-*-*)
301 tm_file="i386/biarch64.h ${tm_file}"
302 ;;
303esac
304
61ed06c3
HPN
305# On a.out targets, we need to use collect2.
306case $machine in
307*-*-*aout*)
308 use_collect2=yes
309 ;;
0e5a4ad8 310esac
61ed06c3 311
f982f805 312# Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
61ed06c3
HPN
313case $machine in
314*-*-linux*)
34f4f3a5 315 xm_defines=POSIX
609a87f3
JJ
316 case $machine in
317 *-*-linux*ecoff* | *-*-linux*libc1* | *-*-linux*oldld* | *-*-linux*aout*)
318 ;;
319 *)
66df2ac2
L
320 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
321 gas=yes gnu_ld=yes
609a87f3
JJ
322 case x${enable_threads} in
323 x | xyes | xposix) thread_file='posix'
324 ;;
325 esac
326 ;;
327 esac
61ed06c3 328 ;;
5eeab2e3
MK
329*-*-gnu*)
330 # On the Hurd, the setup is just about the same on
331 # each different CPU. The specific machines that we
332 # support are matched above and just set $cpu_type.
b19a539e 333 xm_defines=POSIX
f6e0c56c 334 tm_file="${cpu_type}/gnu.h"
275b60d6 335 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
5eeab2e3
MK
336 # GNU always uses ELF.
337 elf=yes
338 # GNU tools are the only tools.
339 gnu_ld=yes
340 gas=yes
341 # These details are the same as for Linux.
5eeab2e3 342 # But here we need a little extra magic.
7b3a4df5 343 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
f6e0c56c 344 case $machine in
83248d49
RM
345 alpha*)
346 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
347 ;;
f6e0c56c 348 i[34567]86-*-*)
39ed301b 349 tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}"
f6e0c56c 350 ;;
f6e0c56c 351 esac
5eeab2e3 352 ;;
61ed06c3
HPN
353*-*-openbsd*)
354 tm_file=${cpu_type}/openbsd.h
f1cf4606 355 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
b19a539e 356 xm_defines=POSIX
61ed06c3
HPN
357 if test x$enable_threads = xyes; then
358 thread_file='posix'
359 tmake_file="${tmake_file} t-openbsd-thread"
360 fi
361 ;;
f982f805 362*-*-netbsd*)
12345543 363 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
f982f805
JT
364 xm_defines=POSIX
365 gas=yes
366 gnu_ld=yes
a0494c05
JT
367 case x${enable_threads} in
368 xyes | xposix)
369 thread_file='posix'
ee3c755a 370 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
a0494c05
JT
371 ;;
372 esac
f982f805 373 ;;
9e405fe5
LR
374*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
375 # This is the place-holder for the generic a.out configuration
376 # of FreeBSD. No actual configuration resides here since
377 # there was only ever a bare-bones ix86 configuration for
378 # a.out and it exists solely in the machine-specific section.
379 # This place-holder must exist to avoid dropping into
380 # the generic ELF configuration of FreeBSD (i.e. it must be
381 # ordered before that section).
382 ;;
383*-*-freebsd*)
384 # This is the generic ELF configuration of FreeBSD. Later
385 # machine-specific sections may refine and add to this
386 # configuration.
387 #
388 # Due to tm_file entry ordering issues that vary between cpu
389 # architectures, we only define fbsd_tm_file to allow the
390 # machine-specific section to dictate the final order of all
391 # entries of tm_file with the minor exception that components
392 # of the tm_file set here will always be of the form:
393 #
b91da81f 394 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
9e405fe5
LR
395 #
396 # The machine-specific section should not tamper with this
397 # ordering but may order all other entries of tm_file as it
398 # pleases around the provided core setting.
399 gas=yes
400 gnu_ld=yes
401 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
402 case $machine in
403 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
404 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
405 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
406 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
407 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
408 esac
bc3a44db 409 tmake_file="t-slibgcc-elf-ver t-freebsd"
243a7070 410 xmake_file=none
9e405fe5
LR
411 xm_defines=POSIX
412 case x${enable_threads} in
413 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
414 x | xyes | xpthreads | xposix)
415 thread_file='posix'
416 tmake_file="${tmake_file} t-freebsd-thread"
bc3a44db
LR
417 # Before 5.0, FreeBSD can't bind shared libraries to -lc
418 # when "optionally" threaded via weak pthread_* checks.
419 case $machine in
420 *-*-freebsd[34] | *-*-freebsd[34].*)
421 tmake_file="${tmake_file} t-slibgcc-nolc-override";;
422 esac
9e405fe5
LR
423 ;;
424 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
425 esac
b7e0196a 426 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
9e405fe5 427 ;;
61ed06c3
HPN
428esac
429
430case $machine in
431# Support site-specific machine types.
432*local*)
61ed06c3 433 rest=`echo $machine | sed -e "s/$cpu_type-//"`
61ed06c3 434 tm_file=${cpu_type}/$rest.h
4dc0535b
ZW
435 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
436 then xm_file=${cpu_type}/xm-$rest.h
61ed06c3 437 fi
4dc0535b
ZW
438 if test -f $srcdir/config/${cpu_type}/x-$rest
439 then xmake_file=${cpu_type}/x-$rest
440 fi
441 if test -f $srcdir/config/${cpu_type}/t-$rest
442 then tmake_file=${cpu_type}/t-$rest
61ed06c3
HPN
443 fi
444 ;;
30102605
RH
445alpha*-*-unicosmk*)
446 use_collect2=yes
447 tm_file="${tm_file} alpha/unicosmk.h"
0e5a4ad8 448
30102605
RH
449 # Don't include t-ieee for now because we don't support that yet
450 # tmake_file="alpha/t-ieee"
451 tmake_file="alpha/t-unicosmk"
452 ;;
61ed06c3
HPN
453alpha-*-interix)
454 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
455
456 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
457 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
458
459 # GAS + IEEE_CONFORMANT
460 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
461
34f4f3a5 462 xm_defines=POSIX
5dd8a9b1 463 xm_file="alpha/xm-alpha-interix.h"
14455c64 464 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
61ed06c3
HPN
465 if test x$enable_threads = xyes ; then
466 thread_file='posix'
467 fi
468 if test x$stabs = xyes ; then
469 tm_file="${tm_file} dbxcoff.h"
470 fi
471 #prefix='$$INTERIX_ROOT'/usr/contrib
472 #local_prefix='$$INTERIX_ROOT'/usr/contrib
473 ;;
77a403e4
RH
474alpha*-*-linux*ecoff*)
475 echo "Configuration $machine no longer supported" 1>&2
476 exit 1
477 ;;
61ed06c3
HPN
478alpha*-*-linux*libc1*)
479 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
480 target_cpu_default="MASK_GAS"
cea3bd3e
RH
481 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
482 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
61ed06c3
HPN
483 gas=yes gnu_ld=yes
484 if test x$enable_threads = xyes; then
485 thread_file='posix'
486 fi
487 ;;
488alpha*-*-linux*)
489 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
490 target_cpu_default="MASK_GAS"
cea3bd3e 491 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
61ed06c3 492 ;;
83248d49
RM
493alpha*-*-gnu*)
494 target_cpu_default="MASK_GAS"
495 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
496 ;;
61ed06c3 497alpha*-*-freebsd*)
9e405fe5 498 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
61ed06c3 499 target_cpu_default="MASK_GAS"
cea3bd3e
RH
500 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
501 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
61ed06c3
HPN
502 ;;
503alpha*-*-netbsd*)
f982f805 504 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
61ed06c3 505 target_cpu_default="MASK_GAS"
cea3bd3e 506 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
61ed06c3
HPN
507 ;;
508
509alpha*-*-openbsd*)
cf0005c6 510 tm_file="${cpu_type}/${cpu_type}.h ${tm_file}"
61ed06c3
HPN
511 # default x-alpha is only appropriate for dec-osf.
512 target_cpu_default="MASK_GAS"
513 tmake_file="alpha/t-alpha alpha/t-ieee"
514 ;;
0e5a4ad8 515
c7bdf0a6 516alpha*-dec-osf[45]*)
b19a539e 517 xm_defines=POSIX
61ed06c3
HPN
518 if test x$stabs = xyes
519 then
520 tm_file="${tm_file} dbx.h"
521 fi
522 if test x$gas != xyes
523 then
524 extra_passes="mips-tfile mips-tdump"
525 fi
526 use_collect2=yes
c7bdf0a6
ZW
527 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
528 tm_file="${tm_file} alpha/osf.h"
817e13c4 529 extra_headers=va_list.h
61ed06c3 530 case $machine in
61ed06c3 531 *-*-osf4*)
61ed06c3
HPN
532 # Some versions of OSF4 (specifically X4.0-9 296.7) have
533 # a broken tar, so we use cpio instead.
534 install_headers_dir=install-headers-cpio
c7bdf0a6
ZW
535 # Set target_cpu_default except on 4.0a.
536 case $machine in
537 *-*-osf4.0a) ;;
538 *) target_cpu_default=MASK_SUPPORT_ARCH
539 esac
61ed06c3
HPN
540 ;;
541 *-*-osf5*)
c7bdf0a6 542 tm_file="${tm_file} alpha/osf5.h"
61ed06c3
HPN
543 target_cpu_default=MASK_SUPPORT_ARCH
544 ;;
545 esac
546 ;;
547alpha*-*-vxworks*)
b19a539e 548 xm_defines=POSIX
61ed06c3
HPN
549 tm_file="${tm_file} dbx.h alpha/vxworks.h"
550 tmake_file="alpha/t-alpha alpha/t-ieee"
551 if [ x$gas != xyes ]
552 then
553 extra_passes="mips-tfile mips-tdump"
554 fi
555 use_collect2=yes
556 thread_file='vxworks'
557 ;;
b6bfa876
DR
558alpha64-dec-*vms*)
559 xm_defines=POSIX
cf0005c6 560 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
b6bfa876
DR
561 xm_file="alpha/xm-vms.h alpha/xm-vms64.h"
562 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
563 xmake_file=alpha/x-vms
564 exeext=.exe
565 # This removes the cpu type and manufacturer components and
566 # replaces "." with "_" in the operating system version.
567 case $host in *-*-*vms*)
568 target_alias=`echo $host \
569 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
570 ;;
571 esac
ff3aaf17 572 install_headers_dir=install-headers-cp
b6bfa876
DR
573 prefix=/gnu
574 local_prefix=/gnu
575 ;;
ef057c45 576alpha*-dec-*vms*)
b19a539e 577 xm_defines=POSIX
cf0005c6 578 tm_file="${tm_file} alpha/vms.h"
4dc0535b 579 xm_file=alpha/xm-vms.h
61ed06c3 580 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
d133777f 581 xmake_file=alpha/x-vms
ef057c45
DR
582 exeext=.exe
583 # This removes the cpu type and manufacturer components and
584 # replaces "." with "_" in the operating system version.
585 case $host in *-*-*vms*)
586 target_alias=`echo $host \
587 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
588 ;;
589 esac
ff3aaf17 590 install_headers_dir=install-headers-cp
ef057c45
DR
591 prefix=/gnu
592 local_prefix=/gnu
61ed06c3 593 ;;
2cc07db4 594arc-*-elf*)
c40409ce 595 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2cc07db4
RH
596 extra_parts="crtinit.o crtfini.o"
597 ;;
61ed06c3 598arm-*-coff* | armel-*-coff*)
5059254f 599 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
61ed06c3
HPN
600 tmake_file=arm/t-arm-coff
601 ;;
602arm-*-vxworks*)
5059254f 603 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
61ed06c3
HPN
604 tmake_file=arm/t-arm-coff
605 thread_file='vxworks'
606 ;;
61ed06c3 607arm-semi-aout | armel-semi-aout)
5059254f 608 tm_file="arm/semi.h arm/aout.h arm/arm.h"
61ed06c3
HPN
609 tmake_file=arm/t-semi
610 ;;
611arm-semi-aof | armel-semi-aof)
5059254f 612 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
7857f134 613 tmake_file=arm/t-semi
61ed06c3 614 ;;
5742588d
DB
615arm*-*-freebsd*|strongarm*-*-freebsd*)
616 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
617 tmake_file="${tmake_file} arm/t-strongarm-elf"
618 ;;
69474c3c
JT
619arm*-*-netbsdelf*)
620 echo "GCC does not yet support the ${machine} target"; exit 1
621 ;;
61ed06c3 622arm*-*-netbsd*)
f982f805 623 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
61ed06c3 624 tmake_file="t-netbsd arm/t-netbsd"
5721cd84 625 use_collect2=yes
61ed06c3 626 ;;
14879e76 627arm*-*-linux*) # ARM GNU/Linux with ELF
c40409ce 628 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h"
7b3a4df5 629 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
61ed06c3
HPN
630 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
631 gnu_ld=yes
632 case x${enable_threads} in
633 x | xyes | xpthreads | xposix)
634 thread_file='posix'
635 ;;
636 esac
637 ;;
638arm*-*-uclinux*) # ARM ucLinux
c40409ce 639 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h"
61ed06c3
HPN
640 tmake_file=arm/t-arm-elf
641 ;;
642arm*-*-aout)
f910b1bb 643 tm_file="arm/aout.h arm/arm.h"
61ed06c3
HPN
644 tmake_file=arm/t-arm-aout
645 ;;
646arm*-*-ecos-elf)
c40409ce 647 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
61ed06c3 648 tmake_file=arm/t-arm-elf
0e5a4ad8 649 ;;
f22b4bc4
JS
650arm*-*-rtems*)
651 xm_defines=POSIX
652 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h"
653 tmake_file="arm/t-arm-elf t-rtems"
654 if test x$enable_threads = xyes; then
655 thread_file='rtems'
656 fi
657 ;;
61ed06c3 658arm*-*-elf)
c40409ce 659 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
61ed06c3
HPN
660 tmake_file=arm/t-arm-elf
661 ;;
662arm*-*-conix*)
c40409ce 663 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
61ed06c3
HPN
664 tmake_file=arm/t-arm-elf
665 ;;
666arm*-*-oabi)
c40409ce 667 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
61ed06c3
HPN
668 tmake_file=arm/t-arm-elf
669 ;;
670arm-*-pe*)
f910b1bb 671 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
61ed06c3
HPN
672 tmake_file=arm/t-pe
673 extra_objs="pe.o"
674 ;;
675avr-*-*)
676 ;;
bc98ef7f 677c4x-*-rtems*)
f22b4bc4 678 xm_defines=POSIX
bc98ef7f 679 tmake_file="c4x/t-c4x t-rtems"
fdc76b09 680 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
bc98ef7f
JS
681 if test x$enable_threads = xyes; then
682 thread_file='rtems'
683 fi
51fabca5
NB
684 c_target_objs="c4x-c.o"
685 cxx_target_objs="c4x-c.o"
bc98ef7f 686 ;;
61ed06c3 687c4x-*)
61ed06c3 688 tmake_file=c4x/t-c4x
51fabca5
NB
689 c_target_objs="c4x-c.o"
690 cxx_target_objs="c4x-c.o"
61ed06c3 691 ;;
0b85d816 692cris-*-aout)
32fb7c9d 693 tm_file="dbxelf.h ${tm_file} cris/aout.h"
0b85d816
HPN
694 gas=yes
695 tmake_file="cris/t-cris cris/t-aout"
696 ;;
697cris-*-elf | cris-*-none)
c40409ce 698 tm_file="dbxelf.h elfos.h ${tm_file}"
0b85d816
HPN
699 tmake_file="cris/t-cris cris/t-elfmulti"
700 gas=yes
701 ;;
702cris-*-linux*)
c40409ce 703 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
0b85d816 704 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
0b85d816 705 ;;
61ed06c3 706d30v-*)
c40409ce 707 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
708 ;;
709dsp16xx-*)
710 ;;
61ed06c3 711fr30-*-elf)
c40409ce 712 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
713 tmake_file=fr30/t-fr30
714 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
715 ;;
36a05131
BS
716frv-*-elf)
717 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
718 tmake_file=frv/t-frv
719 ;;
bc98ef7f 720h8300-*-rtems*)
f22b4bc4 721 xm_defines=POSIX
bc98ef7f 722 tmake_file="h8300/t-h8300 t-rtems"
f22b4bc4 723 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
bc98ef7f
JS
724 if test x$enable_threads = xyes; then
725 thread_file='rtems'
726 fi
bc98ef7f 727 ;;
9f5b774b
R
728h8300-*-elf*)
729 tmake_file="h8300/t-h8300 h8300/t-elf"
730 tm_file="h8300/h8300.h h8300/elf.h"
9f5b774b 731 ;;
61ed06c3 732h8300-*-*)
61ed06c3 733 ;;
c21a2372
AM
734hppa*64*-*-linux* | parisc*64*-*-linux*)
735 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
581d9404
JDA
736 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
737 pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
c21a2372 738 tmake_file=pa/t-linux64
c21a2372
AM
739 gas=yes gnu_ld=yes
740 ;;
741hppa*-*-linux* | parisc*-*-linux*)
742 target_cpu_default="MASK_PA_11"
c40409ce 743 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
c21a2372 744 pa/pa32-regs.h pa/pa32-linux.h"
7b3a4df5 745 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
61ed06c3
HPN
746 ;;
747hppa*-*-openbsd*)
748 target_cpu_default="MASK_PA_11"
14455c64 749 tmake_file=pa/t-bsd
61ed06c3
HPN
750 ;;
751hppa1.1-*-pro*)
752 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
c40409ce 753 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
14455c64 754 tmake_file="pa/t-bsd pa/t-pro"
ed9d6ff9 755 xmake_file="pa/x-ada"
61ed06c3
HPN
756 ;;
757hppa1.1-*-osf*)
758 target_cpu_default="MASK_PA_11"
759 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
14455c64 760 tmake_file="pa/t-bsd pa/t-pa"
ed9d6ff9 761 xmake_file="pa/x-ada"
61ed06c3
HPN
762 use_collect2=yes
763 ;;
764hppa1.1-*-rtems*)
f22b4bc4 765 xm_defines=POSIX
61ed06c3 766 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
f22b4bc4 767 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h rtems.h"
14455c64 768 tmake_file="pa/t-bsd pa/t-pro"
ed9d6ff9 769 xmake_file="pa/x-ada"
61ed06c3
HPN
770 ;;
771hppa1.0-*-osf*)
772 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
14455c64 773 tmake_file="pa/t-bsd pa/t-pa"
ed9d6ff9 774 xmake_file="pa/x-ada"
61ed06c3
HPN
775 use_collect2=yes
776 ;;
777hppa1.1-*-bsd*)
778 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
779 target_cpu_default="MASK_PA_11"
14455c64 780 tmake_file="pa/t-bsd pa/t-pa"
ed9d6ff9 781 xmake_file="pa/x-ada"
61ed06c3
HPN
782 use_collect2=yes
783 ;;
784hppa1.0-*-bsd*)
785 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
14455c64 786 tmake_file="pa/t-bsd pa/t-pa"
ed9d6ff9 787 xmake_file="pa/x-ada"
61ed06c3
HPN
788 use_collect2=yes
789 ;;
790hppa1.0-*-hpux7*)
791 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
34f4f3a5 792 xm_defines=POSIX
14455c64 793 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
794 install_headers_dir=install-headers-cpio
795 use_collect2=yes
796 ;;
797hppa1.0-*-hpux8.0[0-2]*)
798 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 799 xm_defines=POSIX
14455c64 800 tmake_file=pa/t-pa-hpux
c21a2372 801 if test x$gas != xyes
61ed06c3 802 then
61ed06c3
HPN
803 tm_file="pa/pa-oldas.h ${tm_file}"
804 fi
805 install_headers_dir=install-headers-cpio
806 use_collect2=yes
807 ;;
808hppa1.1-*-hpux8.0[0-2]*)
809 target_cpu_default="MASK_PA_11"
810 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 811 xm_defines=POSIX
14455c64 812 tmake_file=pa/t-pa-hpux
c21a2372 813 if test x$gas != xyes
61ed06c3 814 then
61ed06c3
HPN
815 tm_file="pa/pa-oldas.h ${tm_file}"
816 fi
817 install_headers_dir=install-headers-cpio
818 use_collect2=yes
819 ;;
820hppa1.1-*-hpux8*)
821 target_cpu_default="MASK_PA_11"
822 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 823 xm_defines=POSIX
14455c64 824 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
825 install_headers_dir=install-headers-cpio
826 use_collect2=yes
827 ;;
828hppa1.0-*-hpux8*)
829 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
34f4f3a5 830 xm_defines=POSIX
14455c64 831 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
832 install_headers_dir=install-headers-cpio
833 use_collect2=yes
834 ;;
835hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
836 target_cpu_default="MASK_PA_11"
837 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
34f4f3a5 838 xm_defines=POSIX
e4761274 839 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
ed9d6ff9 840 xmake_file="pa/x-ada"
61ed06c3
HPN
841 if test x$enable_threads = x; then
842 enable_threads=$have_pthread_h
843 fi
844 case x${enable_threads} in
845 xyes | xdce)
846 tmake_file="${tmake_file} pa/t-dce-thr"
847 ;;
848 esac
849 install_headers_dir=install-headers-cpio
850 use_collect2=yes
851 ;;
852hppa1.0-*-hpux10*)
853 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
34f4f3a5 854 xm_defines=POSIX
e4761274 855 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
ed9d6ff9 856 xmake_file="pa/x-ada"
61ed06c3
HPN
857 if test x$enable_threads = x; then
858 enable_threads=$have_pthread_h
859 fi
860 case x${enable_threads} in
861 xyes | xdce)
862 tmake_file="${tmake_file} pa/t-dce-thr"
863 ;;
864 esac
865 install_headers_dir=install-headers-cpio
866 use_collect2=yes
867 ;;
868hppa*64*-*-hpux11*)
34f4f3a5 869 xm_defines=POSIX
581d9404
JDA
870 if test x$gas = xyes
871 then
872 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
873 pa/pa64-regs.h pa/long_double.h pa/pa-hpux.h \
874 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
875 else
876 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
877 pa/pa64-regs.h pa/long_double.h pa/pa-hpux.h \
878 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
879 fi
eab854f6 880 tmake_file="pa/t-pa64 pa/t-pa-hpux"
ed9d6ff9 881 xmake_file="pa/x-ada"
c81460e4 882 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
61ed06c3 883
83eb95f9
SE
884 if test x$gnu_ld = xyes
885 then
886 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
887 fi
61ed06c3
HPN
888# if [ x$enable_threads = x ]; then
889# enable_threads=$have_pthread_h
890# fi
891# if [ x$enable_threads = xyes ]; then
892# thread_file='dce'
893# tmake_file="${tmake_file} pa/t-dce-thr"
894# fi
895 install_headers_dir=install-headers-cpio
896 use_collect2=yes
897 ;;
898hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
899 target_cpu_default="MASK_PA_11"
900 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
34f4f3a5 901 xm_defines=POSIX
e4761274 902 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
ed9d6ff9 903 xmake_file="pa/x-ada"
61ed06c3
HPN
904# if test x$enable_threads = x; then
905# enable_threads=$have_pthread_h
906# fi
907# if test x$enable_threads = xyes; then
908# thread_file='dce'
909# tmake_file="${tmake_file} pa/t-dce-thr"
910# fi
911 install_headers_dir=install-headers-cpio
912 use_collect2=yes
913 ;;
914hppa1.0-*-hpux11*)
915 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
34f4f3a5 916 xm_defines=POSIX
e4761274 917 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
ed9d6ff9 918 xmake_file="pa/x-ada"
61ed06c3
HPN
919# if test x$enable_threads = x; then
920# enable_threads=$have_pthread_h
921# fi
922# if test x$enable_threads = xyes; then
923# thread_file='dce'
924# tmake_file="${tmake_file} pa/t-dce-thr"
925# fi
926 install_headers_dir=install-headers-cpio
927 use_collect2=yes
928 ;;
929hppa1.1-*-hpux* | hppa2*-*-hpux*)
930 target_cpu_default="MASK_PA_11"
931 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
34f4f3a5 932 xm_defines=POSIX
14455c64 933 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
934 install_headers_dir=install-headers-cpio
935 use_collect2=yes
936 ;;
937hppa1.0-*-hpux*)
938 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
34f4f3a5 939 xm_defines=POSIX
14455c64 940 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
941 install_headers_dir=install-headers-cpio
942 use_collect2=yes
943 ;;
944hppa1.1-*-hiux* | hppa2*-*-hiux*)
945 target_cpu_default="MASK_PA_11"
946 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
34f4f3a5 947 xm_defines=POSIX
14455c64 948 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
949 install_headers_dir=install-headers-cpio
950 use_collect2=yes
951 ;;
952hppa1.0-*-hiux*)
953 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
34f4f3a5 954 xm_defines=POSIX
14455c64 955 tmake_file=pa/t-pa-hpux
61ed06c3
HPN
956 install_headers_dir=install-headers-cpio
957 use_collect2=yes
958 ;;
959hppa*-*-lites*)
c40409ce 960 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
61ed06c3 961 target_cpu_default="MASK_PA_11"
14455c64 962 tmake_file="pa/t-bsd pa/t-pa"
ed9d6ff9 963 xmake_file="pa/x-ada"
61ed06c3
HPN
964 use_collect2=yes
965 ;;
966hppa*-*-mpeix*)
967 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
5dd8a9b1 968 tmake_file=pa/t-mpeix
0e5a4ad8 969 echo "You must use gas. Assuming it is already installed."
c21a2372 970 gas=yes
61ed06c3 971 install_headers_dir=install-headers-tar
0e5a4ad8
EC
972 use_collect2=yes
973 ;;
61ed06c3 974i370-*-opened*) # IBM 360/370/390 Architecture
34f4f3a5 975 xm_defines='POSIX FATAL_EXIT_CODE=12'
61ed06c3 976 tm_file=i370/oe.h
14455c64 977 tmake_file="i370/t-oe i370/t-i370"
51fabca5
NB
978 c_target_objs="i370-c.o"
979 cxx_target_objs="i370-c.o"
61ed06c3
HPN
980 ;;
981i370-*-mvs*)
34f4f3a5 982 xm_defines='POSIX FATAL_EXIT_CODE=12'
61ed06c3 983 tm_file=i370/mvs.h
51fabca5
NB
984 tmake_file="i370/t-i370"
985 c_target_objs="i370-c.o"
986 cxx_target_objs="i370-c.o"
61ed06c3
HPN
987 ;;
988i370-*-linux*)
c40409ce 989 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
7b3a4df5 990 tmake_file="t-slibgcc-elf-ver t-linux"
61ed06c3 991 # broken_install=yes
61ed06c3 992 elf=yes
61ed06c3 993 ;;
b069de3b
SS
994i[34567]86-*-darwin*)
995 tm_file="${tm_file} darwin.h i386/darwin.h"
996 tm_p_file="${tm_p_file} darwin-protos.h"
3cfe49da 997 tmake_file="t-darwin"
b069de3b
SS
998 extra_objs="darwin.o"
999 target_gtfiles="\$(srcdir)/config/darwin.c"
1000 c_target_objs="darwin-c.o"
1001 cxx_target_objs="darwin-c.o"
3cfe49da 1002 extra_parts="crt2.o"
b069de3b
SS
1003 # Darwin linker does collect2 functionality
1004 use_collect2=no
b069de3b 1005 ;;
61ed06c3 1006i[34567]86-*-elf*)
34f4f3a5 1007 xm_defines=POSIX
39ed301b 1008 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
14455c64 1009 tmake_file="i386/t-i386elf t-svr4"
61ed06c3 1010 ;;
61ed06c3 1011i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
34f4f3a5 1012 xm_defines="POSIX SMALL_ARG_MAX"
61ed06c3
HPN
1013 if test x$stabs = xyes -a x$gas = xyes
1014 then
1015 tm_file=i386/sysv4gdb.h
1016 else
3d05b15f 1017 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
61ed06c3
HPN
1018 fi
1019 extra_parts="crtbegin.o crtend.o"
1020 tmake_file=i386/t-crtpic
1021 ;;
61ed06c3 1022i[34567]86-*-netware) # Intel 80386's running netware
39ed301b 1023 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
61ed06c3
HPN
1024 tmake_file=i386/t-netware
1025 ;;
61ed06c3 1026i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
70305f2b
RH
1027 if test x$gas = xyes
1028 then
1029 tm_file="${tm_file} usegas.h"
1030 fi
34f4f3a5 1031 xm_defines="POSIX SMALL_ARG_MAX"
39ed301b 1032 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
61ed06c3
HPN
1033 tmake_file=t-svr4
1034 extra_parts="crtbegin.o crtend.o"
1035 install_headers_dir=install-headers-cpio
1036 ;;
c7bdf0a6
ZW
1037i[34567]86-sequent-sysv*) # would otherwise be caught by i?86-*-sysv*
1038 echo "*** Configuration $machine not supported" 1>&2
1039 exit 1
61ed06c3
HPN
1040 ;;
1041i[34567]86-wrs-vxworks*)
3d05b15f 1042 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/vxi386.h"
61ed06c3
HPN
1043 thread_file='vxworks'
1044 ;;
1045i[34567]86-*-aout*)
39ed301b 1046 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
61ed06c3
HPN
1047 ;;
1048i[34567]86-*-beoself* | i[34567]86-*-beos*)
34f4f3a5 1049 xm_defines=POSIX
61ed06c3 1050 tmake_file='i386/t-beos i386/t-crtpic'
39ed301b 1051 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
61ed06c3
HPN
1052 extra_parts='crtbegin.o crtend.o'
1053 ;;
c7bdf0a6 1054i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
39ed301b 1055 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
61ed06c3
HPN
1056 tmake_file=t-freebsd
1057 ;;
1058i[34567]86-*-freebsd*)
39ed301b 1059 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
e564e618
DB
1060 ;;
1061x86_64-*-freebsd*)
39ed301b 1062 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
61ed06c3 1063 ;;
6ea0279f 1064i[34567]86-*-netbsdelf*)
39ed301b 1065 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
6ea0279f 1066 ;;
61ed06c3 1067i[34567]86-*-netbsd*)
39ed301b 1068 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
61ed06c3 1069 tmake_file=t-netbsd
5721cd84 1070 use_collect2=yes
61ed06c3 1071 ;;
7c884404 1072x86_64-*-netbsd*)
39ed301b 1073 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h"
7c884404 1074 ;;
61ed06c3 1075i[34567]86-*-openbsd*)
39ed301b 1076 tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h ${tm_file}"
f1cf4606
ME
1077 # needed to unconfuse gdb
1078 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
61ed06c3
HPN
1079 # we need collect2 until our bug is fixed...
1080 use_collect2=yes
1081 ;;
1082i[34567]86-*-coff*)
39ed301b 1083 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
61ed06c3 1084 ;;
c7bdf0a6
ZW
1085i[34567]86-*-linux*oldld*) # would otherwise be caught by i?86-*-linux*
1086 echo "*** Configuration $machine not supported" 1>&2
1087 exit 1
61ed06c3
HPN
1088 ;;
1089i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1090 # with a.out format
61ed06c3 1091 tmake_file="t-linux-aout i386/t-crtstuff"
39ed301b 1092 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
61ed06c3 1093 gnu_ld=yes
61ed06c3
HPN
1094 ;;
1095i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1096 # with ELF format using the
1097 # GNU/Linux C library 5
39ed301b 1098 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
7b3a4df5 1099 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
61ed06c3
HPN
1100 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1101 gnu_ld=yes
61ed06c3
HPN
1102 if test x$enable_threads = xyes; then
1103 thread_file='single'
1104 fi
1105 ;;
1106i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1107 # with ELF format using glibc 2
1108 # aka GNU/Linux C library 6
39ed301b 1109 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
7b3a4df5 1110 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
61ed06c3 1111 ;;
14f73b5a 1112x86_64-*-linux*)
39ed301b 1113 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
32fb7c9d 1114 i386/x86-64.h i386/linux64.h"
56547299 1115 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
14f73b5a 1116 ;;
61ed06c3 1117i[34567]86-*-gnu*)
61ed06c3
HPN
1118 ;;
1119i[34567]86-go32-msdos | i[34567]86-*-go32*)
1120 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1121 exit 1
1122 ;;
1123i[34567]86-pc-msdosdjgpp*)
1124 xm_file=i386/xm-djgpp.h
39ed301b 1125 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
5dd8a9b1 1126 tmake_file=i386/t-djgpp
61ed06c3
HPN
1127 gnu_ld=yes
1128 gas=yes
1129 exeext=.exe
61ed06c3
HPN
1130 case $host in *pc-msdosdjgpp*)
1131 target_alias=djgpp
1132 ;;
1133 esac
1134 ;;
1135i[34567]86-moss-msdos* | i[34567]86-*-moss*)
39ed301b 1136 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
61ed06c3
HPN
1137 tmake_file=t-libc-ok
1138 gnu_ld=yes
1139 gas=yes
1140 ;;
1141i[34567]86-*-lynxos*)
1142 if test x$gas = xyes
1143 then
39ed301b 1144 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
61ed06c3 1145 else
39ed301b 1146 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
61ed06c3 1147 fi
61ed06c3
HPN
1148 ;;
1149i[34567]86-*-mach*)
39ed301b 1150 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
61ed06c3
HPN
1151# tmake_file=t-libc-ok
1152 use_collect2=yes
1153 ;;
c7bdf0a6
ZW
1154i[34567]86-go32-rtems* | i[34567]86-*-rtemscoff*)
1155 # would otherwise be caught by i?86-*-rtems*
1156 echo "*** Configuration $machine not supported" 1>&2
1157 exit 1
61ed06c3 1158 ;;
c7bdf0a6 1159i[34567]86-*-rtems*)
f22b4bc4 1160 xm_defines=POSIX
39ed301b 1161 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
61ed06c3
HPN
1162 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1163 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
bc98ef7f
JS
1164 if test x$enable_threads = xyes; then
1165 thread_file='rtems'
1166 fi
61ed06c3
HPN
1167 ;;
1168i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
34f4f3a5 1169 xm_defines=POSIX
61ed06c3 1170 install_headers_dir=install-headers-cpio
39ed301b 1171 tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
61ed06c3
HPN
1172 if test x$gas = xyes
1173 then
70305f2b 1174 tm_file="usegas.h ${tm_file}"
61ed06c3
HPN
1175 tmake_file=i386/t-sco5gas
1176 else
1177 tmake_file=i386/t-sco5
1178 fi
61ed06c3
HPN
1179 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1180 ;;
61ed06c3 1181i[34567]86-*-solaris2*)
34f4f3a5 1182 xm_defines="POSIX SMALL_ARG_MAX"
8433a25e 1183 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
14455c64 1184 tmake_file="i386/t-sol2 t-svr4"
7b3a4df5
RH
1185 if test x$gnu_ld = xyes; then
1186 tmake_file="$tmake_file t-slibgcc-elf-ver"
1187 else
1188 tmake_file="$tmake_file t-slibgcc-sld"
1189 fi
61ed06c3 1190 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
61ed06c3
HPN
1191 if test x${enable_threads} = x; then
1192 enable_threads=$have_pthread_h
1193 if test x${enable_threads} = x; then
1194 enable_threads=$have_thread_h
1195 fi
1196 fi
1197 if test x${enable_threads} = xyes; then
1198 if test x${have_pthread_h} = xyes; then
1199 thread_file='posix'
1200 else
1201 thread_file='solaris'
1202 fi
1203 fi
1204 ;;
23a535c4 1205i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
34f4f3a5 1206 xm_defines=POSIX
39ed301b 1207 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
61ed06c3
HPN
1208 if test x$stabs = xyes
1209 then
1210 tm_file="${tm_file} dbx.h"
1211 fi
14455c64 1212 tmake_file="i386/t-crtpic t-svr4"
61ed06c3
HPN
1213 extra_parts="crtbegin.o crtend.o"
1214 if test x$enable_threads = xyes; then
1215 thread_file='posix'
1216 fi
1217 ;;
1218i[34567]86-*-sysv4*) # Intel 80386's running system V.4
34f4f3a5 1219 xm_defines="POSIX SMALL_ARG_MAX"
3d05b15f 1220 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
61ed06c3
HPN
1221 if test x$stabs = xyes
1222 then
1223 tm_file="${tm_file} dbx.h"
1224 fi
14455c64 1225 tmake_file="i386/t-crtpic t-svr4"
61ed06c3
HPN
1226 extra_parts="crtbegin.o crtend.o"
1227 ;;
1228i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
34f4f3a5 1229 xm_defines=POSIX
39ed301b 1230 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
14455c64 1231 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
61ed06c3
HPN
1232 extra_parts="crtbegin.o crtend.o"
1233 install_headers_dir=install-headers-cpio
1234 ;;
61ed06c3 1235i[34567]86-*-sysv*) # Intel 80386's running system V
34f4f3a5 1236 xm_defines=POSIX
61ed06c3
HPN
1237 if test x$gas = xyes
1238 then
1239 if test x$stabs = xyes
1240 then
39ed301b 1241 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
61ed06c3 1242 tmake_file=i386/t-svr3dbx
c7bdf0a6 1243 extra_parts="svr3.ifile svr3z.ifile"
61ed06c3 1244 else
39ed301b 1245 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
61ed06c3
HPN
1246 extra_parts="crtbegin.o crtend.o"
1247 tmake_file=i386/t-crtstuff
1248 fi
1249 else
39ed301b 1250 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
61ed06c3
HPN
1251 extra_parts="crtbegin.o crtend.o"
1252 tmake_file=i386/t-crtstuff
1253 fi
1254 tmake_file="$tmake_file i386/t-crtpic"
1255 ;;
1256i386-*-vsta) # Intel 80386's running VSTa kernel
39ed301b
DB
1257 xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1258 tm_file="${tm_file} i386/vsta.h"
61ed06c3
HPN
1259 ;;
1260i[34567]86-*-win32)
b19a539e 1261 xm_defines=POSIX
4dc0535b 1262 xm_file=i386/xm-cygwin.h
61ed06c3 1263 tmake_file=i386/t-cygwin
39ed301b 1264 tm_file="${tm_file} i386/win32.h"
61ed06c3
HPN
1265 extra_objs=winnt.o
1266 if test x$enable_threads = xyes; then
1267 thread_file='win32'
1268 fi
1269 exeext=.exe
1270 ;;
1271i[34567]86-*-pe | i[34567]86-*-cygwin*)
b19a539e 1272 xm_defines=POSIX
4dc0535b 1273 xm_file=i386/xm-cygwin.h
61ed06c3
HPN
1274 tmake_file=i386/t-cygwin
1275 tm_file=i386/cygwin.h
61ed06c3
HPN
1276 extra_objs=winnt.o
1277 if test x$enable_threads = xyes; then
1278 thread_file='win32'
1279 fi
1280 exeext=.exe
1281 ;;
1282i[34567]86-*-mingw32*)
1283 tm_file=i386/mingw32.h
34f4f3a5 1284 xm_defines=POSIX
4dc0535b 1285 xm_file=i386/xm-mingw32.h
61ed06c3
HPN
1286 tmake_file="i386/t-cygwin i386/t-mingw32"
1287 extra_objs=winnt.o
61ed06c3
HPN
1288 if test x$enable_threads = xyes; then
1289 thread_file='win32'
1290 fi
1291 exeext=.exe
1292 case $machine in
09eaf5a5 1293 *mingw32crt*)
61ed06c3
HPN
1294 tm_file="${tm_file} i386/crtdll.h"
1295 ;;
09eaf5a5
DS
1296 *minwg32msv* | *mingw32*)
1297 ;;
61ed06c3
HPN
1298 esac
1299 ;;
1300i[34567]86-*-uwin*)
39ed301b 1301 tm_file="i386/cygwin.h i386/uwin.h"
61ed06c3
HPN
1302 tmake_file="i386/t-cygwin i386/t-uwin"
1303 extra_objs=winnt.o
61ed06c3
HPN
1304 if test x$enable_threads = xyes; then
1305 thread_file='win32'
1306 fi
1307 exeext=.exe
1308 ;;
04cec1a7 1309i[34567]86-*-interix3*)
39ed301b 1310 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
5dd8a9b1 1311 xm_file="i386/xm-i386-interix.h"
04cec1a7 1312 xm_defines=POSIX
5dd8a9b1 1313 tmake_file="t-interix i386/t-interix"
84512347 1314 extra_objs=winnt.o
5dd8a9b1 1315 xmake_file="x-interix"
04cec1a7
DR
1316 if test x$enable_threads = xyes ; then
1317 thread_file='posix'
1318 fi
1319 if test x$stabs = xyes ; then
1320 tm_file="${tm_file} dbxcoff.h"
1321 fi
1322 ;;
61ed06c3 1323i[34567]86-*-interix*)
39ed301b 1324 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
5dd8a9b1 1325 xm_file="i386/xm-i386-interix.h"
34f4f3a5 1326 xm_defines=POSIX
14455c64 1327 tmake_file="t-interix i386/t-interix"
84512347 1328 extra_objs=winnt.o
61ed06c3
HPN
1329 if test x$enable_threads = xyes ; then
1330 thread_file='posix'
1331 fi
1332 if test x$stabs = xyes ; then
1333 tm_file="${tm_file} dbxcoff.h"
1334 fi
1335 ;;
61ed06c3
HPN
1336i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1337 tm_file="${tm_file} i960/vx960.h"
1338 tmake_file=i960/t-vxworks960
1339 use_collect2=yes
1340 thread_file='vxworks'
43fabf7d
JW
1341 c_target_objs="i960-c.o"
1342 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1343 ;;
1344i960-wrs-vxworks5* | i960-wrs-vxworks)
1345 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1346 tmake_file=i960/t-vxworks960
1347 use_collect2=yes
1348 thread_file='vxworks'
43fabf7d
JW
1349 c_target_objs="i960-c.o"
1350 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1351 ;;
1352i960-wrs-vxworks*)
1353 tm_file="${tm_file} i960/vx960.h"
1354 tmake_file=i960/t-vxworks960
1355 use_collect2=yes
1356 thread_file='vxworks'
43fabf7d
JW
1357 c_target_objs="i960-c.o"
1358 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1359 ;;
1360i960-*-coff*)
1361 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1362 tmake_file=i960/t-960bare
43fabf7d
JW
1363 c_target_objs="i960-c.o"
1364 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1365 ;;
1366i960-*-rtems)
f22b4bc4 1367 xm_defines=POSIX
61ed06c3 1368 tmake_file="i960/t-960bare t-rtems"
f22b4bc4 1369 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
bc98ef7f
JS
1370 if test x$enable_threads = xyes; then
1371 thread_file='rtems'
1372 fi
43fabf7d
JW
1373 c_target_objs="i960-c.o"
1374 cxx_target_objs="i960-c.o"
61ed06c3
HPN
1375 ;;
1376i960-*-*) # Default i960 environment.
1377 use_collect2=yes
5f37d07c 1378 tmake_file=i960/t-960bare
43fabf7d
JW
1379 c_target_objs="i960-c.o"
1380 cxx_target_objs="i960-c.o"
61ed06c3 1381 ;;
c177db4b 1382ia64*-*-aix*)
c40409ce 1383 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
c177db4b
TW
1384 tmake_file="ia64/t-ia64 ia64/t-aix"
1385 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
32b4f6f4 1386 extra_parts="crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
c177db4b 1387 ;;
61ed06c3 1388ia64*-*-elf*)
c40409ce 1389 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
61ed06c3
HPN
1390 tmake_file="ia64/t-ia64"
1391 target_cpu_default="0"
1392 if test x$gas = xyes
1393 then
1394 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1395 fi
1396 if test x$gnu_ld = xyes
1397 then
1398 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1399 fi
32b4f6f4 1400 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
61ed06c3 1401 ;;
243a7070 1402ia64*-*-freebsd*)
fee42cc1 1403 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
243a7070
DB
1404 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1405 tmake_file="${tmake_file} ia64/t-ia64"
32b4f6f4 1406 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
243a7070 1407 ;;
61ed06c3 1408ia64*-*-linux*)
c40409ce 1409 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
7b3a4df5 1410 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
61ed06c3 1411 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
32b4f6f4 1412 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
61ed06c3 1413 ;;
7e5b9908 1414ia64*-*-hpux*)
c40409ce 1415 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
23c108af 1416 tmake_file="ia64/t-ia64 ia64/t-hpux"
7e5b9908
SE
1417 target_cpu_default="MASK_GNU_AS"
1418 if test x$enable_threads = xyes; then
1419 thread_file='posix'
1420 fi
cad61762 1421 use_collect2=no
34c1864f
SE
1422 c_target_objs="ia64-c.o"
1423 cxx_target_objs="ia64-c.o"
7e5b9908 1424 ;;
6d439235 1425ip2k-*-elf)
2f9021d3 1426 ;;
61ed06c3 1427m32r-*-elf*)
c40409ce 1428 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
1429 extra_parts="crtinit.o crtfini.o"
1430 ;;
1431# m68hc11 and m68hc12 share the same machine description.
1432m68hc11-*-*|m6811-*-*)
c40409ce 1433 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
61ed06c3
HPN
1434 tm_p_file="m68hc11/m68hc11-protos.h"
1435 md_file="m68hc11/m68hc11.md"
1436 out_file="m68hc11/m68hc11.c"
1437 tmake_file="m68hc11/t-m68hc11-gas"
1438 ;;
1439m68hc12-*-*|m6812-*-*)
c40409ce 1440 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
61ed06c3 1441 tm_p_file="m68hc11/m68hc11-protos.h"
61ed06c3
HPN
1442 md_file="m68hc11/m68hc11.md"
1443 out_file="m68hc11/m68hc11.c"
1444 tmake_file="m68hc11/t-m68hc11-gas"
1445 ;;
61ed06c3
HPN
1446m68000-hp-bsd*) # HP 9000/200 running BSD
1447 tm_file=m68k/hp2bsd.h
61ed06c3 1448 use_collect2=yes
61ed06c3
HPN
1449 ;;
1450m68000-hp-hpux*) # HP 9000 series 300
34f4f3a5 1451 xm_defines=POSIX
61ed06c3
HPN
1452 if test x$gas = xyes
1453 then
61ed06c3
HPN
1454 tm_file=m68k/hp310g.h
1455 else
61ed06c3
HPN
1456 tm_file=m68k/hp310.h
1457 fi
14455c64 1458 tmake_file=m68k/t-hp320
61ed06c3
HPN
1459 install_headers_dir=install-headers-cpio
1460 use_collect2=yes
61ed06c3
HPN
1461 ;;
1462m68000-sun-sunos3*)
1463 tm_file=m68k/sun2.h
1464 use_collect2=yes
61ed06c3
HPN
1465 ;;
1466m68000-sun-sunos4*)
1467 tm_file=m68k/sun2o4.h
1468 use_collect2=yes
61ed06c3
HPN
1469 ;;
1470m68000-att-sysv*)
34f4f3a5 1471 xm_defines=POSIX
61ed06c3
HPN
1472 if test x$gas = xyes
1473 then
1474 tm_file=m68k/3b1g.h
1475 else
1476 tm_file=m68k/3b1.h
1477 fi
1478 use_collect2=yes
61ed06c3 1479 ;;
61ed06c3
HPN
1480m68k-atari-sysv4*) # Atari variant of V.4.
1481 tm_file=m68k/atari.h
34f4f3a5 1482 xm_defines=POSIX
61ed06c3
HPN
1483 tmake_file=t-svr4
1484 extra_parts="crtbegin.o crtend.o"
61ed06c3 1485 ;;
c7bdf0a6
ZW
1486m68k-apollo-sysv* | m68k-bull-sysv*)
1487 # can otherwise be caught by m68k-*-sysv4*
1488 echo "*** Configuration $machine not supported" 1>&2
1489 exit 1
1490 ;;
61ed06c3
HPN
1491m68k-motorola-sysv*)
1492 tm_file=m68k/mot3300.h
34f4f3a5 1493 xm_defines=POSIX
61ed06c3
HPN
1494 if test x$gas = xyes
1495 then
61ed06c3
HPN
1496 if test x$gnu_ld = xyes
1497 then
1498 tmake_file=m68k/t-mot3300-gald
1499 else
1500 tmake_file=m68k/t-mot3300-gas
1501 use_collect2=yes
1502 fi
1503 else
61ed06c3
HPN
1504 if test x$gnu_ld = xyes
1505 then
1506 tmake_file=m68k/t-mot3300-gld
1507 else
1508 tmake_file=m68k/t-mot3300
1509 use_collect2=yes
1510 fi
1511 fi
1512 gdb_needs_out_file_path=yes
1513 extra_parts="crt0.o mcrt0.o"
61ed06c3
HPN
1514 ;;
1515m68k-ncr-sysv*) # NCR Tower 32 SVR3
1516 tm_file=m68k/tower-as.h
34f4f3a5 1517 xm_defines=POSIX
61ed06c3 1518 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
1519 ;;
1520m68k-plexus-sysv*)
1521 tm_file=m68k/plexus.h
34f4f3a5 1522 xm_defines=POSIX
61ed06c3 1523 use_collect2=yes
61ed06c3
HPN
1524 ;;
1525m68k-tti-*)
1526 tm_file=m68k/pbb.h
34f4f3a5 1527 xm_defines=POSIX
61ed06c3
HPN
1528 ;;
1529m68k-crds-unos*)
34f4f3a5 1530 xm_defines=POSIX
61ed06c3
HPN
1531 tm_file=m68k/crds.h
1532 use_collect2=yes
61ed06c3
HPN
1533 ;;
1534m68k-cbm-sysv4*) # Commodore variant of V.4.
1535 tm_file=m68k/amix.h
34f4f3a5 1536 xm_defines=POSIX
61ed06c3
HPN
1537 tmake_file=t-svr4
1538 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
1539 ;;
1540m68k-ccur-rtu)
1541 tm_file=m68k/ccur-GAS.h
61ed06c3 1542 use_collect2=yes
61ed06c3
HPN
1543 ;;
1544m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1545 tm_file=m68k/hp3bsd44.h
61ed06c3 1546 use_collect2=yes
61ed06c3
HPN
1547 ;;
1548m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1549 tm_file=m68k/hp3bsd.h
1550 use_collect2=yes
61ed06c3 1551 ;;
61ed06c3 1552m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
34f4f3a5 1553 xm_defines=POSIX
61ed06c3
HPN
1554 if test x$gas = xyes
1555 then
1556 xmake_file=m68k/x-hp320g
1557 tm_file=m68k/hp320g.h
1558 else
1559 xmake_file=m68k/x-hp320
1560 tm_file=m68k/hpux7.h
1561 fi
1562 install_headers_dir=install-headers-cpio
1563 use_collect2=yes
61ed06c3
HPN
1564 ;;
1565m68k-hp-hpux*) # HP 9000 series 300
34f4f3a5 1566 xm_defines=POSIX
61ed06c3
HPN
1567 if test x$gas = xyes
1568 then
1569 xmake_file=m68k/x-hp320g
1570 tm_file=m68k/hp320g.h
1571 else
1572 xmake_file=m68k/x-hp320
1573 tm_file=m68k/hp320.h
1574 fi
1575 install_headers_dir=install-headers-cpio
1576 use_collect2=yes
61ed06c3
HPN
1577 ;;
1578m68k-sun-mach*)
1579 tm_file=m68k/sun3mach.h
1580 use_collect2=yes
61ed06c3 1581 ;;
61ed06c3
HPN
1582m68k-sun-sunos3*)
1583 if test x$with_fp = xno
1584 then
1585 tm_file=m68k/sun3n3.h
1586 else
1587 tm_file=m68k/sun3o3.h
61ed06c3
HPN
1588 fi
1589 use_collect2=yes
61ed06c3
HPN
1590 ;;
1591m68k-sun-sunos*) # For SunOS 4 (the default).
1592 if test x$with_fp = xno
1593 then
1594 tm_file=m68k/sun3n.h
1595 else
1596 tm_file=m68k/sun3.h
61ed06c3
HPN
1597 fi
1598 use_collect2=yes
61ed06c3
HPN
1599 ;;
1600m68k-wrs-vxworks*)
1601 tm_file=m68k/vxm68k.h
1602 tmake_file=m68k/t-vxworks68
61ed06c3 1603 thread_file='vxworks'
61ed06c3
HPN
1604 ;;
1605m68k-*-aout*)
1606 tmake_file=m68k/t-m68kbare
1607 tm_file="m68k/m68k-aout.h libgloss.h"
61ed06c3
HPN
1608 ;;
1609m68k-*-coff*)
1610 tmake_file=m68k/t-m68kbare
1611 tm_file="m68k/m68k-coff.h dbx.h"
61ed06c3
HPN
1612 ;;
1613m68020-*-elf* | m68k-*-elf*)
91171315 1614 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
34f4f3a5 1615 xm_defines=POSIX
61ed06c3 1616 tmake_file=m68k/t-m68kelf
bb8602be 1617 extra_parts="crtbegin.o crtend.o"
61ed06c3 1618 ;;
2fd95d71
JT
1619m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1620 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1621 case $machine in
1622 m68010*)
1623 target_cpu_default="0"
1624 ;;
1625 *)
1626 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1627 ;;
1628 esac
2fd95d71 1629 ;;
61ed06c3
HPN
1630m68k*-*-netbsd*)
1631 tm_file=m68k/netbsd.h
1632 tmake_file=t-netbsd
5721cd84 1633 use_collect2=yes
61ed06c3
HPN
1634 ;;
1635m68k*-*-openbsd*)
f1cf4606
ME
1636 # needed to unconfuse gdb
1637 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
61ed06c3
HPN
1638 # we need collect2 until our bug is fixed...
1639 use_collect2=yes
1640 ;;
61ed06c3
HPN
1641m68k-*-sysv4*) # Motorola m68k's running system V.4
1642 tm_file=m68k/m68kv4.h
34f4f3a5 1643 xm_defines=POSIX
61ed06c3
HPN
1644 tmake_file=t-svr4
1645 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
1646 ;;
1647m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1648 # with a.out format
61ed06c3
HPN
1649 tm_file=m68k/linux-aout.h
1650 tmake_file="t-linux-aout m68k/t-linux-aout"
61ed06c3
HPN
1651 gnu_ld=yes
1652 ;;
1653m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1654 # with ELF format using the
1655 # GNU/Linux C library 5
61ed06c3 1656 tm_file=m68k/linux.h
7b3a4df5 1657 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
61ed06c3 1658 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
61ed06c3
HPN
1659 gnu_ld=yes
1660 ;;
1661m68k-*-linux*) # Motorola m68k's running GNU/Linux
1662 # with ELF format using glibc 2
1663 # aka the GNU/Linux C library 6.
61ed06c3 1664 tm_file=m68k/linux.h
7b3a4df5 1665 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
61ed06c3 1666 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
61ed06c3 1667 gnu_ld=yes
61ed06c3
HPN
1668 ;;
1669m68k-*-psos*)
1670 tmake_file=m68k/t-m68kbare
1671 tm_file=m68k/m68k-psos.h
61ed06c3 1672 ;;
c7bdf0a6
ZW
1673m68k-*-rtemscoff*) # would otherwise be caught by m68k-*-rtems*
1674 echo "*** Configuration $machine not supported" 1>&2
1675 exit 1
61ed06c3 1676 ;;
c7bdf0a6 1677m68k-*-rtems*)
f22b4bc4 1678 xm_defines=POSIX
61ed06c3 1679 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
f22b4bc4 1680 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
bb8602be 1681 extra_parts="crtbegin.o crtend.o"
bc98ef7f
JS
1682 if test x$enable_threads = xyes; then
1683 thread_file='rtems'
1684 fi
61ed06c3 1685 ;;
61ed06c3 1686m88k-*-aout*)
34f4f3a5 1687 xm_defines=POSIX
61ed06c3
HPN
1688 tm_file=m88k/m88k-aout.h
1689 ;;
61ed06c3
HPN
1690m88k-*-openbsd*)
1691 tmake_file="${tmake_file} m88k/t-luna-gas"
1692 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
61ed06c3 1693 ;;
61ed06c3 1694m88k-*-sysv4*)
34f4f3a5 1695 xm_defines=POSIX
c40409ce 1696 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
61ed06c3 1697 extra_parts="crtbegin.o crtend.o"
61ed06c3
HPN
1698 tmake_file=m88k/t-sysv4
1699 ;;
1700mcore-*-elf)
c40409ce 1701 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
61ed06c3
HPN
1702 tmake_file=mcore/t-mcore
1703 ;;
1704mcore-*-pe*)
1705 tm_file=mcore/mcore-pe.h
1706 tmake_file=mcore/t-mcore-pe
1707 ;;
789b7de5
RO
1708mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
1709 if test x$gas = xyes
1710 then
59267987 1711 tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h"
789b7de5
RO
1712 if test x$stabs = xyes
1713 then
1714 tm_file="${tm_file} dbx.h"
1715 fi
59267987 1716 tmake_file=mips/t-iris5-gas
789b7de5
RO
1717 else
1718 tm_file="mips/iris5.h mips/iris6-o32-as.h"
1719 tmake_file=mips/t-iris5-as
1720 fi
1721 tm_file="${tm_file} mips/iris6-o32.h"
1722 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1723 xm_defines=POSIX
1724 xm_file=mips/xm-iris5.h
1725 # mips-tfile doesn't work yet
1726 # See comment in mips/iris5.h file.
1727 use_collect2=yes
1728# if test x$enable_threads = xyes; then
1729# thread_file='irix'
1730# fi
1731 ;;
61ed06c3
HPN
1732mips-sgi-irix6*) # SGI System V.4., IRIX 6
1733 if test "x$gnu_ld" = xyes
1734 then
1735 tm_file="mips/iris6.h mips/iris6gld.h"
1736 else
1737 tm_file=mips/iris6.h
1738 fi
789b7de5 1739 tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
34f4f3a5 1740 xm_defines=POSIX
61ed06c3
HPN
1741# if test x$enable_threads = xyes; then
1742# thread_file='irix'
1743# fi
1744 ;;
1745mips-wrs-vxworks)
6d439235 1746 tm_file="${tm_file} mips/elf.h mips/vxworks.h"
61ed06c3
HPN
1747 tmake_file=mips/t-ecoff
1748 gas=yes
1749 gnu_ld=yes
1750 extra_parts="crtbegin.o crtend.o"
1751 thread_file='vxworks'
1752 ;;
1753mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
1754 tm_file="mips/iris6.h mips/cross64.h"
34f4f3a5 1755 xm_defines=POSIX
84c041a1 1756 xm_file=mips/xm-iris5.h
14455c64 1757 tmake_file="mips/t-iris mips/t-cross64"
61ed06c3
HPN
1758 # See comment in mips/iris[56].h files.
1759 use_collect2=yes
1760# if test x$enable_threads = xyes; then
1761# thread_file='irix'
1762# fi
1763 ;;
1764mips-sni-sysv4)
1765 if test x$gas = xyes
1766 then
1767 if test x$stabs = xyes
1768 then
1769 tm_file=mips/iris5gdb.h
1770 else
1771 tm_file="mips/sni-svr4.h mips/sni-gas.h"
1772 fi
1773 else
1774 tm_file=mips/sni-svr4.h
1775 fi
34f4f3a5 1776 xm_defines=POSIX
61ed06c3
HPN
1777 if test x$gnu_ld != xyes
1778 then
1779 use_collect2=yes
1780 fi
1781 ;;
1782mips-sgi-irix5*) # SGI System V.4., IRIX 5
1783 if test x$gas = xyes
1784 then
1785 tm_file="mips/iris5.h mips/iris5gas.h"
1786 if test x$stabs = xyes
1787 then
1788 tm_file="${tm_file} dbx.h"
1789 fi
59267987 1790 tmake_file=mips/t-iris5-gas
61ed06c3
HPN
1791 else
1792 tm_file=mips/iris5.h
789b7de5 1793 tmake_file=mips/t-iris5-as
61ed06c3 1794 fi
789b7de5 1795 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
34f4f3a5 1796 xm_defines=POSIX
84c041a1 1797 xm_file=mips/xm-iris5.h
61ed06c3 1798 # mips-tfile doesn't work yet
61ed06c3
HPN
1799 # See comment in mips/iris5.h file.
1800 use_collect2=yes
1801# if test x$enable_threads = xyes; then
1802# thread_file='irix'
1803# fi
1804 ;;
c7bdf0a6
ZW
1805mips-sgi-*) # would otherwise be caught by mips-*-elf*
1806 echo "*** Configuration $machine not supported" 1>&2
1807 exit 1
61ed06c3 1808 ;;
f982f805 1809mips*-*-netbsd*) # NetBSD/mips, either endian.
27f4b67e 1810 target_cpu_default="MASK_GAS|MASK_ABICALLS"
f3f268dd 1811 tm_file="elfos.h ${tm_file} mips/netbsd.h"
cd24b8a4 1812 tmake_file="${tmake_file} mips/t-netbsd"
61ed06c3
HPN
1813 ;;
1814mips*-*-linux*) # Linux MIPS, either endian.
2017ed61 1815 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
61ed06c3 1816 case $machine in
009da785 1817 mipsisa32*-*)
009da785 1818 target_cpu_default="MASK_SOFT_FLOAT"
6d439235 1819 tm_defines="MIPS_ISA_DEFAULT=32"
009da785
EC
1820 ;;
1821 esac
5f083b72 1822 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
61ed06c3
HPN
1823 ;;
1824mips*el-*-openbsd*) # mips little endian
1825 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1826 ;;
1827mips*-*-openbsd*) # mips big endian
1828 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1829 tm_file="mips/openbsd-be.h ${tm_file}"
1830 ;;
74826b0f 1831mips-*-ecoff* | mipsel-*-ecoff*)
61ed06c3
HPN
1832 if test x$stabs = xyes; then
1833 tm_file="${tm_file} dbx.h"
1834 fi
1835 tmake_file=mips/t-ecoff
1836 ;;
74826b0f 1837mipsisa32-*-elf* | mipsisa32el-*-elf*)
ac8ab9fe 1838 tm_file="${tm_file} mips/elf.h"
0e5a4ad8 1839 tmake_file=mips/t-isa3264
6d439235 1840 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_MEABI"
0e5a4ad8 1841 ;;
5c44e275 1842mipsisa64-*-elf* | mipsisa64el-*-elf*)
ac8ab9fe 1843 tm_file="${tm_file} mips/elf.h"
5c44e275
CD
1844 tmake_file=mips/t-isa3264
1845 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
6d439235 1846 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_MEABI"
5c44e275 1847 ;;
5ce6f47b
EC
1848mipsisa64sr71k-*-elf*)
1849 tm_file="${tm_file} mips/elf.h"
1850 tmake_file=mips/t-sr71k
1851 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1852 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_MEABI"
1853 ;;
3d41dbb0 1854mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
ac8ab9fe 1855 tm_file="${tm_file} mips/elf.h"
3d41dbb0
CD
1856 tmake_file=mips/t-elf
1857 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1858 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1859 ;;
74826b0f 1860mips-*-elf* | mipsel-*-elf*)
6d439235 1861 tm_file="${tm_file} mips/elf.h"
61ed06c3
HPN
1862 tmake_file=mips/t-elf
1863 ;;
74826b0f 1864mips64-*-elf* | mips64el-*-elf*)
6d439235 1865 tm_file="${tm_file} mips/elf64.h"
61ed06c3 1866 tmake_file=mips/t-elf
6d439235
EC
1867 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1868 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
61ed06c3 1869 ;;
5ce6f47b
EC
1870mips64vr-*-elf* | mips64vrel-*-elf*)
1871 tm_file="mips/vr.h ${tm_file} mips/elf64.h"
60bc2b4b 1872 tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
5ce6f47b
EC
1873 tmake_file=mips/t-vr
1874 ;;
74826b0f 1875mips64orion-*-elf* | mips64orionel-*-elf*)
6d439235
EC
1876 tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1877 tmake_file=mips/t-elf
61ed06c3 1878 tmake_file=mips/t-elf
6d439235
EC
1879 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1880 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
61ed06c3
HPN
1881 ;;
1882mips64orion-*-rtems*)
f22b4bc4 1883 xm_defines=POSIX
6d439235 1884 tm_file="${tm_file} mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
61ed06c3 1885 tmake_file="mips/t-elf t-rtems"
6d439235
EC
1886 tmake_file=mips/t-elf
1887 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1888 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
bc98ef7f
JS
1889 if test x$enable_threads = xyes; then
1890 thread_file='rtems'
1891 fi
1892 ;;
1893mips*-*-rtems*)
f22b4bc4 1894 xm_defines=POSIX
6d439235 1895 tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
bc98ef7f
JS
1896 tmake_file="mips/t-elf t-rtems"
1897 if test x$enable_threads = xyes; then
1898 thread_file='rtems'
1899 fi
61ed06c3 1900 ;;
74826b0f 1901mipstx39-*-elf* | mipstx39el-*-elf*)
ac8ab9fe 1902 tm_file="${tm_file} mips/r3900.h mips/elf.h"
61ed06c3
HPN
1903 tmake_file=mips/t-r3900
1904 ;;
bcf684c7
HPN
1905mmix-knuth-mmixware)
1906 ;;
61ed06c3 1907mn10200-*-*)
c40409ce 1908 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
1909 if test x$stabs = xyes
1910 then
1911 tm_file="${tm_file} dbx.h"
1912 fi
1913 use_collect2=no
1914 ;;
1915mn10300-*-*)
c40409ce 1916 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
1917 if test x$stabs = xyes
1918 then
1919 tm_file="${tm_file} dbx.h"
1920 fi
1921 use_collect2=no
1922 ;;
69474c3c
JT
1923ns32k-*-netbsdelf*)
1924 echo "GCC does not yet support the ${machine} target"; exit 1
1925 ;;
61ed06c3 1926ns32k-*-netbsd*)
c8eb9785 1927 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
61ed06c3 1928 # On NetBSD, the headers are already okay, except for math.h.
ac14c725 1929 tmake_file="t-netbsd ns32k/t-ns32k"
5721cd84 1930 use_collect2=yes
61ed06c3
HPN
1931 ;;
1932pdp11-*-bsd)
1933 tm_file="${tm_file} pdp11/2bsd.h"
1934 ;;
1935pdp11-*-*)
1936 ;;
1937avr-*-*)
1938 ;;
1939ns32k-*-openbsd*)
1940 # Nothing special
1941 ;;
61ed06c3
HPN
1942romp-*-openbsd*)
1943 # Nothing special
1944 ;;
1945powerpc-*-openbsd*)
e1b71de9 1946 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
ba1e6c0b 1947 extra_headers=
61ed06c3 1948 ;;
2bfcf297 1949powerpc64-*-linux*)
c40409ce 1950 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2bfcf297 1951 out_file=rs6000/rs6000.c
2a78758b 1952 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64"
2bfcf297 1953 ;;
ddb28441
RM
1954powerpc64-*-gnu*)
1955 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h"
1956 out_file=rs6000/rs6000.c
2a78758b 1957 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
ddb28441 1958 ;;
61ed06c3 1959powerpc-*-beos*)
2bfcf297 1960 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
34f4f3a5 1961 xm_defines=POSIX
61ed06c3 1962 tmake_file=rs6000/t-beos
ba1e6c0b 1963 extra_headers=
61ed06c3 1964 ;;
18922061 1965powerpc-*-darwin*)
ee890fe2
SS
1966 tm_file="${tm_file} darwin.h rs6000/darwin.h"
1967 tm_p_file="${tm_p_file} darwin-protos.h"
3cfe49da 1968 tmake_file="rs6000/t-rs6000 t-darwin rs6000/t-darwin"
ee890fe2 1969 extra_objs="darwin.o"
ef69da62 1970 target_gtfiles="\$(srcdir)/config/darwin.c"
0168a849
SS
1971 c_target_objs="darwin-c.o"
1972 cxx_target_objs="darwin-c.o"
3cfe49da 1973 extra_parts="crt2.o"
ee890fe2
SS
1974 # Darwin linker does collect2 functionality
1975 use_collect2=no
5fb4cf24 1976 extra_headers=altivec.h
18922061 1977 ;;
b91da81f 1978powerpc*-*-freebsd*)
c40409ce 1979 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
b91da81f
DB
1980 xm_file=rs6000/xm-sysv4.h
1981 out_file=rs6000/rs6000.c
f3465a44 1982 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
b91da81f 1983 ;;
61ed06c3 1984powerpc-*-sysv*)
c40409ce 1985 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
34f4f3a5 1986 xm_defines=POSIX
61ed06c3 1987 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
61ed06c3 1988 ;;
edf1b3f3 1989powerpc-*-netbsd*)
c40409ce 1990 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
edf1b3f3 1991 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
edf1b3f3 1992 ;;
8da6d80e 1993powerpc-*-chorusos*)
34f4f3a5 1994 xm_defines=POSIX
c40409ce 1995 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
8da6d80e 1996 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
8da6d80e
CC
1997 case x${enable_threads} in
1998 xyes | xpthreads | xposix)
1999 thread_file='posix'
2000 ;;
2001 esac
2002 ;;
61ed06c3 2003powerpc-*-eabiaix*)
34f4f3a5 2004 xm_defines=POSIX
c40409ce 2005 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
61ed06c3 2006 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3 2007 ;;
518878e1
AH
2008powerpc-*-eabispe*)
2009 xm_defines=POSIX
2010 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
2011 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2012 ;;
cf6ede82
AH
2013powerpc-*-eabisimaltivec*)
2014 xm_defines=POSIX
2015 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
3b7d0e98 2016 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
cf6ede82 2017 ;;
61ed06c3 2018powerpc-*-eabisim*)
34f4f3a5 2019 xm_defines=POSIX
c40409ce 2020 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
61ed06c3 2021 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
2022 ;;
2023powerpc-*-elf*)
34f4f3a5 2024 xm_defines=POSIX
c40409ce 2025 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
61ed06c3 2026 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3 2027 ;;
10baca6b
AH
2028powerpc-*-eabialtivec*)
2029 xm_defines=POSIX
2030 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
3b7d0e98 2031 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
10baca6b 2032 ;;
61ed06c3 2033powerpc-*-eabi*)
34f4f3a5 2034 xm_defines=POSIX
c40409ce 2035 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
61ed06c3 2036 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
2037 ;;
2038powerpc-*-rtems*)
34f4f3a5 2039 xm_defines=POSIX
f22b4bc4 2040 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
61ed06c3 2041 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
bc98ef7f
JS
2042 if test x$enable_threads = xyes; then
2043 thread_file='rtems'
2044 fi
61ed06c3
HPN
2045 ;;
2046powerpc-*-linux*libc1)
c40409ce 2047 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
61ed06c3 2048 out_file=rs6000/rs6000.c
7b3a4df5 2049 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
61ed06c3
HPN
2050 if test x$enable_threads = xyes; then
2051 thread_file='posix'
2052 fi
2053 ;;
10baca6b
AH
2054powerpc-*-linux-gnualtivec*)
2055 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2056 out_file=rs6000/rs6000.c
2057 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
10baca6b 2058 ;;
61ed06c3 2059powerpc-*-linux*)
c40409ce 2060 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
61ed06c3 2061 out_file=rs6000/rs6000.c
7b3a4df5 2062 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
61ed06c3 2063 ;;
ddb28441
RM
2064powerpc-*-gnu-gnualtivec*)
2065 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h rs6000/gnu.h"
2066 out_file=rs6000/rs6000.c
2067 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2068 if test x$enable_threads = xyes; then
2069 thread_file='posix'
2070 fi
2071 ;;
2072powerpc-*-gnu*)
2073 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h"
2074 out_file=rs6000/rs6000.c
2075 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2076 if test x$enable_threads = xyes; then
2077 thread_file='posix'
2078 fi
2079 ;;
61ed06c3 2080powerpc-wrs-vxworks*)
34f4f3a5 2081 xm_defines=POSIX
c40409ce 2082 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
61ed06c3 2083 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
2084 thread_file='vxworks'
2085 ;;
bce0deb2
MM
2086powerpc-wrs-windiss*)
2087 xm_defines=POSIX
2088 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2089 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2090 thread_file=""
2091 ;;
61ed06c3 2092powerpcle-wrs-vxworks*)
34f4f3a5 2093 xm_defines=POSIX
c40409ce 2094 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
61ed06c3 2095 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
2096 thread_file='vxworks'
2097 ;;
2098powerpcle-*-sysv*)
c40409ce 2099 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
34f4f3a5 2100 xm_defines=POSIX
61ed06c3 2101 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
61ed06c3
HPN
2102 ;;
2103powerpcle-*-elf*)
34f4f3a5 2104 xm_defines=POSIX
c40409ce 2105 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
61ed06c3 2106 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
2107 ;;
2108powerpcle-*-eabisim*)
34f4f3a5 2109 xm_defines=POSIX
c40409ce 2110 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
61ed06c3 2111 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
2112 ;;
2113powerpcle-*-eabi*)
34f4f3a5 2114 xm_defines=POSIX
c40409ce 2115 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
61ed06c3 2116 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3 2117 ;;
61ed06c3 2118rs6000-ibm-aix3.[01]*)
34f4f3a5 2119 xm_defines=POSIX
2bfcf297 2120 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
61ed06c3
HPN
2121 use_collect2=yes
2122 ;;
2123rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
34f4f3a5 2124 xm_defines=POSIX
2bfcf297 2125 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
db009825 2126 tmake_file=rs6000/t-newas
61ed06c3 2127 use_collect2=yes
ba1e6c0b 2128 extra_headers=
61ed06c3
HPN
2129 ;;
2130rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
34f4f3a5 2131 xm_defines=POSIX
2bfcf297 2132 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
db009825 2133 tmake_file=rs6000/t-newas
61ed06c3 2134 use_collect2=yes
ba1e6c0b 2135 extra_headers=
61ed06c3
HPN
2136 ;;
2137rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
34f4f3a5 2138 xm_defines=POSIX
2bfcf297 2139 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
61ed06c3 2140 tmake_file=rs6000/t-aix43
61ed06c3
HPN
2141 use_collect2=yes
2142 thread_file='aix'
ba1e6c0b 2143 extra_headers=
61ed06c3 2144 ;;
5f5d5417 2145rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
34f4f3a5 2146 xm_defines=POSIX
2bfcf297 2147 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
61ed06c3 2148 tmake_file=rs6000/t-aix43
61ed06c3
HPN
2149 use_collect2=yes
2150 thread_file='aix'
ba1e6c0b 2151 extra_headers=
61ed06c3 2152 ;;
5f5d5417
DE
2153rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2154 xm_defines=POSIX
2155 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2156 tmake_file=rs6000/t-aix52
2157 use_collect2=yes
2158 thread_file='aix'
2159 extra_headers=
2160 ;;
61ed06c3 2161rs6000-ibm-aix*)
34f4f3a5 2162 xm_defines=POSIX
2bfcf297 2163 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
61ed06c3
HPN
2164 use_collect2=yes
2165 ;;
2166rs6000-bull-bosx)
34f4f3a5 2167 xm_defines=POSIX
2bfcf297 2168 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
61ed06c3
HPN
2169 use_collect2=yes
2170 ;;
2171rs6000-*-mach*)
32fb7c9d 2172 tm_file="${tm_file} rs6000/mach.h"
34f4f3a5 2173 xm_defines=POSIX
61ed06c3
HPN
2174 use_collect2=yes
2175 ;;
2176rs6000-*-lynxos*)
b91da81f 2177 tm_file="lynx.h rs6000/lynx.h"
61ed06c3 2178 tmake_file=rs6000/t-rs6000
61ed06c3
HPN
2179 use_collect2=yes
2180 ;;
0e5a4ad8 2181s390-*-linux*)
c40409ce 2182 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
42c78618 2183 tmake_file="t-slibgcc-elf-ver t-linux"
9628a767 2184 ;;
0e5a4ad8 2185s390x-*-linux*)
58d10f89 2186 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
70eeb10b
UW
2187 tm_p_file=s390/s390-protos.h
2188 md_file=s390/s390.md
1c0ca89d 2189 extra_modes=s390/s390-modes.def
70eeb10b 2190 out_file=s390/s390.c
42c78618 2191 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux64"
9628a767 2192 ;;
8bc6e101 2193sh-*-elf* | sh[2346l]*-*-elf*)
61ed06c3 2194 tmake_file="sh/t-sh sh/t-elf"
dbf87f32
R
2195 case $machine in
2196 shl* | sh64l*)
2197 tm_file="sh/little.h ${tm_file}"
2198 tmake_file="${tmake_file} sh/t-le"
2199 ;;
2200 esac
f1a58d92 2201 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
dbf87f32
R
2202 case $machine in
2203 sh64*)
2204 tmake_file="${tmake_file} sh/t-sh64"
2205 tm_file="${tm_file} sh/sh64.h"
2206 extra_headers="shmedia.h ushmedia.h sshmedia.h"
dbf87f32 2207 ;;
8bc6e101
R
2208 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2209 sh4*) target_cpu_default="SELECT_SH4" ;;
2210 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2211 sh3*) target_cpu_default="SELECT_SH3" ;;
2212 sh2*) target_cpu_default="SELECT_SH2" ;;
2213 esac
2214 case $machine in
2215 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
dbf87f32 2216 esac
fa5322fa 2217 ;;
61ed06c3 2218sh-*-rtemself*)
f22b4bc4 2219 xm_defines=POSIX
61ed06c3 2220 tmake_file="sh/t-sh sh/t-elf t-rtems"
f1a58d92 2221 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
bc98ef7f
JS
2222 if test x$enable_threads = xyes; then
2223 thread_file='rtems'
2224 fi
61ed06c3
HPN
2225 ;;
2226sh-*-rtems*)
f22b4bc4 2227 xm_defines=POSIX
61ed06c3 2228 tmake_file="sh/t-sh t-rtems"
f1a58d92 2229 tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
bc98ef7f
JS
2230 if test x$enable_threads = xyes; then
2231 thread_file='rtems'
2232 fi
61ed06c3 2233 ;;
8bc6e101
R
2234sh-*-linux* | sh[2346lbe]*-*-linux*)
2235 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2236 case $machine in
2237 sh*be-*-* | sh*eb-*-*) ;;
2238 *)
2239 tm_file="sh/little.h ${tm_file}"
2240 tmake_file="${tmake_file} sh/t-le"
2241 ;;
2242 esac
2243 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
61ed06c3 2244 gas=yes gnu_ld=yes
8bc6e101
R
2245 case $machine in
2246 sh64*)
2247 tmake_file="${tmake_file} sh/t-sh64"
2248 tm_file="${tm_file} sh/sh64.h"
2249 extra_headers="shmedia.h ushmedia.h sshmedia.h"
8bc6e101
R
2250 ;;
2251 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2252 sh4*) target_cpu_default="SELECT_SH4" ;;
2253 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
2254 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
2255 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2256 sh3*) target_cpu_default="SELECT_SH3" ;;
2257 sh2*) target_cpu_default="SELECT_SH2" ;;
2258 esac
2259 case $machine in
2260 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2261 esac
61ed06c3 2262 ;;
b655555e
JT
2263sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2264 sh64-*-netbsd* | sh64l*-*-netbsd*)
b4eb03fe
JT
2265 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2266 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2267 case $machine in
2268 sh*l*-*)
2269 tm_file="sh/little.h ${tm_file}"
2270 tmake_file="${tmake_file} sh/t-le"
2271 ;;
2272 *)
2273 tmake_file="${tmake_file} sh/t-be"
2274 ;;
2275 esac
b655555e
JT
2276 case $machine in
2277 sh5*-*)
2278 # SHmedia, 32-bit ABI
2279 target_cpu_default="SH5_BIT|SH4_BIT|SH3E_BIT"
3fa1b448 2280 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
b655555e
JT
2281 ;;
2282 sh64*-*)
2283 # SHmedia, 64-bit ABI
2284 target_cpu_default="SH5_BIT|SH4_BIT"
3fa1b448 2285 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
b655555e
JT
2286 ;;
2287 *)
2288 # SH3, software floating point
2289 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
2290 tmake_file="${tmake_file} sh/t-netbsd"
2291 ;;
2292 esac
b4eb03fe 2293 ;;
61ed06c3 2294sh-*-*)
f1a58d92 2295 tm_file="${tm_file} sh/coff.h"
61ed06c3
HPN
2296 ;;
2297sparc-tti-*)
0f658c83 2298 tm_file="${tm_file} sparc/pbd.h"
34f4f3a5 2299 xm_defines=POSIX
61ed06c3 2300 ;;
e428b937 2301sparc64-wrs-vxworks*)
8433a25e 2302 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
2d69e3cb 2303 tmake_file="sparc/t-vxsparc64 sparc/t-crtfm"
e428b937
RK
2304 use_collect2=yes
2305 ;;
61ed06c3 2306sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
0f658c83 2307 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
61ed06c3
HPN
2308 tmake_file=sparc/t-vxsparc
2309 use_collect2=yes
2310 thread_file='vxworks'
2311 ;;
2312sparc-*-aout*)
2313 tmake_file=sparc/t-sparcbare
0f658c83 2314 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
61ed06c3 2315 ;;
69474c3c 2316sparc-*-netbsdelf*)
4cb7482c 2317 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
69474c3c 2318 ;;
61ed06c3 2319sparc-*-netbsd*)
f982f805 2320 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
61ed06c3 2321 tmake_file=t-netbsd
5721cd84 2322 use_collect2=yes
61ed06c3
HPN
2323 ;;
2324sparc-*-openbsd*)
0f7a7be7 2325 tm_file="sparc/sparc.h ${tm_file}"
f1cf4606
ME
2326 # needed to unconfuse gdb
2327 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
61ed06c3
HPN
2328 # we need collect2 until our bug is fixed...
2329 use_collect2=yes
2330 ;;
91f0fcee
ME
2331sparc64-*-openbsd*)
2332 tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2333 xm_file=sparc/xm-sp64.h
2334 gas=yes gnu_ld=yes
2335 with_cpu=ultrasparc
91f0fcee 2336 ;;
61ed06c3 2337sparc-*-bsd*)
910e231e 2338 tm_file="${tm_file} sparc/bsd.h"
61ed06c3 2339 ;;
8da6d80e 2340sparc-*-chorusos*)
8433a25e 2341 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h chorus.h"
2d69e3cb 2342 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
8da6d80e 2343 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
8da6d80e
CC
2344 case x${enable_threads} in
2345 xyes | xpthreads | xposix)
2346 thread_file='posix'
2347 ;;
2348 esac
2349 ;;
61ed06c3 2350sparc-*-elf*)
8433a25e 2351 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
a261e0cc 2352 tmake_file="sparc/t-elf sparc/t-crtfm"
61ed06c3 2353 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
61ed06c3 2354 ;;
981f6289 2355sparc-*-linux*aout*) # SPARC's running GNU/Linux, a.out
0f7a7be7 2356 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
61ed06c3
HPN
2357 gnu_ld=yes
2358 ;;
981f6289 2359sparc-*-linux*libc1*) # SPARC's running GNU/Linux, libc5
c40409ce 2360 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
a261e0cc 2361 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
61ed06c3
HPN
2362 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2363 gnu_ld=yes
61ed06c3 2364 ;;
981f6289 2365sparc-*-linux*) # SPARC's running GNU/Linux, libc6
c40409ce 2366 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
a261e0cc 2367 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
61ed06c3
HPN
2368 ;;
2369sparc-*-lynxos*)
2370 if test x$gas = xyes
2371 then
0f7a7be7 2372 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
61ed06c3 2373 else
0f7a7be7 2374 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
61ed06c3 2375 fi
61ed06c3 2376 tmake_file=sparc/t-sunos41
61ed06c3 2377 ;;
c7bdf0a6
ZW
2378sparc-*-rtemsaout*) # would otherwise be caught by sparc-*-rtems*
2379 echo "*** Configuration $machine not supported" 1>&2
2380 exit 1
61ed06c3 2381 ;;
c7bdf0a6 2382sparc-*-rtems*)
f22b4bc4 2383 xm_defines=POSIX
8433a25e 2384 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
2d69e3cb 2385 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
61ed06c3 2386 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
bc98ef7f
JS
2387 if test x$enable_threads = xyes; then
2388 thread_file='rtems'
2389 fi
61ed06c3 2390 ;;
8947df0c 2391sparc64-*-solaris2* | sparcv9-*-solaris2*)
8433a25e 2392 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
3fc602a0
RH
2393 if test x$gnu_ld = xyes; then
2394 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
61ed06c3 2395 fi
f0871dfe
RH
2396 if test x$gas = xyes; then
2397 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2398 fi
34f4f3a5 2399 xm_defines=POSIX
a261e0cc 2400 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
61ed06c3 2401 if test x$gnu_ld = xyes; then
7b3a4df5 2402 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2403 else
7b3a4df5 2404 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2405 fi
61ed06c3 2406 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
61ed06c3
HPN
2407 if test x${enable_threads} = x ; then
2408 enable_threads=$have_pthread_h
2409 if test x${enable_threads} = x ; then
2410 enable_threads=$have_thread_h
2411 fi
2412 fi
2413 if test x${enable_threads} = xyes ; then
2414 if test x${have_pthread_h} = xyes ; then
2415 thread_file='posix'
2416 else
2417 thread_file='solaris'
2418 fi
2419 fi
2420 ;;
2421sparc-hal-solaris2*)
34f4f3a5 2422 xm_defines=POSIX
8433a25e 2423 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h"
a261e0cc 2424 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
61ed06c3 2425 if test x$gnu_ld = xyes; then
7a31a340 2426 tm_file="${tm_file} sparc/sol2-gld.h"
7b3a4df5 2427 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2428 else
7b3a4df5 2429 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2430 fi
61ed06c3 2431 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
61ed06c3
HPN
2432 thread_file='solaris'
2433 ;;
8947df0c 2434sparc-*-solaris2*)
8433a25e 2435 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
3fc602a0
RH
2436 if test x$gnu_ld = xyes; then
2437 tm_file="${tm_file} sparc/sol2-gld.h"
61ed06c3 2438 fi
a261e0cc 2439 tmake_file="sparc/t-sol2 sparc/t-crtfm"
61ed06c3 2440 if test x$gnu_ld = xyes; then
7b3a4df5 2441 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2442 else
7b3a4df5 2443 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2444 fi
7112135f 2445 case $machine in
8947df0c
RH
2446 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2447 if test x$gnu_ld = xno; then
2448 tm_file="${tm_file} sparc/sol26-sld.h"
2449 fi
2450 ;;
2451 *-*-solaris2.[789])
3fc602a0
RH
2452 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2453 if test x$gnu_ld = xyes; then
2454 tm_file="${tm_file} sparc/sol2-gld-bi.h"
7112135f 2455 fi
f0871dfe
RH
2456 if test x$gas = xyes; then
2457 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2458 fi
7112135f
AO
2459 tmake_file="$tmake_file sparc/t-sol2-64"
2460 ;;
2461 esac
3fc602a0
RH
2462 xm_defines=POSIX
2463 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
61ed06c3
HPN
2464 if test x${enable_threads} = x; then
2465 enable_threads=$have_pthread_h
2466 if test x${enable_threads} = x; then
2467 enable_threads=$have_thread_h
2468 fi
2469 fi
2470 if test x${enable_threads} = xyes; then
2471 if test x${have_pthread_h} = xyes; then
2472 thread_file='posix'
2473 else
2474 thread_file='solaris'
2475 fi
2476 fi
2477 ;;
2478sparc-*-sunos4.0*)
0f7a7be7 2479 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
61ed06c3
HPN
2480 use_collect2=yes
2481 ;;
2482sparc-*-sunos4*)
0f7a7be7 2483 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
61ed06c3
HPN
2484 tmake_file=sparc/t-sunos41
2485 use_collect2=yes
2486 if test x$gas = xyes; then
2487 tm_file="${tm_file} sparc/sun4gas.h"
2488 fi
2489 ;;
2490sparc-*-sunos3*)
0f7a7be7 2491 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
61ed06c3
HPN
2492 use_collect2=yes
2493 ;;
2494sparc-*-sysv4*)
c40409ce 2495 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
34f4f3a5 2496 xm_defines=POSIX
61ed06c3 2497 tmake_file=t-svr4
61ed06c3
HPN
2498 extra_parts="crtbegin.o crtend.o"
2499 ;;
2500sparc-*-vxsim*)
34f4f3a5 2501 xm_defines=POSIX
c40409ce 2502 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
61ed06c3 2503 tmake_file=sparc/t-vxsparc
61ed06c3
HPN
2504 ;;
2505sparclet-*-aout*)
0f658c83 2506 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
61ed06c3
HPN
2507 tmake_file=sparc/t-splet
2508 ;;
2509sparclite-*-coff*)
0f658c83 2510 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
61ed06c3
HPN
2511 tmake_file=sparc/t-sparclite
2512 ;;
2513sparclite-*-aout*)
0f7a7be7 2514 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
61ed06c3
HPN
2515 tmake_file=sparc/t-sparclite
2516 ;;
2517sparclite-*-elf*)
8433a25e 2518 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
2d69e3cb 2519 tmake_file="sparc/t-sparclite sparc/t-crtfm"
61ed06c3
HPN
2520 extra_parts="crtbegin.o crtend.o"
2521 ;;
2522sparc86x-*-aout*)
0f7a7be7 2523 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
61ed06c3
HPN
2524 tmake_file=sparc/t-sp86x
2525 ;;
0e5a4ad8 2526sparc86x-*-elf*)
8433a25e 2527 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
2d69e3cb 2528 tmake_file="sparc/t-sp86x sparc/t-crtfm"
61ed06c3
HPN
2529 extra_parts="crtbegin.o crtend.o"
2530 ;;
2531sparc64-*-aout*)
0f7a7be7 2532 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
61ed06c3
HPN
2533 ;;
2534sparc64-*-elf*)
8433a25e 2535 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2d69e3cb 2536 tmake_file="${tmake_file} sparc/t-crtfm"
61ed06c3
HPN
2537 extra_parts="crtbegin.o crtend.o"
2538 ;;
c7240cbd
DB
2539sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2540 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2d69e3cb 2541 tmake_file="${tmake_file} sparc/t-crtfm"
c7240cbd
DB
2542 xmake_file=none
2543 case "x$with_cpu" in
e0054185 2544 xultrasparc) ;;
c7240cbd
DB
2545 x) with_cpu=ultrasparc ;;
2546 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2547 esac
2548 ;;
981f6289 2549sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
19fe522a 2550 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
86f808dc 2551 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
61ed06c3 2552 ;;
4cb7482c
MG
2553sparc64-*-netbsd*)
2554 tmake_file="${tmake_file} sparc/t-netbsd64"
2555 tm_file="sparc/biarch64.h ${tm_file}"
2556 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
4cb7482c 2557 ;;
d19fb8e3 2558strongarm-*-elf*)
c40409ce 2559 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
d19fb8e3
NC
2560 tmake_file=arm/t-strongarm-elf
2561 out_file=arm/arm.c
d19fb8e3 2562 md_file=arm/arm.md
1c0ca89d 2563 extra_modes=arm/arm-modes.def
d19fb8e3
NC
2564 ;;
2565strongarm-*-coff*)
f910b1bb 2566 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
d19fb8e3
NC
2567 tmake_file=arm/t-strongarm-coff
2568 out_file=arm/arm.c
d19fb8e3 2569 md_file=arm/arm.md
1c0ca89d 2570 extra_modes=arm/arm-modes.def
d19fb8e3
NC
2571 ;;
2572strongarm-*-pe)
f910b1bb 2573 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
d19fb8e3
NC
2574 tmake_file=arm/t-strongarm-pe
2575 out_file=arm/arm.c
d19fb8e3 2576 md_file=arm/arm.md
1c0ca89d 2577 extra_modes=arm/arm-modes.def
d19fb8e3
NC
2578 extra_objs=pe.o
2579 ;;
61ed06c3
HPN
2580thumb*-*-*)
2581 { echo "config.gcc: error:
9e8fc4b8 2582*** The Thumb targets have been deprecated. The equivalent
cfd1c7ea 2583*** ARM based toolchain can now generate Thumb instructions
61ed06c3
HPN
2584*** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
2585 ;;
2586v850-*-rtems*)
f22b4bc4
JS
2587 xm_defines=POSIX
2588 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
61ed06c3
HPN
2589 tmake_file="v850/t-v850 t-rtems"
2590 if test x$stabs = xyes
2591 then
2592 tm_file="${tm_file} dbx.h"
2593 fi
2594 use_collect2=no
c3edd394
NC
2595 c_target_objs="v850-c.o"
2596 cxx_target_objs="v850-c.o"
61ed06c3 2597 ;;
b4378319
NC
2598v850e-*-*)
2599 target_cpu_default="TARGET_CPU_v850e"
2600 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2601 tm_p_file=v850/v850-protos.h
2602 tmake_file=v850/t-v850
2603 md_file=v850/v850.md
2604 out_file=v850/v850.c
2605 if test x$stabs = xyes
2606 then
2607 tm_file="${tm_file} dbx.h"
2608 fi
2609 use_collect2=no
2610 c_target_objs="v850-c.o"
2611 cxx_target_objs="v850-c.o"
2612 ;;
61ed06c3
HPN
2613v850-*-*)
2614 target_cpu_default="TARGET_CPU_generic"
c40409ce 2615 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
2616 tmake_file=v850/t-v850
2617 if test x$stabs = xyes
2618 then
2619 tm_file="${tm_file} dbx.h"
2620 fi
2621 use_collect2=no
c3edd394
NC
2622 c_target_objs="v850-c.o"
2623 cxx_target_objs="v850-c.o"
61ed06c3 2624 ;;
8aeea6e6 2625vax-*-bsd*) # VAXen running BSD
169274cd 2626 tm_file="${tm_file} vax/bsd.h"
61ed06c3 2627 use_collect2=yes
61ed06c3 2628 ;;
8aeea6e6 2629vax-*-sysv*) # VAXen running system V
61ed06c3 2630 tm_file="${tm_file} vax/vaxv.h"
34f4f3a5 2631 xm_defines=POSIX
61ed06c3 2632 ;;
69474c3c 2633vax-*-netbsdelf*)
ec20cffb
JT
2634 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2635 float_format=vax
69474c3c 2636 ;;
61ed06c3 2637vax-*-netbsd*)
f982f805 2638 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
61ed06c3 2639 tmake_file=t-netbsd
5721cd84 2640 use_collect2=yes
61ed06c3
HPN
2641 ;;
2642vax-*-openbsd*)
61ed06c3 2643 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
61ed06c3
HPN
2644 use_collect2=yes
2645 ;;
8aeea6e6 2646vax-*-ultrix*) # VAXen running ultrix
61ed06c3 2647 tm_file="${tm_file} vax/ultrix.h"
61ed06c3 2648 ;;
8aeea6e6 2649vax-*-vms*) # VAXen running VMS
61ed06c3
HPN
2650 xm_file=vax/xm-vms.h
2651 tm_file=vax/vms.h
61ed06c3 2652 ;;
8aeea6e6 2653vax-*-*) # VAX default entry
61ed06c3 2654 ;;
d19fb8e3 2655xscale-*-elf)
c40409ce 2656 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
d19fb8e3
NC
2657 tmake_file=arm/t-xscale-elf
2658 out_file=arm/arm.c
d19fb8e3 2659 md_file=arm/arm.md
1c0ca89d 2660 extra_modes=arm/arm-modes.def
d19fb8e3
NC
2661 ;;
2662xscale-*-coff)
578316b9 2663 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
d19fb8e3
NC
2664 tmake_file=arm/t-xscale-coff
2665 out_file=arm/arm.c
d19fb8e3 2666 md_file=arm/arm.md
1c0ca89d 2667 extra_modes=arm/arm-modes.def
d19fb8e3 2668 ;;
14d269bb
GK
2669xstormy16-*-elf)
2670 # For historical reasons, the target files omit the 'x'.
c40409ce 2671 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
14d269bb
GK
2672 tm_p_file=stormy16/stormy16-protos.h
2673 md_file=stormy16/stormy16.md
2674 out_file=stormy16/stormy16.c
2675 tmake_file="stormy16/t-stormy16"
2676 extra_parts="crtbegin.o crtend.o"
2677 ;;
03984308
BW
2678xtensa-*-elf*)
2679 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2680 with_newlib=yes
2681 tmake_file=xtensa/t-xtensa
2682 extra_parts="crtbegin.o crtend.o"
2683 fixincludes=Makefile.in # newlib headers should be OK
2684 ;;
2685xtensa-*-linux*)
2686 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2687 tmake_file="t-linux xtensa/t-xtensa"
03984308 2688 ;;
61ed06c3 2689*)
c7bdf0a6 2690 echo "*** Configuration $machine not supported" 1>&2
61ed06c3
HPN
2691 exit 1
2692 ;;
2693esac
2694
2695case $machine in
61ed06c3
HPN
2696*-*-sysv*)
2697 install_headers_dir=install-headers-cpio
2698 ;;
2699esac
2700
2701# Distinguish i[34567]86
2702# Also, do not run mips-tfile on MIPS if using gas.
2703# Process --with-cpu= for PowerPC/rs6000
2704target_cpu_default2=
2705case $machine in
2706i486-*-*)
e10e23ee 2707 target_cpu_default2=TARGET_CPU_DEFAULT_i486
61ed06c3
HPN
2708 ;;
2709i586-*-*)
2710 case $target_alias in
e10e23ee
JH
2711 k6_2-*)
2712 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2713 ;;
2714 k6_3-*)
2715 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2716 ;;
61ed06c3 2717 k6-*)
e10e23ee
JH
2718 target_cpu_default2=TARGET_CPU_DEFAULT_k6
2719 ;;
3780101d 2720 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
e10e23ee 2721 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
61ed06c3
HPN
2722 ;;
2723 *)
e10e23ee 2724 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
61ed06c3
HPN
2725 ;;
2726 esac
2727 ;;
2728i686-*-* | i786-*-*)
4ed47bea 2729 case $target_alias in
e10e23ee
JH
2730 athlon_xp-*|athlon_mp-*|athlon_4-*)
2731 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2732 ;;
2733 athlon_tbird-*|athlon-*)
2734 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2735 ;;
2736 pentium2-*)
2737 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2738 ;;
2739 pentium3-*)
2740 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2741 ;;
2742 pentium4-*)
2743 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
4ed47bea
JM
2744 ;;
2745 *)
e10e23ee 2746 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
4ed47bea
JM
2747 ;;
2748 esac
61ed06c3 2749 ;;
e10e23ee
JH
2750x86_64-*-*)
2751 # We should have hammer chip here, but it does not exist yet and
2752 # thus it is not supported. Athlon_SSE is probably equivalent feature
2753 # wise to hammer from our point of view except for 64bit mode.
2754 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2755 ;;
61ed06c3
HPN
2756alpha*-*-*)
2757 case $machine in
2758 alphaev6[78]*)
2759 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2760 ;;
2761 alphaev6*)
2762 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2763 ;;
2764 alphapca56*)
2765 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2766 ;;
2767 alphaev56*)
2768 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2769 ;;
2770 alphaev5*)
2771 target_cpu_default2="MASK_CPU_EV5"
2772 ;;
2773 esac
0e5a4ad8 2774
61ed06c3
HPN
2775 if test x$gas = xyes
2776 then
2777 if test "$target_cpu_default2" = ""
2778 then
2779 target_cpu_default2="MASK_GAS"
2780 else
2781 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2782 fi
2783 fi
2784 ;;
2785arm*-*-*)
2786 case "x$with_cpu" in
2787 x)
2788 # The most generic
2789 target_cpu_default2="TARGET_CPU_generic"
2790 ;;
2791
2792 # Distinguish cores, and major variants
2793 # arm7m doesn't exist, but D & I don't affect code
70f24e49
NC
2794 xarm[236789] | xarm250 | xarm[67][01]0 \
2795 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
61ed06c3 2796 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
d19fb8e3 2797 | xxscale \
61ed06c3
HPN
2798 | xstrongarm | xstrongarm110 | xstrongarm1100)
2799 target_cpu_default2="TARGET_CPU_$with_cpu"
2800 ;;
2801
2802 xyes | xno)
2803 echo "--with-cpu must be passed a value" 1>&2
2804 exit 1
2805 ;;
2806
2807 *)
2808 if test x$pass2done = xyes
2809 then
2810 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2811 exit 1
2812 fi
2813 ;;
2814 esac
2815 ;;
2816
c21a2372
AM
2817hppa*-*-* | parisc*-*-*)
2818 if test x$gas = xyes
2819 then
2820 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2821 fi
806bf413 2822 case $machine in
d5355cb2
JDA
2823 hppa1* | parisc1*)
2824 tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
806bf413
JDA
2825 ;;
2826 esac
c21a2372 2827 ;;
74826b0f
EC
2828mips*-*-*)
2829 case $machine in
2830 mips*-*-ecoff* | mips*-*-elf*)
2831 if test x$gas = xyes
2832 then
2833 if test x$gnu_ld = xyes
2834 then
2835 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2836 else
2837 target_cpu_default2="MASK_GAS"
2838 fi
2839 fi
2840 ;;
2841 mips*-*-*)
2842 if test x$gas = xyes
61ed06c3 2843 then
61ed06c3
HPN
2844 target_cpu_default2="MASK_GAS"
2845 fi
74826b0f
EC
2846 ;;
2847 esac
2848 case $machine in
2849 mips*el-*-*)
9bb46191 2850 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
74826b0f
EC
2851 ;;
2852 esac
4db83639
RS
2853 case $tm_file in
2854 *mips/elf.h* | *mips/elf64.h*)
2855 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2856 ;;
2857 esac
6d439235
EC
2858 if test "x$enable_gofast" = xyes
2859 then
2860 tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines"
2861 tm_file="gofast.h $tm_file"
2862 tmake_file="mips/t-gofast $tmake_file"
2863 else
2864 tmake_file="mips/t-mips $tmake_file"
2865 fi
61ed06c3
HPN
2866 ;;
2867powerpc*-*-* | rs6000-*-*)
480f7f3a
AH
2868 if test x$enable_altivec = xyes
2869 then
5e505bc9 2870 tm_file="$tm_file rs6000/altivec-defs.h"
480f7f3a 2871 fi
61ed06c3
HPN
2872 case "x$with_cpu" in
2873 x)
2874 ;;
2875
94f1d97c
DJ
2876 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
2877 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2878 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2879 | x740 | x750 | x7400 | x7450 | x505)
ff25793c 2880 target_cpu_default2="\\\"$with_cpu\\\""
61ed06c3
HPN
2881 ;;
2882
94f1d97c 2883 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
c19083d8 2884 target_cpu_default2="\\\"$with_cpu\\\""
c19083d8
DD
2885 ;;
2886
61ed06c3
HPN
2887 xyes | xno)
2888 echo "--with-cpu must be passed a value" 1>&2
2889 exit 1
2890 ;;
2891
2892 *)
2893 if test x$pass2done = xyes
2894 then
2895 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2896 exit 1
2897 fi
2898 ;;
2899 esac
a6e2e53e
GK
2900 c_target_objs="${c_target_objs} rs6000-c.o"
2901 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2902 tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
61ed06c3
HPN
2903 ;;
2904sparc*-*-*)
2905 case ".$with_cpu" in
2906 .)
2907 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2908 ;;
2909 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2910 target_cpu_default2="TARGET_CPU_$with_cpu"
b4378319
NC
2911 ;;
2912 *)
2913 if test x$pass2done = xyes
2914 then
2915 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2916 exit 1
2917 fi
2918 ;;
2919 esac
2920 ;;
2921v850*-*-*)
2922 case "x$with_cpu" in
2923 x)
2924 ;;
09818236 2925 xv850e)
b4378319 2926 target_cpu_default2="TARGET_CPU_$with_cpu"
61ed06c3
HPN
2927 ;;
2928 *)
2929 if test x$pass2done = xyes
2930 then
2931 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2932 exit 1
2933 fi
2934 ;;
2935 esac
2936 ;;
2937esac
2938
2939if test "$target_cpu_default2" != ""
2940then
2941 if test "$target_cpu_default" != ""
2942 then
2943 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2944 else
2945 target_cpu_default=$target_cpu_default2
2946 fi
2947fi
2948
61ed06c3
HPN
2949# Save data on machine being used to compile GCC in build_xm_file.
2950# Save data on host machine in vars host_xm_file and host_xmake_file.
2951if test x$pass1done = x
2952then
4dc0535b
ZW
2953 if test x$xm_file != x
2954 then build_xm_file=$xm_file
61ed06c3
HPN
2955 fi
2956 build_xm_defines=$xm_defines
2957 build_install_headers_dir=$install_headers_dir
2958 build_exeext=$exeext
2959 pass1done=yes
2960else
2961 if test x$pass2done = x
2962 then
4dc0535b
ZW
2963 if test x$xm_file != x
2964 then host_xm_file=$xm_file
61ed06c3
HPN
2965 fi
2966 host_xm_defines=$xm_defines
61ed06c3
HPN
2967 host_xmake_file="$xmake_file"
2968 host_truncate_target=$truncate_target
2969 host_extra_gcc_objs=$extra_gcc_objs
2970 host_extra_objs=$extra_host_objs
2971 host_exeext=$exeext
2972 pass2done=yes
2973 fi
2974fi
This page took 0.957219 seconds and 5 git commands to generate.