]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.gcc
* collect2.c (COLLECT_PARSE_FLAG): Provide default.
[thirdparty/gcc.git] / gcc / config.gcc
CommitLineData
973f8bf3 1# GCC target-specific configuration file.
d0faeb9d 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
3# Free Software Foundation, Inc.
bb607926 4
f12b58b3 5#This file is part of GCC.
bb607926 6
f12b58b3 7#GCC is free software; you can redistribute it and/or modify it under
8#the terms of the GNU General Public License as published by the Free
9#Software Foundation; either version 2, or (at your option) any later
10#version.
bb607926 11
f12b58b3 12#GCC is distributed in the hope that it will be useful, but WITHOUT
13#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15#for more details.
bb607926 16
17#You should have received a copy of the GNU General Public License
f12b58b3 18#along with GCC; see the file COPYING. If not, write to the Free
19#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20#02111-1307, USA.
bb607926 21
973f8bf3 22# This is the GCC target-specific configuration file
23# where a configuration type is mapped to different system-specific
24# definitions and files. This is invoked by the autoconf-generated
25# configure script. Putting it in a separate shell file lets us skip
26# running autoconf when modifying target-specific information.
bb607926 27
09c6646e 28# This file switches on the shell variable ${target}, and also uses the
bb607926 29# following shell variables:
30#
31# with_* Various variables as set by configure.
32#
33# enable_threads_flag Either the name, yes or no depending on whether
34# threads support was requested.
35#
bc5ae993 36# default_use_cxa_atexit
37# "no" by default, can be set to "yes" if a target
38# wishes to use __cxa_atexit() by default if the
39# $enable___cxa_atexit variable is not set.
40#
bb607926 41# gas_flag Either yes or no depending on whether GNU as was
42# requested.
43#
44# gnu_ld_flag Either yes or no depending on whether GNU ld was
45# requested.
46
47# This file sets the following shell variables for use by the
48# autoconf-generated configure script:
49#
09c6646e 50# cpu_type The name of the cpu, if different from the first
51# chunk of the canonical target name.
bb607926 52#
8d4f8d46 53# tm_defines List of target macros to define for all compilations.
54#
bb607926 55# tm_file A list of target macro files, if different from
277773bd 56# "$cpu_type/$cpu_type.h". Usually it's constructed
57# per target in a way like this:
7a6d1a72 58# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
277773bd 59# Note that the preferred order is:
60# - specific target header "${cpu_type}/${cpu_type.h}"
7a6d1a72 61# - generic headers like dbxelf.h elfos.h, netware.h, etc.
277773bd 62# - specializing target headers like ${cpu_type.h}/elf.h
63# This helps to keep OS specific stuff out of the CPU
64# defining header ${cpu_type}/${cpu_type.h}.
bb607926 65#
66# tm_p_file Location of file with declarations for functions
67# in $out_file.
68#
69# out_file The name of the machine description C support
70# file, if different from "$cpu_type/$cpu_type.c".
71#
72# md_file The name of the machine-description file, if
73# different from "$cpu_type/$cpu_type.md".
74#
75# tmake_file A list of machine-description-specific
76# makefile-fragments, if different from
77# "$cpu_type/t-$cpu_type".
78#
b5ccaa7b 79# extra_modes The name of the file containing a list of extra
80# machine modes, if necessary and different from
81# "$cpu_type/$cpu_type-modes.def".
82#
bb607926 83# extra_objs List of extra objects that should be linked into
84# the compiler proper (cc1, cc1obj, cc1plus)
85# depending on target.
86#
87# extra_headers List of used header files from the directory
b965afcd 88# config/${cpu_type}.
bb607926 89#
bb607926 90# extra_passes List of extra executables compiled for this target
91# machine, used for compiling from source to object.
92#
93# extra_parts List of extra object files that should be compiled
94# for this target machine.
95#
96# extra_programs Like extra_passes, but these are used when linking.
97#
424da949 98# c_target_objs List of extra target-dependent objects that be
8daa9e98 99# linked into the C compiler only.
582b17a6 100#
424da949 101# cxx_target_objs List of extra target-dependent objects that be
8daa9e98 102# linked into the C++ compiler only.
582b17a6 103#
eb1bd38b 104# target_gtfiles List of extra source files with type information.
105#
bb607926 106# xm_defines List of macros to define when compiling for the
107# target machine.
108#
109# xm_file List of files to include when compiling for the
110# target machine.
111#
112# use_collect2 Set to yes or no, depending on whether collect2
113# will be used.
114#
115# target_cpu_default Set to override the default target model.
116#
bb607926 117# gdb_needs_out_file_path
118# Set to yes if gdb needs a dir command with
119# `dirname $out_file`.
120#
bb607926 121# thread_file Set to control which thread package to use.
122#
123# gas Set to yes or no depending on whether the target
124# system normally uses GNU as.
805e22b2 125#
126# need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
127# for this target. This is true iff
128# MAX_LONG_TYPE_SIZE is 64. (The code which
129# determines the underlying integral type for
130# HOST_WIDE_INT cannot see the definition of
131# MAX_LONG_TYPE_SIZE.)
7dd97ab6 132#
133# configure_default_options
134# Set to an initializer for configure_default_options
135# in configargs.h, based on --with-cpu et cetera.
4c05f6ec 136#
137# use_fixproto Set to "yes" if fixproto should be run normally,
138# "no" if fixproto should never be run.
bb607926 139
140# The following variables are used in each case-construct to build up the
141# outgoing variables:
142#
bb607926 143# gnu_ld Set to yes or no depending on whether the target
144# system normally uses GNU ld.
145
146out_file=
bb607926 147tmake_file=
148extra_headers=
149extra_passes=
150extra_parts=
151extra_programs=
152extra_objs=
bb607926 153extra_gcc_objs=
8daa9e98 154c_target_objs=
155cxx_target_objs=
8d4f8d46 156tm_defines=
bb607926 157xm_defines=
bb607926 158# Set this to force installation and use of collect2.
159use_collect2=
160# Set this to override the default target model.
161target_cpu_default=
bb607926 162# Set this if gdb needs a dir command with `dirname $out_file`
163gdb_needs_out_file_path=
bb607926 164# Set this to control which thread package will be used.
165thread_file=
166# Reinitialize these from the flag values every loop pass, since some
167# configure entries modify them.
168gas="$gas_flag"
169gnu_ld="$gnu_ld_flag"
170enable_threads=$enable_threads_flag
bc5ae993 171default_use_cxa_atexit=no
22ac052b 172target_gtfiles=
805e22b2 173need_64bit_hwint=
bb607926 174
3b9ee544 175# Default to not using fixproto. Targets which need fixproto should
176# specifically set this to 'yes'.
177use_fixproto=no
4c05f6ec 178
b696fe80 179# Don't carry these over build->host->target. Please.
180xm_file=
181md_file=
182
c2527f80 183# Obsolete configurations.
09c6646e 184case ${target} in
ece7f381 185 dummy)
e48f919a 186 if test "x$enable_obsolete" != xyes; then
09c6646e 187 echo "*** Configuration ${target} is obsolete." >&2
c2527f80 188 echo "*** Specify --enable-obsolete to build it anyway." >&2
189 echo "*** Support will be REMOVED in the next major release of GCC," >&2
190 echo "*** unless a maintainer comes forward." >&2
191 exit 1
192 fi;;
c2527f80 193esac
194
ece7f381 195# Unsupported targets list. Do not put an entry in this list unless
196# it would otherwise be caught by a more permissive pattern. The list
197# should be in alphabetical order.
09c6646e 198case ${target} in
ece7f381 199 alpha*-*-linux*libc1* \
58d1073e 200 | i[34567]86-sequent-sysv \
204f67fd 201 | i[34567]86-sequent-sysv[123]* \
ece7f381 202 | i[34567]86-go32-* \
203 | i[34567]86-*-go32* \
204 | m68k-*-linux*aout* \
205 | m68k-*-linux*libc1* \
206 | mips64orion*-*-rtems* \
207 | powerpc-*-linux*libc1* \
208 | sparc-*-linux*aout* \
209 | sparc-*-linux*libc1* \
210 | sparc-hal-solaris2* \
211 | thumb-*-* \
212 | *-*-linux*coff* \
213 | *-*-linux*oldld* \
214 | *-*-rtemsaout* \
215 | *-*-rtemscoff* \
3598ba3d 216 | vax-*-vms* \
ece7f381 217 )
09c6646e 218 echo "*** Configuration ${target} not supported" 1>&2
ece7f381 219 exit 1
220 ;;
221esac
222
bb607926 223# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
83287f80 224# updated in each machine entry. Also set default extra_headers for some
225# machines.
bb607926 226tm_p_file=
09c6646e 227cpu_type=`echo ${target} | sed 's/-.*$//'`
228case ${target} in
bb607926 229alpha*-*-*)
230 cpu_type=alpha
805e22b2 231 need_64bit_hwint=yes
bb607926 232 ;;
1acdfc69 233am33_2.0-*-linux*)
234 cpu_type=mn10300
235 ;;
6e421549 236strongarm*-*-*)
237 cpu_type=arm
238 ;;
239arm*-*-*)
240 cpu_type=arm
755eb2b4 241 extra_headers="mmintrin.h"
6e421549 242 ;;
243ep9312*-*-*)
244 cpu_type=arm
245 ;;
246xscale-*-*)
331beb1a 247 cpu_type=arm
755eb2b4 248 extra_headers="mmintrin.h"
331beb1a 249 ;;
bb607926 250i[34567]86-*-*)
251 cpu_type=i386
7a8ca04a 252 extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
bb607926 253 ;;
5c66405b 254x86_64-*-*)
255 cpu_type=i386
a45ed6e0 256 extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
805e22b2 257 need_64bit_hwint=yes
5c66405b 258 ;;
b965afcd 259ia64-*-*)
260 extra_headers=ia64intrin.h
805e22b2 261 need_64bit_hwint=yes
b965afcd 262 ;;
6630177d 263hppa*-*-* | parisc*-*-*)
bb607926 264 cpu_type=pa
265 ;;
124c3198 266m680[012]0-*-*)
bb607926 267 cpu_type=m68k
83287f80 268 extra_headers=math-68881.h
269 ;;
270m68k-*-*)
271 extra_headers=math-68881.h
bb607926 272 ;;
273mips*-*-*)
274 cpu_type=mips
805e22b2 275 need_64bit_hwint=yes
bb607926 276 ;;
bb607926 277powerpc*-*-*)
278 cpu_type=rs6000
6f0a80d3 279 extra_headers="ppc-asm.h altivec.h spe.h"
805e22b2 280 need_64bit_hwint=yes
281 ;;
282rs6000*-*-*)
283 need_64bit_hwint=yes
284 ;;
285sparc64*-*-*)
286 cpu_type=sparc
287 need_64bit_hwint=yes
bb607926 288 ;;
bb607926 289sparc*-*-*)
290 cpu_type=sparc
291 ;;
805e22b2 292s390*-*-*)
293 need_64bit_hwint=yes
294 ;;
4ee34c70 295# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
296sh[123456789l]*-*-*)
87e19636 297 cpu_type=sh
805e22b2 298 need_64bit_hwint=yes
87e19636 299 ;;
7960374c 300tic4x-*-*)
301 cpu_type=c4x
302 ;;
bb607926 303esac
304
305tm_file=${cpu_type}/${cpu_type}.h
20ffb0b1 306if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
bb607926 307then
20ffb0b1 308 tm_p_file=${cpu_type}/${cpu_type}-protos.h
309fi
b5ccaa7b 310extra_modes=
311if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
312then
313 extra_modes=${cpu_type}/${cpu_type}-modes.def
314fi
a8456aba 315
09c6646e 316case ${target} in
a8456aba 317x86_64-*-*)
318 tm_file="i386/biarch64.h ${tm_file}"
319 ;;
320esac
321
bb607926 322# On a.out targets, we need to use collect2.
09c6646e 323case ${target} in
bb607926 324*-*-*aout*)
325 use_collect2=yes
326 ;;
582b17a6 327esac
bb607926 328
805e22b2 329# Common parts for widely ported systems.
09c6646e 330case ${target} in
1025d5b9 331*-*-darwin*)
332 tm_file="${tm_file} darwin.h"
333 tm_p_file="${tm_p_file} darwin-protos.h"
334 tmake_file="t-darwin"
335 target_gtfiles="\$(srcdir)/config/darwin.c"
336 c_target_objs="darwin-c.o"
337 cxx_target_objs="darwin-c.o"
338 extra_parts="crt2.o"
339 extra_objs="darwin.o"
340 case ${enable_threads} in
341 "" | yes | posix) thread_file='posix' ;;
342 esac
343 ;;
344*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
345 # This is the place-holder for the generic a.out configuration
346 # of FreeBSD. No actual configuration resides here since
347 # there was only ever a bare-bones ix86 configuration for
348 # a.out and it exists solely in the machine-specific section.
349 # This place-holder must exist to avoid dropping into
350 # the generic ELF configuration of FreeBSD (i.e. it must be
351 # ordered before that section).
352 ;;
353*-*-freebsd*)
354 # This is the generic ELF configuration of FreeBSD. Later
355 # machine-specific sections may refine and add to this
356 # configuration.
357 #
358 # Due to tm_file entry ordering issues that vary between cpu
359 # architectures, we only define fbsd_tm_file to allow the
360 # machine-specific section to dictate the final order of all
361 # entries of tm_file with the minor exception that components
362 # of the tm_file set here will always be of the form:
363 #
364 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
365 #
366 # The machine-specific section should not tamper with this
367 # ordering but may order all other entries of tm_file as it
368 # pleases around the provided core setting.
369 gas=yes
370 gnu_ld=yes
371 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
372 case ${target} in
63c1120e 373 *-*-freebsd3 | *-*-freebsd[3].*)
374 tm_defines="${tm_defines} FBSD_MAJOR=3" ;;
375 *-*-freebsd4 | *-*-freebsd[4].*)
376 tm_defines="${tm_defines} FBSD_MAJOR=4" ;;
377 *-*-freebsd5 | *-*-freebsd[5].*)
378 tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
379 *-*-freebsd6 | *-*-freebsd[6].*)
380 tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
381 *)
382 echo 'Please update *-*-freebsd* in gcc/config.gcc'
383 exit 1
384 ;;
1025d5b9 385 esac
386 tmake_file="t-slibgcc-elf-ver t-freebsd"
387 case ${enable_threads} in
388 no)
389 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
390 ;;
5614d3f5 391 "" | yes | posix)
1025d5b9 392 thread_file='posix'
393 tmake_file="${tmake_file} t-freebsd-thread"
394 # Before 5.0, FreeBSD can't bind shared libraries to -lc
395 # when "optionally" threaded via weak pthread_* checks.
396 case ${target} in
397 *-*-freebsd[34] | *-*-freebsd[34].*)
398 tmake_file="${tmake_file} t-slibgcc-nolc-override"
399 ;;
400 esac
401 ;;
402 *)
403 echo 'Unknown thread configuration for FreeBSD'
404 exit 1
405 ;;
406 esac
407 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
408 ;;
338f7557 409*-*-linux*libc1* | *-*-linux*aout*)
410 # Avoid the generic linux case.
411 ;;
bb607926 412*-*-linux*)
1025d5b9 413 # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
338f7557 414 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
415 gas=yes
416 gnu_ld=yes
417 case ${enable_threads} in
418 "" | yes | posix) thread_file='posix' ;;
419 esac
420 ;;
2567d1ca 421*-*-gnu*)
338f7557 422 # On the Hurd, the setup is just about the same on
423 # each different CPU. The specific machines that we
424 # support are matched above and just set $cpu_type.
425 tm_file="${cpu_type}/gnu.h"
426 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
427 # GNU tools are the only tools.
428 gas=yes
429 gnu_ld=yes
430 # These details are the same as for Linux.
431 # But here we need a little extra magic.
432 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
433 case ${target} in
434 alpha*)
435 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
436 ;;
437 i[34567]86-*-*)
438 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}"
439 ;;
440 esac
441 ;;
4ace673e 442*-*-netbsd*)
338f7557 443 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
444 gas=yes
445 gnu_ld=yes
b7ac288f 446
338f7557 447 # NetBSD 2.0 and later get POSIX threads enabled by default.
448 # Allow them to be explicitly enabled on any other version.
449 case ${enable_threads} in
450 "")
451 case ${target} in
452 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
453 thread_file='posix'
454 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
455 ;;
456 esac
457 ;;
458 yes | posix)
459 thread_file='posix'
460 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
461 ;;
462 esac
9a33b00e 463
338f7557 464 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
465 # ELF configurations. We will clear extra_parts in the
466 # a.out configurations.
467 case ${target} in
468 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
469 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
470 ;;
471 esac
bc5ae993 472
338f7557 473 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
474 # default (unless overridden by --disable-__cxa_atexit).
475 case ${target} in
476 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
477 default_use_cxa_atexit=yes
478 ;;
479 esac
480 ;;
1025d5b9 481*-*-openbsd*)
482 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
338f7557 483 case ${enable_threads} in
1025d5b9 484 yes)
338f7557 485 thread_file='posix'
1025d5b9 486 tmake_file="${tmake_file} t-openbsd-thread"
338f7557 487 ;;
488 esac
338f7557 489 ;;
2fcfea2a 490*-*-rtems*)
491 case ${enable_threads} in
492 yes) thread_file='rtems' ;;
493 esac
494 ;;
805e22b2 495*-*-vxworks*)
338f7557 496 tmake_file=t-vxworks
497 tm_file="${tm_file} elfos.h svr4.h vxworks.h"
498 thread_file='vxworks'
499 use_collect2=yes
500 ;;
bb607926 501esac
502
09c6646e 503case ${target} in
bb607926 504# Support site-specific machine types.
505*local*)
09c6646e 506 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
bb607926 507 tm_file=${cpu_type}/$rest.h
e1688c3e 508 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
509 then xm_file=${cpu_type}/xm-$rest.h
bb607926 510 fi
e1688c3e 511 if test -f $srcdir/config/${cpu_type}/t-$rest
512 then tmake_file=${cpu_type}/t-$rest
bb607926 513 fi
514 ;;
9caef960 515alpha*-*-unicosmk*)
516 use_collect2=yes
517 tm_file="${tm_file} alpha/unicosmk.h"
582b17a6 518
9caef960 519 # Don't include t-ieee for now because we don't support that yet
520 # tmake_file="alpha/t-ieee"
521 tmake_file="alpha/t-unicosmk"
3b9ee544 522 use_fixproto=yes
9caef960 523 ;;
bb607926 524alpha*-*-linux*)
525 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
526 target_cpu_default="MASK_GAS"
e1ff7102 527 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
bb607926 528 ;;
7698a084 529alpha*-*-gnu*)
530 target_cpu_default="MASK_GAS"
531 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
532 ;;
bb607926 533alpha*-*-freebsd*)
1307f5d6 534 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
bb607926 535 target_cpu_default="MASK_GAS"
e1ff7102 536 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
537 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
bb607926 538 ;;
539alpha*-*-netbsd*)
4ace673e 540 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
bb607926 541 target_cpu_default="MASK_GAS"
e1ff7102 542 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
bb607926 543 ;;
bb607926 544alpha*-*-openbsd*)
0ac7fc08 545 tm_defines="OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
546 tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
bb607926 547 # default x-alpha is only appropriate for dec-osf.
548 target_cpu_default="MASK_GAS"
549 tmake_file="alpha/t-alpha alpha/t-ieee"
550 ;;
41e38a87 551alpha*-dec-osf[45]*)
bb607926 552 if test x$stabs = xyes
553 then
554 tm_file="${tm_file} dbx.h"
555 fi
556 if test x$gas != xyes
557 then
558 extra_passes="mips-tfile mips-tdump"
559 fi
560 use_collect2=yes
41e38a87 561 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
562 tm_file="${tm_file} alpha/osf.h"
b965afcd 563 extra_headers=va_list.h
09c6646e 564 case ${target} in
bb607926 565 *-*-osf4*)
41e38a87 566 # Set target_cpu_default except on 4.0a.
09c6646e 567 case ${target} in
41e38a87 568 *-*-osf4.0a) ;;
569 *) target_cpu_default=MASK_SUPPORT_ARCH
570 esac
bb607926 571 ;;
572 *-*-osf5*)
41e38a87 573 tm_file="${tm_file} alpha/osf5.h"
bb607926 574 target_cpu_default=MASK_SUPPORT_ARCH
575 ;;
576 esac
5614d3f5 577 case ${enable_threads} in
578 "" | yes | posix)
ecd34a08 579 thread_file='posix'
580 tmake_file="${tmake_file} alpha/t-osf-pthread"
581 ;;
582 esac
bb607926 583 ;;
56685c17 584alpha64-dec-*vms*)
f75effa0 585 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
805e22b2 586 xm_file="alpha/xm-vms.h"
56685c17 587 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
56685c17 588 prefix=/gnu
589 local_prefix=/gnu
590 ;;
73777e7b 591alpha*-dec-*vms*)
f75effa0 592 tm_file="${tm_file} alpha/vms.h"
e1688c3e 593 xm_file=alpha/xm-vms.h
bb607926 594 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
73777e7b 595 prefix=/gnu
596 local_prefix=/gnu
bb607926 597 ;;
01d15dc5 598arc-*-elf*)
7a6d1a72 599 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
01d15dc5 600 extra_parts="crtinit.o crtfini.o"
3b9ee544 601 use_fixproto=yes
01d15dc5 602 ;;
bb607926 603arm-*-coff* | armel-*-coff*)
0ac7fc08 604 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
bb607926 605 tmake_file=arm/t-arm-coff
606 ;;
bb607926 607arm-semi-aof | armel-semi-aof)
de660240 608 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
23573244 609 tmake_file=arm/t-semi
bb607926 610 ;;
66f02fd0 611arm*-*-freebsd*|strongarm*-*-freebsd*)
612 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
613 tmake_file="${tmake_file} arm/t-strongarm-elf"
614 ;;
f470dade 615arm*-*-netbsdelf*)
2b6c0e61 616 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
617 tmake_file="${tmake_file} arm/t-netbsd"
f470dade 618 ;;
bb607926 619arm*-*-netbsd*)
4ace673e 620 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
bb607926 621 tmake_file="t-netbsd arm/t-netbsd"
9a33b00e 622 extra_parts=""
87a1ff8e 623 use_collect2=yes
bb607926 624 ;;
c806acc4 625arm*-*-linux*) # ARM GNU/Linux with ELF
7a6d1a72 626 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 627 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
bb607926 628 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
629 gnu_ld=yes
bb607926 630 ;;
631arm*-*-uclinux*) # ARM ucLinux
7a6d1a72 632 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 633 tmake_file=arm/t-arm-elf
634 ;;
bb607926 635arm*-*-ecos-elf)
7a6d1a72 636 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
bb607926 637 tmake_file=arm/t-arm-elf
582b17a6 638 ;;
214507b9 639arm*-*-rtems*)
214507b9 640 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"
641 tmake_file="arm/t-arm-elf t-rtems"
214507b9 642 ;;
7d57ec45 643arm*-*-elf | ep9312-*-elf)
7a6d1a72 644 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
bb607926 645 tmake_file=arm/t-arm-elf
646 ;;
ebde2335 647arm*-wince-pe*)
0ac7fc08 648 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
ebde2335 649 tmake_file=arm/t-wince-pe
650 extra_objs="pe.o"
651 ;;
bb607926 652arm-*-pe*)
0ac7fc08 653 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
bb607926 654 tmake_file=arm/t-pe
655 extra_objs="pe.o"
656 ;;
578f5dbf 657arm*-*-kaos*)
658 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-arm.h"
659 tmake_file=arm/t-arm-elf
660 ;;
bb607926 661avr-*-*)
0ac7fc08 662 tm_file="avr/avr.h dbxelf.h"
3b9ee544 663 use_fixproto=yes
bb607926 664 ;;
7960374c 665c4x-*-rtems* | tic4x-*-rtems*)
742d48c2 666 tmake_file="c4x/t-c4x t-rtems"
dfaadc1e 667 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
10cac3d7 668 c_target_objs="c4x-c.o"
669 cxx_target_objs="c4x-c.o"
742d48c2 670 ;;
7960374c 671c4x-* | tic4x-*)
bb607926 672 tmake_file=c4x/t-c4x
10cac3d7 673 c_target_objs="c4x-c.o"
674 cxx_target_objs="c4x-c.o"
bb607926 675 ;;
e03f789f 676cris-*-aout)
277773bd 677 tm_file="dbxelf.h ${tm_file} cris/aout.h"
e03f789f 678 gas=yes
679 tmake_file="cris/t-cris cris/t-aout"
680 ;;
681cris-*-elf | cris-*-none)
7a6d1a72 682 tm_file="dbxelf.h elfos.h ${tm_file}"
e03f789f 683 tmake_file="cris/t-cris cris/t-elfmulti"
684 gas=yes
685 ;;
686cris-*-linux*)
7a6d1a72 687 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
436d6f0d 688 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
e03f789f 689 ;;
bb607926 690d30v-*)
7a6d1a72 691 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 692 ;;
693dsp16xx-*)
3b9ee544 694 use_fixproto=yes
bb607926 695 ;;
bb607926 696fr30-*-elf)
7a6d1a72 697 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 698 tmake_file=fr30/t-fr30
699 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3b9ee544 700 use_fixproto=yes
bb607926 701 ;;
efb6037d 702frv-*-elf)
703 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
704 tmake_file=frv/t-frv
3b9ee544 705 use_fixproto=yes
efb6037d 706 ;;
742d48c2 707h8300-*-rtems*)
708 tmake_file="h8300/t-h8300 t-rtems"
0ac7fc08 709 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h"
742d48c2 710 ;;
15b65932 711h8300-*-elf*)
712 tmake_file="h8300/t-h8300 h8300/t-elf"
0ac7fc08 713 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
3b9ee544 714 use_fixproto=yes
15b65932 715 ;;
bb607926 716h8300-*-*)
0ac7fc08 717 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
3b9ee544 718 use_fixproto=yes
bb607926 719 ;;
6630177d 720hppa*64*-*-linux* | parisc*64*-*-linux*)
721 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
9bd9af5d 722 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
723 pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
685a97a8 724 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux64"
6630177d 725 gas=yes gnu_ld=yes
805e22b2 726 need_64bit_hwint=yes
6630177d 727 ;;
728hppa*-*-linux* | parisc*-*-linux*)
ee376abe 729 target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS"
7a6d1a72 730 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
6630177d 731 pa/pa32-regs.h pa/pa32-linux.h"
32e8a7fc 732 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
bb607926 733 ;;
0ac7fc08 734# port not yet contributed.
735#hppa*-*-openbsd*)
736# target_cpu_default="MASK_PA_11"
0ac7fc08 737# ;;
bb607926 738hppa1.1-*-pro*)
739 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
7a6d1a72 740 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
4c05f6ec 741 tmake_file="pa/t-pro"
bb607926 742 ;;
743hppa1.1-*-osf*)
744 target_cpu_default="MASK_PA_11"
0ac7fc08 745 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
4c05f6ec 746 tmake_file="pa/t-pa"
bb607926 747 use_collect2=yes
748 ;;
749hppa1.1-*-rtems*)
750 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
214507b9 751 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"
4c05f6ec 752 tmake_file="pa/t-pro t-rtems"
bb607926 753 ;;
bb607926 754hppa1.1-*-bsd*)
0ac7fc08 755 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
bb607926 756 target_cpu_default="MASK_PA_11"
4c05f6ec 757 tmake_file="pa/t-pa"
bb607926 758 use_collect2=yes
759 ;;
bb607926 760hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
761 target_cpu_default="MASK_PA_11"
f2f543a3 762 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
8b29fefa 763 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
bb607926 764 if test x$enable_threads = x; then
765 enable_threads=$have_pthread_h
766 fi
767 case x${enable_threads} in
768 xyes | xdce)
769 tmake_file="${tmake_file} pa/t-dce-thr"
770 ;;
771 esac
bb607926 772 use_collect2=yes
3b9ee544 773 use_fixproto=yes
bb607926 774 ;;
775hppa1.0-*-hpux10*)
f2f543a3 776 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
8b29fefa 777 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
bb607926 778 if test x$enable_threads = x; then
779 enable_threads=$have_pthread_h
780 fi
781 case x${enable_threads} in
782 xyes | xdce)
783 tmake_file="${tmake_file} pa/t-dce-thr"
784 ;;
785 esac
bb607926 786 use_collect2=yes
3b9ee544 787 use_fixproto=yes
bb607926 788 ;;
789hppa*64*-*-hpux11*)
9bd9af5d 790 if test x$gas = xyes
791 then
792 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
f2f543a3 793 pa/pa64-regs.h pa/pa-hpux.h \
9bd9af5d 794 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
795 else
796 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
f2f543a3 797 pa/pa64-regs.h pa/pa-hpux.h \
9bd9af5d 798 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
799 fi
805e22b2 800 need_64bit_hwint=yes
3c066828 801 tmake_file="pa/t-pa64 pa/t-pa-hpux"
f9f97de8 802 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
de419443 803 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
b166f502 804 if test x$gnu_ld = xyes
805 then
806 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
807 fi
120a2fed 808 case x${enable_threads} in
809 xyes | xposix )
810 thread_file=posix
811 ;;
812 esac
bb607926 813 ;;
814hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
815 target_cpu_default="MASK_PA_11"
f2f543a3 816 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
8b29fefa 817 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
120a2fed 818 case x${enable_threads} in
819 xyes | xposix )
820 thread_file=posix
821 ;;
822 esac
bb607926 823 use_collect2=yes
824 ;;
825hppa1.0-*-hpux11*)
f2f543a3 826 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
8b29fefa 827 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
120a2fed 828 case x${enable_threads} in
829 xyes | xposix )
830 thread_file=posix
831 ;;
832 esac
bb607926 833 use_collect2=yes
834 ;;
bb607926 835i370-*-opened*) # IBM 360/370/390 Architecture
b1cc82fe 836 xm_defines='FATAL_EXIT_CODE=12'
0ac7fc08 837 tm_file="i370/oe.h i370/i370.h"
4c05f6ec 838 tmake_file="i370/t-i370"
10cac3d7 839 c_target_objs="i370-c.o"
840 cxx_target_objs="i370-c.o"
4c05f6ec 841 # Don't bother fixing up header files; they're weird.
bb607926 842 ;;
843i370-*-mvs*)
b1cc82fe 844 xm_defines='FATAL_EXIT_CODE=12'
0ac7fc08 845 tm_file="i370/mvs.h i370/i370.h"
10cac3d7 846 tmake_file="i370/t-i370"
847 c_target_objs="i370-c.o"
848 cxx_target_objs="i370-c.o"
3b9ee544 849 use_fixproto=yes
bb607926 850 ;;
851i370-*-linux*)
0ac7fc08 852 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h i370/i370.h"
32e8a7fc 853 tmake_file="t-slibgcc-elf-ver t-linux"
bb607926 854 # broken_install=yes
bb607926 855 ;;
ffd05090 856i[34567]86-*-darwin*)
1638c263 857 tm_file="${tm_file} i386/darwin.h"
3b9ee544 858 use_fixproto=yes
ffd05090 859 ;;
bb607926 860i[34567]86-*-elf*)
d2307a72 861 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
8cff5eeb 862 tmake_file="i386/t-i386elf t-svr4"
3b9ee544 863 use_fixproto=yes
bb607926 864 ;;
bb607926 865i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
b1cc82fe 866 xm_defines="SMALL_ARG_MAX"
ece7f381 867 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
bb607926 868 extra_parts="crtbegin.o crtend.o"
869 tmake_file=i386/t-crtpic
3b9ee544 870 use_fixproto=yes
bb607926 871 ;;
bb607926 872i[34567]86-*-netware) # Intel 80386's running netware
d2307a72 873 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 874 ;;
bb607926 875i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
f92a3fd0 876 if test x$gas = xyes
877 then
878 tm_file="${tm_file} usegas.h"
879 fi
b1cc82fe 880 xm_defines="SMALL_ARG_MAX"
d2307a72 881 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
bb607926 882 tmake_file=t-svr4
883 extra_parts="crtbegin.o crtend.o"
3b9ee544 884 use_fixproto=yes
bb607926 885 ;;
bb607926 886i[34567]86-*-aout*)
d2307a72 887 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
3b9ee544 888 use_fixproto=yes
bb607926 889 ;;
890i[34567]86-*-beoself* | i[34567]86-*-beos*)
bb607926 891 tmake_file='i386/t-beos i386/t-crtpic'
d2307a72 892 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
bb607926 893 extra_parts='crtbegin.o crtend.o'
894 ;;
41e38a87 895i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
d2307a72 896 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
bb607926 897 tmake_file=t-freebsd
898 ;;
899i[34567]86-*-freebsd*)
d2307a72 900 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
a8456aba 901 ;;
902x86_64-*-freebsd*)
d2307a72 903 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 904 ;;
f406b863 905i[34567]86-*-netbsdelf*)
d2307a72 906 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
f406b863 907 ;;
bb607926 908i[34567]86-*-netbsd*)
d2307a72 909 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 910 tmake_file=t-netbsd
9a33b00e 911 extra_parts=""
87a1ff8e 912 use_collect2=yes
bb607926 913 ;;
8bc47d57 914x86_64-*-netbsd*)
d2307a72 915 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 916 ;;
bb607926 917i[34567]86-*-openbsd*)
0ac7fc08 918 tm_file="i386/i386.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h i386/openbsd.h"
c7be79ca 919 # needed to unconfuse gdb
920 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
bb607926 921 # we need collect2 until our bug is fixed...
922 use_collect2=yes
923 ;;
924i[34567]86-*-coff*)
d2307a72 925 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
3b9ee544 926 use_fixproto=yes
bb607926 927 ;;
bb607926 928i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
929 # with a.out format
4c05f6ec 930 tmake_file="i386/t-crtstuff"
d2307a72 931 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
bb607926 932 gnu_ld=yes
bb607926 933 ;;
934i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
935 # with ELF format using the
936 # GNU/Linux C library 5
d2307a72 937 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
32e8a7fc 938 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
bb607926 939 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
940 gnu_ld=yes
bb607926 941 if test x$enable_threads = xyes; then
942 thread_file='single'
943 fi
944 ;;
945i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
946 # with ELF format using glibc 2
947 # aka GNU/Linux C library 6
d2307a72 948 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
32e8a7fc 949 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
bb607926 950 ;;
5c66405b 951x86_64-*-linux*)
d2307a72 952 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
277773bd 953 i386/x86-64.h i386/linux64.h"
2ee36fb7 954 tmake_file="t-slibgcc-elf-ver t-linux i386/t-linux64"
5c66405b 955 ;;
bb607926 956i[34567]86-*-gnu*)
bb607926 957 ;;
bb607926 958i[34567]86-pc-msdosdjgpp*)
959 xm_file=i386/xm-djgpp.h
f283da8d 960 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
c070948e 961 tmake_file=i386/t-djgpp
bb607926 962 gnu_ld=yes
963 gas=yes
bb607926 964 ;;
965i[34567]86-moss-msdos* | i[34567]86-*-moss*)
d2307a72 966 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 967 tmake_file=t-libc-ok
968 gnu_ld=yes
969 gas=yes
3b9ee544 970 use_fixproto=yes
bb607926 971 ;;
972i[34567]86-*-lynxos*)
973 if test x$gas = xyes
974 then
0ac7fc08 975 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h svr3.h lynx.h i386/lynx.h"
bb607926 976 else
d2307a72 977 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
bb607926 978 fi
3b9ee544 979 use_fixproto=yes
bb607926 980 ;;
981i[34567]86-*-mach*)
d2307a72 982 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
bb607926 983# tmake_file=t-libc-ok
984 use_collect2=yes
3b9ee544 985 use_fixproto=yes
bb607926 986 ;;
b1aac5f5 987i[34567]86-*-nto-qnx*)
0ac7fc08 988 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
b1aac5f5 989 tmake_file=i386/t-nto
990 gnu_ld=yes
991 gas=yes
992 ;;
41e38a87 993i[34567]86-*-rtems*)
d2307a72 994 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
bb607926 995 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
996 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
997 ;;
998i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
f9e40cfb 999 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
bb607926 1000 if test x$gas = xyes
1001 then
f92a3fd0 1002 tm_file="usegas.h ${tm_file}"
bb607926 1003 fi
f9e40cfb 1004 tmake_file=i386/t-sco5
1005 extra_parts="crtbegin.o crtend.o"
3b9ee544 1006 use_fixproto=yes
bb607926 1007 ;;
bb607926 1008i[34567]86-*-solaris2*)
b1cc82fe 1009 xm_defines="SMALL_ARG_MAX"
0307caef 1010 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
8cff5eeb 1011 tmake_file="i386/t-sol2 t-svr4"
32e8a7fc 1012 if test x$gnu_ld = xyes; then
1013 tmake_file="$tmake_file t-slibgcc-elf-ver"
1014 else
1015 tmake_file="$tmake_file t-slibgcc-sld"
1016 fi
bb607926 1017 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
bb607926 1018 if test x${enable_threads} = x; then
1019 enable_threads=$have_pthread_h
1020 if test x${enable_threads} = x; then
1021 enable_threads=$have_thread_h
1022 fi
1023 fi
1024 if test x${enable_threads} = xyes; then
1025 if test x${have_pthread_h} = xyes; then
1026 thread_file='posix'
1027 else
1028 thread_file='solaris'
1029 fi
1030 fi
1031 ;;
16031d31 1032i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
d2307a72 1033 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
bb607926 1034 if test x$stabs = xyes
1035 then
1036 tm_file="${tm_file} dbx.h"
1037 fi
8cff5eeb 1038 tmake_file="i386/t-crtpic t-svr4"
bb607926 1039 extra_parts="crtbegin.o crtend.o"
1040 if test x$enable_threads = xyes; then
1041 thread_file='posix'
1042 fi
3b9ee544 1043 use_fixproto=yes
bb607926 1044 ;;
1045i[34567]86-*-sysv4*) # Intel 80386's running system V.4
b1cc82fe 1046 xm_defines="SMALL_ARG_MAX"
493529eb 1047 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
bb607926 1048 if test x$stabs = xyes
1049 then
1050 tm_file="${tm_file} dbx.h"
1051 fi
8cff5eeb 1052 tmake_file="i386/t-crtpic t-svr4"
bb607926 1053 extra_parts="crtbegin.o crtend.o"
3b9ee544 1054 use_fixproto=yes
bb607926 1055 ;;
1056i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
d2307a72 1057 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 1058 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
bb607926 1059 extra_parts="crtbegin.o crtend.o"
3b9ee544 1060 use_fixproto=yes
bb607926 1061 ;;
bb607926 1062i[34567]86-*-sysv*) # Intel 80386's running system V
bb607926 1063 if test x$gas = xyes
1064 then
1065 if test x$stabs = xyes
1066 then
d2307a72 1067 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
bb607926 1068 tmake_file=i386/t-svr3dbx
41e38a87 1069 extra_parts="svr3.ifile svr3z.ifile"
bb607926 1070 else
d2307a72 1071 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
bb607926 1072 extra_parts="crtbegin.o crtend.o"
1073 tmake_file=i386/t-crtstuff
1074 fi
1075 else
d2307a72 1076 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
bb607926 1077 extra_parts="crtbegin.o crtend.o"
1078 tmake_file=i386/t-crtstuff
1079 fi
1080 tmake_file="$tmake_file i386/t-crtpic"
3b9ee544 1081 use_fixproto=yes
bb607926 1082 ;;
1083i386-*-vsta) # Intel 80386's running VSTa kernel
9d5f6988 1084 xm_file="i386/xm-vsta.h"
1085 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/vsta.h"
3b9ee544 1086 use_fixproto=yes
bb607926 1087 ;;
bb607926 1088i[34567]86-*-pe | i[34567]86-*-cygwin*)
8728e49b 1089 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
e1688c3e 1090 xm_file=i386/xm-cygwin.h
8728e49b 1091 tmake_file="i386/t-cygming i386/t-cygwin"
bb607926 1092 extra_objs=winnt.o
8728e49b 1093 c_target_objs=cygwin2.o
1094 cxx_target_objs=cygwin2.o
bb607926 1095 if test x$enable_threads = xyes; then
8728e49b 1096 thread_file='posix'
bb607926 1097 fi
bb607926 1098 ;;
1099i[34567]86-*-mingw32*)
8728e49b 1100 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
e1688c3e 1101 xm_file=i386/xm-mingw32.h
8728e49b 1102 tmake_file="i386/t-cygming i386/t-mingw32"
bb607926 1103 extra_objs=winnt.o
bb607926 1104 if test x$enable_threads = xyes; then
1105 thread_file='win32'
1106 fi
09c6646e 1107 case ${target} in
170a37e8 1108 *mingw32crt*)
bb607926 1109 tm_file="${tm_file} i386/crtdll.h"
1110 ;;
8728e49b 1111 *mingw32msv* | *mingw32*)
170a37e8 1112 ;;
bb607926 1113 esac
1114 ;;
1115i[34567]86-*-uwin*)
2b41198e 1116 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
bb607926 1117 tmake_file="i386/t-cygwin i386/t-uwin"
1118 extra_objs=winnt.o
bb607926 1119 if test x$enable_threads = xyes; then
1120 thread_file='win32'
1121 fi
3b9ee544 1122 use_fixproto=yes
bb607926 1123 ;;
49d31318 1124i[34567]86-*-interix3*)
d2307a72 1125 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"
4c05f6ec 1126 tmake_file="i386/t-interix"
2fbafe8b 1127 extra_objs=winnt.o
49d31318 1128 if test x$enable_threads = xyes ; then
1129 thread_file='posix'
1130 fi
1131 if test x$stabs = xyes ; then
1132 tm_file="${tm_file} dbxcoff.h"
1133 fi
1134 ;;
bb607926 1135i[34567]86-*-interix*)
d2307a72 1136 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
4c05f6ec 1137 tmake_file="i386/t-interix"
2fbafe8b 1138 extra_objs=winnt.o
bb607926 1139 if test x$enable_threads = xyes ; then
1140 thread_file='posix'
1141 fi
1142 if test x$stabs = xyes ; then
1143 tm_file="${tm_file} dbxcoff.h"
1144 fi
1145 ;;
578f5dbf 1146i[34567]86-*-kaos*)
1147 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1148 tmake_file="i386/t-i386elf t-svr4"
1149 ;;
8dd25e42 1150i860-*-sysv4*)
1151 tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h"
b1564c05 1152 tmake_file="i860/t-i860 i860/t-svr4"
8dd25e42 1153 extra_parts="crtbegin.o crtend.o"
3b9ee544 1154 use_fixproto=yes
8dd25e42 1155 ;;
bb607926 1156i960-*-coff*)
1157 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1158 tmake_file=i960/t-960bare
4f7a0ef9 1159 c_target_objs="i960-c.o"
1160 cxx_target_objs="i960-c.o"
bb607926 1161 ;;
1162i960-*-rtems)
1163 tmake_file="i960/t-960bare t-rtems"
214507b9 1164 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
4f7a0ef9 1165 c_target_objs="i960-c.o"
1166 cxx_target_objs="i960-c.o"
bb607926 1167 ;;
1168i960-*-*) # Default i960 environment.
1169 use_collect2=yes
29122112 1170 tmake_file=i960/t-960bare
4f7a0ef9 1171 c_target_objs="i960-c.o"
1172 cxx_target_objs="i960-c.o"
3b9ee544 1173 use_fixproto=yes
bb607926 1174 ;;
1175ia64*-*-elf*)
7a6d1a72 1176 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
bb607926 1177 tmake_file="ia64/t-ia64"
1178 target_cpu_default="0"
1179 if test x$gas = xyes
1180 then
1181 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1182 fi
1183 if test x$gnu_ld = xyes
1184 then
1185 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1186 fi
127ab935 1187 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
3b9ee544 1188 use_fixproto=yes
bb607926 1189 ;;
49b2e77d 1190ia64*-*-freebsd*)
0670e09b 1191 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
49b2e77d 1192 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1193 tmake_file="${tmake_file} ia64/t-ia64"
127ab935 1194 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
49b2e77d 1195 ;;
bb607926 1196ia64*-*-linux*)
7a6d1a72 1197 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
32e8a7fc 1198 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
bb607926 1199 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
127ab935 1200 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
805e22b2 1201 if test x"$use_libunwind_exceptions" = xyes; then
1202 tmake_file="$tmake_file t-libunwind"
1203 fi
bb607926 1204 ;;
d838d791 1205ia64*-*-hpux*)
f2f543a3 1206 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
4c9b2035 1207 tmake_file="ia64/t-ia64 ia64/t-hpux"
d838d791 1208 target_cpu_default="MASK_GNU_AS"
120a2fed 1209 case x$enable_threads in
1210 xyes | xposix )
1211 thread_file=posix
1212 ;;
1213 esac
297cec9a 1214 use_collect2=no
23ebf0fe 1215 c_target_objs="ia64-c.o"
1216 cxx_target_objs="ia64-c.o"
4c05f6ec 1217 # If we decide to run fixproto we should define FIXPROTO_DEFINES
1218 # in ia64/t-hpux, and also fix the definition of putenv in
1219 # sys-protos.h (const char not char).
d838d791 1220 ;;
3c791c03 1221ip2k-*-elf)
41806125 1222 tm_file="elfos.h ${tm_file}"
3b9ee544 1223 use_fixproto=yes
ee362681 1224 ;;
54f12d76 1225iq2000*-*-elf*)
0ac7fc08 1226 tm_file="svr4.h elfos.h iq2000/iq2000.h"
54f12d76 1227 tmake_file=iq2000/t-iq2000
1228 out_file=iq2000/iq2000.c
54f12d76 1229 md_file=iq2000/iq2000.md
3b9ee544 1230 use_fixproto=yes
54f12d76 1231 ;;
bb607926 1232m32r-*-elf*)
7a6d1a72 1233 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
4f889607 1234 extra_parts="crtinit.o crtfini.o"
3b9ee544 1235 use_fixproto=yes
19cd32af 1236 ;;
bb607926 1237# m68hc11 and m68hc12 share the same machine description.
1238m68hc11-*-*|m6811-*-*)
7a6d1a72 1239 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
bb607926 1240 tm_p_file="m68hc11/m68hc11-protos.h"
1241 md_file="m68hc11/m68hc11.md"
1242 out_file="m68hc11/m68hc11.c"
1243 tmake_file="m68hc11/t-m68hc11-gas"
3b9ee544 1244 use_fixproto=yes
bb607926 1245 ;;
1246m68hc12-*-*|m6812-*-*)
7a6d1a72 1247 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
bb607926 1248 tm_p_file="m68hc11/m68hc11-protos.h"
bb607926 1249 md_file="m68hc11/m68hc11.md"
1250 out_file="m68hc11/m68hc11.c"
1251 tmake_file="m68hc11/t-m68hc11-gas"
3b9ee544 1252 use_fixproto=yes
bb607926 1253 ;;
bb607926 1254m68000-hp-hpux*) # HP 9000 series 300
0ac7fc08 1255 tm_file="m68k/hp320base.h m68k/m68k.h m68k/hp320.h m68k/hp310.h"
1256 tm_defines="TARGET_DEFAULT=0" # 68000, no 68881, no bitfield ops
bb607926 1257 if test x$gas = xyes
1258 then
0ac7fc08 1259 tm_defines="${tm_defines} DBX_DEBUGGING_INFO=1 USE_GAS"
bb607926 1260 fi
8cff5eeb 1261 tmake_file=m68k/t-hp320
bb607926 1262 use_collect2=yes
3b9ee544 1263 use_fixproto=yes
bb607926 1264 ;;
bb607926 1265m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
0ac7fc08 1266 tm_file="m68k/hp320base.h m68k/m68k.h m68k/hp320.h"
bb607926 1267 if test x$gas = xyes
1268 then
0ac7fc08 1269 tm_defines="DBX_DEBUGGING_INFO=1 USE_GAS"
bb607926 1270 else
0ac7fc08 1271 tm_defines="NO_DOT_IN_LABEL NO_BUGS"
bb607926 1272 fi
bb607926 1273 use_collect2=yes
3b9ee544 1274 use_fixproto=yes
bb607926 1275 ;;
1276m68k-hp-hpux*) # HP 9000 series 300
0ac7fc08 1277 tm_file="m68k/hp320base.h m68k/m68k.h m68k/hp320.h"
bb607926 1278 if test x$gas = xyes
1279 then
0ac7fc08 1280 tm_defines="DBX_DEBUGGING_INFO=1 USE_GAS"
bb607926 1281 fi
bb607926 1282 use_collect2=yes
3b9ee544 1283 use_fixproto=yes
bb607926 1284 ;;
bb607926 1285m68k-*-aout*)
1286 tmake_file=m68k/t-m68kbare
0ac7fc08 1287 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
bb607926 1288 ;;
1289m68k-*-coff*)
1290 tmake_file=m68k/t-m68kbare
0ac7fc08 1291 tm_defines="MOTOROLA USE_GAS"
1292 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
3b9ee544 1293 use_fixproto=yes
bb607926 1294 ;;
1295m68020-*-elf* | m68k-*-elf*)
0ac7fc08 1296 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
bb607926 1297 tmake_file=m68k/t-m68kelf
37f722b2 1298 extra_parts="crtbegin.o crtend.o"
3b9ee544 1299 use_fixproto=yes
bb607926 1300 ;;
124c3198 1301m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1302 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
09c6646e 1303 case ${target} in
124c3198 1304 m68010*)
1305 target_cpu_default="0"
1306 ;;
1307 *)
1308 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1309 ;;
1310 esac
124c3198 1311 ;;
bb607926 1312m68k*-*-netbsd*)
0ac7fc08 1313 tm_file="m68k/m68k.h netbsd.h netbsd-aout.h m68k/netbsd.h"
bb607926 1314 tmake_file=t-netbsd
9a33b00e 1315 extra_parts=""
87a1ff8e 1316 use_collect2=yes
bb607926 1317 ;;
1318m68k*-*-openbsd*)
c7be79ca 1319 # needed to unconfuse gdb
0ac7fc08 1320 tm_defines="OBSD_OLD_GAS TARGET_DEFAULT=(MASK_68020|MASK_68881|MASK_BITFIELD)"
1321 tm_file="m68k/m68k.h openbsd.h m68k/openbsd.h"
c7be79ca 1322 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
bb607926 1323 # we need collect2 until our bug is fixed...
1324 use_collect2=yes
1325 ;;
bb607926 1326m68k-*-sysv4*) # Motorola m68k's running system V.4
0ac7fc08 1327 tm_file="m68k/m68k.h m68k/sgs.h dbxelf.h elfos.h svr4.h m68k/m68kv4.h"
1328 tm_defines="MOTOROLA SGS SGS_CMP_ORDER SGS_SWITCH_TABLES"
bb607926 1329 tmake_file=t-svr4
1330 extra_parts="crtbegin.o crtend.o"
3b9ee544 1331 use_fixproto=yes
bb607926 1332 ;;
13285dde 1333m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
1334 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
1335 tm_defines="MOTOROLA USE_GAS"
1336 tmake_file=m68k/t-uclinux
1337 use_fixproto=no
1338 ;;
bb607926 1339m68k-*-linux*) # Motorola m68k's running GNU/Linux
1340 # with ELF format using glibc 2
1341 # aka the GNU/Linux C library 6.
0ac7fc08 1342 tm_file="m68k/m68k.h dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
c402c664 1343 tm_defines="MOTOROLA USE_GAS"
56935b5d 1344 tmake_file="t-slibgcc-elf-ver t-linux"
bb607926 1345 ;;
41e38a87 1346m68k-*-rtems*)
f547383e 1347 tmake_file="m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems"
0ac7fc08 1348 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
37f722b2 1349 extra_parts="crtbegin.o crtend.o"
bb607926 1350 ;;
bb607926 1351mcore-*-elf)
7a6d1a72 1352 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
bb607926 1353 tmake_file=mcore/t-mcore
3b9ee544 1354 use_fixproto=yes
bb607926 1355 ;;
1356mcore-*-pe*)
0ac7fc08 1357 tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
bb607926 1358 tmake_file=mcore/t-mcore-pe
3b9ee544 1359 use_fixproto=yes
bb607926 1360 ;;
61ab9ea9 1361mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
ce10b255 1362 tm_file="${tm_file} mips/iris5.h"
61ab9ea9 1363 if test x$gas = xyes
1364 then
066c0a35 1365 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h mips/iris6-o32-gas.h"
61ab9ea9 1366 if test x$stabs = xyes
1367 then
8a76f31d 1368 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
61ab9ea9 1369 fi
6cba0fa7 1370 tmake_file=mips/t-iris5-gas
61ab9ea9 1371 else
ce10b255 1372 tm_file="${tm_file} mips/iris6-o32-as.h"
61ab9ea9 1373 tmake_file=mips/t-iris5-as
1374 fi
1375 tm_file="${tm_file} mips/iris6-o32.h"
1376 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
ce10b255 1377 target_cpu_default="MASK_ABICALLS"
61ab9ea9 1378 # mips-tfile doesn't work yet
1379 # See comment in mips/iris5.h file.
1380 use_collect2=yes
1381# if test x$enable_threads = xyes; then
1382# thread_file='irix'
1383# fi
3b9ee544 1384 use_fixproto=yes
61ab9ea9 1385 ;;
bb607926 1386mips-sgi-irix6*) # SGI System V.4., IRIX 6
ce10b255 1387 tm_file="${tm_file} mips/iris5.h mips/iris6.h"
bb607926 1388 if test "x$gnu_ld" = xyes
1389 then
ce10b255 1390 tm_file="${tm_file} mips/iris6gld.h"
bb607926 1391 fi
61ab9ea9 1392 tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
ce10b255 1393 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1394 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
bb607926 1395# if test x$enable_threads = xyes; then
1396# thread_file='irix'
1397# fi
3b9ee544 1398 use_fixproto=yes
bb607926 1399 ;;
bb607926 1400mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
ce10b255 1401 tm_file="${tm_file} mips/iris5.h mips/iris6.h mips/cross64.h"
8cff5eeb 1402 tmake_file="mips/t-iris mips/t-cross64"
ce10b255 1403 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1404 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
bb607926 1405 # See comment in mips/iris[56].h files.
1406 use_collect2=yes
1407# if test x$enable_threads = xyes; then
1408# thread_file='irix'
1409# fi
3b9ee544 1410 use_fixproto=yes
bb607926 1411 ;;
bb607926 1412mips-sgi-irix5*) # SGI System V.4., IRIX 5
ce10b255 1413 tm_file="${tm_file} mips/iris5.h"
bb607926 1414 if test x$gas = xyes
1415 then
066c0a35 1416 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h"
bb607926 1417 if test x$stabs = xyes
1418 then
8a76f31d 1419 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
bb607926 1420 fi
6cba0fa7 1421 tmake_file=mips/t-iris5-gas
bb607926 1422 else
61ab9ea9 1423 tmake_file=mips/t-iris5-as
bb607926 1424 fi
61ab9ea9 1425 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
ce10b255 1426 target_cpu_default="MASK_ABICALLS"
bb607926 1427 # mips-tfile doesn't work yet
bb607926 1428 # See comment in mips/iris5.h file.
1429 use_collect2=yes
1430# if test x$enable_threads = xyes; then
1431# thread_file='irix'
1432# fi
3b9ee544 1433 use_fixproto=yes
bb607926 1434 ;;
4ace673e 1435mips*-*-netbsd*) # NetBSD/mips, either endian.
52b9a586 1436 target_cpu_default="MASK_GAS|MASK_ABICALLS"
0ac7fc08 1437 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
bb607926 1438 ;;
d0faeb9d 1439mips64*-*-linux*)
1440 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
ece7f381 1441 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux64"
d0faeb9d 1442
1443 # This default ABI is a partial lie: t-linux64 overrides the
1444 # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1445 # that is installed. What GCC thinks of as the default must
1446 # remain as ABI_32 such that the SONAMEs of the libgcc shared
1447 # libraries remain compatible with those of mips-linux-gnu.
1448 tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1449 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1450 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1451 gnu_ld=yes
1452 gas=yes
d0faeb9d 1453 ;;
bb607926 1454mips*-*-linux*) # Linux MIPS, either endian.
858ac7b9 1455 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
09c6646e 1456 case ${target} in
613a38b0 1457 mipsisa32*-*)
613a38b0 1458 target_cpu_default="MASK_SOFT_FLOAT"
3c791c03 1459 tm_defines="MIPS_ISA_DEFAULT=32"
613a38b0 1460 ;;
1461 esac
805e22b2 1462 tmake_file="t-slibgcc-elf-ver t-linux"
bb607926 1463 ;;
0ac7fc08 1464mips*-*-openbsd*)
1465 tm_defines="OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
bb607926 1466 target_cpu_default="MASK_GAS|MASK_ABICALLS"
0ac7fc08 1467 tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
09c6646e 1468 case ${target} in
0ac7fc08 1469 mips*el-*-openbsd*)
1470 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1471 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1472 esac
bb607926 1473 ;;
f4deb416 1474mipsisa32-*-elf* | mipsisa32el-*-elf*)
efd092f3 1475 tm_file="${tm_file} mips/elf.h"
582b17a6 1476 tmake_file=mips/t-isa3264
4d5b08a8 1477 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
3b9ee544 1478 use_fixproto=yes
582b17a6 1479 ;;
a02568c6 1480mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1481 tm_file="${tm_file} mips/elf.h"
1482 tmake_file=mips/t-isa3264
1483 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
3b9ee544 1484 use_fixproto=yes
a02568c6 1485 ;;
5381547d 1486mipsisa64-*-elf* | mipsisa64el-*-elf*)
efd092f3 1487 tm_file="${tm_file} mips/elf.h"
5381547d 1488 tmake_file=mips/t-isa3264
1489 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
2c018156 1490 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_EABI"
3b9ee544 1491 use_fixproto=yes
5381547d 1492 ;;
2857c21b 1493mipsisa64sr71k-*-elf*)
1494 tm_file="${tm_file} mips/elf.h"
1495 tmake_file=mips/t-sr71k
1496 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
2c018156 1497 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
3b9ee544 1498 use_fixproto=yes
2857c21b 1499 ;;
19c56034 1500mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
efd092f3 1501 tm_file="${tm_file} mips/elf.h"
19c56034 1502 tmake_file=mips/t-elf
1503 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1504 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
3b9ee544 1505 use_fixproto=yes
19c56034 1506 ;;
f4deb416 1507mips-*-elf* | mipsel-*-elf*)
3c791c03 1508 tm_file="${tm_file} mips/elf.h"
bb607926 1509 tmake_file=mips/t-elf
3b9ee544 1510 use_fixproto=yes
bb607926 1511 ;;
f4deb416 1512mips64-*-elf* | mips64el-*-elf*)
3c791c03 1513 tm_file="${tm_file} mips/elf64.h"
bb607926 1514 tmake_file=mips/t-elf
3c791c03 1515 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1516 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
3b9ee544 1517 use_fixproto=yes
bb607926 1518 ;;
2857c21b 1519mips64vr-*-elf* | mips64vrel-*-elf*)
1520 tm_file="mips/vr.h ${tm_file} mips/elf64.h"
0e760677 1521 tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
2857c21b 1522 tmake_file=mips/t-vr
3b9ee544 1523 use_fixproto=yes
2857c21b 1524 ;;
f4deb416 1525mips64orion-*-elf* | mips64orionel-*-elf*)
3c791c03 1526 tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1527 tmake_file=mips/t-elf
bb607926 1528 tmake_file=mips/t-elf
3c791c03 1529 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1530 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
3b9ee544 1531 use_fixproto=yes
bb607926 1532 ;;
742d48c2 1533mips*-*-rtems*)
3c791c03 1534 tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
46860285 1535 tmake_file="mips/t-elf t-rtems mips/t-rtems"
bb607926 1536 ;;
f4deb416 1537mipstx39-*-elf* | mipstx39el-*-elf*)
efd092f3 1538 tm_file="${tm_file} mips/r3900.h mips/elf.h"
bb607926 1539 tmake_file=mips/t-r3900
3b9ee544 1540 use_fixproto=yes
bb607926 1541 ;;
68cbb7e3 1542mmix-knuth-mmixware)
805e22b2 1543 need_64bit_hwint=yes
68cbb7e3 1544 ;;
bb607926 1545mn10300-*-*)
7a6d1a72 1546 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 1547 if test x$stabs = xyes
1548 then
1549 tm_file="${tm_file} dbx.h"
1550 fi
1551 use_collect2=no
3b9ee544 1552 use_fixproto=yes
bb607926 1553 ;;
f470dade 1554ns32k-*-netbsdelf*)
09c6646e 1555 echo "GCC does not yet support the ${target} target"; exit 1
f470dade 1556 ;;
bb607926 1557ns32k-*-netbsd*)
5f16a202 1558 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
bb607926 1559 # On NetBSD, the headers are already okay, except for math.h.
b2dd7dbf 1560 tmake_file="t-netbsd ns32k/t-ns32k"
9a33b00e 1561 extra_parts=""
87a1ff8e 1562 use_collect2=yes
bb607926 1563 ;;
1564pdp11-*-bsd)
1565 tm_file="${tm_file} pdp11/2bsd.h"
3b9ee544 1566 use_fixproto=yes
bb607926 1567 ;;
1568pdp11-*-*)
3b9ee544 1569 use_fixproto=yes
bb607926 1570 ;;
1571avr-*-*)
3b9ee544 1572 use_fixproto=yes
bb607926 1573 ;;
0ac7fc08 1574# port not yet contributed
1575#powerpc-*-openbsd*)
1576# tmake_file="${tmake_file} rs6000/t-fprules "
1577# extra_headers=
1578# ;;
8eaf2dd1 1579powerpc64-*-linux*)
527d5be8 1580 tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1581 case x$with_cpu in
1582 x|xpowerpc64|xdefault64) tm_file="${tm_file} rs6000/default64.h";;
1583 esac
1584 tm_file="${tm_file} rs6000/linux64.h"
1585 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-ppccomm rs6000/t-linux64"
8eaf2dd1 1586 ;;
fca26bb8 1587powerpc64-*-gnu*)
1588 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"
1638c263 1589 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
fca26bb8 1590 ;;
bb607926 1591powerpc-*-beos*)
8eaf2dd1 1592 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1638c263 1593 tmake_file="rs6000/t-fprules rs6000/t-beos"
83287f80 1594 extra_headers=
3b9ee544 1595 use_fixproto=yes
bb607926 1596 ;;
17ac16a1 1597powerpc-*-darwin*)
1638c263 1598 tm_file="${tm_file} rs6000/darwin.h"
0edab4dd 1599 tmake_file="t-darwin rs6000/t-darwin"
25b7153e 1600 extra_headers=altivec.h
805e22b2 1601 # override ppc default
1602 need_64bit_hwint=
3b9ee544 1603 use_fixproto=yes
17ac16a1 1604 ;;
327811ee 1605powerpc*-*-freebsd*)
7a6d1a72 1606 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1638c263 1607 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
327811ee 1608 ;;
93006578 1609powerpc-*-netbsd*)
5eeaefac 1610 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1611 tmake_file="${tmake_file} rs6000/t-netbsd"
93006578 1612 ;;
e37e4a50 1613powerpc-*-chorusos*)
7a6d1a72 1614 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1638c263 1615 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
5614d3f5 1616 case ${enable_threads} in
1617 yes | posix)
1618 thread_file='posix'
1619 ;;
e37e4a50 1620 esac
3b9ee544 1621 use_fixproto=yes
e37e4a50 1622 ;;
6f0a80d3 1623powerpc-*-eabispe*)
6f0a80d3 1624 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
79bbdafd 1625 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
6f0a80d3 1626 ;;
bbf524e7 1627powerpc-*-eabisimaltivec*)
bbf524e7 1628 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"
1638c263 1629 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
bbf524e7 1630 ;;
bb607926 1631powerpc-*-eabisim*)
7a6d1a72 1632 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1638c263 1633 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 1634 ;;
1635powerpc-*-elf*)
7a6d1a72 1636 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1638c263 1637 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
3b9ee544 1638 use_fixproto=yes
bb607926 1639 ;;
553c09a8 1640powerpc-*-eabialtivec*)
553c09a8 1641 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1638c263 1642 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
553c09a8 1643 ;;
bb607926 1644powerpc-*-eabi*)
7a6d1a72 1645 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1638c263 1646 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 1647 ;;
1648powerpc-*-rtems*)
214507b9 1649 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
ece7f381 1650 tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm"
bb607926 1651 ;;
ece7f381 1652powerpc-*-linux*altivec*)
553c09a8 1653 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1638c263 1654 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
553c09a8 1655 ;;
ece7f381 1656powerpc-*-linux*spe*)
f797f85f 1657 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h"
1658 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1659 ;;
bb607926 1660powerpc-*-linux*)
7a6d1a72 1661 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
1638c263 1662 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
bb607926 1663 ;;
fca26bb8 1664powerpc-*-gnu-gnualtivec*)
1665 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"
1638c263 1666 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
fca26bb8 1667 if test x$enable_threads = xyes; then
1668 thread_file='posix'
1669 fi
1670 ;;
1671powerpc-*-gnu*)
1672 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"
1638c263 1673 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
fca26bb8 1674 if test x$enable_threads = xyes; then
1675 thread_file='posix'
1676 fi
1677 ;;
bb607926 1678powerpc-wrs-vxworks*)
805e22b2 1679 # We want vxworks.h after rs6000/sysv4.h, which unfortunately
1680 # means we have to redo the tm_file list from scratch.
1681 tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1682 tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
1638c263 1683 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
805e22b2 1684 extra_headers=ppc-asm.h
1685 ;;
16d627c6 1686powerpc-wrs-windiss*)
16d627c6 1687 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
1638c263 1688 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
16d627c6 1689 thread_file=""
3b9ee544 1690 use_fixproto=yes
16d627c6 1691 ;;
bb607926 1692powerpcle-*-sysv*)
7a6d1a72 1693 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1638c263 1694 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
3b9ee544 1695 use_fixproto=yes
bb607926 1696 ;;
1697powerpcle-*-elf*)
7a6d1a72 1698 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1638c263 1699 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
3b9ee544 1700 use_fixproto=yes
bb607926 1701 ;;
1702powerpcle-*-eabisim*)
7a6d1a72 1703 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"
1638c263 1704 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 1705 ;;
1706powerpcle-*-eabi*)
7a6d1a72 1707 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
1638c263 1708 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 1709 ;;
578f5dbf 1710powerpc-*-kaos*)
1711 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
1712 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1713 ;;
1714powerpcle-*-kaos*)
1715 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h kaos.h rs6000/kaos-ppc.h"
1716 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1717 ;;
bb607926 1718rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
8eaf2dd1 1719 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1638c263 1720 tmake_file="rs6000/t-fprules rs6000/t-newas"
bb607926 1721 use_collect2=yes
83287f80 1722 extra_headers=
3b9ee544 1723 use_fixproto=yes
bb607926 1724 ;;
1725rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
527d5be8 1726 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
bb607926 1727 tmake_file=rs6000/t-aix43
bb607926 1728 use_collect2=yes
1729 thread_file='aix'
83287f80 1730 extra_headers=
bb607926 1731 ;;
b1974978 1732rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
527d5be8 1733 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
bb607926 1734 tmake_file=rs6000/t-aix43
bb607926 1735 use_collect2=yes
1736 thread_file='aix'
83287f80 1737 extra_headers=
bb607926 1738 ;;
b1974978 1739rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
b1974978 1740 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1741 tmake_file=rs6000/t-aix52
1742 use_collect2=yes
1743 thread_file='aix'
1744 extra_headers=
1745 ;;
bb607926 1746rs6000-*-lynxos*)
0ac7fc08 1747 tm_file="svr3.h lynx.h rs6000/lynxbase.h rs6000/rs6000.h rs6000/lynx.h"
1638c263 1748 tmake_file=rs6000/t-fprules
bb607926 1749 use_collect2=yes
3b9ee544 1750 use_fixproto=yes
bb607926 1751 ;;
582b17a6 1752s390-*-linux*)
7a6d1a72 1753 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1b2d98e9 1754 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
346e8a0c 1755 ;;
582b17a6 1756s390x-*-linux*)
d50213e6 1757 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
48de175f 1758 tm_p_file=s390/s390-protos.h
1759 md_file=s390/s390.md
b5ccaa7b 1760 extra_modes=s390/s390-modes.def
48de175f 1761 out_file=s390/s390.c
1b2d98e9 1762 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
346e8a0c 1763 ;;
7c1f201b 1764s390x-ibm-tpf*)
1765 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
1766 tm_p_file=s390/s390-protos.h
1767 md_file=s390/s390.md
1768 extra_modes=s390/s390-modes.def
1769 out_file=s390/s390.c
1770 tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
1771 ;;
578f5dbf 1772sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
bb607926 1773 tmake_file="sh/t-sh sh/t-elf"
09c6646e 1774 case ${target} in
febf5bcd 1775 shl* | sh64l*)
1776 tm_file="sh/little.h ${tm_file}"
1777 tmake_file="${tmake_file} sh/t-le"
1778 ;;
1779 esac
0ac7fc08 1780 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h"
09c6646e 1781 case ${target} in
febf5bcd 1782 sh64*)
1783 tmake_file="${tmake_file} sh/t-sh64"
1784 tm_file="${tm_file} sh/sh64.h"
1785 extra_headers="shmedia.h ushmedia.h sshmedia.h"
febf5bcd 1786 ;;
493914a8 1787 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1788 sh4*) target_cpu_default="SELECT_SH4" ;;
1789 sh3e*) target_cpu_default="SELECT_SH3E" ;;
1790 sh3*) target_cpu_default="SELECT_SH3" ;;
87ed74ef 1791 sh2e*) target_cpu_default="SELECT_SH2E" ;;
493914a8 1792 sh2*) target_cpu_default="SELECT_SH2" ;;
1793 esac
09c6646e 1794 case ${target} in
493914a8 1795 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
aa76b2b5 1796 esac
09c6646e 1797 case ${target} in
578f5dbf 1798 sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
febf5bcd 1799 esac
3b9ee544 1800 use_fixproto=yes
87e19636 1801 ;;
bb607926 1802sh-*-rtemself*)
1803 tmake_file="sh/t-sh sh/t-elf t-rtems"
0ac7fc08 1804 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
bb607926 1805 ;;
1806sh-*-rtems*)
1807 tmake_file="sh/t-sh t-rtems"
1566e12e 1808 tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
bb607926 1809 ;;
493914a8 1810sh-*-linux* | sh[2346lbe]*-*-linux*)
84c7b766 1811 tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
09c6646e 1812 case ${target} in
493914a8 1813 sh*be-*-* | sh*eb-*-*) ;;
1814 *)
1815 tm_file="sh/little.h ${tm_file}"
1816 tmake_file="${tmake_file} sh/t-le"
1817 ;;
1818 esac
84c7b766 1819 tmake_file="${tmake_file} sh/t-linux"
493914a8 1820 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
09c6646e 1821 case ${target} in
493914a8 1822 sh64*)
1823 tmake_file="${tmake_file} sh/t-sh64"
1824 tm_file="${tm_file} sh/sh64.h"
1825 extra_headers="shmedia.h ushmedia.h sshmedia.h"
493914a8 1826 ;;
1827 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1828 sh4*) target_cpu_default="SELECT_SH4" ;;
1829 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
1830 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
1831 sh3e*) target_cpu_default="SELECT_SH3E" ;;
1832 sh3*) target_cpu_default="SELECT_SH3" ;;
87ed74ef 1833 sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
1834 sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
1835 sh2e*) target_cpu_default="SELECT_SH2E" ;;
493914a8 1836 sh2*) target_cpu_default="SELECT_SH2" ;;
1837 esac
09c6646e 1838 case ${target} in
493914a8 1839 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1840 esac
bb607926 1841 ;;
dca09811 1842sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1843 sh64-*-netbsd* | sh64l*-*-netbsd*)
4ee34c70 1844 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
1845 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
09c6646e 1846 case ${target} in
4ee34c70 1847 sh*l*-*)
1848 tm_file="sh/little.h ${tm_file}"
1849 tmake_file="${tmake_file} sh/t-le"
1850 ;;
1851 *)
1852 tmake_file="${tmake_file} sh/t-be"
1853 ;;
1854 esac
09c6646e 1855 case ${target} in
dca09811 1856 sh5*-*)
1857 # SHmedia, 32-bit ABI
87ed74ef 1858 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
61ddddf5 1859 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
dca09811 1860 ;;
1861 sh64*-*)
1862 # SHmedia, 64-bit ABI
1863 target_cpu_default="SH5_BIT|SH4_BIT"
61ddddf5 1864 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
dca09811 1865 ;;
1866 *)
1867 # SH3, software floating point
1868 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
1869 tmake_file="${tmake_file} sh/t-netbsd"
1870 ;;
1871 esac
4ee34c70 1872 ;;
bb607926 1873sh-*-*)
1566e12e 1874 tm_file="${tm_file} dbxcoff.h sh/coff.h"
3b9ee544 1875 use_fixproto=yes
bb607926 1876 ;;
1877sparc-tti-*)
da88aad2 1878 tm_file="${tm_file} sparc/pbd.h"
3b9ee544 1879 use_fixproto=yes
bb607926 1880 ;;
f470dade 1881sparc-*-netbsdelf*)
1897a3df 1882 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
f470dade 1883 ;;
bb607926 1884sparc-*-openbsd*)
0ac7fc08 1885 tm_defines=OBSD_OLD_GAS
1886 tm_file="sparc/sparc.h openbsd.h sparc/openbsd.h"
c7be79ca 1887 # needed to unconfuse gdb
1888 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
bb607926 1889 # we need collect2 until our bug is fixed...
1890 use_collect2=yes
1891 ;;
61f2f0de 1892sparc64-*-openbsd*)
1893 tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
61f2f0de 1894 gas=yes gnu_ld=yes
1895 with_cpu=ultrasparc
61f2f0de 1896 ;;
bb607926 1897sparc-*-elf*)
0307caef 1898 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
f24facde 1899 tmake_file="sparc/t-elf sparc/t-crtfm"
bb607926 1900 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3b9ee544 1901 use_fixproto=yes
bb607926 1902 ;;
7800959d 1903sparc-*-linux*) # SPARC's running GNU/Linux, libc6
7a6d1a72 1904 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
f24facde 1905 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
bb607926 1906 ;;
41e38a87 1907sparc-*-rtems*)
0307caef 1908 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
8c9facdb 1909 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
bb607926 1910 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
bb607926 1911 ;;
8ed09732 1912sparc64-*-solaris2* | sparcv9-*-solaris2*)
0307caef 1913 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
d5a614bc 1914 if test x$gnu_ld = xyes; then
1915 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
bb607926 1916 fi
b25d9808 1917 if test x$gas = xyes; then
1918 tm_file="${tm_file} sparc/sol2-gas-bi.h"
1919 fi
f24facde 1920 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
bb607926 1921 if test x$gnu_ld = xyes; then
32e8a7fc 1922 tmake_file="$tmake_file t-slibgcc-elf-ver"
bb607926 1923 else
32e8a7fc 1924 tmake_file="$tmake_file t-slibgcc-sld"
bb607926 1925 fi
bb607926 1926 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
bb607926 1927 if test x${enable_threads} = x ; then
1928 enable_threads=$have_pthread_h
1929 if test x${enable_threads} = x ; then
1930 enable_threads=$have_thread_h
1931 fi
1932 fi
1933 if test x${enable_threads} = xyes ; then
1934 if test x${have_pthread_h} = xyes ; then
1935 thread_file='posix'
1936 else
1937 thread_file='solaris'
1938 fi
1939 fi
805e22b2 1940 need_64bit_hwint=yes
bb607926 1941 ;;
8ed09732 1942sparc-*-solaris2*)
0307caef 1943 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
d5a614bc 1944 if test x$gnu_ld = xyes; then
1945 tm_file="${tm_file} sparc/sol2-gld.h"
bb607926 1946 fi
f24facde 1947 tmake_file="sparc/t-sol2 sparc/t-crtfm"
bb607926 1948 if test x$gnu_ld = xyes; then
32e8a7fc 1949 tmake_file="$tmake_file t-slibgcc-elf-ver"
bb607926 1950 else
32e8a7fc 1951 tmake_file="$tmake_file t-slibgcc-sld"
bb607926 1952 fi
09c6646e 1953 case ${target} in
8ed09732 1954 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1955 if test x$gnu_ld = xno; then
1956 tm_file="${tm_file} sparc/sol26-sld.h"
1957 fi
1958 ;;
3c00589d 1959 *-*-solaris2.[789] | *-*-solaris2.1[0-9])
d5a614bc 1960 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
1961 if test x$gnu_ld = xyes; then
1962 tm_file="${tm_file} sparc/sol2-gld-bi.h"
046d147a 1963 fi
b25d9808 1964 if test x$gas = xyes; then
1965 tm_file="${tm_file} sparc/sol2-gas-bi.h"
1966 fi
046d147a 1967 tmake_file="$tmake_file sparc/t-sol2-64"
805e22b2 1968 need_64bit_hwint=yes
046d147a 1969 ;;
1970 esac
d5a614bc 1971 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
bb607926 1972 if test x${enable_threads} = x; then
1973 enable_threads=$have_pthread_h
1974 if test x${enable_threads} = x; then
1975 enable_threads=$have_thread_h
1976 fi
1977 fi
1978 if test x${enable_threads} = xyes; then
1979 if test x${have_pthread_h} = xyes; then
1980 thread_file='posix'
1981 else
1982 thread_file='solaris'
1983 fi
1984 fi
1985 ;;
bb607926 1986sparc-*-sysv4*)
06585cbc 1987 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
bb607926 1988 tmake_file=t-svr4
bb607926 1989 extra_parts="crtbegin.o crtend.o"
3b9ee544 1990 use_fixproto=yes
bb607926 1991 ;;
bb607926 1992sparclite-*-coff*)
f2f543a3 1993 tm_file="${tm_file} sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
bb607926 1994 tmake_file=sparc/t-sparclite
1995 ;;
bb607926 1996sparclite-*-elf*)
f2f543a3 1997 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/liteelf.h"
8c9facdb 1998 tmake_file="sparc/t-sparclite sparc/t-crtfm"
bb607926 1999 extra_parts="crtbegin.o crtend.o"
3b9ee544 2000 use_fixproto=yes
bb607926 2001 ;;
582b17a6 2002sparc86x-*-elf*)
f2f543a3 2003 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/sp86x-elf.h"
8c9facdb 2004 tmake_file="sparc/t-sp86x sparc/t-crtfm"
bb607926 2005 extra_parts="crtbegin.o crtend.o"
3b9ee544 2006 use_fixproto=yes
bb607926 2007 ;;
2008sparc64-*-aout*)
9039f5c3 2009 tm_file="sparc/sparc.h sparc/aout.h sparc/sp64-aout.h"
3b9ee544 2010 use_fixproto=yes
bb607926 2011 ;;
2012sparc64-*-elf*)
0307caef 2013 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
8c9facdb 2014 tmake_file="${tmake_file} sparc/t-crtfm"
bb607926 2015 extra_parts="crtbegin.o crtend.o"
3b9ee544 2016 use_fixproto=yes
bb607926 2017 ;;
cf481f89 2018sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2019 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
8c9facdb 2020 tmake_file="${tmake_file} sparc/t-crtfm"
cf481f89 2021 case "x$with_cpu" in
68345096 2022 xultrasparc) ;;
cf481f89 2023 x) with_cpu=ultrasparc ;;
2024 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2025 esac
805e22b2 2026 need_64bit_hwint=yes
cf481f89 2027 ;;
7800959d 2028sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
0b8c20bf 2029 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
74b68692 2030 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
bb607926 2031 ;;
1897a3df 2032sparc64-*-netbsd*)
2033 tmake_file="${tmake_file} sparc/t-netbsd64"
2034 tm_file="sparc/biarch64.h ${tm_file}"
2035 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1897a3df 2036 ;;
331beb1a 2037strongarm-*-elf*)
7a6d1a72 2038 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
331beb1a 2039 tmake_file=arm/t-strongarm-elf
2040 out_file=arm/arm.c
331beb1a 2041 md_file=arm/arm.md
b5ccaa7b 2042 extra_modes=arm/arm-modes.def
3b9ee544 2043 use_fixproto=yes
331beb1a 2044 ;;
331beb1a 2045strongarm-*-pe)
0ac7fc08 2046 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
331beb1a 2047 tmake_file=arm/t-strongarm-pe
2048 out_file=arm/arm.c
331beb1a 2049 md_file=arm/arm.md
b5ccaa7b 2050 extra_modes=arm/arm-modes.def
331beb1a 2051 extra_objs=pe.o
3b9ee544 2052 use_fixproto=yes
331beb1a 2053 ;;
578f5dbf 2054strongarm-*-kaos*)
2055 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-strongarm.h"
2056 tmake_file=arm/t-strongarm-elf
2057 out_file=arm/arm.c
2058 md_file=arm/arm.md
2059 extra_modes=arm/arm-modes.def
2060 ;;
00b114bf 2061v850e1-*-*)
2062 target_cpu_default="TARGET_CPU_v850e1"
2063 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2064 tm_p_file=v850/v850-protos.h
2065 tmake_file=v850/t-v850e
2066 md_file=v850/v850.md
2067 out_file=v850/v850.c
2068 if test x$stabs = xyes
2069 then
2070 tm_file="${tm_file} dbx.h"
2071 fi
2072 use_collect2=no
2073 c_target_objs="v850-c.o"
2074 cxx_target_objs="v850-c.o"
3b9ee544 2075 use_fixproto=yes
00b114bf 2076 ;;
5dd3389c 2077v850e-*-*)
2078 target_cpu_default="TARGET_CPU_v850e"
2079 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2080 tm_p_file=v850/v850-protos.h
c7feb70c 2081 tmake_file=v850/t-v850e
5dd3389c 2082 md_file=v850/v850.md
2083 out_file=v850/v850.c
2084 if test x$stabs = xyes
2085 then
2086 tm_file="${tm_file} dbx.h"
2087 fi
2088 use_collect2=no
2089 c_target_objs="v850-c.o"
2090 cxx_target_objs="v850-c.o"
3b9ee544 2091 use_fixproto=yes
5dd3389c 2092 ;;
bb607926 2093v850-*-*)
2094 target_cpu_default="TARGET_CPU_generic"
7a6d1a72 2095 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
bb607926 2096 tmake_file=v850/t-v850
2097 if test x$stabs = xyes
2098 then
2099 tm_file="${tm_file} dbx.h"
2100 fi
2101 use_collect2=no
e101acea 2102 c_target_objs="v850-c.o"
2103 cxx_target_objs="v850-c.o"
3b9ee544 2104 use_fixproto=yes
bb607926 2105 ;;
6c842310 2106vax-*-bsd*) # VAXen running BSD
b31ef245 2107 tm_file="${tm_file} vax/bsd.h"
bb607926 2108 use_collect2=yes
3b9ee544 2109 use_fixproto=yes
bb607926 2110 ;;
6c842310 2111vax-*-sysv*) # VAXen running system V
bb607926 2112 tm_file="${tm_file} vax/vaxv.h"
3b9ee544 2113 use_fixproto=yes
bb607926 2114 ;;
f470dade 2115vax-*-netbsdelf*)
83accbc0 2116 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
f470dade 2117 ;;
bb607926 2118vax-*-netbsd*)
4ace673e 2119 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
bb607926 2120 tmake_file=t-netbsd
9a33b00e 2121 extra_parts=""
87a1ff8e 2122 use_collect2=yes
bb607926 2123 ;;
2124vax-*-openbsd*)
0ac7fc08 2125 tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
bb607926 2126 use_collect2=yes
2127 ;;
6c842310 2128vax-*-ultrix*) # VAXen running ultrix
bb607926 2129 tm_file="${tm_file} vax/ultrix.h"
3b9ee544 2130 use_fixproto=yes
bb607926 2131 ;;
6c842310 2132vax-*-*) # VAX default entry
3b9ee544 2133 use_fixproto=yes
bb607926 2134 ;;
331beb1a 2135xscale-*-elf)
7a6d1a72 2136 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
331beb1a 2137 tmake_file=arm/t-xscale-elf
2138 out_file=arm/arm.c
331beb1a 2139 md_file=arm/arm.md
b5ccaa7b 2140 extra_modes=arm/arm-modes.def
3b9ee544 2141 use_fixproto=yes
331beb1a 2142 ;;
2143xscale-*-coff)
0ac7fc08 2144 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
331beb1a 2145 tmake_file=arm/t-xscale-coff
2146 out_file=arm/arm.c
331beb1a 2147 md_file=arm/arm.md
b5ccaa7b 2148 extra_modes=arm/arm-modes.def
3b9ee544 2149 use_fixproto=yes
331beb1a 2150 ;;
9b954fed 2151xstormy16-*-elf)
2152 # For historical reasons, the target files omit the 'x'.
7a6d1a72 2153 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
9b954fed 2154 tm_p_file=stormy16/stormy16-protos.h
2155 md_file=stormy16/stormy16.md
2156 out_file=stormy16/stormy16.c
2157 tmake_file="stormy16/t-stormy16"
2158 extra_parts="crtbegin.o crtend.o"
3b9ee544 2159 use_fixproto=yes
9b954fed 2160 ;;
f6b7ba2b 2161xtensa-*-elf*)
2162 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
54a0bb9d 2163 tmake_file="xtensa/t-xtensa xtensa/t-elf"
f6b7ba2b 2164 ;;
2165xtensa-*-linux*)
2166 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
19cda8f6 2167 tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
f6b7ba2b 2168 ;;
1acdfc69 2169am33_2.0-*-linux*)
2170 tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
7be01a92 2171 tmake_file="t-slibgcc-elf-ver t-linux mn10300/t-linux"
1acdfc69 2172 gas=yes gnu_ld=yes
1acdfc69 2173 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2174 use_collect2=no
2175 ;;
bb607926 2176*)
09c6646e 2177 echo "*** Configuration ${target} not supported" 1>&2
bb607926 2178 exit 1
2179 ;;
2180esac
2181
3864b642 2182# Support for --with-cpu and related options (and a few unrelated options,
973f8bf3 2183# too).
370a1d10 2184case ${with_cpu} in
2185 yes | no)
2186 echo "--with-cpu must be passed a value" 1>&2
2187 exit 1
2188 ;;
2189esac
f0b281fe 2190
370a1d10 2191# If there is no $with_cpu option, try to infer one from ${target}.
2192# This block sets nothing except for with_cpu.
2193if test x$with_cpu = x ; then
2194 case ${target} in
2195 ep9312-*-*)
2196 # A Cirrus ARM variant.
2197 with_cpu="ep9312"
2198 ;;
2199 i486-*-*)
2200 with_cpu=i486
2201 ;;
2202 i586-*-*)
8ef79bec 2203 case ${target_noncanonical} in
370a1d10 2204 k6_2-*)
2205 with_cpu=k6-2
2206 ;;
2207 k6_3-*)
2208 with_cpu=k6-3
2209 ;;
2210 k6-*)
2211 with_cpu=k6
2212 ;;
2213 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2214 with_cpu=pentium-mmx
2215 ;;
2216 *)
2217 with_cpu=pentium
2218 ;;
2219 esac
2220 ;;
2221 i686-*-* | i786-*-*)
8ef79bec 2222 case ${target_noncanonical} in
370a1d10 2223 k8-*)
2224 with_cpu=k8
2225 ;;
2226 athlon_xp-*|athlon_mp-*|athlon_4-*)
2227 with_cpu=athlon-4
2228 ;;
2229 athlon_tbird-*|athlon-*)
2230 with_cpu=athlon
2231 ;;
2232 pentium2-*)
2233 with_cpu=pentium2
2234 ;;
2235 pentium3-*)
2236 with_cpu=pentium3
2237 ;;
2238 pentium4-*)
2239 with_cpu=pentium4
2240 ;;
2241 *)
2242 with_cpu=pentiumpro
2243 ;;
2244 esac
2245 ;;
2246 x86_64-*-*)
2247 with_cpu=k8
2248 ;;
2249 alphaev6[78]*-*-*)
2250 with_cpu=ev67
2251 ;;
2252 alphaev6*-*-*)
2253 with_cpu=ev6
2254 ;;
2255 alphapca56*-*-*)
2256 with_cpu=pca56
2257 ;;
2258 alphaev56*-*-*)
2259 with_cpu=ev56
2260 ;;
2261 alphaev5*-*-*)
2262 with_cpu=ev5
2263 ;;
2264 sparc*-*-*)
2265 with_cpu="`echo ${target} | sed 's/-.*$//'`"
2266 if [ x$with_cpu = xsparc64 ]; then
2267 with_cpu=v9
2268 fi
2269 ;;
2270 esac
2271fi
f0b281fe 2272
2273 # Similarly for --with-schedule.
2274 if test x$with_schedule = x; then
09c6646e 2275 case ${target} in
f0b281fe 2276 hppa1* | parisc1*)
2277 # Override default PA8000 scheduling model.
2278 with_schedule=7100LC
0e3f52ef 2279 ;;
f0b281fe 2280 esac
2281 fi
2282
7dd97ab6 2283 # Validate and mark as valid any --with options supported
2284 # by this target. In order to use a particular --with option
2285 # you must list it in supported_defaults; validating the value
2286 # is optional. This case statement should set nothing besides
2287 # supported_defaults.
2288
2289 supported_defaults=
09c6646e 2290 case "${target}" in
f0b281fe 2291 alpha*-*-*)
7dd97ab6 2292 supported_defaults="cpu tune"
2293 for which in cpu tune; do
2294 eval "val=\$with_$which"
8d520382 2295 case "$val" in
2296 "" \
2297 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2298 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2299 | 21264a)
7dd97ab6 2300 ;;
2301 *)
2302 echo "Unknown CPU used in --with-$which=$val" 1>&2
2303 exit 1
2304 ;;
2305 esac
2306 done
2307 ;;
2308
2309 arm*-*-*)
2310 supported_defaults="arch cpu float tune"
2311 for which in cpu tune; do
2312 eval "val=\$with_$which"
8d520382 2313 case "$val" in
2314 "" \
2315 | arm[236789] | arm250 | arm[67][01]0 \
2316 | arm60 | arm620 | arm7d | arm7di \
2317 | arm7m | arm7dm | arm7dmi | arm[79]tdmi \
2318 | arm70 | arm700i | arm710t | arm720 \
2319 | arm720t | arm740t | arm710c | arm920 \
2320 | arm920t | arm940t | arm9e | arm10tdmi \
2321 | arm7100 | arm7500 | arm7500fe | arm810 \
2322 | arm1020t \
2323 | xscale | iwmmxt \
2324 | ep9312 \
2325 | strongarm | strongarm110 | strongarm11[01]0)
7dd97ab6 2326 # OK
2327 ;;
2328 *)
2329 echo "Unknown CPU used in --with-$which=$val" 1>&2
2330 exit 1
2331 ;;
2332 esac
2333 done
2334
8d520382 2335 case "$with_arch" in
2336 "" \
2337 | armv[2345] | armv2a | armv3m | armv4t | armv5t \
2338 | armv5te | ep9312)
f0b281fe 2339 # OK
bb678e49 2340 ;;
2341 *)
7dd97ab6 2342 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
f0b281fe 2343 exit 1
3864b642 2344 ;;
2345 esac
f0b281fe 2346
8d520382 2347 case "$with_float" in
2348 "" \
2349 | soft | hard)
f0b281fe 2350 # OK
3864b642 2351 ;;
f0b281fe 2352 *)
7dd97ab6 2353 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
f0b281fe 2354 exit 1
3864b642 2355 ;;
2356 esac
7dd97ab6 2357
2358 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2359 echo "Warning: --with-arch overrides --with-cpu" 1>&2
2360 fi
3864b642 2361 ;;
3864b642 2362
f0b281fe 2363 hppa*-*-* | parisc*-*-*)
7dd97ab6 2364 supported_defaults="arch schedule"
2365
8d520382 2366 case "$with_arch" in
2367 "" | 1.0 | 1.1 | 2.0)
7dd97ab6 2368 # OK
2369 ;;
2370 *)
2371 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2372 exit 1
2373 ;;
2374 esac
2375
8d520382 2376 case "$with_schedule" in
2377 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
f0b281fe 2378 # OK
2379 ;;
2380 *)
2381 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2382 exit 1
2383 ;;
2384 esac
3864b642 2385 ;;
3864b642 2386
f0b281fe 2387 i[34567]86-*-* | x86_64-*-*)
7dd97ab6 2388 supported_defaults="arch cpu tune"
2389 for which in arch cpu tune; do
2390 eval "val=\$with_$which"
e83e5390 2391 case ${val} in
2392 "" | i386 | i486 \
2393 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2394 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2395 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
2396 | athlon-4 | athlon-xp | athlon-mp | k8)
7dd97ab6 2397 # OK
2398 ;;
2399 *)
2400 echo "Unknown CPU given in --with-$which=$val." 1>&2
2401 exit 1
2402 ;;
2403 esac
2404 done
2405 ;;
2406
2407 mips*-*-*)
2408 supported_defaults="abi arch float tune"
2409
e83e5390 2410 case ${with_float} in
2411 "" | soft | hard)
f0b281fe 2412 # OK
2413 ;;
2414 *)
7dd97ab6 2415 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
f0b281fe 2416 exit 1
2417 ;;
2418 esac
3864b642 2419
e83e5390 2420 case ${with_abi} in
2421 "" | 32 | o64 | n32 | 64 | eabi)
f0b281fe 2422 # OK
2423 ;;
2424 *)
7dd97ab6 2425 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
f0b281fe 2426 exit 1
2427 ;;
2428 esac
3864b642 2429 ;;
3864b642 2430
7dd97ab6 2431 powerpc*-*-* | rs6000-*-*)
2432 supported_defaults="cpu float tune"
2433
2434 for which in cpu tune; do
2435 eval "val=\$with_$which"
e83e5390 2436 case ${val} in
2437 "" | default32 | default64 | common \
2438 | power | power2 | power3 | power4 \
2439 | powerpc | powerpc64 \
2440 | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
2441 | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
2442 | 601 | 602 | 603 | 603e | ec603e | 604 \
2443 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
2444 | 8540 | 801 | 821 | 823 | 860 | 970)
7dd97ab6 2445 # OK
2446 ;;
2447 *)
2448 echo "Unknown cpu used in --with-$which=$val." 1>&2
2449 exit 1
2450 ;;
2451 esac
2452 done
2453 ;;
2454
b8c0043c 2455 s390*-*-*)
2456 supported_defaults="arch mode tune"
2457
2458 for which in arch tune; do
2459 eval "val=\$with_$which"
e83e5390 2460 case ${val} in
2461 "" | g5 | g6 | z900 | z990)
b8c0043c 2462 # OK
2463 ;;
2464 *)
2465 echo "Unknown cpu used in --with-$which=$val." 1>&2
2466 exit 1
2467 ;;
2468 esac
2469 done
2470
e83e5390 2471 case ${with_mode} in
2472 "" | esa | zarch)
b8c0043c 2473 # OK
2474 ;;
2475 *)
2476 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
2477 exit 1
2478 ;;
2479 esac
2480 ;;
2481
f0b281fe 2482 sparc*-*-*)
7dd97ab6 2483 supported_defaults="cpu float tune"
2484
2485 for which in cpu tune; do
2486 eval "val=\$with_$which"
e83e5390 2487 case ${val} in
2488 "" | sparc | sparcv9 | sparc64 | sparc86x \
2489 | v7 | cypress | v8 | supersparc | sparclite | f930 \
2490 | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
2491 | v9 | ultrasparc | ultrasparc3)
7dd97ab6 2492 # OK
2493 ;;
2494 *)
2495 echo "Unknown cpu used in --with-$which=$val" 1>&2
2496 exit 1
2497 ;;
2498 esac
2499 done
3864b642 2500
e83e5390 2501 case ${with_float} in
2502 "" | soft | hard)
f0b281fe 2503 # OK
2504 ;;
2505 *)
7dd97ab6 2506 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
f0b281fe 2507 exit 1
2508 ;;
2509 esac
3864b642 2510 ;;
3864b642 2511
f0b281fe 2512 v850*-*-*)
7dd97ab6 2513 supported_defaults=cpu
e83e5390 2514 case ${with_cpu} in
2515 "" | v850e | v850e1)
f0b281fe 2516 # OK
2517 ;;
2518 *)
2519 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2520 exit 1
2521 ;;
2522 esac
3864b642 2523 ;;
2524 esac
3864b642 2525
7dd97ab6 2526 # Set some miscellaneous flags for particular targets.
f0b281fe 2527 target_cpu_default2=
09c6646e 2528 case ${target} in
f0b281fe 2529 alpha*-*-*)
f0b281fe 2530 if test x$gas = xyes
2531 then
7dd97ab6 2532 target_cpu_default2="MASK_GAS"
f0b281fe 2533 fi
3864b642 2534 ;;
3864b642 2535
f0b281fe 2536 arm*-*-*)
2537 case "x$with_cpu" in
2538 x)
2539 # The most generic
2540 target_cpu_default2="TARGET_CPU_generic"
bb607926 2541 ;;
f0b281fe 2542
2543 *)
2544 target_cpu_default2="TARGET_CPU_$with_cpu"
bb607926 2545 ;;
f0b281fe 2546 esac
2547 ;;
582b17a6 2548
f0b281fe 2549 hppa*-*-* | parisc*-*-*)
2550 if test x$gas = xyes
bb607926 2551 then
f0b281fe 2552 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2553 fi
3864b642 2554 ;;
3864b642 2555
f0b281fe 2556 mips*-*-*)
09c6646e 2557 case ${target} in
f0b281fe 2558 mips*-*-ecoff* | mips*-*-elf*)
2559 if test x$gas = xyes
2560 then
2561 if test x$gnu_ld = xyes
2562 then
2563 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2564 else
2565 target_cpu_default2="MASK_GAS"
2566 fi
2567 fi
2568 ;;
2569 mips*-*-*)
2570 if test x$gas = xyes
f4deb416 2571 then
f4deb416 2572 target_cpu_default2="MASK_GAS"
2573 fi
f0b281fe 2574 ;;
2575 esac
09c6646e 2576 case ${target} in
f0b281fe 2577 mips*el-*-*)
2578 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2579 ;;
2580 esac
2581 case $tm_file in
2582 *mips/elf.h* | *mips/elf64.h*)
2583 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2584 ;;
2585 esac
2586 if test "x$enable_gofast" = xyes
2587 then
f2f543a3 2588 tm_defines="US_SOFTWARE_GOFAST $tm_defines"
f0b281fe 2589 tmake_file="mips/t-gofast $tmake_file"
2590 else
2591 tmake_file="mips/t-mips $tmake_file"
f4deb416 2592 fi
2593 ;;
f0b281fe 2594
2595 powerpc*-*-* | rs6000-*-*)
7dd97ab6 2596 if test x$enable_altivec = xyes
2597 then
2598 tm_file="$tm_file rs6000/altivec-defs.h"
2599 fi
2600 # FIXME: The PowerPC port uses the value set at compile time,
2601 # although it's only cosmetic.
f0b281fe 2602 if test "x$with_cpu" != x
bb607926 2603 then
f0b281fe 2604 target_cpu_default2="\\\"$with_cpu\\\""
bb607926 2605 fi
f0b281fe 2606 out_file=rs6000/rs6000.c
2607 c_target_objs="${c_target_objs} rs6000-c.o"
2608 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2609 tmake_file="rs6000/t-rs6000 ${tmake_file}"
f4deb416 2610 ;;
3864b642 2611
f0b281fe 2612 sparc*-*-*)
7dd97ab6 2613 # Some standard aliases.
2614 case x$with_cpu in
2615 xsparc)
2616 with_cpu=v7
2617 ;;
2618 xsparc86x)
2619 with_cpu=sparclite86x
2620 ;;
2621 xsparcv9 | xsparc64)
2622 with_cpu=v9
2623 ;;
2624 esac
2625
2626 # The Sparc port checks this value at compile-time.
3864b642 2627 target_cpu_default2="TARGET_CPU_$with_cpu"
2628 ;;
f0b281fe 2629 v850*-*-*)
7dd97ab6 2630 # FIXME: The v850 is "special" in that it does not support
2631 # runtime CPU selection, only --with-cpu.
f0b281fe 2632 case "x$with_cpu" in
2633 x)
2634 ;;
2635 xv850e)
2636 target_cpu_default2="TARGET_CPU_$with_cpu"
2637 ;;
2638 esac
2639 ;;
bb607926 2640 esac
bb607926 2641
7dd97ab6 2642 t=
b8c0043c 2643 all_defaults="abi cpu arch tune schedule float mode"
7dd97ab6 2644 for option in $all_defaults
2645 do
2646 eval "val=\$with_$option"
2647 if test -n "$val"; then
2648 case " $supported_defaults " in
2649 *" $option "*)
2650 ;;
2651 *)
2652 echo "This target does not support --with-$option." 2>&1
2653 exit 1
2654 ;;
2655 esac
2656
2657 if test "x$t" = x
2658 then
2659 t="{ \"$option\", \"$val\" }"
2660 else
2661 t="${t}, { \"$option\", \"$val\" }"
2662 fi
2663 fi
2664 done
2665 if test "x$t" = x
2666 then
2667 configure_default_options="{ { NULL, NULL} }"
2668 else
2669 configure_default_options="{ ${t} }"
2670 fi
2671
f0b281fe 2672 if test "$target_cpu_default2" != ""
bb607926 2673 then
f0b281fe 2674 if test "$target_cpu_default" != ""
2675 then
2676 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2677 else
2678 target_cpu_default=$target_cpu_default2
2679 fi
bb607926 2680 fi