]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.gcc
2002-06-16 Nathanael Nerode <neroden@twcny.rr.com>
[thirdparty/gcc.git] / gcc / config.gcc
CommitLineData
bb607926 1# GCC build-, host- and target-specific configuration file.
b965afcd 2# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
bb607926 3
f12b58b3 4#This file is part of GCC.
bb607926 5
f12b58b3 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.
bb607926 10
f12b58b3 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.
bb607926 15
16#You should have received a copy of the GNU General Public License
f12b58b3 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.
bb607926 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#
8d4f8d46 48# tm_defines List of target macros to define for all compilations.
49#
bb607926 50# tm_file A list of target macro files, if different from
277773bd 51# "$cpu_type/$cpu_type.h". Usually it's constructed
52# per target in a way like this:
7a6d1a72 53# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
277773bd 54# Note that the preferred order is:
55# - specific target header "${cpu_type}/${cpu_type.h}"
7a6d1a72 56# - generic headers like dbxelf.h elfos.h, netware.h, etc.
277773bd 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}.
bb607926 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#
b5ccaa7b 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#
bb607926 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
b965afcd 89# config/${cpu_type}.
bb607926 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#
424da949 101# host_extra_objs List of extra host-dependent objects that should
bb607926 102# be linked into the compiler proper.
103#
424da949 104# host_extra_gcc_objs List of extra host-dependent objects that should
bb607926 105# be linked into the gcc driver.
106#
424da949 107# c_target_objs List of extra target-dependent objects that be
8daa9e98 108# linked into the C compiler only.
582b17a6 109#
424da949 110# cxx_target_objs List of extra target-dependent objects that be
8daa9e98 111# linked into the C++ compiler only.
582b17a6 112#
bb607926 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#
bb607926 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=
8daa9e98 191c_target_objs=
192cxx_target_objs=
8d4f8d46 193tm_defines=
bb607926 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
bb607926 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
c2527f80 217# Obsolete configurations.
c2527f80 218case $machine in
41e38a87 219 m88k-*-aout* \
220 | m88k-*-openbsd* \
221 | m88k-*-sysv4* \
222 | mips-sni-sysv4 \
c7678f69 223 | mn10200-*-* \
41e38a87 224 | ns32k-*-netbsd* \
225 | ns32k-*-openbsd* \
226 | romp-*-openbsd* \
227 )
e48f919a 228 if test "x$enable_obsolete" != xyes; then
c2527f80 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;;
c2527f80 235esac
236
bb607926 237# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
83287f80 238# updated in each machine entry. Also set default extra_headers for some
239# machines.
bb607926 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 ;;
331beb1a 252xscale-*-*)
253 cpu_type=arm
254 ;;
bb607926 255i[34567]86-*-*)
256 cpu_type=i386
d65bfb46 257 extra_headers="mmintrin.h xmmintrin.h"
bb607926 258 ;;
5c66405b 259x86_64-*-*)
260 cpu_type=i386
d2f37b7f 261 extra_headers="mmintrin.h xmmintrin.h"
5c66405b 262 ;;
b965afcd 263ia64-*-*)
264 extra_headers=ia64intrin.h
265 ;;
6630177d 266hppa*-*-* | parisc*-*-*)
bb607926 267 cpu_type=pa
268 ;;
124c3198 269m680[012]0-*-*)
bb607926 270 cpu_type=m68k
83287f80 271 extra_headers=math-68881.h
272 ;;
273m68k-*-*)
274 extra_headers=math-68881.h
bb607926 275 ;;
276mips*-*-*)
277 cpu_type=mips
278 ;;
bb607926 279powerpc*-*-*)
280 cpu_type=rs6000
25b7153e 281 extra_headers="ppc-asm.h altivec.h"
bb607926 282 ;;
bb607926 283sparc*-*-*)
284 cpu_type=sparc
285 ;;
4ee34c70 286# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
287sh[123456789l]*-*-*)
87e19636 288 cpu_type=sh
289 ;;
bb607926 290esac
291
292tm_file=${cpu_type}/${cpu_type}.h
20ffb0b1 293if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
bb607926 294then
20ffb0b1 295 tm_p_file=${cpu_type}/${cpu_type}-protos.h
296fi
b5ccaa7b 297extra_modes=
298if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
299then
300 extra_modes=${cpu_type}/${cpu_type}-modes.def
301fi
a8456aba 302
303case $machine in
304x86_64-*-*)
305 tm_file="i386/biarch64.h ${tm_file}"
306 ;;
307esac
308
bb607926 309# On a.out targets, we need to use collect2.
310case $machine in
311*-*-*aout*)
312 use_collect2=yes
313 ;;
582b17a6 314esac
bb607926 315
4ace673e 316# Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
bb607926 317case $machine in
318*-*-linux*)
597183a7 319 xm_defines=POSIX
bb607926 320 ;;
2567d1ca 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.
345252d1 325 xm_defines=POSIX
a26ea229 326 tm_file="${cpu_type}/gnu.h"
0d6378a9 327 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
2567d1ca 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.
2567d1ca 334 # But here we need a little extra magic.
32e8a7fc 335 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
a26ea229 336 case $machine in
7698a084 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 ;;
a26ea229 340 i[34567]86-*-*)
d2307a72 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}"
a26ea229 342 ;;
a26ea229 343 esac
2567d1ca 344 ;;
bb607926 345*-*-openbsd*)
346 tm_file=${cpu_type}/openbsd.h
c7be79ca 347 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
345252d1 348 xm_defines=POSIX
bb607926 349 if test x$enable_threads = xyes; then
350 thread_file='posix'
351 tmake_file="${tmake_file} t-openbsd-thread"
352 fi
353 ;;
4ace673e 354*-*-netbsd*)
7eab7b2a 355 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
4ace673e 356 xm_defines=POSIX
357 gas=yes
358 gnu_ld=yes
359 ;;
1307f5d6 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 #
327811ee 380 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
1307f5d6 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
bf13a391 395 tmake_file="t-slibgcc-elf-ver t-freebsd"
49b2e77d 396 xmake_file=none
1307f5d6 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"
bf13a391 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
1307f5d6 409 ;;
410 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
411 esac
0ba2c1cf 412 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
1307f5d6 413 ;;
bb607926 414esac
415
416case $machine in
417# Support site-specific machine types.
418*local*)
bb607926 419 rest=`echo $machine | sed -e "s/$cpu_type-//"`
bb607926 420 tm_file=${cpu_type}/$rest.h
e1688c3e 421 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
422 then xm_file=${cpu_type}/xm-$rest.h
bb607926 423 fi
e1688c3e 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
bb607926 429 fi
430 ;;
9caef960 431alpha*-*-unicosmk*)
432 use_collect2=yes
433 tm_file="${tm_file} alpha/unicosmk.h"
582b17a6 434
9caef960 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 ;;
bb607926 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
597183a7 448 xm_defines=POSIX
c070948e 449 xm_file="alpha/xm-alpha-interix.h"
8cff5eeb 450 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
bb607926 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 ;;
2640e80a 460alpha*-*-linux*ecoff*)
461 echo "Configuration $machine no longer supported" 1>&2
462 exit 1
463 ;;
bb607926 464alpha*-*-linux*libc1*)
465 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
466 target_cpu_default="MASK_GAS"
e1ff7102 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"
bb607926 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"
e1ff7102 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"
bb607926 479 gas=yes gnu_ld=yes
480 if test x$enable_threads = xyes; then
481 thread_file='posix'
482 fi
483 ;;
7698a084 484alpha*-*-gnu*)
485 target_cpu_default="MASK_GAS"
486 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
487 ;;
bb607926 488alpha*-*-freebsd*)
1307f5d6 489 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
bb607926 490 target_cpu_default="MASK_GAS"
e1ff7102 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"
bb607926 493 ;;
494alpha*-*-netbsd*)
4ace673e 495 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
bb607926 496 target_cpu_default="MASK_GAS"
e1ff7102 497 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
bb607926 498 ;;
499
500alpha*-*-openbsd*)
f75effa0 501 tm_file="${cpu_type}/${cpu_type}.h ${tm_file}"
bb607926 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 ;;
582b17a6 506
41e38a87 507alpha*-dec-osf[45]*)
345252d1 508 xm_defines=POSIX
bb607926 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
41e38a87 518 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
519 tm_file="${tm_file} alpha/osf.h"
b965afcd 520 extra_headers=va_list.h
bb607926 521 case $machine in
bb607926 522 *-*-osf4*)
bb607926 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
41e38a87 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
bb607926 531 ;;
532 *-*-osf5*)
41e38a87 533 tm_file="${tm_file} alpha/osf5.h"
bb607926 534 target_cpu_default=MASK_SUPPORT_ARCH
41e38a87 535 float_format=i128
bb607926 536 ;;
537 esac
538 ;;
539alpha*-*-vxworks*)
345252d1 540 xm_defines=POSIX
bb607926 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 ;;
56685c17 550alpha64-dec-*vms*)
551 xm_defines=POSIX
f75effa0 552 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
56685c17 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
ffe38693 564 install_headers_dir=install-headers-cp
56685c17 565 prefix=/gnu
566 local_prefix=/gnu
567 ;;
73777e7b 568alpha*-dec-*vms*)
345252d1 569 xm_defines=POSIX
f75effa0 570 tm_file="${tm_file} alpha/vms.h"
e1688c3e 571 xm_file=alpha/xm-vms.h
bb607926 572 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
40752711 573 xmake_file=alpha/x-vms
73777e7b 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
ffe38693 582 install_headers_dir=install-headers-cp
73777e7b 583 prefix=/gnu
584 local_prefix=/gnu
bb607926 585 ;;
01d15dc5 586arc-*-elf*)
7a6d1a72 587 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
01d15dc5 588 extra_parts="crtinit.o crtfini.o"
589 ;;
bb607926 590arm-*-coff* | armel-*-coff*)
de660240 591 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
bb607926 592 tmake_file=arm/t-arm-coff
593 ;;
594arm-*-vxworks*)
de660240 595 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
bb607926 596 tmake_file=arm/t-arm-coff
597 thread_file='vxworks'
598 ;;
bb607926 599arm-semi-aout | armel-semi-aout)
de660240 600 tm_file="arm/semi.h arm/aout.h arm/arm.h"
bb607926 601 tmake_file=arm/t-semi
602 ;;
603arm-semi-aof | armel-semi-aof)
de660240 604 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
23573244 605 tmake_file=arm/t-semi
bb607926 606 ;;
66f02fd0 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 ;;
f470dade 611arm*-*-netbsdelf*)
612 echo "GCC does not yet support the ${machine} target"; exit 1
613 ;;
bb607926 614arm*-*-netbsd*)
4ace673e 615 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
bb607926 616 tmake_file="t-netbsd arm/t-netbsd"
87a1ff8e 617 use_collect2=yes
bb607926 618 ;;
c806acc4 619arm*-*-linux*) # ARM GNU/Linux with ELF
7a6d1a72 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"
32e8a7fc 621 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
bb607926 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
7a6d1a72 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"
bb607926 632 tmake_file=arm/t-arm-elf
633 ;;
634arm*-*-aout)
83e163bd 635 tm_file="arm/aout.h arm/arm.h"
bb607926 636 tmake_file=arm/t-arm-aout
637 ;;
638arm*-*-ecos-elf)
7a6d1a72 639 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
bb607926 640 tmake_file=arm/t-arm-elf
582b17a6 641 ;;
214507b9 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 ;;
bb607926 650arm*-*-elf)
7a6d1a72 651 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
bb607926 652 tmake_file=arm/t-arm-elf
653 ;;
654arm*-*-conix*)
7a6d1a72 655 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
bb607926 656 tmake_file=arm/t-arm-elf
657 ;;
658arm*-*-oabi)
7a6d1a72 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"
bb607926 660 tmake_file=arm/t-arm-elf
661 ;;
662arm-*-pe*)
83e163bd 663 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
bb607926 664 tmake_file=arm/t-pe
665 extra_objs="pe.o"
666 ;;
667avr-*-*)
668 ;;
742d48c2 669c4x-*-rtems*)
214507b9 670 xm_defines=POSIX
742d48c2 671 tmake_file="c4x/t-c4x t-rtems"
dfaadc1e 672 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
742d48c2 673 if test x$enable_threads = xyes; then
674 thread_file='rtems'
675 fi
10cac3d7 676 c_target_objs="c4x-c.o"
677 cxx_target_objs="c4x-c.o"
742d48c2 678 ;;
bb607926 679c4x-*)
bb607926 680 float_format=c4x
681 tmake_file=c4x/t-c4x
10cac3d7 682 c_target_objs="c4x-c.o"
683 cxx_target_objs="c4x-c.o"
bb607926 684 ;;
e03f789f 685cris-*-aout)
277773bd 686 tm_file="dbxelf.h ${tm_file} cris/aout.h"
e03f789f 687 gas=yes
688 tmake_file="cris/t-cris cris/t-aout"
689 ;;
690cris-*-elf | cris-*-none)
7a6d1a72 691 tm_file="dbxelf.h elfos.h ${tm_file}"
e03f789f 692 tmake_file="cris/t-cris cris/t-elfmulti"
693 gas=yes
694 ;;
695cris-*-linux*)
7a6d1a72 696 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
e03f789f 697 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
0d6378a9 698 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
e03f789f 699 case x${enable_threads} in
700 x | xyes | xpthreads | xposix)
701 thread_file=posix
702 ;;
703 esac
704 gas=yes
705 ;;
bb607926 706d30v-*)
7a6d1a72 707 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 708 float_format=i64
709 ;;
710dsp16xx-*)
711 ;;
bb607926 712fr30-*-elf)
7a6d1a72 713 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 714 tmake_file=fr30/t-fr30
715 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
716 ;;
742d48c2 717h8300-*-rtems*)
214507b9 718 xm_defines=POSIX
742d48c2 719 tmake_file="h8300/t-h8300 t-rtems"
214507b9 720 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
742d48c2 721 if test x$enable_threads = xyes; then
722 thread_file='rtems'
723 fi
724 float_format=i32
725 ;;
15b65932 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 ;;
bb607926 731h8300-*-*)
732 float_format=i32
733 ;;
6630177d 734hppa*64*-*-linux* | parisc*64*-*-linux*)
735 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
7a6d1a72 736 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
6630177d 737 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
738 tmake_file=pa/t-linux64
6630177d 739 gas=yes gnu_ld=yes
740 ;;
741hppa*-*-linux* | parisc*-*-linux*)
742 target_cpu_default="MASK_PA_11"
7a6d1a72 743 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
6630177d 744 pa/pa32-regs.h pa/pa32-linux.h"
32e8a7fc 745 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
0d6378a9 746 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
bb607926 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"
8cff5eeb 754 tmake_file=pa/t-bsd
bb607926 755 ;;
756hppa1.1-*-pro*)
757 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
7a6d1a72 758 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
8cff5eeb 759 tmake_file="pa/t-bsd pa/t-pro"
711b6446 760 xmake_file="pa/x-ada"
bb607926 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"
8cff5eeb 765 tmake_file="pa/t-bsd pa/t-pa"
711b6446 766 xmake_file="pa/x-ada"
bb607926 767 use_collect2=yes
768 ;;
769hppa1.1-*-rtems*)
214507b9 770 xm_defines=POSIX
bb607926 771 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
214507b9 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"
8cff5eeb 773 tmake_file="pa/t-bsd pa/t-pro"
711b6446 774 xmake_file="pa/x-ada"
bb607926 775 ;;
776hppa1.0-*-osf*)
777 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
8cff5eeb 778 tmake_file="pa/t-bsd pa/t-pa"
711b6446 779 xmake_file="pa/x-ada"
bb607926 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"
8cff5eeb 785 tmake_file="pa/t-bsd pa/t-pa"
711b6446 786 xmake_file="pa/x-ada"
bb607926 787 use_collect2=yes
788 ;;
789hppa1.0-*-bsd*)
790 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
8cff5eeb 791 tmake_file="pa/t-bsd pa/t-pa"
711b6446 792 xmake_file="pa/x-ada"
bb607926 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"
597183a7 797 xm_defines=POSIX
8cff5eeb 798 tmake_file=pa/t-pa-hpux
bb607926 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"
597183a7 804 xm_defines=POSIX
8cff5eeb 805 tmake_file=pa/t-pa-hpux
6630177d 806 if test x$gas != xyes
bb607926 807 then
bb607926 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"
597183a7 816 xm_defines=POSIX
8cff5eeb 817 tmake_file=pa/t-pa-hpux
6630177d 818 if test x$gas != xyes
bb607926 819 then
bb607926 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"
597183a7 828 xm_defines=POSIX
8cff5eeb 829 tmake_file=pa/t-pa-hpux
bb607926 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"
597183a7 835 xm_defines=POSIX
8cff5eeb 836 tmake_file=pa/t-pa-hpux
bb607926 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
597183a7 844 xm_defines=POSIX
8b29fefa 845 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
711b6446 846 xmake_file="pa/x-ada"
bb607926 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
597183a7 861 xm_defines=POSIX
8b29fefa 862 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
711b6446 863 xmake_file="pa/x-ada"
bb607926 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*)
597183a7 876 xm_defines=POSIX
2f33fae1 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"
bb607926 878 float_format=i128
3c066828 879 tmake_file="pa/t-pa64 pa/t-pa-hpux"
711b6446 880 xmake_file="pa/x-ada"
f9f97de8 881 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
bb607926 882
bb607926 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
597183a7 897 xm_defines=POSIX
8b29fefa 898 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
711b6446 899 xmake_file="pa/x-ada"
bb607926 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
597183a7 913 xm_defines=POSIX
8b29fefa 914 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
711b6446 915 xmake_file="pa/x-ada"
bb607926 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"
597183a7 929 xm_defines=POSIX
8cff5eeb 930 tmake_file=pa/t-pa-hpux
bb607926 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"
597183a7 936 xm_defines=POSIX
8cff5eeb 937 tmake_file=pa/t-pa-hpux
bb607926 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"
597183a7 944 xm_defines=POSIX
8cff5eeb 945 tmake_file=pa/t-pa-hpux
bb607926 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"
597183a7 951 xm_defines=POSIX
8cff5eeb 952 tmake_file=pa/t-pa-hpux
bb607926 953 install_headers_dir=install-headers-cpio
954 use_collect2=yes
955 ;;
956hppa*-*-lites*)
7a6d1a72 957 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
bb607926 958 target_cpu_default="MASK_PA_11"
8cff5eeb 959 tmake_file="pa/t-bsd pa/t-pa"
711b6446 960 xmake_file="pa/x-ada"
bb607926 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"
c070948e 965 tmake_file=pa/t-mpeix
582b17a6 966 echo "You must use gas. Assuming it is already installed."
6630177d 967 gas=yes
bb607926 968 install_headers_dir=install-headers-tar
582b17a6 969 use_collect2=yes
970 ;;
bb607926 971i370-*-opened*) # IBM 360/370/390 Architecture
597183a7 972 xm_defines='POSIX FATAL_EXIT_CODE=12'
bb607926 973 tm_file=i370/oe.h
8cff5eeb 974 tmake_file="i370/t-oe i370/t-i370"
10cac3d7 975 c_target_objs="i370-c.o"
976 cxx_target_objs="i370-c.o"
bb607926 977 ;;
978i370-*-mvs*)
597183a7 979 xm_defines='POSIX FATAL_EXIT_CODE=12'
bb607926 980 tm_file=i370/mvs.h
10cac3d7 981 tmake_file="i370/t-i370"
982 c_target_objs="i370-c.o"
983 cxx_target_objs="i370-c.o"
bb607926 984 ;;
985i370-*-linux*)
7a6d1a72 986 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
32e8a7fc 987 tmake_file="t-slibgcc-elf-ver t-linux"
bb607926 988 # broken_install=yes
0d6378a9 989 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
bb607926 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*)
597183a7 999 xm_defines=POSIX
d2307a72 1000 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
8cff5eeb 1001 tmake_file="i386/t-i386elf t-svr4"
bb607926 1002 ;;
bb607926 1003i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
597183a7 1004 xm_defines="POSIX SMALL_ARG_MAX"
bb607926 1005 if test x$stabs = xyes -a x$gas = xyes
1006 then
1007 tm_file=i386/sysv4gdb.h
1008 else
d2307a72 1009 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
bb607926 1010 fi
1011 extra_parts="crtbegin.o crtend.o"
1012 tmake_file=i386/t-crtpic
1013 ;;
bb607926 1014i[34567]86-*-netware) # Intel 80386's running netware
d2307a72 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"
bb607926 1016 tmake_file=i386/t-netware
1017 ;;
bb607926 1018i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
f92a3fd0 1019 if test x$gas = xyes
1020 then
1021 tm_file="${tm_file} usegas.h"
1022 fi
597183a7 1023 xm_defines="POSIX SMALL_ARG_MAX"
d2307a72 1024 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
bb607926 1025 tmake_file=t-svr4
1026 extra_parts="crtbegin.o crtend.o"
1027 install_headers_dir=install-headers-cpio
1028 ;;
41e38a87 1029i[34567]86-sequent-sysv*) # would otherwise be caught by i?86-*-sysv*
1030 echo "*** Configuration $machine not supported" 1>&2
1031 exit 1
bb607926 1032 ;;
1033i[34567]86-wrs-vxworks*)
d2307a72 1034 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h i386/vxi386.h"
bb607926 1035 thread_file='vxworks'
1036 ;;
1037i[34567]86-*-aout*)
d2307a72 1038 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
bb607926 1039 ;;
1040i[34567]86-*-beoself* | i[34567]86-*-beos*)
597183a7 1041 xm_defines=POSIX
bb607926 1042 tmake_file='i386/t-beos i386/t-crtpic'
d2307a72 1043 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
bb607926 1044 extra_parts='crtbegin.o crtend.o'
1045 ;;
41e38a87 1046i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
d2307a72 1047 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
bb607926 1048 tmake_file=t-freebsd
1049 ;;
1050i[34567]86-*-freebsd*)
d2307a72 1051 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
a8456aba 1052 ;;
1053x86_64-*-freebsd*)
d2307a72 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"
bb607926 1055 ;;
f406b863 1056i[34567]86-*-netbsdelf*)
d2307a72 1057 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
f406b863 1058 float_format=i386
1059 ;;
bb607926 1060i[34567]86-*-netbsd*)
d2307a72 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"
bb607926 1062 tmake_file=t-netbsd
87a1ff8e 1063 use_collect2=yes
bb607926 1064 ;;
8bc47d57 1065x86_64-*-netbsd*)
d2307a72 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"
8bc47d57 1067 float_format=i386
1068 ;;
bb607926 1069i[34567]86-*-openbsd*)
d2307a72 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}"
c7be79ca 1071 # needed to unconfuse gdb
1072 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
bb607926 1073 # we need collect2 until our bug is fixed...
1074 use_collect2=yes
1075 ;;
1076i[34567]86-*-coff*)
d2307a72 1077 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
bb607926 1078 ;;
41e38a87 1079i[34567]86-*-linux*oldld*) # would otherwise be caught by i?86-*-linux*
1080 echo "*** Configuration $machine not supported" 1>&2
1081 exit 1
bb607926 1082 ;;
1083i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1084 # with a.out format
bb607926 1085 tmake_file="t-linux-aout i386/t-crtstuff"
d2307a72 1086 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
bb607926 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
d2307a72 1093 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
32e8a7fc 1094 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
bb607926 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
d2307a72 1105 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
32e8a7fc 1106 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
0d6378a9 1107 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
bb607926 1108 gnu_ld=yes
1109 float_format=i386
1110 if test x$enable_threads = xyes; then
1111 thread_file='posix'
1112 fi
1113 ;;
5c66405b 1114x86_64-*-linux*)
d2307a72 1115 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
277773bd 1116 i386/x86-64.h i386/linux64.h"
f600b94d 1117 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
0d6378a9 1118 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
5c66405b 1119 gnu_ld=yes
1120 float_format=i386
1121 if test x$enable_threads = xyes; then
1122 thread_file='posix'
1123 fi
1124 ;;
bb607926 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
d2307a72 1134 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
c070948e 1135 tmake_file=i386/t-djgpp
bb607926 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*)
d2307a72 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"
bb607926 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
d2307a72 1154 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
bb607926 1155 else
d2307a72 1156 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
bb607926 1157 fi
bb607926 1158 ;;
1159i[34567]86-*-mach*)
d2307a72 1160 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
bb607926 1161# tmake_file=t-libc-ok
1162 use_collect2=yes
1163 ;;
41e38a87 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
bb607926 1168 ;;
41e38a87 1169i[34567]86-*-rtems*)
214507b9 1170 xm_defines=POSIX
d2307a72 1171 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
bb607926 1172 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1173 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
742d48c2 1174 if test x$enable_threads = xyes; then
1175 thread_file='rtems'
1176 fi
bb607926 1177 ;;
1178i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
597183a7 1179 xm_defines=POSIX
bb607926 1180 install_headers_dir=install-headers-cpio
d2307a72 1181 tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
bb607926 1182 if test x$gas = xyes
1183 then
f92a3fd0 1184 tm_file="usegas.h ${tm_file}"
bb607926 1185 tmake_file=i386/t-sco5gas
1186 else
1187 tmake_file=i386/t-sco5
1188 fi
bb607926 1189 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1190 ;;
bb607926 1191i[34567]86-*-solaris2*)
597183a7 1192 xm_defines="POSIX SMALL_ARG_MAX"
d2307a72 1193 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
bb607926 1194 if test x$gas = xyes; then
bb607926 1195 tm_file="i386/sol2gas.h ${tm_file}"
1196 fi
8cff5eeb 1197 tmake_file="i386/t-sol2 t-svr4"
32e8a7fc 1198 if test x$gnu_ld = xyes; then
1199 tmake_file="$tmake_file t-slibgcc-elf-ver"
1200 else
1201 tmake_file="$tmake_file t-slibgcc-sld"
1202 fi
bb607926 1203 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
bb607926 1204 if test x${enable_threads} = x; then
1205 enable_threads=$have_pthread_h
1206 if test x${enable_threads} = x; then
1207 enable_threads=$have_thread_h
1208 fi
1209 fi
1210 if test x${enable_threads} = xyes; then
1211 if test x${have_pthread_h} = xyes; then
1212 thread_file='posix'
1213 else
1214 thread_file='solaris'
1215 fi
1216 fi
1217 ;;
16031d31 1218i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
597183a7 1219 xm_defines=POSIX
d2307a72 1220 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
bb607926 1221 if test x$stabs = xyes
1222 then
1223 tm_file="${tm_file} dbx.h"
1224 fi
8cff5eeb 1225 tmake_file="i386/t-crtpic t-svr4"
bb607926 1226 extra_parts="crtbegin.o crtend.o"
1227 if test x$enable_threads = xyes; then
1228 thread_file='posix'
1229 fi
1230 ;;
1231i[34567]86-*-sysv4*) # Intel 80386's running system V.4
597183a7 1232 xm_defines="POSIX SMALL_ARG_MAX"
d2307a72 1233 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
bb607926 1234 if test x$stabs = xyes
1235 then
1236 tm_file="${tm_file} dbx.h"
1237 fi
8cff5eeb 1238 tmake_file="i386/t-crtpic t-svr4"
bb607926 1239 extra_parts="crtbegin.o crtend.o"
1240 ;;
1241i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
597183a7 1242 xm_defines=POSIX
d2307a72 1243 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"
8cff5eeb 1244 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
bb607926 1245 extra_parts="crtbegin.o crtend.o"
1246 install_headers_dir=install-headers-cpio
1247 ;;
bb607926 1248i[34567]86-*-sysv*) # Intel 80386's running system V
597183a7 1249 xm_defines=POSIX
bb607926 1250 if test x$gas = xyes
1251 then
1252 if test x$stabs = xyes
1253 then
d2307a72 1254 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
bb607926 1255 tmake_file=i386/t-svr3dbx
41e38a87 1256 extra_parts="svr3.ifile svr3z.ifile"
bb607926 1257 else
d2307a72 1258 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
bb607926 1259 extra_parts="crtbegin.o crtend.o"
1260 tmake_file=i386/t-crtstuff
1261 fi
1262 else
d2307a72 1263 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
bb607926 1264 extra_parts="crtbegin.o crtend.o"
1265 tmake_file=i386/t-crtstuff
1266 fi
1267 tmake_file="$tmake_file i386/t-crtpic"
1268 ;;
1269i386-*-vsta) # Intel 80386's running VSTa kernel
d2307a72 1270 xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1271 tm_file="${tm_file} i386/vsta.h"
bb607926 1272 ;;
1273i[34567]86-*-win32)
345252d1 1274 xm_defines=POSIX
e1688c3e 1275 xm_file=i386/xm-cygwin.h
9650d101 1276 float_format=i386
bb607926 1277 tmake_file=i386/t-cygwin
d2307a72 1278 tm_file="${tm_file} i386/win32.h"
bb607926 1279 extra_objs=winnt.o
1280 if test x$enable_threads = xyes; then
1281 thread_file='win32'
1282 fi
1283 exeext=.exe
1284 ;;
1285i[34567]86-*-pe | i[34567]86-*-cygwin*)
345252d1 1286 xm_defines=POSIX
e1688c3e 1287 xm_file=i386/xm-cygwin.h
9650d101 1288 float_format=i386
bb607926 1289 tmake_file=i386/t-cygwin
1290 tm_file=i386/cygwin.h
bb607926 1291 extra_objs=winnt.o
1292 if test x$enable_threads = xyes; then
1293 thread_file='win32'
1294 fi
1295 exeext=.exe
1296 ;;
1297i[34567]86-*-mingw32*)
1298 tm_file=i386/mingw32.h
9650d101 1299 float_format=i386
597183a7 1300 xm_defines=POSIX
e1688c3e 1301 xm_file=i386/xm-mingw32.h
bb607926 1302 tmake_file="i386/t-cygwin i386/t-mingw32"
1303 extra_objs=winnt.o
bb607926 1304 if test x$enable_threads = xyes; then
1305 thread_file='win32'
1306 fi
1307 exeext=.exe
1308 case $machine in
170a37e8 1309 *mingw32crt*)
bb607926 1310 tm_file="${tm_file} i386/crtdll.h"
1311 ;;
170a37e8 1312 *minwg32msv* | *mingw32*)
1313 ;;
bb607926 1314 esac
1315 ;;
1316i[34567]86-*-uwin*)
d2307a72 1317 tm_file="i386/cygwin.h i386/uwin.h"
bb607926 1318 tmake_file="i386/t-cygwin i386/t-uwin"
1319 extra_objs=winnt.o
bb607926 1320 if test x$enable_threads = xyes; then
1321 thread_file='win32'
1322 fi
1323 exeext=.exe
1324 ;;
49d31318 1325i[34567]86-*-interix3*)
d2307a72 1326 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"
c070948e 1327 xm_file="i386/xm-i386-interix.h"
49d31318 1328 xm_defines=POSIX
c070948e 1329 tmake_file="t-interix i386/t-interix"
49d31318 1330 extra_objs=interix.o
c070948e 1331 xmake_file="x-interix"
49d31318 1332 if test x$enable_threads = xyes ; then
1333 thread_file='posix'
1334 fi
1335 if test x$stabs = xyes ; then
1336 tm_file="${tm_file} dbxcoff.h"
1337 fi
1338 ;;
bb607926 1339i[34567]86-*-interix*)
d2307a72 1340 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
c070948e 1341 xm_file="i386/xm-i386-interix.h"
597183a7 1342 xm_defines=POSIX
8cff5eeb 1343 tmake_file="t-interix i386/t-interix"
bb607926 1344 extra_objs=interix.o
bb607926 1345 if test x$enable_threads = xyes ; then
1346 thread_file='posix'
1347 fi
1348 if test x$stabs = xyes ; then
1349 tm_file="${tm_file} dbxcoff.h"
1350 fi
1351 ;;
bb607926 1352i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1353 tm_file="${tm_file} i960/vx960.h"
1354 tmake_file=i960/t-vxworks960
1355 use_collect2=yes
1356 thread_file='vxworks'
4f7a0ef9 1357 c_target_objs="i960-c.o"
1358 cxx_target_objs="i960-c.o"
bb607926 1359 ;;
1360i960-wrs-vxworks5* | i960-wrs-vxworks)
1361 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1362 tmake_file=i960/t-vxworks960
1363 use_collect2=yes
1364 thread_file='vxworks'
4f7a0ef9 1365 c_target_objs="i960-c.o"
1366 cxx_target_objs="i960-c.o"
bb607926 1367 ;;
1368i960-wrs-vxworks*)
1369 tm_file="${tm_file} i960/vx960.h"
1370 tmake_file=i960/t-vxworks960
1371 use_collect2=yes
1372 thread_file='vxworks'
4f7a0ef9 1373 c_target_objs="i960-c.o"
1374 cxx_target_objs="i960-c.o"
bb607926 1375 ;;
1376i960-*-coff*)
1377 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1378 tmake_file=i960/t-960bare
4f7a0ef9 1379 c_target_objs="i960-c.o"
1380 cxx_target_objs="i960-c.o"
bb607926 1381 ;;
1382i960-*-rtems)
214507b9 1383 xm_defines=POSIX
bb607926 1384 tmake_file="i960/t-960bare t-rtems"
214507b9 1385 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
742d48c2 1386 if test x$enable_threads = xyes; then
1387 thread_file='rtems'
1388 fi
4f7a0ef9 1389 c_target_objs="i960-c.o"
1390 cxx_target_objs="i960-c.o"
bb607926 1391 ;;
1392i960-*-*) # Default i960 environment.
1393 use_collect2=yes
29122112 1394 tmake_file=i960/t-960bare
4f7a0ef9 1395 c_target_objs="i960-c.o"
1396 cxx_target_objs="i960-c.o"
bb607926 1397 ;;
037e8675 1398ia64*-*-aix*)
7a6d1a72 1399 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
037e8675 1400 tmake_file="ia64/t-ia64 ia64/t-aix"
1401 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1402 ;;
bb607926 1403ia64*-*-elf*)
7a6d1a72 1404 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
bb607926 1405 tmake_file="ia64/t-ia64"
1406 target_cpu_default="0"
1407 if test x$gas = xyes
1408 then
1409 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1410 fi
1411 if test x$gnu_ld = xyes
1412 then
1413 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1414 fi
1415 float_format=i386
1416 ;;
49b2e77d 1417ia64*-*-freebsd*)
0670e09b 1418 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
49b2e77d 1419 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1420 tmake_file="${tmake_file} ia64/t-ia64"
1421 float_format=i386
1422 ;;
bb607926 1423ia64*-*-linux*)
7a6d1a72 1424 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
32e8a7fc 1425 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
bb607926 1426 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1427 if test x$enable_threads = xyes; then
1428 thread_file='posix'
1429 fi
1430 float_format=i386
1431 ;;
d838d791 1432ia64*-*-hpux*)
7a6d1a72 1433 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
4c9b2035 1434 tmake_file="ia64/t-ia64 ia64/t-hpux"
d838d791 1435 target_cpu_default="MASK_GNU_AS"
1436 if test x$enable_threads = xyes; then
1437 thread_file='posix'
1438 fi
1439 float_format=i386
1440 ;;
bb607926 1441m32r-*-elf*)
7a6d1a72 1442 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 1443 extra_parts="crtinit.o crtfini.o"
1444 ;;
1445# m68hc11 and m68hc12 share the same machine description.
1446m68hc11-*-*|m6811-*-*)
7a6d1a72 1447 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
bb607926 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-*-*)
7a6d1a72 1454 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
bb607926 1455 tm_p_file="m68hc11/m68hc11-protos.h"
bb607926 1456 md_file="m68hc11/m68hc11.md"
1457 out_file="m68hc11/m68hc11.c"
1458 tmake_file="m68hc11/t-m68hc11-gas"
1459 ;;
bb607926 1460m68000-hp-bsd*) # HP 9000/200 running BSD
1461 tm_file=m68k/hp2bsd.h
bb607926 1462 use_collect2=yes
bb607926 1463 ;;
1464m68000-hp-hpux*) # HP 9000 series 300
597183a7 1465 xm_defines=POSIX
bb607926 1466 if test x$gas = xyes
1467 then
bb607926 1468 tm_file=m68k/hp310g.h
1469 else
bb607926 1470 tm_file=m68k/hp310.h
1471 fi
8cff5eeb 1472 tmake_file=m68k/t-hp320
bb607926 1473 install_headers_dir=install-headers-cpio
1474 use_collect2=yes
bb607926 1475 ;;
1476m68000-sun-sunos3*)
1477 tm_file=m68k/sun2.h
1478 use_collect2=yes
bb607926 1479 ;;
1480m68000-sun-sunos4*)
1481 tm_file=m68k/sun2o4.h
1482 use_collect2=yes
bb607926 1483 ;;
1484m68000-att-sysv*)
597183a7 1485 xm_defines=POSIX
bb607926 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
bb607926 1493 ;;
bb607926 1494m68k-atari-sysv4*) # Atari variant of V.4.
1495 tm_file=m68k/atari.h
597183a7 1496 xm_defines=POSIX
bb607926 1497 tmake_file=t-svr4
1498 extra_parts="crtbegin.o crtend.o"
bb607926 1499 float_format=m68k
1500 ;;
41e38a87 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 ;;
bb607926 1506m68k-motorola-sysv*)
1507 tm_file=m68k/mot3300.h
597183a7 1508 xm_defines=POSIX
bb607926 1509 if test x$gas = xyes
1510 then
bb607926 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
bb607926 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"
bb607926 1529 float_format=m68k
1530 ;;
1531m68k-ncr-sysv*) # NCR Tower 32 SVR3
1532 tm_file=m68k/tower-as.h
597183a7 1533 xm_defines=POSIX
bb607926 1534 extra_parts="crtbegin.o crtend.o"
bb607926 1535 ;;
1536m68k-plexus-sysv*)
1537 tm_file=m68k/plexus.h
597183a7 1538 xm_defines=POSIX
bb607926 1539 use_collect2=yes
bb607926 1540 ;;
1541m68k-tti-*)
1542 tm_file=m68k/pbb.h
597183a7 1543 xm_defines=POSIX
bb607926 1544 ;;
1545m68k-crds-unos*)
597183a7 1546 xm_defines=POSIX
bb607926 1547 tm_file=m68k/crds.h
1548 use_collect2=yes
bb607926 1549 ;;
1550m68k-cbm-sysv4*) # Commodore variant of V.4.
1551 tm_file=m68k/amix.h
597183a7 1552 xm_defines=POSIX
bb607926 1553 tmake_file=t-svr4
1554 extra_parts="crtbegin.o crtend.o"
bb607926 1555 float_format=m68k
1556 ;;
1557m68k-ccur-rtu)
1558 tm_file=m68k/ccur-GAS.h
bb607926 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
bb607926 1564 use_collect2=yes
bb607926 1565 float_format=m68k
1566 ;;
1567m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1568 tm_file=m68k/hp3bsd.h
1569 use_collect2=yes
bb607926 1570 float_format=m68k
1571 ;;
bb607926 1572m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
597183a7 1573 xm_defines=POSIX
bb607926 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
bb607926 1584 float_format=m68k
1585 ;;
1586m68k-hp-hpux*) # HP 9000 series 300
597183a7 1587 xm_defines=POSIX
bb607926 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
bb607926 1598 float_format=m68k
1599 ;;
1600m68k-sun-mach*)
1601 tm_file=m68k/sun3mach.h
1602 use_collect2=yes
bb607926 1603 float_format=m68k
1604 ;;
bb607926 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
bb607926 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
bb607926 1624 ;;
1625m68k-wrs-vxworks*)
1626 tm_file=m68k/vxm68k.h
1627 tmake_file=m68k/t-vxworks68
bb607926 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"
bb607926 1634 float_format=m68k
1635 ;;
1636m68k-*-coff*)
1637 tmake_file=m68k/t-m68kbare
1638 tm_file="m68k/m68k-coff.h dbx.h"
bb607926 1639 float_format=m68k
1640 ;;
1641m68020-*-elf* | m68k-*-elf*)
2f50f9f1 1642 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
597183a7 1643 xm_defines=POSIX
bb607926 1644 tmake_file=m68k/t-m68kelf
37f722b2 1645 extra_parts="crtbegin.o crtend.o"
bb607926 1646 ;;
124c3198 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 ;;
bb607926 1659m68k*-*-netbsd*)
1660 tm_file=m68k/netbsd.h
1661 tmake_file=t-netbsd
1662 float_format=m68k
87a1ff8e 1663 use_collect2=yes
bb607926 1664 ;;
1665m68k*-*-openbsd*)
c7be79ca 1666 # needed to unconfuse gdb
1667 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
bb607926 1668 float_format=m68k
1669 # we need collect2 until our bug is fixed...
1670 use_collect2=yes
1671 ;;
bb607926 1672m68k-*-sysv4*) # Motorola m68k's running system V.4
1673 tm_file=m68k/m68kv4.h
597183a7 1674 xm_defines=POSIX
bb607926 1675 tmake_file=t-svr4
1676 extra_parts="crtbegin.o crtend.o"
bb607926 1677 float_format=m68k
1678 ;;
1679m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1680 # with a.out format
bb607926 1681 tm_file=m68k/linux-aout.h
1682 tmake_file="t-linux-aout m68k/t-linux-aout"
bb607926 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
bb607926 1689 tm_file=m68k/linux.h
32e8a7fc 1690 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
bb607926 1691 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
bb607926 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.
bb607926 1698 tm_file=m68k/linux.h
32e8a7fc 1699 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
bb607926 1700 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
bb607926 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
bb607926 1710 float_format=m68k
1711 ;;
41e38a87 1712m68k-*-rtemscoff*) # would otherwise be caught by m68k-*-rtems*
1713 echo "*** Configuration $machine not supported" 1>&2
1714 exit 1
bb607926 1715 ;;
41e38a87 1716m68k-*-rtems*)
214507b9 1717 xm_defines=POSIX
bb607926 1718 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
214507b9 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"
bb607926 1720 float_format=m68k
37f722b2 1721 extra_parts="crtbegin.o crtend.o"
742d48c2 1722 if test x$enable_threads = xyes; then
1723 thread_file='rtems'
1724 fi
bb607926 1725 ;;
bb607926 1726m88k-*-aout*)
597183a7 1727 xm_defines=POSIX
bb607926 1728 tm_file=m88k/m88k-aout.h
1729 ;;
bb607926 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}"
bb607926 1733 ;;
bb607926 1734m88k-*-sysv4*)
597183a7 1735 xm_defines=POSIX
7a6d1a72 1736 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
bb607926 1737 extra_parts="crtbegin.o crtend.o"
bb607926 1738 tmake_file=m88k/t-sysv4
1739 ;;
1740mcore-*-elf)
7a6d1a72 1741 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
bb607926 1742 tmake_file=mcore/t-mcore
1743 ;;
1744mcore-*-pe*)
1745 tm_file=mcore/mcore-pe.h
1746 tmake_file=mcore/t-mcore-pe
1747 ;;
1748mips-sgi-irix6*) # SGI System V.4., IRIX 6
1749 if test "x$gnu_ld" = xyes
1750 then
1751 tm_file="mips/iris6.h mips/iris6gld.h"
1752 else
1753 tm_file=mips/iris6.h
1754 fi
8cff5eeb 1755 tmake_file="mips/t-iris mips/t-iris6"
597183a7 1756 xm_defines=POSIX
bb607926 1757# if test x$enable_threads = xyes; then
1758# thread_file='irix'
1759# fi
1760 ;;
1761mips-wrs-vxworks)
1762 tm_file="mips/elf.h mips/vxworks.h"
1763 tmake_file=mips/t-ecoff
1764 gas=yes
1765 gnu_ld=yes
1766 extra_parts="crtbegin.o crtend.o"
1767 thread_file='vxworks'
1768 ;;
1769mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
1770 tm_file="mips/iris6.h mips/cross64.h"
597183a7 1771 xm_defines=POSIX
3239b2ba 1772 xm_file=mips/xm-iris5.h
8cff5eeb 1773 tmake_file="mips/t-iris mips/t-cross64"
bb607926 1774 # See comment in mips/iris[56].h files.
1775 use_collect2=yes
1776# if test x$enable_threads = xyes; then
1777# thread_file='irix'
1778# fi
1779 ;;
1780mips-sni-sysv4)
1781 if test x$gas = xyes
1782 then
1783 if test x$stabs = xyes
1784 then
1785 tm_file=mips/iris5gdb.h
1786 else
1787 tm_file="mips/sni-svr4.h mips/sni-gas.h"
1788 fi
1789 else
1790 tm_file=mips/sni-svr4.h
1791 fi
597183a7 1792 xm_defines=POSIX
bb607926 1793 if test x$gnu_ld != xyes
1794 then
1795 use_collect2=yes
1796 fi
1797 ;;
1798mips-sgi-irix5*) # SGI System V.4., IRIX 5
1799 if test x$gas = xyes
1800 then
1801 tm_file="mips/iris5.h mips/iris5gas.h"
1802 if test x$stabs = xyes
1803 then
1804 tm_file="${tm_file} dbx.h"
1805 fi
1806 else
1807 tm_file=mips/iris5.h
1808 fi
8cff5eeb 1809 tmake_file=mips/t-iris
597183a7 1810 xm_defines=POSIX
3239b2ba 1811 xm_file=mips/xm-iris5.h
bb607926 1812 # mips-tfile doesn't work yet
bb607926 1813 # See comment in mips/iris5.h file.
1814 use_collect2=yes
1815# if test x$enable_threads = xyes; then
1816# thread_file='irix'
1817# fi
1818 ;;
41e38a87 1819mips-sgi-*) # would otherwise be caught by mips-*-elf*
1820 echo "*** Configuration $machine not supported" 1>&2
1821 exit 1
bb607926 1822 ;;
4ace673e 1823mips*-*-netbsd*) # NetBSD/mips, either endian.
1824 tm_file="elfos.h mips/netbsd.h"
e0d505fa 1825 tmake_file="${tmake_file} mips/t-netbsd"
bb607926 1826 ;;
1827mips*-*-linux*) # Linux MIPS, either endian.
7a6d1a72 1828 tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
bb607926 1829 case $machine in
613a38b0 1830 mipsisa32*-*)
1831 tm_file="$tm_file mips/isa32-linux.h"
1832 target_cpu_default="MASK_SOFT_FLOAT"
1833 ;;
1834 esac
a5159deb 1835 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
0d6378a9 1836 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
bb607926 1837 gnu_ld=yes
1838 gas=yes
1839 if test x$enable_threads = xyes; then
1840 thread_file='posix'
1841 fi
1842 ;;
1843mips*el-*-openbsd*) # mips little endian
1844 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1845 ;;
1846mips*-*-openbsd*) # mips big endian
1847 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1848 tm_file="mips/openbsd-be.h ${tm_file}"
1849 ;;
f4deb416 1850mips-*-ecoff* | mipsel-*-ecoff*)
bb607926 1851 tm_file="gofast.h mips/ecoff.h"
1852 if test x$stabs = xyes; then
1853 tm_file="${tm_file} dbx.h"
1854 fi
1855 tmake_file=mips/t-ecoff
1856 ;;
f4deb416 1857mipsisa32-*-elf* | mipsisa32el-*-elf*)
582b17a6 1858 tm_file="mips/isa3264.h mips/abi64.h"
1859 tmake_file=mips/t-isa3264
7a698e6b 1860 target_cpu_default="MASK_SOFT_FLOAT"
582b17a6 1861 ;;
f4deb416 1862mips-*-elf* | mipsel-*-elf*)
bb607926 1863 tm_file="mips/elf.h"
1864 tmake_file=mips/t-elf
1865 ;;
f4deb416 1866mips64-*-elf* | mips64el-*-elf*)
bb607926 1867 tm_file="mips/elf64.h"
1868 tmake_file=mips/t-elf
1869 ;;
f4deb416 1870mips64orion-*-elf* | mips64orionel-*-elf*)
bb607926 1871 tm_file="mips/elforion.h mips/elf64.h"
1872 tmake_file=mips/t-elf
1873 ;;
1874mips64orion-*-rtems*)
214507b9 1875 xm_defines=POSIX
1876 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
bb607926 1877 tmake_file="mips/t-elf t-rtems"
742d48c2 1878 if test x$enable_threads = xyes; then
1879 thread_file='rtems'
1880 fi
1881 ;;
1882mips*-*-rtems*)
214507b9 1883 xm_defines=POSIX
1884 tm_file="mips/elf.h mips/rtems.h rtems.h"
742d48c2 1885 tmake_file="mips/t-elf t-rtems"
1886 if test x$enable_threads = xyes; then
1887 thread_file='rtems'
1888 fi
bb607926 1889 ;;
f4deb416 1890mipstx39-*-elf* | mipstx39el-*-elf*)
bb607926 1891 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
1892 tmake_file=mips/t-r3900
1893 ;;
68cbb7e3 1894mmix-knuth-mmixware)
1895 ;;
bb607926 1896mn10200-*-*)
1897 float_format=i32
7a6d1a72 1898 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 1899 if test x$stabs = xyes
1900 then
1901 tm_file="${tm_file} dbx.h"
1902 fi
1903 use_collect2=no
1904 ;;
1905mn10300-*-*)
7a6d1a72 1906 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 1907 if test x$stabs = xyes
1908 then
1909 tm_file="${tm_file} dbx.h"
1910 fi
1911 use_collect2=no
1912 ;;
f470dade 1913ns32k-*-netbsdelf*)
1914 echo "GCC does not yet support the ${machine} target"; exit 1
1915 ;;
bb607926 1916ns32k-*-netbsd*)
5f16a202 1917 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
bb607926 1918 # On NetBSD, the headers are already okay, except for math.h.
1919 tmake_file=t-netbsd
87a1ff8e 1920 use_collect2=yes
bb607926 1921 ;;
1922pdp11-*-bsd)
1923 tm_file="${tm_file} pdp11/2bsd.h"
1924 ;;
1925pdp11-*-*)
1926 ;;
1927avr-*-*)
1928 ;;
1929ns32k-*-openbsd*)
1930 # Nothing special
1931 ;;
bb607926 1932romp-*-openbsd*)
1933 # Nothing special
1934 ;;
1935powerpc-*-openbsd*)
f6dfa909 1936 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
83287f80 1937 extra_headers=
bb607926 1938 ;;
8eaf2dd1 1939powerpc64-*-linux*)
7a6d1a72 1940 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
8eaf2dd1 1941 out_file=rs6000/rs6000.c
c4f7b734 1942 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64"
8eaf2dd1 1943 ;;
fca26bb8 1944powerpc64-*-gnu*)
1945 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"
1946 out_file=rs6000/rs6000.c
c4f7b734 1947 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
fca26bb8 1948 ;;
bb607926 1949powerpc-*-beos*)
8eaf2dd1 1950 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
597183a7 1951 xm_defines=POSIX
bb607926 1952 tmake_file=rs6000/t-beos
83287f80 1953 extra_headers=
bb607926 1954 ;;
17ac16a1 1955powerpc-*-darwin*)
80d725d7 1956 tm_file="${tm_file} darwin.h rs6000/darwin.h"
1957 tm_p_file="${tm_p_file} darwin-protos.h"
1958 tmake_file=rs6000/t-darwin
80d725d7 1959 extra_objs="darwin.o"
db13dee0 1960 config_gtfiles="${config_gtfiles} \$(srcdir)/config/darwin.c"
49f45d83 1961 c_target_objs="darwin-c.o"
1962 cxx_target_objs="darwin-c.o"
80d725d7 1963 # Darwin linker does collect2 functionality
1964 use_collect2=no
25b7153e 1965 extra_headers=altivec.h
17ac16a1 1966 ;;
327811ee 1967powerpc*-*-freebsd*)
7a6d1a72 1968 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
327811ee 1969 xm_file=rs6000/xm-sysv4.h
1970 out_file=rs6000/rs6000.c
67accb92 1971 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
327811ee 1972 ;;
bb607926 1973powerpc-*-sysv*)
7a6d1a72 1974 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
597183a7 1975 xm_defines=POSIX
bb607926 1976 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
bb607926 1977 ;;
93006578 1978powerpc-*-netbsd*)
7a6d1a72 1979 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
93006578 1980 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
93006578 1981 ;;
e37e4a50 1982powerpc-*-chorusos*)
597183a7 1983 xm_defines=POSIX
7a6d1a72 1984 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
e37e4a50 1985 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
e37e4a50 1986 case x${enable_threads} in
1987 xyes | xpthreads | xposix)
1988 thread_file='posix'
1989 ;;
1990 esac
1991 ;;
bb607926 1992powerpc-*-eabiaix*)
597183a7 1993 xm_defines=POSIX
7a6d1a72 1994 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
bb607926 1995 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 1996 ;;
bbf524e7 1997powerpc-*-eabisimaltivec*)
1998 xm_defines=POSIX
1999 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"
5d916180 2000 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
bbf524e7 2001 ;;
bb607926 2002powerpc-*-eabisim*)
597183a7 2003 xm_defines=POSIX
7a6d1a72 2004 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
bb607926 2005 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2006 ;;
2007powerpc-*-elf*)
597183a7 2008 xm_defines=POSIX
7a6d1a72 2009 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
bb607926 2010 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2011 ;;
553c09a8 2012powerpc-*-eabialtivec*)
2013 xm_defines=POSIX
2014 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
5d916180 2015 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
553c09a8 2016 ;;
bb607926 2017powerpc-*-eabi*)
597183a7 2018 xm_defines=POSIX
7a6d1a72 2019 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
bb607926 2020 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2021 ;;
2022powerpc-*-rtems*)
597183a7 2023 xm_defines=POSIX
214507b9 2024 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
bb607926 2025 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
742d48c2 2026 if test x$enable_threads = xyes; then
2027 thread_file='rtems'
2028 fi
bb607926 2029 ;;
2030powerpc-*-linux*libc1)
7a6d1a72 2031 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
bb607926 2032 out_file=rs6000/rs6000.c
32e8a7fc 2033 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
bb607926 2034 if test x$enable_threads = xyes; then
2035 thread_file='posix'
2036 fi
2037 ;;
553c09a8 2038powerpc-*-linux-gnualtivec*)
2039 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2040 out_file=rs6000/rs6000.c
2041 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
553c09a8 2042 if test x$enable_threads = xyes; then
2043 thread_file='posix'
2044 fi
2045 ;;
bb607926 2046powerpc-*-linux*)
7a6d1a72 2047 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
bb607926 2048 out_file=rs6000/rs6000.c
32e8a7fc 2049 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
bb607926 2050 if test x$enable_threads = xyes; then
2051 thread_file='posix'
2052 fi
2053 ;;
fca26bb8 2054powerpc-*-gnu-gnualtivec*)
2055 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"
2056 out_file=rs6000/rs6000.c
2057 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2058 if test x$enable_threads = xyes; then
2059 thread_file='posix'
2060 fi
2061 ;;
2062powerpc-*-gnu*)
2063 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"
2064 out_file=rs6000/rs6000.c
2065 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2066 if test x$enable_threads = xyes; then
2067 thread_file='posix'
2068 fi
2069 ;;
bb607926 2070powerpc-wrs-vxworks*)
597183a7 2071 xm_defines=POSIX
7a6d1a72 2072 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
bb607926 2073 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2074 thread_file='vxworks'
2075 ;;
16d627c6 2076powerpc-wrs-windiss*)
2077 xm_defines=POSIX
2078 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2079 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2080 thread_file=""
2081 ;;
bb607926 2082powerpcle-wrs-vxworks*)
597183a7 2083 xm_defines=POSIX
7a6d1a72 2084 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
bb607926 2085 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2086 thread_file='vxworks'
2087 ;;
2088powerpcle-*-sysv*)
7a6d1a72 2089 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
597183a7 2090 xm_defines=POSIX
bb607926 2091 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
bb607926 2092 ;;
2093powerpcle-*-elf*)
597183a7 2094 xm_defines=POSIX
7a6d1a72 2095 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
bb607926 2096 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2097 ;;
2098powerpcle-*-eabisim*)
597183a7 2099 xm_defines=POSIX
7a6d1a72 2100 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"
bb607926 2101 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2102 ;;
2103powerpcle-*-eabi*)
597183a7 2104 xm_defines=POSIX
7a6d1a72 2105 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
bb607926 2106 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2107 ;;
bb607926 2108rs6000-ibm-aix3.[01]*)
597183a7 2109 xm_defines=POSIX
8eaf2dd1 2110 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
bb607926 2111 float_format=none
2112 use_collect2=yes
2113 ;;
2114rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
597183a7 2115 xm_defines=POSIX
8eaf2dd1 2116 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
513f3e74 2117 tmake_file=rs6000/t-newas
bb607926 2118 float_format=none
2119 use_collect2=yes
83287f80 2120 extra_headers=
bb607926 2121 ;;
2122rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
597183a7 2123 xm_defines=POSIX
8eaf2dd1 2124 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
513f3e74 2125 tmake_file=rs6000/t-newas
bb607926 2126 float_format=none
2127 use_collect2=yes
83287f80 2128 extra_headers=
bb607926 2129 ;;
2130rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
597183a7 2131 xm_defines=POSIX
8eaf2dd1 2132 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
bb607926 2133 tmake_file=rs6000/t-aix43
bb607926 2134 float_format=none
2135 use_collect2=yes
2136 thread_file='aix'
83287f80 2137 extra_headers=
bb607926 2138 ;;
2139rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
597183a7 2140 xm_defines=POSIX
8eaf2dd1 2141 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
bb607926 2142 tmake_file=rs6000/t-aix43
bb607926 2143 float_format=none
2144 use_collect2=yes
2145 thread_file='aix'
83287f80 2146 extra_headers=
bb607926 2147 ;;
2148rs6000-ibm-aix*)
597183a7 2149 xm_defines=POSIX
8eaf2dd1 2150 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
bb607926 2151 float_format=none
2152 use_collect2=yes
2153 ;;
2154rs6000-bull-bosx)
597183a7 2155 xm_defines=POSIX
8eaf2dd1 2156 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
bb607926 2157 float_format=none
2158 use_collect2=yes
2159 ;;
2160rs6000-*-mach*)
277773bd 2161 tm_file="${tm_file} rs6000/mach.h"
597183a7 2162 xm_defines=POSIX
bb607926 2163 use_collect2=yes
2164 ;;
2165rs6000-*-lynxos*)
327811ee 2166 tm_file="lynx.h rs6000/lynx.h"
bb607926 2167 tmake_file=rs6000/t-rs6000
bb607926 2168 use_collect2=yes
2169 ;;
582b17a6 2170s390-*-linux*)
7a6d1a72 2171 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1281fed9 2172 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
0d6378a9 2173 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
346e8a0c 2174 if test x$enable_threads = xyes; then
2175 thread_file='posix'
2176 fi
2177 ;;
582b17a6 2178s390x-*-linux*)
d50213e6 2179 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
48de175f 2180 tm_p_file=s390/s390-protos.h
2181 md_file=s390/s390.md
b5ccaa7b 2182 extra_modes=s390/s390-modes.def
48de175f 2183 out_file=s390/s390.c
8994bd9e 2184 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
0d6378a9 2185 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
346e8a0c 2186 if test x$enable_threads = xyes; then
2187 thread_file='posix'
2188 fi
2189 ;;
493914a8 2190sh-*-elf* | sh[2346l]*-*-elf*)
bb607926 2191 tmake_file="sh/t-sh sh/t-elf"
febf5bcd 2192 case $machine in
2193 shl* | sh64l*)
2194 tm_file="sh/little.h ${tm_file}"
2195 tmake_file="${tmake_file} sh/t-le"
2196 ;;
2197 esac
87ab0a3d 2198 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
bb607926 2199 float_format=sh
febf5bcd 2200 case $machine in
2201 sh64*)
2202 tmake_file="${tmake_file} sh/t-sh64"
2203 tm_file="${tm_file} sh/sh64.h"
2204 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2205 # Not strictly necessary to check this, but a good idea anyway.
2206 if test $machine = $target; then
2207 target_requires_64bit_host_wide_int=yes
2208 fi
2209 ;;
493914a8 2210 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2211 sh4*) target_cpu_default="SELECT_SH4" ;;
2212 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2213 sh3*) target_cpu_default="SELECT_SH3" ;;
2214 sh2*) target_cpu_default="SELECT_SH2" ;;
2215 esac
2216 case $machine in
2217 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
febf5bcd 2218 esac
87e19636 2219 ;;
bb607926 2220sh-*-rtemself*)
214507b9 2221 xm_defines=POSIX
bb607926 2222 tmake_file="sh/t-sh sh/t-elf t-rtems"
87ab0a3d 2223 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
bb607926 2224 float_format=sh
742d48c2 2225 if test x$enable_threads = xyes; then
2226 thread_file='rtems'
2227 fi
bb607926 2228 ;;
2229sh-*-rtems*)
214507b9 2230 xm_defines=POSIX
bb607926 2231 tmake_file="sh/t-sh t-rtems"
87ab0a3d 2232 tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
bb607926 2233 float_format=sh
742d48c2 2234 if test x$enable_threads = xyes; then
2235 thread_file='rtems'
2236 fi
bb607926 2237 ;;
493914a8 2238sh-*-linux* | sh[2346lbe]*-*-linux*)
2239 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
2240 case $machine in
2241 sh*be-*-* | sh*eb-*-*) ;;
2242 *)
2243 tm_file="sh/little.h ${tm_file}"
2244 tmake_file="${tmake_file} sh/t-le"
2245 ;;
2246 esac
2247 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
bb607926 2248 gas=yes gnu_ld=yes
2249 if test x$enable_threads = xyes; then
2250 thread_file='posix'
2251 fi
2252 float_format=sh
493914a8 2253 case $machine in
2254 sh64*)
2255 tmake_file="${tmake_file} sh/t-sh64"
2256 tm_file="${tm_file} sh/sh64.h"
2257 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2258 # Not strictly necessary to check this, but a good idea anyway.
2259 if test $machine = $target; then
2260 target_requires_64bit_host_wide_int=yes
2261 fi
2262 ;;
2263 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2264 sh4*) target_cpu_default="SELECT_SH4" ;;
2265 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
2266 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
2267 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2268 sh3*) target_cpu_default="SELECT_SH3" ;;
2269 sh2*) target_cpu_default="SELECT_SH2" ;;
2270 esac
2271 case $machine in
2272 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2273 esac
bb607926 2274 ;;
dca09811 2275sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2276 sh64-*-netbsd* | sh64l*-*-netbsd*)
4ee34c70 2277 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2278 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2279 case $machine in
2280 sh*l*-*)
2281 tm_file="sh/little.h ${tm_file}"
2282 tmake_file="${tmake_file} sh/t-le"
2283 ;;
2284 *)
2285 tmake_file="${tmake_file} sh/t-be"
2286 ;;
2287 esac
dca09811 2288 case $machine in
2289 sh5*-*)
2290 # SHmedia, 32-bit ABI
2291 target_cpu_default="SH5_BIT|SH4_BIT|SH3E_BIT"
61ddddf5 2292 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
dca09811 2293 ;;
2294 sh64*-*)
2295 # SHmedia, 64-bit ABI
2296 target_cpu_default="SH5_BIT|SH4_BIT"
61ddddf5 2297 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
dca09811 2298 ;;
2299 *)
2300 # SH3, software floating point
2301 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
2302 tmake_file="${tmake_file} sh/t-netbsd"
2303 ;;
2304 esac
4ee34c70 2305 float_format=sh
2306 ;;
bb607926 2307sh-*-*)
87ab0a3d 2308 tm_file="${tm_file} sh/coff.h"
bb607926 2309 float_format=sh
2310 ;;
2311sparc-tti-*)
da88aad2 2312 tm_file="${tm_file} sparc/pbd.h"
597183a7 2313 xm_defines=POSIX
bb607926 2314 ;;
81a6a67d 2315sparc64-wrs-vxworks*)
74b68692 2316 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
8c9facdb 2317 tmake_file="sparc/t-vxsparc64 sparc/t-crtfm"
81a6a67d 2318 use_collect2=yes
2319 ;;
bb607926 2320sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
da88aad2 2321 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
bb607926 2322 tmake_file=sparc/t-vxsparc
2323 use_collect2=yes
2324 thread_file='vxworks'
2325 ;;
2326sparc-*-aout*)
2327 tmake_file=sparc/t-sparcbare
da88aad2 2328 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
bb607926 2329 ;;
f470dade 2330sparc-*-netbsdelf*)
1897a3df 2331 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
f470dade 2332 ;;
bb607926 2333sparc-*-netbsd*)
4ace673e 2334 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
bb607926 2335 tmake_file=t-netbsd
87a1ff8e 2336 use_collect2=yes
bb607926 2337 ;;
2338sparc-*-openbsd*)
fbf80593 2339 tm_file="sparc/sparc.h ${tm_file}"
c7be79ca 2340 # needed to unconfuse gdb
2341 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
bb607926 2342 # we need collect2 until our bug is fixed...
2343 use_collect2=yes
2344 ;;
61f2f0de 2345sparc64-*-openbsd*)
2346 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"
2347 xm_file=sparc/xm-sp64.h
2348 gas=yes gnu_ld=yes
2349 with_cpu=ultrasparc
2350 float_format=i128
2351 ;;
bb607926 2352sparc-*-bsd*)
3ee86238 2353 tm_file="${tm_file} sparc/bsd.h"
bb607926 2354 ;;
e37e4a50 2355sparc-*-chorusos*)
7a6d1a72 2356 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
8c9facdb 2357 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
e37e4a50 2358 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2359 float_format=i64
2360 case x${enable_threads} in
2361 xyes | xpthreads | xposix)
2362 thread_file='posix'
2363 ;;
2364 esac
2365 ;;
bb607926 2366sparc-*-elf*)
7a6d1a72 2367 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
f24facde 2368 tmake_file="sparc/t-elf sparc/t-crtfm"
bb607926 2369 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2370 #float_format=i128
2371 float_format=i64
2372 ;;
2373sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
fbf80593 2374 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
bb607926 2375 gnu_ld=yes
2376 ;;
2377sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
7a6d1a72 2378 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
f24facde 2379 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
bb607926 2380 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2381 gnu_ld=yes
2382 float_format=sparc
2383 ;;
2384sparc-*-linux*) # Sparc's running GNU/Linux, libc6
7a6d1a72 2385 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
f24facde 2386 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
0d6378a9 2387 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
bb607926 2388 gnu_ld=yes
2389 if test x$enable_threads = xyes; then
2390 thread_file='posix'
2391 fi
2392 float_format=sparc
2393 ;;
2394sparc-*-lynxos*)
2395 if test x$gas = xyes
2396 then
fbf80593 2397 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
bb607926 2398 else
fbf80593 2399 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
bb607926 2400 fi
bb607926 2401 tmake_file=sparc/t-sunos41
bb607926 2402 ;;
41e38a87 2403sparc-*-rtemsaout*) # would otherwise be caught by sparc-*-rtems*
2404 echo "*** Configuration $machine not supported" 1>&2
2405 exit 1
bb607926 2406 ;;
41e38a87 2407sparc-*-rtems*)
214507b9 2408 xm_defines=POSIX
7a6d1a72 2409 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
8c9facdb 2410 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
bb607926 2411 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2412 #float_format=i128
2413 float_format=i64
742d48c2 2414 if test x$enable_threads = xyes; then
2415 thread_file='rtems'
2416 fi
bb607926 2417 ;;
8ed09732 2418sparc64-*-solaris2* | sparcv9-*-solaris2*)
2419 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
d5a614bc 2420 if test x$gnu_ld = xyes; then
2421 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
bb607926 2422 fi
b25d9808 2423 if test x$gas = xyes; then
2424 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2425 fi
597183a7 2426 xm_defines=POSIX
f24facde 2427 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
bb607926 2428 if test x$gnu_ld = xyes; then
32e8a7fc 2429 tmake_file="$tmake_file t-slibgcc-elf-ver"
bb607926 2430 else
32e8a7fc 2431 tmake_file="$tmake_file t-slibgcc-sld"
bb607926 2432 fi
bb607926 2433 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
a30c8575 2434 float_format=i128
bb607926 2435 if test x${enable_threads} = x ; then
2436 enable_threads=$have_pthread_h
2437 if test x${enable_threads} = x ; then
2438 enable_threads=$have_thread_h
2439 fi
2440 fi
2441 if test x${enable_threads} = xyes ; then
2442 if test x${have_pthread_h} = xyes ; then
2443 thread_file='posix'
2444 else
2445 thread_file='solaris'
2446 fi
2447 fi
2448 ;;
2449sparc-hal-solaris2*)
597183a7 2450 xm_defines=POSIX
7a6d1a72 2451 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
f24facde 2452 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
bb607926 2453 if test x$gnu_ld = xyes; then
87515218 2454 tm_file="${tm_file} sparc/sol2-gld.h"
32e8a7fc 2455 tmake_file="$tmake_file t-slibgcc-elf-ver"
bb607926 2456 else
32e8a7fc 2457 tmake_file="$tmake_file t-slibgcc-sld"
bb607926 2458 fi
bb607926 2459 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
a30c8575 2460 float_format=i128
bb607926 2461 thread_file='solaris'
2462 ;;
8ed09732 2463sparc-*-solaris2*)
d5a614bc 2464 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
2465 if test x$gnu_ld = xyes; then
2466 tm_file="${tm_file} sparc/sol2-gld.h"
bb607926 2467 fi
f24facde 2468 tmake_file="sparc/t-sol2 sparc/t-crtfm"
bb607926 2469 if test x$gnu_ld = xyes; then
32e8a7fc 2470 tmake_file="$tmake_file t-slibgcc-elf-ver"
bb607926 2471 else
32e8a7fc 2472 tmake_file="$tmake_file t-slibgcc-sld"
bb607926 2473 fi
046d147a 2474 case $machine in
8ed09732 2475 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2476 if test x$gnu_ld = xno; then
2477 tm_file="${tm_file} sparc/sol26-sld.h"
2478 fi
2479 ;;
2480 *-*-solaris2.[789])
d5a614bc 2481 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2482 if test x$gnu_ld = xyes; then
2483 tm_file="${tm_file} sparc/sol2-gld-bi.h"
046d147a 2484 fi
b25d9808 2485 if test x$gas = xyes; then
2486 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2487 fi
046d147a 2488 tmake_file="$tmake_file sparc/t-sol2-64"
2489 ;;
2490 esac
d5a614bc 2491 xm_defines=POSIX
2492 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
a30c8575 2493 float_format=i128
bb607926 2494 if test x${enable_threads} = x; then
2495 enable_threads=$have_pthread_h
2496 if test x${enable_threads} = x; then
2497 enable_threads=$have_thread_h
2498 fi
2499 fi
2500 if test x${enable_threads} = xyes; then
2501 if test x${have_pthread_h} = xyes; then
2502 thread_file='posix'
2503 else
2504 thread_file='solaris'
2505 fi
2506 fi
2507 ;;
2508sparc-*-sunos4.0*)
fbf80593 2509 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
bb607926 2510 use_collect2=yes
2511 ;;
2512sparc-*-sunos4*)
fbf80593 2513 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
bb607926 2514 tmake_file=sparc/t-sunos41
2515 use_collect2=yes
2516 if test x$gas = xyes; then
2517 tm_file="${tm_file} sparc/sun4gas.h"
2518 fi
2519 ;;
2520sparc-*-sunos3*)
fbf80593 2521 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
bb607926 2522 use_collect2=yes
2523 ;;
2524sparc-*-sysv4*)
7a6d1a72 2525 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
597183a7 2526 xm_defines=POSIX
bb607926 2527 tmake_file=t-svr4
bb607926 2528 extra_parts="crtbegin.o crtend.o"
2529 ;;
2530sparc-*-vxsim*)
597183a7 2531 xm_defines=POSIX
7a6d1a72 2532 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
bb607926 2533 tmake_file=sparc/t-vxsparc
bb607926 2534 ;;
2535sparclet-*-aout*)
da88aad2 2536 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
bb607926 2537 tmake_file=sparc/t-splet
2538 ;;
2539sparclite-*-coff*)
da88aad2 2540 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
bb607926 2541 tmake_file=sparc/t-sparclite
2542 ;;
2543sparclite-*-aout*)
fbf80593 2544 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
bb607926 2545 tmake_file=sparc/t-sparclite
2546 ;;
2547sparclite-*-elf*)
7a6d1a72 2548 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
8c9facdb 2549 tmake_file="sparc/t-sparclite sparc/t-crtfm"
bb607926 2550 extra_parts="crtbegin.o crtend.o"
2551 ;;
2552sparc86x-*-aout*)
fbf80593 2553 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
bb607926 2554 tmake_file=sparc/t-sp86x
2555 ;;
582b17a6 2556sparc86x-*-elf*)
7a6d1a72 2557 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
8c9facdb 2558 tmake_file="sparc/t-sp86x sparc/t-crtfm"
bb607926 2559 extra_parts="crtbegin.o crtend.o"
2560 ;;
2561sparc64-*-aout*)
fbf80593 2562 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
bb607926 2563 ;;
2564sparc64-*-elf*)
7a6d1a72 2565 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
8c9facdb 2566 tmake_file="${tmake_file} sparc/t-crtfm"
bb607926 2567 extra_parts="crtbegin.o crtend.o"
2568 ;;
cf481f89 2569sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2570 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
8c9facdb 2571 tmake_file="${tmake_file} sparc/t-crtfm"
cf481f89 2572 xmake_file=none
2573 case "x$with_cpu" in
68345096 2574 xultrasparc) ;;
cf481f89 2575 x) with_cpu=ultrasparc ;;
2576 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2577 esac
2578 ;;
bb607926 2579sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
0b8c20bf 2580 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
74b68692 2581 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
0d6378a9 2582 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
bb607926 2583 gnu_ld=yes
2584 if test x$enable_threads = xyes; then
2585 thread_file='posix'
2586 fi
2587 float_format=sparc
2588 ;;
1897a3df 2589sparc64-*-netbsd*)
2590 tmake_file="${tmake_file} sparc/t-netbsd64"
2591 tm_file="sparc/biarch64.h ${tm_file}"
2592 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2593 float_format=sparc
2594 ;;
331beb1a 2595strongarm-*-elf*)
7a6d1a72 2596 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
331beb1a 2597 tmake_file=arm/t-strongarm-elf
2598 out_file=arm/arm.c
331beb1a 2599 md_file=arm/arm.md
b5ccaa7b 2600 extra_modes=arm/arm-modes.def
331beb1a 2601 ;;
2602strongarm-*-coff*)
83e163bd 2603 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
331beb1a 2604 tmake_file=arm/t-strongarm-coff
2605 out_file=arm/arm.c
331beb1a 2606 md_file=arm/arm.md
b5ccaa7b 2607 extra_modes=arm/arm-modes.def
331beb1a 2608 ;;
2609strongarm-*-pe)
83e163bd 2610 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"
331beb1a 2611 tmake_file=arm/t-strongarm-pe
2612 out_file=arm/arm.c
331beb1a 2613 md_file=arm/arm.md
b5ccaa7b 2614 extra_modes=arm/arm-modes.def
331beb1a 2615 extra_objs=pe.o
2616 ;;
bb607926 2617thumb*-*-*)
2618 { echo "config.gcc: error:
36c77238 2619*** The Thumb targets have been deprecated. The equivalent
cb251f34 2620*** ARM based toolchain can now generate Thumb instructions
bb607926 2621*** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
2622 ;;
2623v850-*-rtems*)
214507b9 2624 xm_defines=POSIX
2625 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
bb607926 2626 tmake_file="v850/t-v850 t-rtems"
2627 if test x$stabs = xyes
2628 then
2629 tm_file="${tm_file} dbx.h"
2630 fi
2631 use_collect2=no
e101acea 2632 c_target_objs="v850-c.o"
2633 cxx_target_objs="v850-c.o"
bb607926 2634 ;;
2635v850-*-*)
2636 target_cpu_default="TARGET_CPU_generic"
7a6d1a72 2637 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 2638 tmake_file=v850/t-v850
2639 if test x$stabs = xyes
2640 then
2641 tm_file="${tm_file} dbx.h"
2642 fi
2643 use_collect2=no
e101acea 2644 c_target_objs="v850-c.o"
2645 cxx_target_objs="v850-c.o"
bb607926 2646 ;;
6c842310 2647vax-*-bsd*) # VAXen running BSD
b31ef245 2648 tm_file="${tm_file} vax/bsd.h"
bb607926 2649 use_collect2=yes
2650 float_format=vax
2651 ;;
6c842310 2652vax-*-sysv*) # VAXen running system V
bb607926 2653 tm_file="${tm_file} vax/vaxv.h"
597183a7 2654 xm_defines=POSIX
bb607926 2655 float_format=vax
2656 ;;
f470dade 2657vax-*-netbsdelf*)
2658 echo "GCC does not yet support the ${machine} target"; exit 1
2659 ;;
bb607926 2660vax-*-netbsd*)
4ace673e 2661 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
bb607926 2662 tmake_file=t-netbsd
2663 float_format=vax
87a1ff8e 2664 use_collect2=yes
bb607926 2665 ;;
2666vax-*-openbsd*)
bb607926 2667 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
bb607926 2668 float_format=vax
2669 use_collect2=yes
2670 ;;
6c842310 2671vax-*-ultrix*) # VAXen running ultrix
bb607926 2672 tm_file="${tm_file} vax/ultrix.h"
2673 float_format=vax
2674 ;;
6c842310 2675vax-*-vms*) # VAXen running VMS
bb607926 2676 xm_file=vax/xm-vms.h
2677 tm_file=vax/vms.h
2678 float_format=vax
2679 ;;
6c842310 2680vax-*-*) # VAX default entry
bb607926 2681 float_format=vax
2682 ;;
331beb1a 2683xscale-*-elf)
7a6d1a72 2684 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
331beb1a 2685 tmake_file=arm/t-xscale-elf
2686 out_file=arm/arm.c
331beb1a 2687 md_file=arm/arm.md
b5ccaa7b 2688 extra_modes=arm/arm-modes.def
331beb1a 2689 ;;
2690xscale-*-coff)
0de49d7e 2691 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
331beb1a 2692 tmake_file=arm/t-xscale-coff
2693 out_file=arm/arm.c
331beb1a 2694 md_file=arm/arm.md
b5ccaa7b 2695 extra_modes=arm/arm-modes.def
331beb1a 2696 ;;
9b954fed 2697xstormy16-*-elf)
2698 # For historical reasons, the target files omit the 'x'.
7a6d1a72 2699 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
9b954fed 2700 tm_p_file=stormy16/stormy16-protos.h
2701 md_file=stormy16/stormy16.md
2702 out_file=stormy16/stormy16.c
2703 tmake_file="stormy16/t-stormy16"
2704 extra_parts="crtbegin.o crtend.o"
2705 ;;
f6b7ba2b 2706xtensa-*-elf*)
2707 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2708 with_newlib=yes
2709 tmake_file=xtensa/t-xtensa
2710 extra_parts="crtbegin.o crtend.o"
2711 fixincludes=Makefile.in # newlib headers should be OK
2712 ;;
2713xtensa-*-linux*)
2714 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2715 tmake_file="t-linux xtensa/t-xtensa"
2716 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
2717 gas=yes gnu_ld=yes
2718 if test x$enable_threads = xyes; then
2719 thread_file='posix'
2720 fi
2721 ;;
bb607926 2722*)
41e38a87 2723 echo "*** Configuration $machine not supported" 1>&2
bb607926 2724 exit 1
2725 ;;
2726esac
2727
2728case $machine in
bb607926 2729*-*-sysv*)
2730 install_headers_dir=install-headers-cpio
2731 ;;
2732esac
2733
2734# Distinguish i[34567]86
2735# Also, do not run mips-tfile on MIPS if using gas.
2736# Process --with-cpu= for PowerPC/rs6000
2737target_cpu_default2=
2738case $machine in
2739i486-*-*)
0e3f52ef 2740 target_cpu_default2=TARGET_CPU_DEFAULT_i486
bb607926 2741 ;;
2742i586-*-*)
2743 case $target_alias in
0e3f52ef 2744 k6_2-*)
2745 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2746 ;;
2747 k6_3-*)
2748 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2749 ;;
bb607926 2750 k6-*)
0e3f52ef 2751 target_cpu_default2=TARGET_CPU_DEFAULT_k6
2752 ;;
2753 pentium_mmx-*)
2754 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
bb607926 2755 ;;
2756 *)
0e3f52ef 2757 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
bb607926 2758 ;;
2759 esac
2760 ;;
2761i686-*-* | i786-*-*)
bb678e49 2762 case $target_alias in
0e3f52ef 2763 athlon_xp-*|athlon_mp-*|athlon_4-*)
2764 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2765 ;;
2766 athlon_tbird-*|athlon-*)
2767 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2768 ;;
2769 pentium2-*)
2770 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2771 ;;
2772 pentium3-*)
2773 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2774 ;;
2775 pentium4-*)
2776 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
bb678e49 2777 ;;
2778 *)
0e3f52ef 2779 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
bb678e49 2780 ;;
2781 esac
bb607926 2782 ;;
0e3f52ef 2783x86_64-*-*)
2784 # We should have hammer chip here, but it does not exist yet and
2785 # thus it is not supported. Athlon_SSE is probably equivalent feature
2786 # wise to hammer from our point of view except for 64bit mode.
2787 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2788 ;;
bb607926 2789alpha*-*-*)
2790 case $machine in
2791 alphaev6[78]*)
2792 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2793 ;;
2794 alphaev6*)
2795 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2796 ;;
2797 alphapca56*)
2798 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2799 ;;
2800 alphaev56*)
2801 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2802 ;;
2803 alphaev5*)
2804 target_cpu_default2="MASK_CPU_EV5"
2805 ;;
2806 esac
582b17a6 2807
bb607926 2808 if test x$gas = xyes
2809 then
2810 if test "$target_cpu_default2" = ""
2811 then
2812 target_cpu_default2="MASK_GAS"
2813 else
2814 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2815 fi
2816 fi
2817 ;;
2818arm*-*-*)
2819 case "x$with_cpu" in
2820 x)
2821 # The most generic
2822 target_cpu_default2="TARGET_CPU_generic"
2823 ;;
2824
2825 # Distinguish cores, and major variants
2826 # arm7m doesn't exist, but D & I don't affect code
a88ec949 2827 xarm[236789] | xarm250 | xarm[67][01]0 \
2828 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
bb607926 2829 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
331beb1a 2830 | xxscale \
bb607926 2831 | xstrongarm | xstrongarm110 | xstrongarm1100)
2832 target_cpu_default2="TARGET_CPU_$with_cpu"
2833 ;;
2834
2835 xyes | xno)
2836 echo "--with-cpu must be passed a value" 1>&2
2837 exit 1
2838 ;;
2839
2840 *)
2841 if test x$pass2done = xyes
2842 then
2843 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2844 exit 1
2845 fi
2846 ;;
2847 esac
2848 ;;
2849
6630177d 2850hppa*-*-* | parisc*-*-*)
2851 if test x$gas = xyes
2852 then
2853 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2854 fi
b3b62da8 2855 case $machine in
8d4f8d46 2856 hppa1* | parisc1*)
2857 tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
b3b62da8 2858 ;;
2859 esac
6630177d 2860 ;;
f4deb416 2861mips*-*-*)
2862 case $machine in
2863 mips*-*-ecoff* | mips*-*-elf*)
2864 if test x$gas = xyes
2865 then
2866 if test x$gnu_ld = xyes
2867 then
2868 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2869 else
2870 target_cpu_default2="MASK_GAS"
2871 fi
2872 fi
2873 ;;
2874 mips*-*-*)
2875 if test x$gas = xyes
bb607926 2876 then
bb607926 2877 target_cpu_default2="MASK_GAS"
2878 fi
f4deb416 2879 ;;
2880 esac
2881 case $machine in
2882 mips*el-*-*)
2883 tm_file="mips/little.h ${tm_file}"
2884 ;;
2885 esac
bb607926 2886 ;;
2887powerpc*-*-* | rs6000-*-*)
3898b44a 2888 if test x$enable_altivec = xyes
2889 then
0679bf07 2890 tm_file="$tm_file rs6000/altivec-defs.h"
3898b44a 2891 fi
bb607926 2892 case "x$with_cpu" in
2893 x)
2894 ;;
2895
554b40d5 2896 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
2897 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2898 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2899 | x740 | x750 | x7400 | x7450 | x505)
4c088c24 2900 target_cpu_default2="\\\"$with_cpu\\\""
bb607926 2901 ;;
2902
554b40d5 2903 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
67f25eeb 2904 target_cpu_default2="\\\"$with_cpu\\\""
67f25eeb 2905 ;;
2906
bb607926 2907 xyes | xno)
2908 echo "--with-cpu must be passed a value" 1>&2
2909 exit 1
2910 ;;
2911
2912 *)
2913 if test x$pass2done = xyes
2914 then
2915 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2916 exit 1
2917 fi
2918 ;;
2919 esac
07d8dd50 2920 c_target_objs="${c_target_objs} rs6000-c.o"
2921 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2922 tmake_file="${tmake_file} rs6000/t-rs6000-c-rule"
bb607926 2923 ;;
2924sparc*-*-*)
2925 case ".$with_cpu" in
2926 .)
2927 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2928 ;;
2929 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2930 target_cpu_default2="TARGET_CPU_$with_cpu"
2931 ;;
2932 *)
2933 if test x$pass2done = xyes
2934 then
2935 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2936 exit 1
2937 fi
2938 ;;
2939 esac
2940 ;;
2941esac
2942
2943if test "$target_cpu_default2" != ""
2944then
2945 if test "$target_cpu_default" != ""
2946 then
2947 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2948 else
2949 target_cpu_default=$target_cpu_default2
2950 fi
2951fi
2952
bb607926 2953# Save data on machine being used to compile GCC in build_xm_file.
2954# Save data on host machine in vars host_xm_file and host_xmake_file.
2955if test x$pass1done = x
2956then
e1688c3e 2957 if test x$xm_file != x
2958 then build_xm_file=$xm_file
bb607926 2959 fi
2960 build_xm_defines=$xm_defines
2961 build_install_headers_dir=$install_headers_dir
2962 build_exeext=$exeext
2963 pass1done=yes
2964else
2965 if test x$pass2done = x
2966 then
e1688c3e 2967 if test x$xm_file != x
2968 then host_xm_file=$xm_file
bb607926 2969 fi
2970 host_xm_defines=$xm_defines
bb607926 2971 host_xmake_file="$xmake_file"
2972 host_truncate_target=$truncate_target
2973 host_extra_gcc_objs=$extra_gcc_objs
2974 host_extra_objs=$extra_host_objs
2975 host_exeext=$exeext
2976 pass2done=yes
2977 fi
2978fi