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