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