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