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