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