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