]> gcc.gnu.org Git - gcc.git/blame - gcc/config.gcc
re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)
[gcc.git] / gcc / config.gcc
CommitLineData
a89ea0df 1# GCC target-specific configuration file.
eca0d5e8 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
3bd6d4c4 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 18#along with GCC; see the file COPYING. If not, write to the Free
366ccddb
KC
19#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20#02110-1301, 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
fa958513
DJ
28# When you change the cases in the OS or target switches, consider
29# updating ../libgcc/config.host also.
30
b01bc573 31# This file switches on the shell variable ${target}, and also uses the
61ed06c3
HPN
32# following shell variables:
33#
34# with_* Various variables as set by configure.
35#
615be2cf 36# enable_threads Either the name, yes or no depending on whether
61ed06c3
HPN
37# threads support was requested.
38#
2121a768 39# default_use_cxa_atexit
c5dde55b
NC
40# The default value for the $enable___cxa_atexit
41# variable. enable___cxa_atexit needs to be set to
42# "yes" for the correct operation of C++ destructors
43# but it relies upon the presence of a non-standard C
44# library function called __cxa_atexit.
45# Since not all C libraries provide __cxa_atexit the
46# default value of $default_use_cxa_atexit is set to
47# "no" except for targets which are known to be OK.
2121a768 48#
61ed06c3
HPN
49# gas_flag Either yes or no depending on whether GNU as was
50# requested.
51#
52# gnu_ld_flag Either yes or no depending on whether GNU ld was
53# requested.
54
55# This file sets the following shell variables for use by the
56# autoconf-generated configure script:
57#
b01bc573
NN
58# cpu_type The name of the cpu, if different from the first
59# chunk of the canonical target name.
61ed06c3 60#
d5355cb2
JDA
61# tm_defines List of target macros to define for all compilations.
62#
61ed06c3 63# tm_file A list of target macro files, if different from
32fb7c9d
FS
64# "$cpu_type/$cpu_type.h". Usually it's constructed
65# per target in a way like this:
c40409ce 66# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
32fb7c9d
FS
67# Note that the preferred order is:
68# - specific target header "${cpu_type}/${cpu_type.h}"
a4a4b1d3 69# - generic headers like dbxelf.h elfos.h, etc.
32fb7c9d
FS
70# - specializing target headers like ${cpu_type.h}/elf.h
71# This helps to keep OS specific stuff out of the CPU
72# defining header ${cpu_type}/${cpu_type.h}.
61ed06c3
HPN
73#
74# tm_p_file Location of file with declarations for functions
75# in $out_file.
76#
77# out_file The name of the machine description C support
78# file, if different from "$cpu_type/$cpu_type.c".
79#
80# md_file The name of the machine-description file, if
81# different from "$cpu_type/$cpu_type.md".
82#
83# tmake_file A list of machine-description-specific
84# makefile-fragments, if different from
85# "$cpu_type/t-$cpu_type".
86#
1c0ca89d
ZW
87# extra_modes The name of the file containing a list of extra
88# machine modes, if necessary and different from
89# "$cpu_type/$cpu_type-modes.def".
90#
61ed06c3
HPN
91# extra_objs List of extra objects that should be linked into
92# the compiler proper (cc1, cc1obj, cc1plus)
93# depending on target.
94#
30500d84
KC
95# extra_gcc_objs List of extra objects that should be linked into
96# the compiler driver (gcc) depending on target.
97#
61ed06c3 98# extra_headers List of used header files from the directory
817e13c4 99# config/${cpu_type}.
61ed06c3 100#
1617e5ee
GK
101# use_gcc_tgmath If set, add tgmath.h to the list of used header
102# files.
103#
61ed06c3
HPN
104# extra_passes List of extra executables compiled for this target
105# machine, used for compiling from source to object.
106#
107# extra_parts List of extra object files that should be compiled
108# for this target machine.
109#
110# extra_programs Like extra_passes, but these are used when linking.
111#
75685792
RS
112# extra_options List of target-dependent .opt files.
113#
ff7cc307 114# c_target_objs List of extra target-dependent objects that be
aac69a49 115# linked into the C compiler only.
0e5a4ad8 116#
ff7cc307 117# cxx_target_objs List of extra target-dependent objects that be
aac69a49 118# linked into the C++ compiler only.
0e5a4ad8 119#
ef69da62
SS
120# target_gtfiles List of extra source files with type information.
121#
61ed06c3
HPN
122# xm_defines List of macros to define when compiling for the
123# target machine.
124#
125# xm_file List of files to include when compiling for the
126# target machine.
127#
128# use_collect2 Set to yes or no, depending on whether collect2
129# will be used.
130#
131# target_cpu_default Set to override the default target model.
132#
61ed06c3
HPN
133# gdb_needs_out_file_path
134# Set to yes if gdb needs a dir command with
135# `dirname $out_file`.
136#
61ed06c3
HPN
137# thread_file Set to control which thread package to use.
138#
139# gas Set to yes or no depending on whether the target
140# system normally uses GNU as.
4977bab6
ZW
141#
142# need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
1197924d
KH
143# for this target. This is true iff this target
144# supports "long" or "wchar_t" wider than 32 bits.
7816bea0
DJ
145#
146# configure_default_options
147# Set to an initializer for configure_default_options
148# in configargs.h, based on --with-cpu et cetera.
587dc9c6
NN
149#
150# use_fixproto Set to "yes" if fixproto should be run normally,
151# "no" if fixproto should never be run.
61ed06c3
HPN
152
153# The following variables are used in each case-construct to build up the
154# outgoing variables:
155#
61ed06c3
HPN
156# gnu_ld Set to yes or no depending on whether the target
157# system normally uses GNU ld.
158
159out_file=
61ed06c3
HPN
160tmake_file=
161extra_headers=
1617e5ee 162use_gcc_tgmath=yes
61ed06c3
HPN
163extra_passes=
164extra_parts=
165extra_programs=
166extra_objs=
61ed06c3 167extra_gcc_objs=
75685792 168extra_options=
aac69a49
NC
169c_target_objs=
170cxx_target_objs=
d5355cb2 171tm_defines=
61ed06c3 172xm_defines=
61ed06c3
HPN
173# Set this to force installation and use of collect2.
174use_collect2=
175# Set this to override the default target model.
176target_cpu_default=
61ed06c3
HPN
177# Set this if gdb needs a dir command with `dirname $out_file`
178gdb_needs_out_file_path=
61ed06c3
HPN
179# Set this to control which thread package will be used.
180thread_file=
181# Reinitialize these from the flag values every loop pass, since some
182# configure entries modify them.
183gas="$gas_flag"
184gnu_ld="$gnu_ld_flag"
2121a768 185default_use_cxa_atexit=no
6ab185d6 186target_gtfiles=
4977bab6 187need_64bit_hwint=
61ed06c3 188
ec2a60b0
NN
189# Default to not using fixproto. Targets which need fixproto should
190# specifically set this to 'yes'.
191use_fixproto=no
587dc9c6 192
6a38414a
NN
193# Don't carry these over build->host->target. Please.
194xm_file=
195md_file=
196
9340544b 197# Obsolete configurations.
b01bc573 198case ${target} in
fdda361d 199 c4x-* \
c261cca9 200 | tic4x-* \
fe15407d 201 )
8998d5bf 202 if test "x$enable_obsolete" != xyes; then
b01bc573 203 echo "*** Configuration ${target} is obsolete." >&2
9340544b
ZW
204 echo "*** Specify --enable-obsolete to build it anyway." >&2
205 echo "*** Support will be REMOVED in the next major release of GCC," >&2
206 echo "*** unless a maintainer comes forward." >&2
207 exit 1
208 fi;;
9340544b
ZW
209esac
210
7c942e17
ZW
211# Unsupported targets list. Do not put an entry in this list unless
212# it would otherwise be caught by a more permissive pattern. The list
213# should be in alphabetical order.
b01bc573 214case ${target} in
7c942e17 215 alpha*-*-linux*libc1* \
8e3a7070 216 | i[34567]86-sequent-sysv \
2d3359eb 217 | i[34567]86-sequent-sysv[123]* \
7c942e17
ZW
218 | i[34567]86-go32-* \
219 | i[34567]86-*-go32* \
220 | m68k-*-linux*aout* \
221 | m68k-*-linux*libc1* \
222 | mips64orion*-*-rtems* \
223 | powerpc-*-linux*libc1* \
224 | sparc-*-linux*aout* \
225 | sparc-*-linux*libc1* \
226 | sparc-hal-solaris2* \
227 | thumb-*-* \
228 | *-*-linux*coff* \
229 | *-*-linux*oldld* \
230 | *-*-rtemsaout* \
231 | *-*-rtemscoff* \
9ab346a1 232 | vax-*-vms* \
7c942e17 233 )
b01bc573 234 echo "*** Configuration ${target} not supported" 1>&2
7c942e17
ZW
235 exit 1
236 ;;
237esac
238
61ed06c3 239# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
ba1e6c0b
JM
240# updated in each machine entry. Also set default extra_headers for some
241# machines.
61ed06c3 242tm_p_file=
b01bc573 243cpu_type=`echo ${target} | sed 's/-.*$//'`
a8e04fe6 244cpu_is_64bit=
b01bc573 245case ${target} in
38b2d076
DD
246m32c*-*-*)
247 cpu_type=m32c
248 tmake_file=m32c/t-m32c
249 ;;
61ed06c3
HPN
250alpha*-*-*)
251 cpu_type=alpha
4977bab6 252 need_64bit_hwint=yes
61ed06c3 253 ;;
2beef00e
AO
254am33_2.0-*-linux*)
255 cpu_type=mn10300
256 ;;
150b72ed
DJ
257strongarm*-*-*)
258 cpu_type=arm
259 ;;
260arm*-*-*)
261 cpu_type=arm
5a9335ef 262 extra_headers="mmintrin.h"
150b72ed 263 ;;
0d4a78eb
BS
264bfin*-*)
265 cpu_type=bfin
266 ;;
150b72ed
DJ
267ep9312*-*-*)
268 cpu_type=arm
269 ;;
faf9ab98
AH
270frv*) cpu_type=frv
271 ;;
7d33c31d
KH
272fido-*-*)
273 cpu_type=m68k
274 extra_headers=math-68881.h
275 ;;
150b72ed 276xscale-*-*)
d19fb8e3 277 cpu_type=arm
5a9335ef 278 extra_headers="mmintrin.h"
d19fb8e3 279 ;;
61ed06c3
HPN
280i[34567]86-*-*)
281 cpu_type=i386
b1875f52 282 extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
3b8dd071
L
283 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
284 nmmintrin.h"
61ed06c3 285 ;;
14f73b5a
JH
286x86_64-*-*)
287 cpu_type=i386
b1875f52 288 extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
3b8dd071
L
289 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
290 nmmintrin.h"
4977bab6 291 need_64bit_hwint=yes
14f73b5a 292 ;;
817e13c4
JM
293ia64-*-*)
294 extra_headers=ia64intrin.h
4977bab6 295 need_64bit_hwint=yes
817e13c4 296 ;;
c21a2372 297hppa*-*-* | parisc*-*-*)
61ed06c3
HPN
298 cpu_type=pa
299 ;;
ad126521
KI
300m32r*-*-*)
301 cpu_type=m32r
302 ;;
2fd95d71 303m680[012]0-*-*)
61ed06c3 304 cpu_type=m68k
ba1e6c0b
JM
305 extra_headers=math-68881.h
306 ;;
307m68k-*-*)
308 extra_headers=math-68881.h
61ed06c3
HPN
309 ;;
310mips*-*-*)
311 cpu_type=mips
4977bab6 312 need_64bit_hwint=yes
61ed06c3 313 ;;
61ed06c3
HPN
314powerpc*-*-*)
315 cpu_type=rs6000
518878e1 316 extra_headers="ppc-asm.h altivec.h spe.h"
4977bab6 317 need_64bit_hwint=yes
a8e04fe6 318 case x$with_cpu in
44cd321e 319 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a)
a8e04fe6
AM
320 cpu_is_64bit=yes
321 ;;
322 esac
4977bab6
ZW
323 ;;
324rs6000*-*-*)
325 need_64bit_hwint=yes
326 ;;
bdcee471
CL
327score*-*-*)
328 cpu_type=score
329 ;;
4977bab6
ZW
330sparc64*-*-*)
331 cpu_type=sparc
332 need_64bit_hwint=yes
61ed06c3 333 ;;
61ed06c3
HPN
334sparc*-*-*)
335 cpu_type=sparc
336 ;;
85d9c13c
TS
337spu*-*-*)
338 cpu_type=spu
339 need_64bit_hwint=yes
340 ;;
4977bab6 341s390*-*-*)
6cecb0aa 342 cpu_type=s390
4977bab6
ZW
343 need_64bit_hwint=yes
344 ;;
b4eb03fe 345# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
da28a3b9 346sh[123456789lbe]*-*-*)
fa5322fa 347 cpu_type=sh
4977bab6 348 need_64bit_hwint=yes
fa5322fa 349 ;;
7f0db92a
SS
350tic4x-*-*)
351 cpu_type=c4x
352 ;;
61ed06c3
HPN
353esac
354
355tm_file=${cpu_type}/${cpu_type}.h
b6d7afec 356if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
61ed06c3 357then
b6d7afec
ZW
358 tm_p_file=${cpu_type}/${cpu_type}-protos.h
359fi
1c0ca89d
ZW
360extra_modes=
361if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
362then
363 extra_modes=${cpu_type}/${cpu_type}-modes.def
364fi
75685792
RS
365if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
366then
367 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
368fi
e564e618 369
b01bc573 370case ${target} in
e564e618
DB
371x86_64-*-*)
372 tm_file="i386/biarch64.h ${tm_file}"
373 ;;
374esac
375
61ed06c3 376# On a.out targets, we need to use collect2.
b01bc573 377case ${target} in
61ed06c3
HPN
378*-*-*aout*)
379 use_collect2=yes
380 ;;
0e5a4ad8 381esac
61ed06c3 382
4977bab6 383# Common parts for widely ported systems.
b01bc573 384case ${target} in
4d6d5bb2 385*-*-darwin*)
80c85ca2
MS
386 tm_file="${tm_file} darwin.h"
387 case ${target} in
388 *-*-darwin9*)
389 tm_file="${tm_file} darwin9.h"
390 ;;
391 esac
392 tm_file="${tm_file} ${cpu_type}/darwin.h"
4d6d5bb2 393 tm_p_file="${tm_p_file} darwin-protos.h"
040b1c5a 394 tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
4d6d5bb2 395 target_gtfiles="\$(srcdir)/config/darwin.c"
6ac49599 396 extra_options="${extra_options} darwin.opt"
4d6d5bb2
NN
397 c_target_objs="darwin-c.o"
398 cxx_target_objs="darwin-c.o"
4d6d5bb2 399 extra_objs="darwin.o"
e46b55d0 400 extra_gcc_objs="darwin-driver.o"
747b9f55 401 default_use_cxa_atexit=yes
4d6d5bb2
NN
402 case ${enable_threads} in
403 "" | yes | posix) thread_file='posix' ;;
404 esac
405 ;;
406*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
407 # This is the place-holder for the generic a.out configuration
408 # of FreeBSD. No actual configuration resides here since
409 # there was only ever a bare-bones ix86 configuration for
410 # a.out and it exists solely in the machine-specific section.
411 # This place-holder must exist to avoid dropping into
412 # the generic ELF configuration of FreeBSD (i.e. it must be
413 # ordered before that section).
414 ;;
415*-*-freebsd*)
416 # This is the generic ELF configuration of FreeBSD. Later
417 # machine-specific sections may refine and add to this
418 # configuration.
419 #
420 # Due to tm_file entry ordering issues that vary between cpu
421 # architectures, we only define fbsd_tm_file to allow the
422 # machine-specific section to dictate the final order of all
423 # entries of tm_file with the minor exception that components
424 # of the tm_file set here will always be of the form:
425 #
426 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
427 #
428 # The machine-specific section should not tamper with this
429 # ordering but may order all other entries of tm_file as it
430 # pleases around the provided core setting.
431 gas=yes
432 gnu_ld=yes
433 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
434 case ${target} in
bc9b32c2
NN
435 *-*-freebsd3 | *-*-freebsd[3].*)
436 tm_defines="${tm_defines} FBSD_MAJOR=3" ;;
437 *-*-freebsd4 | *-*-freebsd[4].*)
438 tm_defines="${tm_defines} FBSD_MAJOR=4" ;;
439 *-*-freebsd5 | *-*-freebsd[5].*)
440 tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
441 *-*-freebsd6 | *-*-freebsd[6].*)
442 tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
0219cf3d
GP
443 *-*-freebsd7 | *-*-freebsd[7].*)
444 tm_defines="${tm_defines} FBSD_MAJOR=7" ;;
445 *-*-freebsd8 | *-*-freebsd[8].*)
446 tm_defines="${tm_defines} FBSD_MAJOR=8" ;;
447 *-*-freebsd9 | *-*-freebsd[9].*)
448 tm_defines="${tm_defines} FBSD_MAJOR=9" ;;
bc9b32c2
NN
449 *)
450 echo 'Please update *-*-freebsd* in gcc/config.gcc'
451 exit 1
452 ;;
4d6d5bb2
NN
453 esac
454 tmake_file="t-slibgcc-elf-ver t-freebsd"
455 case ${enable_threads} in
456 no)
457 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
458 ;;
769e49eb 459 "" | yes | posix)
4d6d5bb2
NN
460 thread_file='posix'
461 tmake_file="${tmake_file} t-freebsd-thread"
462 # Before 5.0, FreeBSD can't bind shared libraries to -lc
463 # when "optionally" threaded via weak pthread_* checks.
464 case ${target} in
465 *-*-freebsd[34] | *-*-freebsd[34].*)
466 tmake_file="${tmake_file} t-slibgcc-nolc-override"
467 ;;
468 esac
469 ;;
f7288899 470 *)
4d6d5bb2
NN
471 echo 'Unknown thread configuration for FreeBSD'
472 exit 1
473 ;;
474 esac
475 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
476 ;;
e3029773
NN
477*-*-linux*libc1* | *-*-linux*aout*)
478 # Avoid the generic linux case.
479 ;;
cfafe973 480*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
4d6d5bb2 481 # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
e3029773 482 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
464aea98 483 extra_options="${extra_options} linux.opt"
e3029773
NN
484 gas=yes
485 gnu_ld=yes
486 case ${enable_threads} in
487 "" | yes | posix) thread_file='posix' ;;
488 esac
65d151a7 489 tmake_file="t-slibgcc-elf-ver t-linux"
464aea98
JM
490 case ${target} in
491 *-*-*uclibc*)
7bd85ce0
JM
492 tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
493 ;;
494 *)
495 tm_defines="${tm_defines} UCLIBC_DEFAULT=0"
464aea98
JM
496 ;;
497 esac
c5dde55b
NC
498 # Assume that glibc or uClibc are being used and so __cxa_atexit is provided.
499 default_use_cxa_atexit=yes
1617e5ee 500 use_gcc_tgmath=no
e3029773 501 ;;
5eeab2e3 502*-*-gnu*)
e3029773
NN
503 # On the Hurd, the setup is just about the same on
504 # each different CPU. The specific machines that we
505 # support are matched above and just set $cpu_type.
506 tm_file="${cpu_type}/gnu.h"
507 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
508 # GNU tools are the only tools.
509 gas=yes
510 gnu_ld=yes
511 # These details are the same as for Linux.
512 # But here we need a little extra magic.
513 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
514 case ${target} in
515 alpha*)
516 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
517 ;;
518 i[34567]86-*-*)
519 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}"
520 ;;
521 esac
c5dde55b
NC
522 # Assume that glibc is being used and so __cxa_atexit is provided.
523 default_use_cxa_atexit=yes
1617e5ee 524 use_gcc_tgmath=no
e3029773 525 ;;
f982f805 526*-*-netbsd*)
e3029773
NN
527 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
528 gas=yes
529 gnu_ld=yes
51b7c247 530
e3029773
NN
531 # NetBSD 2.0 and later get POSIX threads enabled by default.
532 # Allow them to be explicitly enabled on any other version.
533 case ${enable_threads} in
534 "")
535 case ${target} in
536 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
537 thread_file='posix'
538 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
539 ;;
540 esac
541 ;;
542 yes | posix)
543 thread_file='posix'
544 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
545 ;;
546 esac
1169f9e0 547
e3029773
NN
548 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
549 # ELF configurations. We will clear extra_parts in the
550 # a.out configurations.
551 case ${target} in
552 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
553 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
554 ;;
555 esac
2121a768 556
e3029773
NN
557 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
558 # default (unless overridden by --disable-__cxa_atexit).
559 case ${target} in
560 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
561 default_use_cxa_atexit=yes
562 ;;
563 esac
564 ;;
4d6d5bb2
NN
565*-*-openbsd*)
566 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
e3029773 567 case ${enable_threads} in
4d6d5bb2 568 yes)
e3029773 569 thread_file='posix'
4d6d5bb2 570 tmake_file="${tmake_file} t-openbsd-thread"
e3029773
NN
571 ;;
572 esac
378b66d4
ME
573 case ${target} in
574 *-*-openbsd2.*|*-*-openbsd3.[012])
575 tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
576 esac
e3029773 577 ;;
8179b3c8
NN
578*-*-rtems*)
579 case ${enable_threads} in
580 yes) thread_file='rtems' ;;
581 esac
582 ;;
4977bab6 583*-*-vxworks*)
e3029773 584 tmake_file=t-vxworks
2eab15c9
PE
585 xm_defines=POSIX
586 extra_options="${extra_options} vxworks.opt"
b2f4bed8 587 extra_objs=vxworks.o
55047c9d
PE
588 case ${enable_threads} in
589 no) ;;
590 "" | yes | vxworks) thread_file='vxworks' ;;
591 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
592 esac
e3029773 593 ;;
c5dde55b
NC
594*-*-elf)
595 # Assume that newlib is being used and so __cxa_atexit is provided.
596 default_use_cxa_atexit=yes
597 ;;
61ed06c3
HPN
598esac
599
b01bc573 600case ${target} in
61ed06c3
HPN
601# Support site-specific machine types.
602*local*)
b01bc573 603 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
61ed06c3 604 tm_file=${cpu_type}/$rest.h
4dc0535b
ZW
605 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
606 then xm_file=${cpu_type}/xm-$rest.h
61ed06c3 607 fi
4dc0535b
ZW
608 if test -f $srcdir/config/${cpu_type}/t-$rest
609 then tmake_file=${cpu_type}/t-$rest
61ed06c3
HPN
610 fi
611 ;;
30102605
RH
612alpha*-*-unicosmk*)
613 use_collect2=yes
614 tm_file="${tm_file} alpha/unicosmk.h"
0e5a4ad8 615
30102605
RH
616 # Don't include t-ieee for now because we don't support that yet
617 # tmake_file="alpha/t-ieee"
618 tmake_file="alpha/t-unicosmk"
ec2a60b0 619 use_fixproto=yes
30102605 620 ;;
61ed06c3
HPN
621alpha*-*-linux*)
622 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
623 target_cpu_default="MASK_GAS"
fbf2ca7b 624 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
61ed06c3 625 ;;
83248d49
RM
626alpha*-*-gnu*)
627 target_cpu_default="MASK_GAS"
628 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
629 ;;
61ed06c3 630alpha*-*-freebsd*)
9e405fe5 631 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
61ed06c3 632 target_cpu_default="MASK_GAS"
cea3bd3e
RH
633 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
634 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
61ed06c3
HPN
635 ;;
636alpha*-*-netbsd*)
f982f805 637 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
61ed06c3 638 target_cpu_default="MASK_GAS"
cea3bd3e 639 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
61ed06c3 640 ;;
61ed06c3 641alpha*-*-openbsd*)
620b87b3 642 tm_defines="${tm_defines} OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
ca11c37c 643 tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
61ed06c3
HPN
644 # default x-alpha is only appropriate for dec-osf.
645 target_cpu_default="MASK_GAS"
646 tmake_file="alpha/t-alpha alpha/t-ieee"
647 ;;
c7bdf0a6 648alpha*-dec-osf[45]*)
61ed06c3
HPN
649 if test x$stabs = xyes
650 then
651 tm_file="${tm_file} dbx.h"
652 fi
653 if test x$gas != xyes
654 then
655 extra_passes="mips-tfile mips-tdump"
656 fi
657 use_collect2=yes
c7bdf0a6
ZW
658 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
659 tm_file="${tm_file} alpha/osf.h"
817e13c4 660 extra_headers=va_list.h
b01bc573 661 case ${target} in
61ed06c3 662 *-*-osf4*)
d432c7a5 663 # Define TARGET_SUPPORT_ARCH except on 4.0a.
b01bc573 664 case ${target} in
c7bdf0a6 665 *-*-osf4.0a) ;;
620b87b3 666 *) tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
c7bdf0a6 667 esac
61ed06c3
HPN
668 ;;
669 *-*-osf5*)
c7bdf0a6 670 tm_file="${tm_file} alpha/osf5.h"
620b87b3 671 tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
61ed06c3
HPN
672 ;;
673 esac
769e49eb
NN
674 case ${enable_threads} in
675 "" | yes | posix)
2a4e8ebc
RO
676 thread_file='posix'
677 tmake_file="${tmake_file} alpha/t-osf-pthread"
678 ;;
679 esac
61ed06c3 680 ;;
b6bfa876 681alpha64-dec-*vms*)
cf0005c6 682 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
4977bab6 683 xm_file="alpha/xm-vms.h"
b6bfa876 684 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
b6bfa876
DR
685 prefix=/gnu
686 local_prefix=/gnu
687 ;;
ef057c45 688alpha*-dec-*vms*)
cf0005c6 689 tm_file="${tm_file} alpha/vms.h"
4dc0535b 690 xm_file=alpha/xm-vms.h
61ed06c3 691 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
ef057c45
DR
692 prefix=/gnu
693 local_prefix=/gnu
61ed06c3 694 ;;
2cc07db4 695arc-*-elf*)
c40409ce 696 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2cc07db4 697 extra_parts="crtinit.o crtfini.o"
ec2a60b0 698 use_fixproto=yes
2cc07db4 699 ;;
61ed06c3 700arm-*-coff* | armel-*-coff*)
ca11c37c 701 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
315cd6b5 702 tmake_file="arm/t-arm arm/t-arm-coff"
61ed06c3 703 ;;
61ed06c3 704arm-semi-aof | armel-semi-aof)
5059254f 705 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
315cd6b5 706 tmake_file="arm/t-arm arm/t-semi"
61ed06c3 707 ;;
55047c9d 708arm-wrs-vxworks)
c447f774 709 tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
2f71a20a 710 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
55047c9d 711 ;;
5742588d
DB
712arm*-*-freebsd*|strongarm*-*-freebsd*)
713 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
2f71a20a 714 tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
5742588d 715 ;;
69474c3c 716arm*-*-netbsdelf*)
ff3afb56 717 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
2f71a20a 718 tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
69474c3c 719 ;;
61ed06c3 720arm*-*-netbsd*)
f982f805 721 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
2f71a20a 722 tmake_file="t-netbsd arm/t-arm arm/t-netbsd"
1169f9e0 723 extra_parts=""
5721cd84 724 use_collect2=yes
61ed06c3 725 ;;
14879e76 726arm*-*-linux*) # ARM GNU/Linux with ELF
f7288899 727 tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
077fc835 728 tmake_file="${tmake_file} t-linux arm/t-arm"
077fc835 729 case ${target} in
464aea98 730 arm*-*-linux-*eabi)
077fc835
KH
731 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
732 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
f7288899 733 # The BPABI long long divmod functions return a 128-bit value in
077fc835
KH
734 # registers r0-r3. Correctly modeling that requires the use of
735 # TImode.
736 need_64bit_hwint=yes
737 # The EABI requires the use of __cxa_atexit.
738 default_use_cxa_atexit=yes
739 ;;
740 *)
741 tmake_file="$tmake_file arm/t-linux"
742 ;;
743 esac
744 tm_file="$tm_file arm/aout.h arm/arm.h"
61ed06c3
HPN
745 ;;
746arm*-*-uclinux*) # ARM ucLinux
c147eacb 747 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h arm/uclinux-elf.h"
2f71a20a 748 tmake_file="arm/t-arm arm/t-arm-elf"
c147eacb
PB
749 case ${target} in
750 arm*-*-uclinux-*eabi)
751 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
752 tmake_file="$tmake_file arm/t-bpabi"
753 # The BPABI long long divmod functions return a 128-bit value in
754 # registers r0-r3. Correctly modeling that requires the use of
755 # TImode.
756 need_64bit_hwint=yes
757 # The EABI requires the use of __cxa_atexit.
758 default_use_cxa_atexit=yes
759 esac
760 tm_file="$tm_file arm/aout.h arm/arm.h"
61ed06c3 761 ;;
61ed06c3 762arm*-*-ecos-elf)
c40409ce 763 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
315cd6b5 764 tmake_file="arm/t-arm arm/t-arm-elf"
0e5a4ad8 765 ;;
b3f8d95d 766arm*-*-eabi* | arm*-*-symbianelf* )
f7288899 767 # The BPABI long long divmod functions return a 128-bit value in
b3f8d95d
MM
768 # registers r0-r3. Correctly modeling that requires the use of
769 # TImode.
770 need_64bit_hwint=yes
e6fc6c9b 771 default_use_cxa_atexit=yes
b3f8d95d 772 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
0393a68a 773 tmake_file="arm/t-arm arm/t-arm-elf"
b3f8d95d 774 case ${target} in
f9a02408
MM
775 arm*-*-eabi*)
776 tmake_file="${tmake_file} arm/t-bpabi"
777 ;;
b3f8d95d
MM
778 arm*-*-symbianelf*)
779 tm_file="${tm_file} arm/symbian.h"
f9a02408
MM
780 # We do not include t-bpabi for Symbian OS because the system
781 # provides its own implementation of the BPABI functions.
c0354bf4 782 tmake_file="${tmake_file} arm/t-symbian"
b3f8d95d
MM
783 ;;
784 esac
785 tm_file="${tm_file} arm/aout.h arm/arm.h"
336bd6ac 786 ;;
f22b4bc4 787arm*-*-rtems*)
f22b4bc4 788 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"
70d64189 789 tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
f22b4bc4 790 ;;
9b6b54e2 791arm*-*-elf | ep9312-*-elf)
c40409ce 792 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2f71a20a 793 tmake_file="arm/t-arm arm/t-arm-elf"
61ed06c3 794 ;;
52f97a3b 795arm*-wince-pe*)
ca11c37c 796 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
2f71a20a 797 tmake_file="arm/t-arm arm/t-wince-pe"
c54c7322 798 extra_options="${extra_options} arm/pe.opt"
52f97a3b
NC
799 extra_objs="pe.o"
800 ;;
61ed06c3 801arm-*-pe*)
ca11c37c 802 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
2f71a20a 803 tmake_file="arm/t-arm arm/t-pe"
c54c7322 804 extra_options="${extra_options} arm/pe.opt"
61ed06c3
HPN
805 extra_objs="pe.o"
806 ;;
6b3a0b34
US
807arm*-*-kaos*)
808 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"
2f71a20a 809 tmake_file="arm/t-arm arm/t-arm-elf"
6b3a0b34 810 ;;
63933fc3
RC
811avr-*-rtems*)
812 tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h"
91ff9507 813 tmake_file="avr/t-avr t-rtems avr/t-rtems"
63933fc3 814 ;;
61ed06c3 815avr-*-*)
ca11c37c 816 tm_file="avr/avr.h dbxelf.h"
ec2a60b0 817 use_fixproto=yes
61ed06c3 818 ;;
0d4a78eb
BS
819bfin*-elf*)
820 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
821 tmake_file=bfin/t-bfin-elf
822 use_collect2=no
1f4174d4
JZ
823 ;;
824bfin*-uclinux*)
825 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/uclinux.h"
344189f9
BS
826 tmake_file=bfin/t-bfin-uclinux
827 use_collect2=no
828 ;;
829bfin*-linux-uclibc*)
830 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h bfin/linux.h"
831 tmake_file="t-slibgcc-elf-ver bfin/t-bfin-linux"
1f4174d4
JZ
832 use_collect2=no
833 ;;
152167d5
RC
834bfin*-rtems*)
835 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
836 tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
837 ;;
0d4a78eb
BS
838bfin*-*)
839 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
840 tmake_file=bfin/t-bfin
841 use_collect2=no
1f4174d4 842 ;;
7f0db92a 843c4x-*-rtems* | tic4x-*-rtems*)
491982a0 844 tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
fdc76b09 845 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
51fabca5
NB
846 c_target_objs="c4x-c.o"
847 cxx_target_objs="c4x-c.o"
bc98ef7f 848 ;;
7f0db92a 849c4x-* | tic4x-*)
61ed06c3 850 tmake_file=c4x/t-c4x
51fabca5
NB
851 c_target_objs="c4x-c.o"
852 cxx_target_objs="c4x-c.o"
61ed06c3 853 ;;
0b85d816 854cris-*-aout)
32fb7c9d 855 tm_file="dbxelf.h ${tm_file} cris/aout.h"
0b85d816
HPN
856 gas=yes
857 tmake_file="cris/t-cris cris/t-aout"
2a186d97 858 extra_options="${extra_options} cris/aout.opt"
0b85d816
HPN
859 ;;
860cris-*-elf | cris-*-none)
c40409ce 861 tm_file="dbxelf.h elfos.h ${tm_file}"
0b85d816
HPN
862 tmake_file="cris/t-cris cris/t-elfmulti"
863 gas=yes
2a186d97 864 extra_options="${extra_options} cris/elf.opt"
0b85d816
HPN
865 ;;
866cris-*-linux*)
c40409ce 867 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
65d151a7 868 # We need to avoid using t-linux, so override default tmake_file
3fc87ac1 869 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
2a186d97 870 extra_options="${extra_options} cris/linux.opt"
0b85d816 871 ;;
db869733
PW
872crx-*-elf)
873 tm_file="elfos.h ${tm_file}"
874 extra_parts="crtbegin.o crtend.o"
875 use_collect2=no
876 ;;
61ed06c3 877fr30-*-elf)
c40409ce 878 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
879 tmake_file=fr30/t-fr30
880 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
ec2a60b0 881 use_fixproto=yes
61ed06c3 882 ;;
36a05131
BS
883frv-*-elf)
884 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
885 tmake_file=frv/t-frv
ec2a60b0 886 use_fixproto=yes
36a05131 887 ;;
34208acf
AO
888frv-*-*linux*)
889 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} \
890 linux.h frv/linux.h frv/frv-abi.h"
65d151a7 891 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
34208acf 892 ;;
4c5bf198 893h8300-*-rtemscoff*)
402fbd4d 894 tmake_file="h8300/t-h8300 t-rtems h8300/t-rtems"
ca11c37c 895 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h"
bc98ef7f 896 ;;
4c5bf198
RC
897h8300-*-rtems*)
898 tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
899 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h"
900 ;;
9f5b774b
R
901h8300-*-elf*)
902 tmake_file="h8300/t-h8300 h8300/t-elf"
ca11c37c 903 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
ec2a60b0 904 use_fixproto=yes
9f5b774b 905 ;;
61ed06c3 906h8300-*-*)
ca11c37c 907 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
ec2a60b0 908 use_fixproto=yes
61ed06c3 909 ;;
c21a2372 910hppa*64*-*-linux* | parisc*64*-*-linux*)
d711cf67 911 target_cpu_default="MASK_PA_11|MASK_PA_20"
581d9404
JDA
912 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
913 pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
65d151a7 914 tmake_file="${tmake_file} pa/t-linux64"
c21a2372 915 gas=yes gnu_ld=yes
4977bab6 916 need_64bit_hwint=yes
c21a2372
AM
917 ;;
918hppa*-*-linux* | parisc*-*-linux*)
d711cf67 919 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
c40409ce 920 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
c21a2372 921 pa/pa32-regs.h pa/pa32-linux.h"
65d151a7 922 tmake_file="${tmake_file} pa/t-linux"
4720d5ca
JDA
923 # Set the libgcc version number
924 if test x$sjlj = x1; then
925 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
926 else
927 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
8c958ed2 928 fi
61ed06c3 929 ;;
ca11c37c
ZW
930# port not yet contributed.
931#hppa*-*-openbsd*)
d711cf67 932# target_cpu_default="MASK_PA_11"
ca11c37c 933# ;;
61ed06c3 934hppa1.1-*-pro*)
d711cf67
JDA
935 target_cpu_default="MASK_PORTABLE_RUNTIME|MASK_NO_SPACE_REGS|MASK_SOFT_FLOAT"
936 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h \
937 pa/pa-pro-end.h libgloss.h"
587dc9c6 938 tmake_file="pa/t-pro"
61ed06c3
HPN
939 ;;
940hppa1.1-*-osf*)
d711cf67 941 target_cpu_default="MASK_PA_11"
ca11c37c 942 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
587dc9c6 943 tmake_file="pa/t-pa"
61ed06c3
HPN
944 use_collect2=yes
945 ;;
61ed06c3 946hppa1.1-*-bsd*)
d711cf67 947 target_cpu_default="MASK_PA_11"
ca11c37c 948 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
587dc9c6 949 tmake_file="pa/t-pa"
61ed06c3
HPN
950 use_collect2=yes
951 ;;
d711cf67
JDA
952hppa[12]*-*-hpux10*)
953 case ${target} in
954 hppa1.1-*-* | hppa2*-*-*)
955 target_cpu_default="MASK_PA_11"
956 ;;
957 esac
958 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
959 pa/pa-hpux.h pa/pa-hpux10.h"
66617831 960 extra_options="${extra_options} pa/pa-hpux.opt"
d711cf67
JDA
961 case ${target} in
962 *-*-hpux10.[1-9]*)
963 tm_file="${tm_file} pa/pa-hpux1010.h"
66617831 964 extra_options="${extra_options} pa/pa-hpux1010.opt"
d711cf67 965 ;;
61ed06c3 966 esac
5a1a4450 967 tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
615be2cf
NN
968 case ${enable_threads} in
969 "")
970 if test x$have_pthread_h = xyes ; then
971 tmake_file="${tmake_file} pa/t-dce-thr"
972 fi
973 ;;
974 yes | dce)
975 tmake_file="${tmake_file} pa/t-dce-thr"
976 ;;
61ed06c3 977 esac
4720d5ca
JDA
978 # Set the libgcc version number
979 if test x$sjlj = x1; then
980 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
981 else
982 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
9fb1c9db 983 fi
61ed06c3 984 use_collect2=yes
ec2a60b0 985 use_fixproto=yes
543b6009 986 gas=yes
61ed06c3
HPN
987 ;;
988hppa*64*-*-hpux11*)
d711cf67 989 target_cpu_default="MASK_PA_11|MASK_PA_20"
7b79fe71
JDA
990 if test x$gnu_ld = xyes
991 then
d711cf67 992 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
7b79fe71 993 fi
543b6009
SE
994 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
995 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
996 pa/pa-hpux11.h"
d711cf67 997 case ${target} in
1fb641a1 998 *-*-hpux11.[1-9]*)
d711cf67 999 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
66617831 1000 extra_options="${extra_options} pa/pa-hpux1111.opt"
d711cf67
JDA
1001 ;;
1002 *)
1003 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1004 ;;
1005 esac
66617831
RS
1006 extra_options="${extra_options} pa/pa-hpux.opt \
1007 pa/pa-hpux1010.opt pa/pa64-hpux.opt"
4977bab6 1008 need_64bit_hwint=yes
3f0b8b66 1009 tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
4720d5ca
JDA
1010 # Set the libgcc version number
1011 if test x$sjlj = x1; then
1012 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1013 else
1014 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
9fb1c9db 1015 fi
8b89a26a
JDA
1016 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
1017 libgcc_stub.a"
7e2055ec 1018 case x${enable_threads} in
27ca3a61 1019 x | xyes | xposix )
f7288899 1020 thread_file=posix
7e2055ec
ZW
1021 ;;
1022 esac
543b6009 1023 gas=yes
61ed06c3 1024 ;;
d711cf67
JDA
1025hppa[12]*-*-hpux11*)
1026 case ${target} in
1027 hppa1.1-*-* | hppa2*-*-*)
1028 target_cpu_default="MASK_PA_11"
1029 ;;
1030 esac
1031 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
66617831
RS
1032 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1033 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt"
d711cf67
JDA
1034 case ${target} in
1035 *-*-hpux11.[1-9]*)
1036 tm_file="${tm_file} pa/pa-hpux1111.h"
66617831 1037 extra_options="${extra_options} pa/pa-hpux1111.opt"
7e2055ec
ZW
1038 ;;
1039 esac
5a1a4450 1040 tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
4720d5ca
JDA
1041 # Set the libgcc version number
1042 if test x$sjlj = x1; then
1043 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1044 else
1045 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
9fb1c9db 1046 fi
7e2055ec 1047 case x${enable_threads} in
27ca3a61 1048 x | xyes | xposix )
f7288899 1049 thread_file=posix
7e2055ec
ZW
1050 ;;
1051 esac
61ed06c3 1052 use_collect2=yes
543b6009 1053 gas=yes
61ed06c3 1054 ;;
b069de3b 1055i[34567]86-*-darwin*)
f7288899 1056 need_64bit_hwint=yes
703706d7
GK
1057
1058 # This is so that '.../configure && make' doesn't fail due to
1059 # config.guess deciding that the configuration is i386-*-darwin* and
1060 # then this file using that to set --with-cpu=i386 which has no -m64
1061 # support.
703706d7 1062 with_cpu=${with_cpu:-generic}
1d2b1d91 1063 tmake_file="${tmake_file} i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
b069de3b 1064 ;;
9519e677 1065x86_64-*-darwin*)
9519e677 1066 with_cpu=${with_cpu:-generic}
1d2b1d91 1067 tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
9519e677
EC
1068 tm_file="${tm_file} ${cpu_type}/darwin64.h"
1069 ;;
61ed06c3 1070i[34567]86-*-elf*)
39ed301b 1071 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
14455c64 1072 tmake_file="i386/t-i386elf t-svr4"
ec2a60b0 1073 use_fixproto=yes
61ed06c3 1074 ;;
61ed06c3 1075i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
70305f2b
RH
1076 if test x$gas = xyes
1077 then
1078 tm_file="${tm_file} usegas.h"
1079 fi
39ed301b 1080 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
61ed06c3
HPN
1081 tmake_file=t-svr4
1082 extra_parts="crtbegin.o crtend.o"
ec2a60b0 1083 use_fixproto=yes
61ed06c3 1084 ;;
61ed06c3 1085i[34567]86-*-aout*)
39ed301b 1086 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
ec2a60b0 1087 use_fixproto=yes
61ed06c3
HPN
1088 ;;
1089i[34567]86-*-beoself* | i[34567]86-*-beos*)
61ed06c3 1090 tmake_file='i386/t-beos i386/t-crtpic'
39ed301b 1091 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
61ed06c3
HPN
1092 extra_parts='crtbegin.o crtend.o'
1093 ;;
61ed06c3 1094i[34567]86-*-freebsd*)
39ed301b 1095 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
e564e618
DB
1096 ;;
1097x86_64-*-freebsd*)
39ed301b 1098 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"
61ed06c3 1099 ;;
6ea0279f 1100i[34567]86-*-netbsdelf*)
39ed301b 1101 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
6ea0279f 1102 ;;
61ed06c3 1103i[34567]86-*-netbsd*)
39ed301b 1104 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 1105 tmake_file=t-netbsd
1169f9e0 1106 extra_parts=""
5721cd84 1107 use_collect2=yes
61ed06c3 1108 ;;
7c884404 1109x86_64-*-netbsd*)
39ed301b 1110 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"
7c884404 1111 ;;
378b66d4 1112i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
ca11c37c 1113 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
1114 # needed to unconfuse gdb
1115 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
61ed06c3
HPN
1116 # we need collect2 until our bug is fixed...
1117 use_collect2=yes
1118 ;;
378b66d4 1119i[34567]86-*-openbsd*)
75a3bd9d 1120 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
378b66d4
ME
1121 tm_file="${tm_file} openbsd.h i386/openbsdelf.h"
1122 gas=yes
1123 gnu_ld=yes
378b66d4 1124 ;;
61ed06c3 1125i[34567]86-*-coff*)
39ed301b 1126 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
ec2a60b0 1127 use_fixproto=yes
61ed06c3 1128 ;;
cfafe973
RM
1129i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
1130 # Intel 80386's running GNU/*
61ed06c3 1131 # with ELF format using glibc 2
0f45f0f5 1132 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h"
cfafe973 1133 case ${target} in
0f45f0f5
JM
1134 i[34567]86-*-linux*)
1135 if test x$enable_targets = xall; then
1136 tm_file="${tm_file} i386/x86-64.h i386/linux64.h"
1137 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
27735edb 1138 tmake_file="${tmake_file} i386/t-linux64 i386/t-fprules-softfp64 soft-fp/t-softfp"
0f45f0f5
JM
1139 need_64bit_hwint=yes
1140 # FIXME: -m64 for i[34567]86-*-* should be allowed just
1141 # like -m32 for x86_64-*-*.
1142 case X"${with_cpu}" in
aafc814c 1143 Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
0f45f0f5
JM
1144 ;;
1145 X)
1146 with_cpu=generic
1147 ;;
1148 *)
1149 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
aafc814c 1150 echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
0f45f0f5
JM
1151 exit 1
1152 ;;
1153 esac
1154 else
1155 tm_file="${tm_file} i386/linux.h"
1156 fi
1157 ;;
1158 i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1159 i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
cfafe973 1160 esac
577565f9 1161 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
61ed06c3 1162 ;;
44379973 1163x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
39ed301b 1164 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
32fb7c9d 1165 i386/x86-64.h i386/linux64.h"
44379973
RM
1166 case ${target} in
1167 x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
1168 x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1169 esac
27735edb 1170 tmake_file="${tmake_file} i386/t-linux64 i386/t-crtpc i386/t-crtfm i386/t-fprules-softfp64 soft-fp/t-softfp t-dfprules"
14f73b5a 1171 ;;
61ed06c3 1172i[34567]86-*-gnu*)
61ed06c3 1173 ;;
61ed06c3
HPN
1174i[34567]86-pc-msdosdjgpp*)
1175 xm_file=i386/xm-djgpp.h
267409e8 1176 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
5dd8a9b1 1177 tmake_file=i386/t-djgpp
6ac49599 1178 extra_options="${extra_options} i386/djgpp.opt"
61ed06c3
HPN
1179 gnu_ld=yes
1180 gas=yes
61ed06c3 1181 ;;
61ed06c3 1182i[34567]86-*-lynxos*)
4f587cb0
AN
1183 xm_defines=POSIX
1184 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1185 tmake_file="i386/t-crtstuff t-lynx"
1186 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
6ac49599 1187 extra_options="${extra_options} lynx.opt"
4f587cb0
AN
1188 thread_file=lynx
1189 gnu_ld=yes
1190 gas=yes
61ed06c3 1191 ;;
61fec9ff 1192i[3456x]86-*-netware*)
f199d860 1193 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h tm-dwarf2.h i386/netware.h"
61fec9ff
JB
1194 tmake_file=i386/t-netware
1195 extra_objs=netware.o
1196 case /${with_ld} in
1197 */nwld)
1198 extra_objs="$extra_objs nwld.o"
1199 tm_file="${tm_file} i386/nwld.h"
1200 tmake_file="${tmake_file} i386/t-nwld"
1201 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1202 ;;
1203 esac
1204 case x${enable_threads} in
1205 x | xyes | xposix) thread_file='posix';;
1206 xnks) thread_file='nks';;
1207 xno) ;;
1208 *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1209 esac
1210 ;;
f2feed2c 1211i[34567]86-*-nto-qnx*)
ca11c37c 1212 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
f2feed2c
GP
1213 tmake_file=i386/t-nto
1214 gnu_ld=yes
1215 gas=yes
1216 ;;
c7bdf0a6 1217i[34567]86-*-rtems*)
39ed301b 1218 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
61ed06c3
HPN
1219 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1220 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1221 ;;
1222i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
ac24fc99 1223 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
61ed06c3
HPN
1224 if test x$gas = xyes
1225 then
70305f2b 1226 tm_file="usegas.h ${tm_file}"
61ed06c3 1227 fi
ac24fc99
KJ
1228 tmake_file=i386/t-sco5
1229 extra_parts="crtbegin.o crtend.o"
6ac49599 1230 extra_options="${extra_options} i386/sco5.opt"
ec2a60b0 1231 use_fixproto=yes
61ed06c3 1232 ;;
61ed06c3 1233i[34567]86-*-solaris2*)
18167442
EB
1234 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h"
1235 case ${target} in
1236 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
ec23ed60
EB
1237 tm_file="${tm_file} sol2-6.h"
1238 ;;
1239 *-*-solaris2.1[0-9]*)
1240 tm_file="${tm_file} sol2-10.h"
1241 ;;
18167442
EB
1242 esac
1243 tm_file="${tm_file} i386/sol2.h"
a2bec818
DJ
1244 tmake_file="t-sol2 i386/t-sol2 t-svr4"
1245 c_target_objs="sol2-c.o"
1246 cxx_target_objs="sol2-c.o"
07a43492
DJ
1247 extra_objs="sol2.o"
1248 tm_p_file="${tm_p_file} sol2-protos.h"
7b3a4df5
RH
1249 if test x$gnu_ld = xyes; then
1250 tmake_file="$tmake_file t-slibgcc-elf-ver"
a8e68029 1251 tm_defines="${tm_defines} TARGET_GNU_LD=1"
7b3a4df5
RH
1252 else
1253 tmake_file="$tmake_file t-slibgcc-sld"
1254 fi
79387e57
RS
1255 if test x$gas = xyes; then
1256 tm_file="usegas.h ${tm_file}"
1257 fi
04db08db 1258 case ${target} in
f42eccdb 1259 *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
04db08db
RO
1260 tm_file="$tm_file tm-dwarf2.h"
1261 ;;
1262 esac
a8e68029 1263 case ${target} in
f42eccdb 1264 *-*-solaris2.1[0-9]*)
a8e68029
DJ
1265 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1266 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1267 tmake_file="$tmake_file i386/t-sol2-10"
1268 need_64bit_hwint=yes
28a026d9
L
1269 # FIXME: -m64 for i[34567]86-*-* should be allowed just
1270 # like -m32 for x86_64-*-*.
1271 case X"${with_cpu}" in
aafc814c 1272 Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
28a026d9
L
1273 ;;
1274 X)
1275 with_cpu=generic
1276 ;;
1277 *)
1278 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
aafc814c 1279 echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
28a026d9
L
1280 exit 1
1281 ;;
1282 esac
f7288899 1283 # Solaris 2.10 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
a8e68029
DJ
1284 # part of the base system.
1285 extra_parts="gmon.o crtbegin.o crtend.o"
1286 ;;
1287 *)
1288 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1289 ;;
1290 esac
615be2cf 1291 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
18167442
EB
1292 "":yes:* | yes:yes:* )
1293 case ${target} in
1294 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1295 thread_file=posix95
1296 ;;
1297 *)
1298 thread_file=posix
1299 ;;
1300 esac
1301 ;;
1302 "":*:yes | yes:*:yes )
1303 thread_file=solaris
1304 ;;
615be2cf 1305 esac
61ed06c3 1306 ;;
23a535c4 1307i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
39ed301b 1308 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
61ed06c3
HPN
1309 if test x$stabs = xyes
1310 then
1311 tm_file="${tm_file} dbx.h"
1312 fi
14455c64 1313 tmake_file="i386/t-crtpic t-svr4"
61ed06c3
HPN
1314 extra_parts="crtbegin.o crtend.o"
1315 if test x$enable_threads = xyes; then
1316 thread_file='posix'
1317 fi
ec2a60b0 1318 use_fixproto=yes
61ed06c3
HPN
1319 ;;
1320i[34567]86-*-sysv4*) # Intel 80386's running system V.4
3d05b15f 1321 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
1322 if test x$stabs = xyes
1323 then
1324 tm_file="${tm_file} dbx.h"
1325 fi
14455c64 1326 tmake_file="i386/t-crtpic t-svr4"
61ed06c3 1327 extra_parts="crtbegin.o crtend.o"
ec2a60b0 1328 use_fixproto=yes
61ed06c3 1329 ;;
d442d7d9 1330i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
f4de8ba6 1331 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h svr4.h vx-common.h"
d442d7d9
PE
1332 case ${target} in
1333 *-vxworksae*)
f4de8ba6 1334 tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h"
d442d7d9
PE
1335 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1336 ;;
1337 *)
f4de8ba6 1338 tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h"
d442d7d9
PE
1339 tmake_file="${tmake_file} i386/t-vxworks"
1340 ;;
1341 esac
55047c9d 1342 ;;
61ed06c3 1343i[34567]86-*-pe | i[34567]86-*-cygwin*)
70e5e841 1344 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
4dc0535b 1345 xm_file=i386/xm-cygwin.h
dc4a2f32 1346 tmake_file="i386/t-cygwin i386/t-cygming"
90aa6719 1347 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
6ac49599 1348 extra_options="${extra_options} i386/cygming.opt"
43d9ad1d 1349 extra_objs="winnt.o winnt-stubs.o"
70e5e841 1350 c_target_objs=cygwin2.o
43d9ad1d 1351 cxx_target_objs="cygwin2.o winnt-cxx.o"
30500d84 1352 extra_gcc_objs=cygwin1.o
61ed06c3 1353 if test x$enable_threads = xyes; then
70e5e841 1354 thread_file='posix'
61ed06c3 1355 fi
61ed06c3 1356 ;;
ccf8e764 1357i[34567]86-*-mingw32* | x86_64-*-mingw32*)
70e5e841 1358 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
4dc0535b 1359 xm_file=i386/xm-mingw32.h
70e5e841 1360 tmake_file="i386/t-cygming i386/t-mingw32"
90aa6719 1361 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
6ac49599 1362 extra_options="${extra_options} i386/cygming.opt"
43d9ad1d
DS
1363 extra_objs="winnt.o winnt-stubs.o"
1364 cxx_target_objs=winnt-cxx.o
97388150 1365 default_use_cxa_atexit=yes
50c0d3fd 1366 case ${enable_threads} in
e1a1c424
NC
1367 "" | yes | win32)
1368 thread_file='win32'
1369 tmake_file="${tmake_file} i386/t-gthr-win32"
1370 ;;
50c0d3fd 1371 esac
b01bc573 1372 case ${target} in
09eaf5a5 1373 *mingw32crt*)
61ed06c3
HPN
1374 tm_file="${tm_file} i386/crtdll.h"
1375 ;;
70e5e841 1376 *mingw32msv* | *mingw32*)
09eaf5a5 1377 ;;
61ed06c3
HPN
1378 esac
1379 ;;
1380i[34567]86-*-uwin*)
3eae722d 1381 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
61ed06c3
HPN
1382 tmake_file="i386/t-cygwin i386/t-uwin"
1383 extra_objs=winnt.o
6ac49599 1384 extra_options="${extra_options} i386/cygming.opt"
90aa6719 1385 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
61ed06c3
HPN
1386 if test x$enable_threads = xyes; then
1387 thread_file='win32'
1388 fi
ec2a60b0 1389 use_fixproto=yes
61ed06c3 1390 ;;
04cec1a7 1391i[34567]86-*-interix3*)
39ed301b 1392 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 1393 tmake_file="i386/t-interix"
84512347 1394 extra_objs=winnt.o
90aa6719 1395 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
04cec1a7
DR
1396 if test x$enable_threads = xyes ; then
1397 thread_file='posix'
1398 fi
1399 if test x$stabs = xyes ; then
1400 tm_file="${tm_file} dbxcoff.h"
1401 fi
1402 ;;
6b3a0b34
US
1403i[34567]86-*-kaos*)
1404 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1405 tmake_file="i386/t-i386elf t-svr4"
1406 ;;
61ed06c3 1407ia64*-*-elf*)
c40409ce 1408 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
61ed06c3
HPN
1409 tmake_file="ia64/t-ia64"
1410 target_cpu_default="0"
1411 if test x$gas = xyes
1412 then
1413 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1414 fi
1415 if test x$gnu_ld = xyes
1416 then
1417 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1418 fi
32b4f6f4 1419 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
ec2a60b0 1420 use_fixproto=yes
61ed06c3 1421 ;;
243a7070 1422ia64*-*-freebsd*)
fee42cc1 1423 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
243a7070
DB
1424 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1425 tmake_file="${tmake_file} ia64/t-ia64"
32b4f6f4 1426 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
243a7070 1427 ;;
61ed06c3 1428ia64*-*-linux*)
c40409ce 1429 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
443728bb
L
1430 tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1431 if test x$with_system_libunwind != xyes ; then
1432 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1433 fi
61ed06c3 1434 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
32b4f6f4 1435 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
61ed06c3 1436 ;;
7e5b9908 1437ia64*-*-hpux*)
c15c90bb 1438 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
23c108af 1439 tmake_file="ia64/t-ia64 ia64/t-hpux"
7e5b9908 1440 target_cpu_default="MASK_GNU_AS"
7e2055ec 1441 case x$enable_threads in
79e8b6c0 1442 x | xyes | xposix )
7e2055ec
ZW
1443 thread_file=posix
1444 ;;
1445 esac
cad61762 1446 use_collect2=no
34c1864f
SE
1447 c_target_objs="ia64-c.o"
1448 cxx_target_objs="ia64-c.o"
dbdd120f 1449 extra_options="${extra_options} ia64/ilp32.opt"
587dc9c6
NN
1450 # If we decide to run fixproto we should define FIXPROTO_DEFINES
1451 # in ia64/t-hpux, and also fix the definition of putenv in
1452 # sys-protos.h (const char not char).
7e5b9908 1453 ;;
6b3d1e47 1454iq2000*-*-elf*)
ca11c37c 1455 tm_file="svr4.h elfos.h iq2000/iq2000.h"
6b3d1e47
SC
1456 tmake_file=iq2000/t-iq2000
1457 out_file=iq2000/iq2000.c
6b3d1e47 1458 md_file=iq2000/iq2000.md
ec2a60b0 1459 use_fixproto=yes
6b3d1e47 1460 ;;
61ed06c3 1461m32r-*-elf*)
c40409ce 1462 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3a30516d 1463 extra_parts="crtinit.o crtfini.o"
ec2a60b0 1464 use_fixproto=yes
37ec8b7a 1465 ;;
ad126521
KI
1466m32rle-*-elf*)
1467 tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
1468 extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1469 use_fixproto=yes
1470 ;;
1471m32r-*-linux*)
1472 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
65d151a7 1473 # We override the tmake_file for linux -- why?
986ce408 1474 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
ad126521
KI
1475 gnu_ld=yes
1476 use_fixproto=yes
1477 if test x$enable_threads = xyes; then
1478 thread_file='posix'
1479 fi
1480 ;;
1481m32rle-*-linux*)
1482 tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
65d151a7 1483 # We override the tmake_file for linux -- why?
986ce408 1484 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
ad126521
KI
1485 gnu_ld=yes
1486 use_fixproto=yes
1487 if test x$enable_threads = xyes; then
1488 thread_file='posix'
1489 fi
1490 ;;
61ed06c3
HPN
1491# m68hc11 and m68hc12 share the same machine description.
1492m68hc11-*-*|m6811-*-*)
c40409ce 1493 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
61ed06c3
HPN
1494 tm_p_file="m68hc11/m68hc11-protos.h"
1495 md_file="m68hc11/m68hc11.md"
1496 out_file="m68hc11/m68hc11.c"
1497 tmake_file="m68hc11/t-m68hc11-gas"
ec2a60b0 1498 use_fixproto=yes
61ed06c3
HPN
1499 ;;
1500m68hc12-*-*|m6812-*-*)
c40409ce 1501 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
61ed06c3 1502 tm_p_file="m68hc11/m68hc11-protos.h"
61ed06c3
HPN
1503 md_file="m68hc11/m68hc11.md"
1504 out_file="m68hc11/m68hc11.c"
1505 tmake_file="m68hc11/t-m68hc11-gas"
df3a97a8 1506 extra_options="${extra_options} m68hc11/m68hc11.opt"
ec2a60b0 1507 use_fixproto=yes
61ed06c3 1508 ;;
61ed06c3 1509m68k-*-aout*)
59fbf3cb 1510 default_m68k_cpu=68020
10e96df4
NS
1511 default_cf_cpu=5206
1512 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-mlibs"
a96533d5 1513 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
61ed06c3
HPN
1514 ;;
1515m68k-*-coff*)
59fbf3cb 1516 default_m68k_cpu=68020
10e96df4
NS
1517 default_cf_cpu=5206
1518 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-mlibs"
a96533d5
NS
1519 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS"
1520 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
ec2a60b0 1521 use_fixproto=yes
61ed06c3 1522 ;;
7d33c31d
KH
1523m68020-*-elf* | m68k-*-elf* | fido-*-elf*)
1524 case ${target} in
1525 fido-*-elf*)
1526 # Check that $with_cpu makes sense.
1527 case $with_cpu in
1528 "" | "fidoa")
1529 ;;
1530 *)
1531 echo "Cannot accept --with-cpu=$with_cpu"
1532 exit 1
1533 ;;
1534 esac
1535 with_cpu=fidoa
1536 ;;
1537 *)
1538 default_m68k_cpu=68020
1539 default_cf_cpu=5206
1540 ;;
1541 esac
a96533d5
NS
1542 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1543 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS"
7d33c31d
KH
1544 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1545 # Add multilibs for targets other than fido.
1546 case ${target} in
1547 fido-*-elf*)
1548 ;;
1549 *)
1550 tmake_file="$tmake_file m68k/t-mlibs"
1551 ;;
1552 esac
bb8602be 1553 extra_parts="crtbegin.o crtend.o"
61ed06c3 1554 ;;
2fd95d71 1555m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
59fbf3cb 1556 default_m68k_cpu=68020
10e96df4 1557 default_cf_cpu=5475
2fd95d71 1558 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
a96533d5 1559 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS"
2fd95d71 1560 ;;
7ea98c5a 1561m68k*-*-openbsd*)
59fbf3cb 1562 default_m68k_cpu=68020
10e96df4 1563 default_cf_cpu=5475
7ea98c5a 1564 # needed to unconfuse gdb
59fbf3cb 1565 tm_defines="${tm_defines} OBSD_OLD_GAS"
a96533d5 1566 tm_file="${tm_file} openbsd.h m68k/openbsd.h"
7ea98c5a
GN
1567 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1568 # we need collect2 until our bug is fixed...
1569 use_collect2=yes
1570 ;;
4529dbf1
RS
1571m68k-*-uclinuxoldabi*) # Motorola m68k/ColdFire running uClinux
1572 # with uClibc, using the original
1573 # m68k-elf-based ABI
1574 default_m68k_cpu=68020
10e96df4 1575 default_cf_cpu=5206
a96533d5
NS
1576 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux-oldabi.h"
1577 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS"
47b41fa3 1578 tmake_file="m68k/t-floatlib m68k/t-uclinux"
4529dbf1
RS
1579 use_fixproto=no
1580 ;;
1581m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
1582 # with uClibc, using the new GNU/Linux-style
1583 # ABI.
59fbf3cb 1584 default_m68k_cpu=68020
10e96df4 1585 default_cf_cpu=5206
3ca43df7 1586 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
a96533d5 1587 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS UCLIBC_DEFAULT=1"
78218d89 1588 extra_options="${extra_options} linux.opt"
10e96df4 1589 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
ba591f5a
BI
1590 use_fixproto=no
1591 ;;
61ed06c3
HPN
1592m68k-*-linux*) # Motorola m68k's running GNU/Linux
1593 # with ELF format using glibc 2
1594 # aka the GNU/Linux C library 6.
59fbf3cb 1595 default_m68k_cpu=68020
10e96df4 1596 default_cf_cpu=5475
a96533d5 1597 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
4af06170 1598 extra_options="${extra_options} m68k/ieee.opt"
a96533d5 1599 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS"
8c958ed2
MK
1600 # if not configured with --enable-sjlj-exceptions, bump the
1601 # libgcc version number
1602 if test x$sjlj != x1; then
1603 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1604 fi
61ed06c3 1605 ;;
c7bdf0a6 1606m68k-*-rtems*)
59fbf3cb 1607 default_m68k_cpu=68020
10e96df4
NS
1608 default_cf_cpu=5206
1609 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems m68k/t-mlibs"
a96533d5
NS
1610 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
1611 tm_defines="${tm_defines} MOTOROLA=1 USE_GAS"
bb8602be 1612 extra_parts="crtbegin.o crtend.o"
61ed06c3 1613 ;;
61ed06c3 1614mcore-*-elf)
c40409ce 1615 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
61ed06c3 1616 tmake_file=mcore/t-mcore
ec2a60b0 1617 use_fixproto=yes
61ed06c3
HPN
1618 ;;
1619mcore-*-pe*)
ca11c37c 1620 tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
61ed06c3 1621 tmake_file=mcore/t-mcore-pe
ec2a60b0 1622 use_fixproto=yes
61ed06c3 1623 ;;
82563d35
RS
1624mips-sgi-irix[56]*)
1625 tm_file="elfos.h ${tm_file} mips/iris.h"
1626 tmake_file="mips/t-iris mips/t-slibgcc-irix"
5811cb27 1627 target_cpu_default="MASK_ABICALLS"
82563d35
RS
1628 case ${target} in
1629 *-*-irix5*)
1630 tm_file="${tm_file} mips/iris5.h"
1631 ;;
1632
1633 *-*-irix6*)
1634 tm_file="${tm_file} mips/iris6.h"
1635 tmake_file="${tmake_file} mips/t-iris6"
620b87b3 1636 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
82563d35
RS
1637 ;;
1638 esac
1639 if test "x$stabs" = xyes
61ed06c3 1640 then
82563d35 1641 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
61ed06c3 1642 fi
3e35cb0c
RO
1643 if test "x$gnu_ld" = xyes
1644 then
82563d35 1645 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
3e35cb0c 1646 fi
61ed06c3
HPN
1647# if test x$enable_threads = xyes; then
1648# thread_file='irix'
1649# fi
ec2a60b0 1650 use_fixproto=yes
61ed06c3 1651 ;;
f982f805 1652mips*-*-netbsd*) # NetBSD/mips, either endian.
5811cb27 1653 target_cpu_default="MASK_ABICALLS"
ca11c37c 1654 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
61ed06c3 1655 ;;
3bd6d4c4
AO
1656mips64*-*-linux*)
1657 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
65d151a7 1658 tmake_file="${tmake_file} mips/t-linux64"
5d2a73d5 1659 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
3bd6d4c4
AO
1660 gnu_ld=yes
1661 gas=yes
3bd6d4c4 1662 ;;
61ed06c3 1663mips*-*-linux*) # Linux MIPS, either endian.
2017ed61 1664 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
b01bc573 1665 case ${target} in
009da785 1666 mipsisa32*-*)
009da785 1667 target_cpu_default="MASK_SOFT_FLOAT"
5d2a73d5 1668 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
009da785
EC
1669 ;;
1670 esac
61ed06c3 1671 ;;
ca11c37c 1672mips*-*-openbsd*)
620b87b3 1673 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
5811cb27 1674 target_cpu_default="MASK_ABICALLS"
ca11c37c 1675 tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
b01bc573 1676 case ${target} in
f7288899 1677 mips*el-*-openbsd*)
ca11c37c
ZW
1678 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1679 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1680 esac
61ed06c3 1681 ;;
e2c14f5d
RS
1682mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1683mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
5c44e275 1684mipsisa64-*-elf* | mipsisa64el-*-elf*)
e9475fa3 1685 tm_file="elfos.h ${tm_file} mips/elf.h"
5c44e275 1686 tmake_file=mips/t-isa3264
e2c14f5d
RS
1687 case ${target} in
1688 mipsisa32r2*)
1689 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1690 ;;
1691 mipsisa32*)
1692 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1693 ;;
1694 mipsisa64*)
1695 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1696 ;;
1697 esac
1698 case ${target} in
1699 mipsisa32*-*-elfoabi*)
1700 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1701 tm_file="${tm_file} mips/elfoabi.h"
1702 ;;
1703 mipsisa64*-*-elfoabi*)
1704 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1705 tm_file="${tm_file} mips/elfoabi.h"
1706 ;;
1707 *-*-elf*)
1708 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1709 ;;
1710 esac
5c44e275 1711 ;;
5ce6f47b 1712mipsisa64sr71k-*-elf*)
e9475fa3 1713 tm_file="elfos.h ${tm_file} mips/elf.h"
5ce6f47b 1714 tmake_file=mips/t-sr71k
5811cb27 1715 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1716 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
ec2a60b0 1717 use_fixproto=yes
5ce6f47b 1718 ;;
3d41dbb0 1719mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
e9475fa3 1720 tm_file="elfos.h ${tm_file} mips/elf.h"
f340b6fc 1721 tmake_file="mips/t-elf mips/t-sb1"
5811cb27 1722 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1723 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
ec2a60b0 1724 use_fixproto=yes
3d41dbb0 1725 ;;
74826b0f 1726mips-*-elf* | mipsel-*-elf*)
e9475fa3 1727 tm_file="elfos.h ${tm_file} mips/elf.h"
61ed06c3 1728 tmake_file=mips/t-elf
ec2a60b0 1729 use_fixproto=yes
61ed06c3 1730 ;;
74826b0f 1731mips64-*-elf* | mips64el-*-elf*)
e9475fa3 1732 tm_file="elfos.h ${tm_file} mips/elf.h"
61ed06c3 1733 tmake_file=mips/t-elf
5811cb27 1734 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1735 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
ec2a60b0 1736 use_fixproto=yes
61ed06c3 1737 ;;
5ce6f47b 1738mips64vr-*-elf* | mips64vrel-*-elf*)
e9475fa3 1739 tm_file="mips/vr.h elfos.h ${tm_file} mips/elf.h"
5ce6f47b 1740 tmake_file=mips/t-vr
ec2a60b0 1741 use_fixproto=yes
5ce6f47b 1742 ;;
74826b0f 1743mips64orion-*-elf* | mips64orionel-*-elf*)
e9475fa3 1744 tm_file="elfos.h ${tm_file} mips/elforion.h mips/elf.h"
6d439235 1745 tmake_file=mips/t-elf
5811cb27 1746 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1747 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
ec2a60b0 1748 use_fixproto=yes
61ed06c3 1749 ;;
bc98ef7f 1750mips*-*-rtems*)
e9475fa3 1751 tm_file="elfos.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
c7fcd90b 1752 tmake_file="mips/t-elf t-rtems mips/t-rtems"
61ed06c3 1753 ;;
55047c9d 1754mips-wrs-vxworks)
f4de8ba6 1755 tm_file="elfos.h ${tm_file} svr4.h mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
55047c9d 1756 tmake_file="${tmake_file} mips/t-vxworks"
55047c9d
PE
1757 ;;
1758mips-wrs-windiss) # Instruction-level simulator for VxWorks.
1759 xm_defines=POSIX
1760 tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1761 tmake_file="${tmake_file} mips/t-elf"
55047c9d
PE
1762 thread_file=
1763 ;;
74826b0f 1764mipstx39-*-elf* | mipstx39el-*-elf*)
e9475fa3 1765 tm_file="elfos.h ${tm_file} mips/r3900.h mips/elf.h"
61ed06c3 1766 tmake_file=mips/t-r3900
ec2a60b0 1767 use_fixproto=yes
61ed06c3 1768 ;;
bcf684c7 1769mmix-knuth-mmixware)
4977bab6 1770 need_64bit_hwint=yes
bcf684c7 1771 ;;
61ed06c3 1772mn10300-*-*)
c40409ce 1773 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
1774 if test x$stabs = xyes
1775 then
1776 tm_file="${tm_file} dbx.h"
1777 fi
1778 use_collect2=no
ec2a60b0 1779 use_fixproto=yes
61ed06c3 1780 ;;
a3fafcb0 1781mt-*-elf)
c85ba4fb 1782 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
a3fafcb0 1783 tmake_file="${tmake_file} mt/t-mt"
c85ba4fb
AH
1784 ;;
1785ns32k-*-netbsdelf*)
1786 echo "GCC does not yet support the ${target} target"; exit 1
1787 ;;
1788ns32k-*-netbsd*)
1789 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1790 # On NetBSD, the headers are already okay, except for math.h.
1791 tmake_file="t-netbsd ns32k/t-ns32k"
1792 extra_parts=""
1793 use_collect2=yes
1794 ;;
61ed06c3
HPN
1795pdp11-*-bsd)
1796 tm_file="${tm_file} pdp11/2bsd.h"
ec2a60b0 1797 use_fixproto=yes
61ed06c3
HPN
1798 ;;
1799pdp11-*-*)
ec2a60b0 1800 use_fixproto=yes
61ed06c3 1801 ;;
ca11c37c
ZW
1802# port not yet contributed
1803#powerpc-*-openbsd*)
49721058 1804# tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
ca11c37c
ZW
1805# extra_headers=
1806# ;;
2bfcf297 1807powerpc64-*-linux*)
a8e04fe6
AM
1808 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1809 test x$with_cpu != x || cpu_is_64bit=yes
1810 test x$cpu_is_64bit != xyes || tm_file="${tm_file} rs6000/default64.h"
1811 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
7f970b70
AM
1812 if test x${enable_secureplt} = xyes; then
1813 tm_file="rs6000/secureplt.h ${tm_file}"
1814 fi
78f5898b 1815 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
49721058 1816 tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
2bfcf297 1817 ;;
ddb28441
RM
1818powerpc64-*-gnu*)
1819 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"
78f5898b 1820 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
49721058 1821 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
ddb28441 1822 ;;
61ed06c3 1823powerpc-*-beos*)
2bfcf297 1824 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
49721058 1825 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-beos"
ba1e6c0b 1826 extra_headers=
ec2a60b0 1827 use_fixproto=yes
61ed06c3 1828 ;;
18922061 1829powerpc-*-darwin*)
78f5898b 1830 extra_options="${extra_options} rs6000/darwin.opt"
747b9f55 1831 extra_parts="crt2.o"
f0b81cbc 1832 case ${target} in
ed5b9f96 1833 *-darwin1[0-9]* | *-darwin[8-9]*)
f7288899 1834 tmake_file="${tmake_file} rs6000/t-darwin8"
ed5b9f96
GK
1835 tm_file="${tm_file} rs6000/darwin8.h"
1836 ;;
1837 *-darwin7*)
1838 tm_file="${tm_file} rs6000/darwin7.h"
1839 ;;
1840 *-darwin[0-6]*)
1841 ;;
f0b81cbc 1842 esac
5fb4cf24 1843 extra_headers=altivec.h
18922061 1844 ;;
b8ec3cc8
EC
1845powerpc64-*-darwin*)
1846 tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
1847 extra_options="${extra_options} ${cpu_type}/darwin.opt"
1848 # We're omitting t-darwin8 to avoid building any multilibs
1849 extra_headers=altivec.h
1850 ;;
b91da81f 1851powerpc*-*-freebsd*)
c40409ce 1852 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
49721058 1853 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
78f5898b 1854 extra_options="${extra_options} rs6000/sysv4.opt"
b91da81f 1855 ;;
edf1b3f3 1856powerpc-*-netbsd*)
a4967b8d
JT
1857 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1858 tmake_file="${tmake_file} rs6000/t-netbsd"
78f5898b 1859 extra_options="${extra_options} rs6000/sysv4.opt"
edf1b3f3 1860 ;;
8da6d80e 1861powerpc-*-chorusos*)
c40409ce 1862 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
49721058 1863 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
78f5898b 1864 extra_options="${extra_options} rs6000/sysv4.opt"
769e49eb
NN
1865 case ${enable_threads} in
1866 yes | posix)
1867 thread_file='posix'
1868 ;;
8da6d80e 1869 esac
ec2a60b0 1870 use_fixproto=yes
8da6d80e 1871 ;;
518878e1 1872powerpc-*-eabispe*)
eca0d5e8 1873 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabispe.h"
78f5898b 1874 extra_options="${extra_options} rs6000/sysv4.opt"
00c060a4 1875 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
518878e1 1876 ;;
cf6ede82 1877powerpc-*-eabisimaltivec*)
eca0d5e8 1878 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h rs6000/eabialtivec.h"
78f5898b 1879 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1880 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
cf6ede82 1881 ;;
61ed06c3 1882powerpc-*-eabisim*)
eca0d5e8 1883 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
78f5898b 1884 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1885 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
1886 ;;
1887powerpc-*-elf*)
c40409ce 1888 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
78f5898b 1889 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1890 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
ec2a60b0 1891 use_fixproto=yes
61ed06c3 1892 ;;
10baca6b 1893powerpc-*-eabialtivec*)
eca0d5e8 1894 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabialtivec.h"
78f5898b 1895 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1896 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
10baca6b 1897 ;;
61ed06c3 1898powerpc-*-eabi*)
eca0d5e8 1899 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
78f5898b 1900 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1901 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3
HPN
1902 ;;
1903powerpc-*-rtems*)
eca0d5e8 1904 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h"
78f5898b 1905 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1906 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
61ed06c3 1907 ;;
7c942e17 1908powerpc-*-linux*altivec*)
10baca6b 1909 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
78f5898b 1910 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1911 tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
10baca6b 1912 ;;
7c942e17 1913powerpc-*-linux*spe*)
eca0d5e8 1914 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h rs6000/e500.h"
78f5898b 1915 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1916 tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2f3f95e9 1917 ;;
61ed06c3 1918powerpc-*-linux*)
a8e04fe6 1919 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
78f5898b 1920 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1921 tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
a8e04fe6
AM
1922 case ${enable_targets}:${cpu_is_64bit} in
1923 *powerpc64* | all:* | *:yes)
1924 if test x$cpu_is_64bit = xyes; then
1925 tm_file="${tm_file} rs6000/default64.h"
1926 fi
1927 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1928 tmake_file="$tmake_file rs6000/t-linux64"
f75aac9e 1929 extra_options="${extra_options} rs6000/linux64.opt"
a8e04fe6
AM
1930 ;;
1931 *)
1932 tm_file="${tm_file} rs6000/linux.h"
1933 ;;
1934 esac
7f970b70
AM
1935 if test x${enable_secureplt} = xyes; then
1936 tm_file="rs6000/secureplt.h ${tm_file}"
1937 fi
61ed06c3 1938 ;;
ddb28441
RM
1939powerpc-*-gnu-gnualtivec*)
1940 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"
78f5898b 1941 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 1942 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
ddb28441
RM
1943 if test x$enable_threads = xyes; then
1944 thread_file='posix'
1945 fi
1946 ;;
1947powerpc-*-gnu*)
1948 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"
49721058 1949 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
78f5898b 1950 extra_options="${extra_options} rs6000/sysv4.opt"
ddb28441
RM
1951 if test x$enable_threads = xyes; then
1952 thread_file='posix'
1953 fi
1954 ;;
2eab15c9 1955powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
f4de8ba6 1956 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
49721058 1957 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
78f5898b 1958 extra_options="${extra_options} rs6000/sysv4.opt"
4977bab6 1959 extra_headers=ppc-asm.h
2eab15c9
PE
1960 case ${target} in
1961 *-vxworksae*)
eca0d5e8 1962 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
2eab15c9
PE
1963 tmake_file="${tmake_file} rs6000/t-vxworksae"
1964 ;;
1965 *-vxworks*)
eca0d5e8 1966 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
2eab15c9
PE
1967 ;;
1968 esac
4977bab6 1969 ;;
2eab15c9 1970powerpc-wrs-windiss*) # Instruction-level simulator for VxWorks.
bce0deb2 1971 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
49721058 1972 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 1973 extra_options="${extra_options} rs6000/sysv4.opt"
2eab15c9 1974 thread_file=""
ec2a60b0 1975 use_fixproto=yes
2eab15c9 1976 ;;
4f587cb0
AN
1977powerpc-*-lynxos*)
1978 xm_defines=POSIX
1979 tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
1980 tmake_file="t-lynx rs6000/t-lynx"
78f5898b 1981 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
4f587cb0 1982 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
6ac49599 1983 extra_options="${extra_options} lynx.opt"
4f587cb0
AN
1984 thread_file=lynx
1985 gnu_ld=yes
1986 gas=yes
1987 ;;
61ed06c3 1988powerpcle-*-sysv*)
c40409ce 1989 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
49721058 1990 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
78f5898b 1991 extra_options="${extra_options} rs6000/sysv4.opt"
ec2a60b0 1992 use_fixproto=yes
61ed06c3
HPN
1993 ;;
1994powerpcle-*-elf*)
c40409ce 1995 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
49721058 1996 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 1997 extra_options="${extra_options} rs6000/sysv4.opt"
ec2a60b0 1998 use_fixproto=yes
61ed06c3
HPN
1999 ;;
2000powerpcle-*-eabisim*)
eca0d5e8 2001 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
49721058 2002 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2003 extra_options="${extra_options} rs6000/sysv4.opt"
61ed06c3
HPN
2004 ;;
2005powerpcle-*-eabi*)
eca0d5e8 2006 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h"
49721058 2007 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2008 extra_options="${extra_options} rs6000/sysv4.opt"
61ed06c3 2009 ;;
6b3a0b34
US
2010powerpc-*-kaos*)
2011 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
49721058 2012 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2013 extra_options="${extra_options} rs6000/sysv4.opt"
6b3a0b34
US
2014 ;;
2015powerpcle-*-kaos*)
2016 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"
49721058 2017 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2018 extra_options="${extra_options} rs6000/sysv4.opt"
6b3a0b34 2019 ;;
61ed06c3 2020rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2bfcf297 2021 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
49721058 2022 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-newas"
432218ba 2023 extra_options="${extra_options} rs6000/aix41.opt"
61ed06c3 2024 use_collect2=yes
ba1e6c0b 2025 extra_headers=
ec2a60b0 2026 use_fixproto=yes
61ed06c3
HPN
2027 ;;
2028rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
9739c90c 2029 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
61ed06c3 2030 tmake_file=rs6000/t-aix43
432218ba 2031 extra_options="${extra_options} rs6000/aix64.opt"
61ed06c3
HPN
2032 use_collect2=yes
2033 thread_file='aix'
ba1e6c0b 2034 extra_headers=
61ed06c3 2035 ;;
5f5d5417 2036rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
9739c90c 2037 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
432218ba 2038 extra_options="${extra_options} rs6000/aix64.opt"
61ed06c3 2039 tmake_file=rs6000/t-aix43
61ed06c3
HPN
2040 use_collect2=yes
2041 thread_file='aix'
ba1e6c0b 2042 extra_headers=
61ed06c3 2043 ;;
5f5d5417 2044rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
5f5d5417
DE
2045 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2046 tmake_file=rs6000/t-aix52
432218ba 2047 extra_options="${extra_options} rs6000/aix64.opt"
5f5d5417
DE
2048 use_collect2=yes
2049 thread_file='aix'
2050 extra_headers=
2051 ;;
0e5a4ad8 2052s390-*-linux*)
c40409ce 2053 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
4dc19cc0 2054 tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux"
9628a767 2055 ;;
0e5a4ad8 2056s390x-*-linux*)
58d10f89 2057 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
70eeb10b
UW
2058 tm_p_file=s390/s390-protos.h
2059 md_file=s390/s390.md
1c0ca89d 2060 extra_modes=s390/s390-modes.def
70eeb10b 2061 out_file=s390/s390.c
4dc19cc0 2062 tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux s390/t-linux64"
9628a767 2063 ;;
24fe22c9 2064s390x-ibm-tpf*)
a8ba31f2
EC
2065 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
2066 tm_p_file=s390/s390-protos.h
2067 md_file=s390/s390.md
2068 extra_modes=s390/s390-modes.def
2069 out_file=s390/s390.c
2070 extra_parts="crtbeginS.o crtendS.o"
2071 tmake_file="s390/t-crtstuff s390/t-tpf"
2072 thread_file='tpf'
2073 extra_options="${extra_options} s390/tpf.opt"
24fe22c9 2074 ;;
bdcee471
CL
2075score-*-elf)
2076 tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
2077 tmake_file=score/t-score-elf
2078 extra_objs="score-mdaux.o"
2079 ;;
da28a3b9 2080sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
b55e3aad 2081sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
da28a3b9
JR
2082 sh-*-linux* | sh[346lbe]*-*-linux* | \
2083 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2084 sh64-*-netbsd* | sh64l*-*-netbsd*)
2085 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2086 if test x${with_endian} = x; then
2087 case ${target} in
2088 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2089 shbe-*-* | sheb-*-*) with_endian=big,little ;;
2090 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
2091 shl* | sh64l* | sh*-*-linux* | \
2092 sh5l* | sh-superh-elf) with_endian=little,big ;;
2093 sh[1234]*-*-*) with_endian=big ;;
2094 *) with_endian=big,little ;;
2095 esac
2096 fi
2097 case ${with_endian} in
2098 big|little) tmake_file="${tmake_file} sh/t-1e" ;;
2099 big,little|little,big) ;;
2100 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
2101 esac
2102 case ${with_endian} in
2103 little*) tm_file="sh/little.h ${tm_file}" ;;
2104 esac
2105 tm_file="${tm_file} dbxelf.h elfos.h"
b01bc573 2106 case ${target} in
da28a3b9
JR
2107 sh*-*-netbsd*) ;;
2108 *) tm_file="${tm_file} svr4.h" ;;
dbf87f32 2109 esac
da28a3b9 2110 tm_file="${tm_file} sh/elf.h"
b01bc573 2111 case ${target} in
da28a3b9 2112 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
65f527e0 2113 tm_file="${tm_file} linux.h sh/linux.h" ;;
da28a3b9
JR
2114 sh*-*-kaos*) tm_file="${tm_file} sh/embed-elf.h kaos.h sh/kaos-sh.h"
2115 ;;
2116 sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
8c1aaf26
R
2117 sh*-superh-elf) if test x$with_libgloss != xno; then
2118 with_libgloss=yes
2119 tm_file="${tm_file} sh/newlib.h"
2120 fi
8999fdc7
R
2121 tm_file="${tm_file} sh/embed-elf.h sh/superh.h"
2122 tmake_file="${tmake_file} sh/t-superh"
25e651ca 2123 extra_options="${extra_options} sh/superh.opt" ;;
8c1aaf26
R
2124 *) if test x$with_newlib = xyes \
2125 && test x$with_libgloss = xyes; then
2126 tm_file="${tm_file} sh/newlib.h"
2127 fi
2128 tm_file="${tm_file} sh/embed-elf.h" ;;
da28a3b9
JR
2129 esac
2130 case ${target} in
2131 sh5*-*-netbsd*)
2132 # SHmedia, 32-bit ABI
2133 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2134 ;;
2135 sh64*-netbsd*)
2136 # SHmedia, 64-bit ABI
2137 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2138 ;;
2139 *-*-netbsd)
2140 tmake_file="${tmake_file} sh/t-netbsd"
2141 ;;
2142 sh64*-*-linux*)
2143 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2144 tm_file="${tm_file} sh/sh64.h"
2145 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2146 ;;
dbf87f32
R
2147 sh64*)
2148 tmake_file="${tmake_file} sh/t-sh64"
2149 tm_file="${tm_file} sh/sh64.h"
2150 extra_headers="shmedia.h ushmedia.h sshmedia.h"
dbf87f32 2151 ;;
b55e3aad
NC
2152 *-*-symbianelf*)
2153 tmake_file="sh/t-symbian"
2154 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
2155 extra_objs="symbian.o"
2156 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
f7288899 2157 ;;
8bc6e101 2158 esac
da28a3b9
JR
2159 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2160 case `echo ${target} | sed 's/e[lb]-/-/'` in
2161 sh64*-*-netbsd*) sh_cpu_target=sh5-64media ;;
2162 sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
312209c6
AO
2163 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
2164 sh4a_single*) sh_cpu_target=sh4a-single ;;
2165 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
2166 sh4al) sh_cpu_target=sh4al ;;
2167 sh4a*) sh_cpu_target=sh4a ;;
da28a3b9
JR
2168 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
2169 sh4_single*) sh_cpu_target=sh4-single ;;
2170 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
2171 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
2172 sh3e*) sh_cpu_target=sh3e ;;
2173 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
157371cf
AO
2174 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
2175 sh2a_single*) sh_cpu_target=sh2a-single ;;
2176 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
2177 sh2a*) sh_cpu_target=sh2a ;;
da28a3b9
JR
2178 sh2e*) sh_cpu_target=sh2e ;;
2179 sh2*) sh_cpu_target=sh2 ;;
2180 *) sh_cpu_target=sh1 ;;
8f48afc1 2181 esac
8c1aaf26
R
2182 # did the user say --without-fp ?
2183 if test x$with_fp = xno; then
2184 case ${sh_cpu_target} in
2185 sh5-*media) sh_cpu_target=${sh_cpu_target}-nofpu ;;
2186 sh4al | sh1) ;;
2187 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
2188 sh4*) sh_cpu_target=sh4-nofpu ;;
2189 sh3*) sh_cpu_target=sh3 ;;
2190 sh2a*) sh_cpu_target=sh2a-nofpu ;;
2191 sh2*) sh_cpu_target=sh2 ;;
2192 *) echo --without-fp not available for $target: ignored
2193 esac
2194 tm_defines="$tm_defines STRICT_NOFPU=1"
2195 fi
da28a3b9
JR
2196 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2197 case $sh_cpu_default in
2198 sh5-64media-nofpu | sh5-64media | \
2199 sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
157371cf 2200 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
312209c6 2201 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
27a0ce7d 2202 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
bf09b512 2203 sh3e | sh3 | sh2e | sh2 | sh1) ;;
da28a3b9
JR
2204 "") sh_cpu_default=${sh_cpu_target} ;;
2205 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
dbf87f32 2206 esac
da28a3b9
JR
2207 sh_multilibs=${with_multilib_list}
2208 if test x${sh_multilibs} = x ; then
2209 case ${target} in
8c1aaf26 2210 sh64-superh-linux* | \
da28a3b9
JR
2211 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
2212 sh64* | sh5*) sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2213 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2214 sh*-*-linux*) sh_multilibs=m1,m3e,m4 ;;
2215 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
157371cf 2216 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
da28a3b9 2217 esac
8c1aaf26
R
2218 if test x$with_fp = xno; then
2219 sh_multilibs="`echo $sh_multilibs|sed -e s/m4/sh4-nofpu/ -e s/,m4-[^,]*//g -e s/,m[23]e// -e s/m2a,m2a-single/m2a-nofpu/ -e s/m5-..m....,//g`"
2220 fi
da28a3b9 2221 fi
25e651ca 2222 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
da28a3b9 2223 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
25e651ca 2224 sh_multilibs=`echo $sh_multilibs,$sh_cpu_default | sed -e 's/[ ,/][ ,]*/ /g' -e 's/ $//' -e 's/^m/sh/' -e 's/ m/ sh/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
da28a3b9
JR
2225 for sh_multilib in ${sh_multilibs}; do
2226 case ${sh_multilib} in
2227 sh1 | sh2 | sh2e | sh3 | sh3e | \
27a0ce7d 2228 sh4 | sh4-single | sh4-single-only | sh4-nofpu | sh4-300 |\
312209c6 2229 sh4a | sh4a-single | sh4a-single-only | sh4a-nofpu | sh4al | \
157371cf 2230 sh2a | sh2a-single | sh2a-single-only | sh2a-nofpu | \
da28a3b9
JR
2231 sh5-64media | sh5-64media-nofpu | \
2232 sh5-32media | sh5-32media-nofpu | \
2233 sh5-compact | sh5-compact-nofpu)
2234 tmake_file="${tmake_file} sh/t-mlib-${sh_multilib}"
25e651ca 2235 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
da28a3b9
JR
2236 ;;
2237 *)
2238 echo "with_multilib_list=${sh_multilib} not supported."
2239 exit 1
2240 ;;
2241 esac
2242 done
25e651ca 2243 if test x${enable_incomplete_targets} = xyes ; then
c0fb94d7 2244 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1 SUPPORT_SH5_32MEDIA=1 SUPPORT_SH5_32MEDIA_NOFPU=1 SUPPORT_SH5_64MEDIA=1 SUPPORT_SH5_64MEDIA_NOFPU=1"
da28a3b9 2245 fi
ec2a60b0 2246 use_fixproto=yes
fa5322fa 2247 ;;
314733e2 2248sh-*-rtemscoff*)
be33b729 2249 tmake_file="sh/t-sh t-rtems sh/t-rtems"
10d6ea27 2250 tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
61ed06c3 2251 ;;
314733e2 2252sh-*-rtems*)
be33b729 2253 tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
314733e2
RC
2254 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
2255 ;;
55047c9d
PE
2256sh-wrs-vxworks)
2257 tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
f5c7290e 2258 tm_file="${tm_file} elfos.h svr4.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
55047c9d 2259 ;;
61ed06c3 2260sh-*-*)
10d6ea27 2261 tm_file="${tm_file} dbxcoff.h sh/coff.h"
ec2a60b0 2262 use_fixproto=yes
61ed06c3 2263 ;;
69474c3c 2264sparc-*-netbsdelf*)
0b85af22 2265 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
fe609b0f 2266 extra_options="${extra_options} sparc/long-double-switch.opt"
69474c3c 2267 ;;
91f0fcee 2268sparc64-*-openbsd*)
0b85af22 2269 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
fe609b0f 2270 extra_options="${extra_options} sparc/little-endian.opt"
91f0fcee
ME
2271 gas=yes gnu_ld=yes
2272 with_cpu=ultrasparc
91f0fcee 2273 ;;
61ed06c3 2274sparc-*-elf*)
81b47219 2275 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h"
a261e0cc 2276 tmake_file="sparc/t-elf sparc/t-crtfm"
61ed06c3 2277 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
ec2a60b0 2278 use_fixproto=yes
61ed06c3 2279 ;;
981f6289 2280sparc-*-linux*) # SPARC's running GNU/Linux, libc6
c40409ce 2281 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
fe609b0f 2282 extra_options="${extra_options} sparc/long-double-switch.opt"
fbf2ca7b 2283 tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm"
61ed06c3 2284 ;;
c7bdf0a6 2285sparc-*-rtems*)
81b47219 2286 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h"
2d69e3cb 2287 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
61ed06c3 2288 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
61ed06c3 2289 ;;
8947df0c 2290sparc64-*-solaris2* | sparcv9-*-solaris2*)
ec23ed60
EB
2291 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2292 case ${target} in
2293 *-*-solaris2.1[0-9]*)
2294 tm_file="${tm_file} sol2-10.h"
2295 ;;
2296 esac
2297 tm_file="${tm_file} sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
3fc602a0
RH
2298 if test x$gnu_ld = xyes; then
2299 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
61ed06c3 2300 fi
f0871dfe 2301 if test x$gas = xyes; then
5d865dac 2302 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
f0871dfe 2303 fi
fdbe66f2 2304 tm_file="${tm_file} tm-dwarf2.h"
a2bec818 2305 tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
61ed06c3 2306 if test x$gnu_ld = xyes; then
7b3a4df5 2307 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2308 else
7b3a4df5 2309 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2310 fi
a2bec818
DJ
2311 c_target_objs="sol2-c.o"
2312 cxx_target_objs="sol2-c.o"
07a43492
DJ
2313 extra_objs="sol2.o"
2314 tm_p_file="${tm_p_file} sol2-protos.h"
61ed06c3 2315 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
615be2cf 2316 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
fe7378d2
EB
2317 "":yes:* | yes:yes:* ) thread_file=posix ;;
2318 "":*:yes | yes:*:yes ) thread_file=solaris ;;
615be2cf 2319 esac
4977bab6 2320 need_64bit_hwint=yes
61ed06c3 2321 ;;
8947df0c 2322sparc-*-solaris2*)
18167442
EB
2323 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2324 case ${target} in
2325 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
ec23ed60
EB
2326 tm_file="${tm_file} sol2-6.h"
2327 ;;
2328 *-*-solaris2.1[0-9]*)
2329 tm_file="${tm_file} sol2-10.h"
2330 ;;
18167442
EB
2331 esac
2332 tm_file="${tm_file} sparc/sol2.h"
3fc602a0
RH
2333 if test x$gnu_ld = xyes; then
2334 tm_file="${tm_file} sparc/sol2-gld.h"
61ed06c3 2335 fi
5d865dac
EB
2336 if test x$gas = xyes; then
2337 tm_file="${tm_file} sparc/sol2-gas.h"
2338 fi
a2bec818 2339 tmake_file="t-sol2 sparc/t-sol2 sparc/t-crtfm"
61ed06c3 2340 if test x$gnu_ld = xyes; then
7b3a4df5 2341 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2342 else
7b3a4df5 2343 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2344 fi
b01bc573 2345 case ${target} in
8947df0c
RH
2346 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2347 if test x$gnu_ld = xno; then
2348 tm_file="${tm_file} sparc/sol26-sld.h"
2349 fi
2350 ;;
f42eccdb 2351 *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
fdbe66f2 2352 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
3fc602a0
RH
2353 if test x$gnu_ld = xyes; then
2354 tm_file="${tm_file} sparc/sol2-gld-bi.h"
7112135f 2355 fi
f0871dfe
RH
2356 if test x$gas = xyes; then
2357 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2358 fi
fdbe66f2 2359 tm_file="${tm_file} tm-dwarf2.h"
7112135f 2360 tmake_file="$tmake_file sparc/t-sol2-64"
4977bab6 2361 need_64bit_hwint=yes
69bdb292 2362 test x$with_cpu != x || with_cpu=v9
7112135f
AO
2363 ;;
2364 esac
a2bec818
DJ
2365 c_target_objs="sol2-c.o"
2366 cxx_target_objs="sol2-c.o"
07a43492
DJ
2367 extra_objs="sol2.o"
2368 tm_p_file="${tm_p_file} sol2-protos.h"
3fc602a0 2369 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
615be2cf 2370 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
18167442
EB
2371 "":yes:* | yes:yes:* )
2372 case ${target} in
2373 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2374 thread_file=posix95
2375 ;;
2376 *)
2377 thread_file=posix
2378 ;;
2379 esac
2380 ;;
2381 "":*:yes | yes:*:yes )
2382 thread_file=solaris
2383 ;;
615be2cf 2384 esac
61ed06c3 2385 ;;
61ed06c3 2386sparc-*-sysv4*)
9b8466f4 2387 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
61ed06c3 2388 tmake_file=t-svr4
61ed06c3 2389 extra_parts="crtbegin.o crtend.o"
ec2a60b0 2390 use_fixproto=yes
61ed06c3 2391 ;;
1910440e
RS
2392sparc-wrs-vxworks)
2393 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2394 tmake_file="${tmake_file} sparc/t-vxworks"
2395 ;;
61ed06c3 2396sparc64-*-elf*)
81b47219 2397 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h"
fe609b0f 2398 extra_options="${extra_options} sparc/little-endian.opt"
2d69e3cb 2399 tmake_file="${tmake_file} sparc/t-crtfm"
61ed06c3 2400 extra_parts="crtbegin.o crtend.o"
ec2a60b0 2401 use_fixproto=yes
61ed06c3 2402 ;;
c7240cbd
DB
2403sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2404 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
fe609b0f 2405 extra_options="${extra_options} sparc/long-double-switch.opt"
2d69e3cb 2406 tmake_file="${tmake_file} sparc/t-crtfm"
c7240cbd 2407 case "x$with_cpu" in
e0054185 2408 xultrasparc) ;;
c7240cbd
DB
2409 x) with_cpu=ultrasparc ;;
2410 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2411 esac
4977bab6 2412 need_64bit_hwint=yes
c7240cbd 2413 ;;
981f6289 2414sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
86f808dc 2415 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
fe609b0f 2416 extra_options="${extra_options} sparc/long-double-switch.opt"
fbf2ca7b 2417 tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
61ed06c3 2418 ;;
4cb7482c 2419sparc64-*-netbsd*)
4cb7482c
MG
2420 tm_file="sparc/biarch64.h ${tm_file}"
2421 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
fe609b0f
EB
2422 extra_options="${extra_options} sparc/long-double-switch.opt"
2423 tmake_file="${tmake_file} sparc/t-netbsd64"
4cb7482c 2424 ;;
85d9c13c
TS
2425spu-*-elf*)
2426 tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h"
2427 tmake_file="spu/t-spu-elf"
2428 extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h"
2429 extra_modes=spu/spu-modes.def
2430 c_target_objs="${c_target_objs} spu-c.o"
2431 cxx_target_objs="${cxx_target_objs} spu-c.o"
2432 ;;
d19fb8e3 2433strongarm-*-elf*)
c40409ce 2434 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
315cd6b5 2435 tmake_file="arm/t-arm arm/t-strongarm-elf"
d19fb8e3 2436 out_file=arm/arm.c
d19fb8e3 2437 md_file=arm/arm.md
1c0ca89d 2438 extra_modes=arm/arm-modes.def
ec2a60b0 2439 use_fixproto=yes
d19fb8e3 2440 ;;
d19fb8e3 2441strongarm-*-pe)
ca11c37c 2442 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"
315cd6b5 2443 tmake_file="arm/t-arm arm/t-strongarm-pe"
d19fb8e3 2444 out_file=arm/arm.c
d19fb8e3 2445 md_file=arm/arm.md
1c0ca89d 2446 extra_modes=arm/arm-modes.def
c54c7322 2447 extra_options="${extra_options} arm/pe.opt"
d19fb8e3 2448 extra_objs=pe.o
ec2a60b0 2449 use_fixproto=yes
d19fb8e3 2450 ;;
6b3a0b34
US
2451strongarm-*-kaos*)
2452 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"
315cd6b5 2453 tmake_file="arm/t-arm arm/t-strongarm-elf"
6b3a0b34
US
2454 out_file=arm/arm.c
2455 md_file=arm/arm.md
2456 extra_modes=arm/arm-modes.def
2457 ;;
70d65164
NC
2458v850e1-*-*)
2459 target_cpu_default="TARGET_CPU_v850e1"
2460 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2461 tm_p_file=v850/v850-protos.h
2462 tmake_file=v850/t-v850e
2463 md_file=v850/v850.md
2464 out_file=v850/v850.c
df3a97a8 2465 extra_options="${extra_options} v850/v850.opt"
70d65164
NC
2466 if test x$stabs = xyes
2467 then
2468 tm_file="${tm_file} dbx.h"
2469 fi
2470 use_collect2=no
2471 c_target_objs="v850-c.o"
2472 cxx_target_objs="v850-c.o"
ec2a60b0 2473 use_fixproto=yes
70d65164 2474 ;;
b4378319
NC
2475v850e-*-*)
2476 target_cpu_default="TARGET_CPU_v850e"
2477 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2478 tm_p_file=v850/v850-protos.h
c490cc89 2479 tmake_file=v850/t-v850e
b4378319
NC
2480 md_file=v850/v850.md
2481 out_file=v850/v850.c
df3a97a8 2482 extra_options="${extra_options} v850/v850.opt"
b4378319
NC
2483 if test x$stabs = xyes
2484 then
2485 tm_file="${tm_file} dbx.h"
2486 fi
2487 use_collect2=no
2488 c_target_objs="v850-c.o"
2489 cxx_target_objs="v850-c.o"
ec2a60b0 2490 use_fixproto=yes
b4378319 2491 ;;
61ed06c3
HPN
2492v850-*-*)
2493 target_cpu_default="TARGET_CPU_generic"
c40409ce 2494 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
61ed06c3
HPN
2495 tmake_file=v850/t-v850
2496 if test x$stabs = xyes
2497 then
2498 tm_file="${tm_file} dbx.h"
2499 fi
2500 use_collect2=no
c3edd394
NC
2501 c_target_objs="v850-c.o"
2502 cxx_target_objs="v850-c.o"
ec2a60b0 2503 use_fixproto=yes
61ed06c3 2504 ;;
8aeea6e6 2505vax-*-bsd*) # VAXen running BSD
169274cd 2506 tm_file="${tm_file} vax/bsd.h"
8f99553f 2507 tmake_file=vax/t-memfuncs
61ed06c3 2508 use_collect2=yes
ec2a60b0 2509 use_fixproto=yes
61ed06c3 2510 ;;
8aeea6e6 2511vax-*-sysv*) # VAXen running system V
61ed06c3 2512 tm_file="${tm_file} vax/vaxv.h"
8f99553f 2513 tmake_file=vax/t-memfuncs
ec2a60b0 2514 use_fixproto=yes
61ed06c3 2515 ;;
69474c3c 2516vax-*-netbsdelf*)
ec20cffb 2517 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
69474c3c 2518 ;;
61ed06c3 2519vax-*-netbsd*)
f982f805 2520 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
61ed06c3 2521 tmake_file=t-netbsd
1169f9e0 2522 extra_parts=""
5721cd84 2523 use_collect2=yes
61ed06c3
HPN
2524 ;;
2525vax-*-openbsd*)
ca11c37c 2526 tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
61ed06c3
HPN
2527 use_collect2=yes
2528 ;;
8aeea6e6 2529vax-*-ultrix*) # VAXen running ultrix
61ed06c3 2530 tm_file="${tm_file} vax/ultrix.h"
8f99553f 2531 tmake_file=vax/t-memfuncs
ec2a60b0 2532 use_fixproto=yes
61ed06c3 2533 ;;
d19fb8e3 2534xscale-*-elf)
c40409ce 2535 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
315cd6b5 2536 tmake_file="arm/t-arm arm/t-xscale-elf"
d19fb8e3 2537 out_file=arm/arm.c
d19fb8e3 2538 md_file=arm/arm.md
1c0ca89d 2539 extra_modes=arm/arm-modes.def
ec2a60b0 2540 use_fixproto=yes
d19fb8e3
NC
2541 ;;
2542xscale-*-coff)
ca11c37c 2543 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
315cd6b5 2544 tmake_file="arm/t-arm arm/t-xscale-coff"
d19fb8e3 2545 out_file=arm/arm.c
d19fb8e3 2546 md_file=arm/arm.md
1c0ca89d 2547 extra_modes=arm/arm-modes.def
ec2a60b0 2548 use_fixproto=yes
d19fb8e3 2549 ;;
14d269bb
GK
2550xstormy16-*-elf)
2551 # For historical reasons, the target files omit the 'x'.
c40409ce 2552 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
14d269bb
GK
2553 tm_p_file=stormy16/stormy16-protos.h
2554 md_file=stormy16/stormy16.md
2555 out_file=stormy16/stormy16.c
d45d2353 2556 extra_options=stormy16/stormy16.opt
14d269bb
GK
2557 tmake_file="stormy16/t-stormy16"
2558 extra_parts="crtbegin.o crtend.o"
ec2a60b0 2559 use_fixproto=yes
14d269bb 2560 ;;
03984308
BW
2561xtensa-*-elf*)
2562 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
1f37a5b2 2563 tmake_file="xtensa/t-xtensa xtensa/t-elf"
03984308
BW
2564 ;;
2565xtensa-*-linux*)
2566 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
65d151a7 2567 tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
03984308 2568 ;;
2beef00e
AO
2569am33_2.0-*-linux*)
2570 tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
65d151a7 2571 tmake_file="${tmake_file} mn10300/t-linux"
2beef00e 2572 gas=yes gnu_ld=yes
2beef00e
AO
2573 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2574 use_collect2=no
2575 ;;
38b2d076
DD
2576m32c-*-elf*)
2577 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2578 c_target_objs="m32c-pragma.o"
2579 cxx_target_objs="m32c-pragma.o"
2580 use_fixproto=yes
2581 ;;
61ed06c3 2582*)
b01bc573 2583 echo "*** Configuration ${target} not supported" 1>&2
61ed06c3
HPN
2584 exit 1
2585 ;;
2586esac
2587
f6bc51cb
L
2588case ${target} in
2589i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1)
2590 tmake_file="${tmake_file} i386/t-gmm_malloc"
2591 ;;
2592i[34567]86-*-linux* | x86_64-*-linux*)
2593 tmake_file="${tmake_file} i386/t-pmm_malloc"
2594 ;;
2595i[34567]86-*-* | x86_64-*-*)
2596 tmake_file="${tmake_file} i386/t-gmm_malloc"
2597 ;;
2598esac
2599
73f09c99 2600# Support for --with-cpu and related options (and a few unrelated options,
a89ea0df 2601# too).
35341073
NN
2602case ${with_cpu} in
2603 yes | no)
2604 echo "--with-cpu must be passed a value" 1>&2
2605 exit 1
2606 ;;
2607esac
83079d89 2608
35341073
NN
2609# If there is no $with_cpu option, try to infer one from ${target}.
2610# This block sets nothing except for with_cpu.
2611if test x$with_cpu = x ; then
2612 case ${target} in
2613 ep9312-*-*)
2614 # A Cirrus ARM variant.
2615 with_cpu="ep9312"
2616 ;;
d326eaf0
JH
2617 i386-*-*)
2618 with_cpu=i386
2619 ;;
35341073
NN
2620 i486-*-*)
2621 with_cpu=i486
2622 ;;
2623 i586-*-*)
43aba518 2624 case ${target_noncanonical} in
35341073
NN
2625 k6_2-*)
2626 with_cpu=k6-2
2627 ;;
2628 k6_3-*)
2629 with_cpu=k6-3
2630 ;;
2631 k6-*)
2632 with_cpu=k6
2633 ;;
2634 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2635 with_cpu=pentium-mmx
2636 ;;
2637 *)
2638 with_cpu=pentium
2639 ;;
2640 esac
2641 ;;
2642 i686-*-* | i786-*-*)
43aba518 2643 case ${target_noncanonical} in
aafc814c 2644 amdfam10-*|barcelona-*)
21efb4d4
HJ
2645 with_cpu=amdfam10
2646 ;;
9a609388 2647 k8-*|opteron-*|athlon_64-*)
35341073
NN
2648 with_cpu=k8
2649 ;;
2650 athlon_xp-*|athlon_mp-*|athlon_4-*)
2651 with_cpu=athlon-4
2652 ;;
2653 athlon_tbird-*|athlon-*)
2654 with_cpu=athlon
2655 ;;
537bbabd
EC
2656 geode-*)
2657 with_cpu=geode
2658 ;;
35341073
NN
2659 pentium2-*)
2660 with_cpu=pentium2
2661 ;;
5bbeea44 2662 pentium3-*|pentium3m-*)
35341073
NN
2663 with_cpu=pentium3
2664 ;;
5bbeea44 2665 pentium4-*|pentium4m-*)
35341073
NN
2666 with_cpu=pentium4
2667 ;;
5bbeea44
JH
2668 prescott-*)
2669 with_cpu=prescott
2670 ;;
2671 nocona-*)
2672 with_cpu=nocona
2673 ;;
30fd45a0
EC
2674 core2-*)
2675 with_cpu=core2
2676 ;;
5bbeea44
JH
2677 pentium_m-*)
2678 with_cpu=pentium-m
2679 ;;
d326eaf0 2680 pentiumpro-*)
35341073
NN
2681 with_cpu=pentiumpro
2682 ;;
d326eaf0
JH
2683 *)
2684 with_cpu=generic
2685 ;;
35341073
NN
2686 esac
2687 ;;
2688 x86_64-*-*)
d326eaf0 2689 case ${target_noncanonical} in
aafc814c 2690 amdfam10-*|barcelona-*)
21efb4d4
HJ
2691 with_cpu=amdfam10
2692 ;;
d326eaf0
JH
2693 k8-*|opteron-*|athlon_64-*)
2694 with_cpu=k8
2695 ;;
2696 nocona-*)
2697 with_cpu=nocona
2698 ;;
30fd45a0
EC
2699 core2-*)
2700 with_cpu=core2
2701 ;;
d326eaf0
JH
2702 *)
2703 with_cpu=generic
2704 ;;
2705 esac
35341073
NN
2706 ;;
2707 alphaev6[78]*-*-*)
2708 with_cpu=ev67
2709 ;;
2710 alphaev6*-*-*)
2711 with_cpu=ev6
2712 ;;
2713 alphapca56*-*-*)
2714 with_cpu=pca56
2715 ;;
2716 alphaev56*-*-*)
2717 with_cpu=ev56
2718 ;;
2719 alphaev5*-*-*)
2720 with_cpu=ev5
2721 ;;
faf9ab98 2722 frv-*-*linux* | frv400-*-*linux*)
34208acf
AO
2723 with_cpu=fr400
2724 ;;
faf9ab98
AH
2725 frv550-*-*linux*)
2726 with_cpu=fr550
2727 ;;
59fbf3cb
NS
2728 m680[012]0-*-*)
2729 with_cpu=`echo ${target} | sed 's/-.*$//'`
2730 ;;
2731 m68k*-*-*)
10e96df4
NS
2732 case "$with_arch" in
2733 "cf")
2734 with_cpu=${default_cf_cpu}
2735 ;;
2736 "" | "m68k")
2737 with_cpu=m${default_m68k_cpu}
2738 ;;
2739 esac
59fbf3cb 2740 ;;
9200d6c8
RS
2741 mips*-*-vxworks)
2742 with_arch=mips2
2743 ;;
35341073
NN
2744 sparc*-*-*)
2745 with_cpu="`echo ${target} | sed 's/-.*$//'`"
35341073
NN
2746 ;;
2747 esac
2748fi
83079d89 2749
78011587 2750# Similarly for --with-float
2d84a437 2751if test x$with_float = x; then
78011587
PB
2752 case ${target} in
2753 ep9312-*-*)
2754 with_float=hard
2755 ;;
2756 esac
2757fi
2758
fe3e7450
AM
2759# Similarly for --with-schedule.
2760if test x$with_schedule = x; then
2761 case ${target} in
2762 hppa1* | parisc1*)
2763 # Override default PA8000 scheduling model.
2764 with_schedule=7100LC
2765 ;;
2766 esac
2767fi
83079d89 2768
fe3e7450
AM
2769# Validate and mark as valid any --with options supported
2770# by this target. In order to use a particular --with option
2771# you must list it in supported_defaults; validating the value
2772# is optional. This case statement should set nothing besides
2773# supported_defaults.
7816bea0 2774
fe3e7450
AM
2775supported_defaults=
2776case "${target}" in
83079d89 2777 alpha*-*-*)
7816bea0
DJ
2778 supported_defaults="cpu tune"
2779 for which in cpu tune; do
2780 eval "val=\$with_$which"
b597bfd8
NN
2781 case "$val" in
2782 "" \
2783 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2784 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2785 | 21264a)
7816bea0
DJ
2786 ;;
2787 *)
2788 echo "Unknown CPU used in --with-$which=$val" 1>&2
2789 exit 1
2790 ;;
2791 esac
2792 done
2793 ;;
2794
2795 arm*-*-*)
3cf94279 2796 supported_defaults="arch cpu float tune fpu abi mode"
7816bea0 2797 for which in cpu tune; do
2682e19f 2798 # See if it matches any of the entries in arm-cores.def
7816bea0 2799 eval "val=\$with_$which"
b73f075a 2800 if [ x"$val" = x ] \
d98a72fd 2801 || grep "^ARM_CORE(\"$val\"," \
b73f075a
PB
2802 ${srcdir}/config/arm/arm-cores.def \
2803 > /dev/null; then
2804 # Ok
d98a72fd
RE
2805 new_val=`grep "^ARM_CORE(\"$val\"," \
2806 ${srcdir}/config/arm/arm-cores.def | \
2807 sed -e 's/^[^,]*,[ ]*//' | \
2808 sed -e 's/,.*$//'`
32078532 2809 eval "target_${which}_cname=$new_val"
d98a72fd 2810 echo "For $val real value is $new_val"
b73f075a
PB
2811 true
2812 else
2813 echo "Unknown CPU used in --with-$which=$val" 1>&2
2814 exit 1
2682e19f 2815 fi
7816bea0
DJ
2816 done
2817
b597bfd8
NN
2818 case "$with_arch" in
2819 "" \
9b66ebb1 2820 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
fa91adc6
PB
2821 | armv5te | armv6j |armv6k | armv6z | armv6zk \
2822 | iwmmxt | ep9312)
83079d89 2823 # OK
4ed47bea
JM
2824 ;;
2825 *)
7816bea0 2826 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
83079d89 2827 exit 1
73f09c99
DJ
2828 ;;
2829 esac
83079d89 2830
b597bfd8
NN
2831 case "$with_float" in
2832 "" \
9b66ebb1 2833 | soft | hard | softfp)
83079d89 2834 # OK
73f09c99 2835 ;;
83079d89 2836 *)
7816bea0 2837 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89 2838 exit 1
73f09c99
DJ
2839 ;;
2840 esac
7816bea0 2841
9b66ebb1
PB
2842 case "$with_fpu" in
2843 "" \
f1adb0a9 2844 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 )
9b66ebb1
PB
2845 # OK
2846 ;;
2847 *)
5848830f
PB
2848 echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
2849 exit 1
2850 ;;
2851 esac
2852
2853 case "$with_abi" in
2854 "" \
2855 | apcs-gnu | atpcs | aapcs | iwmmxt )
2856 #OK
2857 ;;
2858 *)
2859 echo "Unknown ABI used in --with-abi=$with_abi"
9b66ebb1
PB
2860 exit 1
2861 ;;
2862 esac
2863
3cf94279
PB
2864 case "$with_mode" in
2865 "" \
2866 | arm | thumb )
2867 #OK
2868 ;;
2869 *)
2870 echo "Unknown mode used in --with-mode=$with_mode"
2871 exit 1
2872 ;;
2873 esac
2874
7816bea0 2875 if test "x$with_arch" != x && test "x$with_cpu" != x; then
5848830f 2876 echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
7816bea0 2877 fi
73f09c99 2878 ;;
73f09c99 2879
34208acf
AO
2880 fr*-*-*linux*)
2881 supported_defaults=cpu
2882 case "$with_cpu" in
2883 fr400) ;;
faf9ab98 2884 fr550) ;;
34208acf
AO
2885 *)
2886 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2887 exit 1
2888 ;;
2889 esac
2890 ;;
2891
7d33c31d 2892 fido-*-* | m680[012]0-*-* | m68k*-*-*)
10e96df4
NS
2893 supported_defaults="arch cpu"
2894 case "$with_arch" in
2895 "" | "m68k"| "cf")
2896 m68k_arch_family="$with_arch"
2897 ;;
2898 *)
2899 echo "Invalid --with-arch=$with_arch" 1>&2
2900 exit 1
2901 ;;
2902 esac
59fbf3cb
NS
2903
2904 # We always have a $with_cpu setting here.
3704aae9 2905 case "$with_cpu" in
900ec02d
JB
2906 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
2907 m68k_cpu_ident=$with_cpu
2908 ;;
2909 "m68020-40")
2910 m68k_cpu_ident=m68020
2911 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
2912 ;;
2913 "m68020-60")
2914 m68k_cpu_ident=m68020
2915 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3704aae9
RZ
2916 ;;
2917 *)
900ec02d
JB
2918 # We need the C identifier rather than the string.
2919 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
2920 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
2921 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
2922 ${srcdir}/config/m68k/m68k-devices.def`
2923 if [ x"$m68k_cpu_ident" = x ] ; then
2924 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
2925 exit 1
2926 fi
2927 with_cpu="mcpu=$with_cpu"
3704aae9
RZ
2928 ;;
2929 esac
2930 ;;
2931
83079d89 2932 hppa*-*-* | parisc*-*-*)
7816bea0
DJ
2933 supported_defaults="arch schedule"
2934
b597bfd8
NN
2935 case "$with_arch" in
2936 "" | 1.0 | 1.1 | 2.0)
7816bea0
DJ
2937 # OK
2938 ;;
2939 *)
2940 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2941 exit 1
2942 ;;
2943 esac
2944
b597bfd8
NN
2945 case "$with_schedule" in
2946 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
83079d89
DJ
2947 # OK
2948 ;;
2949 *)
2950 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2951 exit 1
2952 ;;
2953 esac
73f09c99 2954 ;;
73f09c99 2955
83079d89 2956 i[34567]86-*-* | x86_64-*-*)
7816bea0
DJ
2957 supported_defaults="arch cpu tune"
2958 for which in arch cpu tune; do
2959 eval "val=\$with_$which"
16aa42c0 2960 case ${val} in
d326eaf0 2961 i386 | i486 \
16aa42c0
NN
2962 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2963 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2964 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
537bbabd 2965 | athlon-4 | athlon-xp | athlon-mp | geode \
d326eaf0
JH
2966 | prescott | pentium-m | pentium4m | pentium3m)
2967 case "${target}" in
2968 x86_64-*-*)
2969 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
2970 exit 1
2971 ;;
2972 esac
2973 # OK
2974 ;;
aafc814c 2975 "" | amdfam10 | barcelona | k8 | opteron | athlon64 | athlon-fx | nocona | core2 | generic)
7816bea0
DJ
2976 # OK
2977 ;;
2978 *)
2979 echo "Unknown CPU given in --with-$which=$val." 1>&2
2980 exit 1
2981 ;;
2982 esac
2983 done
2984 ;;
2985
2986 mips*-*-*)
9f0df97a 2987 supported_defaults="abi arch float tune divide"
7816bea0 2988
16aa42c0
NN
2989 case ${with_float} in
2990 "" | soft | hard)
83079d89
DJ
2991 # OK
2992 ;;
2993 *)
7816bea0 2994 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89
DJ
2995 exit 1
2996 ;;
2997 esac
73f09c99 2998
16aa42c0
NN
2999 case ${with_abi} in
3000 "" | 32 | o64 | n32 | 64 | eabi)
83079d89
DJ
3001 # OK
3002 ;;
3003 *)
7816bea0 3004 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
83079d89
DJ
3005 exit 1
3006 ;;
3007 esac
9f0df97a
DD
3008
3009 case ${with_divide} in
3010 "" | breaks | traps)
3011 # OK
3012 ;;
3013 *)
3014 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3015 exit 1
3016 esac
73f09c99 3017 ;;
73f09c99 3018
6e0eea31
NS
3019 mt-*-*)
3020 supported_defaults="arch"
3021
3022 case "$with_arch" in
3023 "" \
3024 | ms1-64-001 \
3025 | ms1-16-002 \
3026 | ms1-16-003 \
3027 | ms2 \
3028 | "")
3029 # OK
3030 ;;
3031 *)
3032 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
3033 exit 1
3034 ;;
3035 esac
3036 ;;
3037
7816bea0
DJ
3038 powerpc*-*-* | rs6000-*-*)
3039 supported_defaults="cpu float tune"
3040
3041 for which in cpu tune; do
3042 eval "val=\$with_$which"
16aa42c0 3043 case ${val} in
1ab1739c
JJ
3044 default32 | default64)
3045 with_which="with_$which"
3046 eval $with_which=
3047 ;;
b0bfee6e
DE
3048 405cr)
3049 tm_defines="${tm_defines} CONFIG_PPC405CR"
3050 eval "with_$which=405"
3051 ;;
1ab1739c 3052 "" | common \
44cd321e 3053 | power | power[23456] | power6x | powerpc | powerpc64 \
16aa42c0
NN
3054 | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
3055 | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
3056 | 601 | 602 | 603 | 603e | ec603e | 604 \
3057 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
fe3e7450 3058 | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5)
7816bea0
DJ
3059 # OK
3060 ;;
3061 *)
3062 echo "Unknown cpu used in --with-$which=$val." 1>&2
3063 exit 1
3064 ;;
3065 esac
3066 done
3067 ;;
3068
f13e0d4e
UW
3069 s390*-*-*)
3070 supported_defaults="arch mode tune"
3071
3072 for which in arch tune; do
3073 eval "val=\$with_$which"
16aa42c0 3074 case ${val} in
3443392a 3075 "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec)
f13e0d4e
UW
3076 # OK
3077 ;;
3078 *)
3079 echo "Unknown cpu used in --with-$which=$val." 1>&2
3080 exit 1
3081 ;;
3082 esac
3083 done
3084
16aa42c0
NN
3085 case ${with_mode} in
3086 "" | esa | zarch)
f13e0d4e
UW
3087 # OK
3088 ;;
3089 *)
3090 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
3091 exit 1
3092 ;;
3093 esac
3094 ;;
3095
da28a3b9
JR
3096 sh[123456ble]-*-* | sh-*-*)
3097 supported_defaults="cpu"
25e651ca 3098 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
da28a3b9
JR
3099 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
3100 # OK
3101 ;;
157371cf
AO
3102 m2a | m2a-single | m2a-single-only | m2a-nofpu)
3103 ;;
312209c6
AO
3104 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
3105 ;;
da28a3b9
JR
3106 *)
3107 echo "Unknown CPU used in --with-cpu=$with_cpu, known values:" 1>&2
3108 echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
312209c6 3109 echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
157371cf 3110 echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
da28a3b9
JR
3111 exit 1
3112 ;;
3113 esac
3114 ;;
83079d89 3115 sparc*-*-*)
7816bea0
DJ
3116 supported_defaults="cpu float tune"
3117
3118 for which in cpu tune; do
3119 eval "val=\$with_$which"
16aa42c0
NN
3120 case ${val} in
3121 "" | sparc | sparcv9 | sparc64 | sparc86x \
3122 | v7 | cypress | v8 | supersparc | sparclite | f930 \
3123 | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
4c837a1e 3124 | v9 | ultrasparc | ultrasparc3 | niagara)
7816bea0
DJ
3125 # OK
3126 ;;
3127 *)
3128 echo "Unknown cpu used in --with-$which=$val" 1>&2
3129 exit 1
3130 ;;
3131 esac
3132 done
73f09c99 3133
16aa42c0
NN
3134 case ${with_float} in
3135 "" | soft | hard)
83079d89
DJ
3136 # OK
3137 ;;
3138 *)
7816bea0 3139 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89
DJ
3140 exit 1
3141 ;;
3142 esac
73f09c99 3143 ;;
73f09c99 3144
39aeae85
SL
3145 spu-*-*)
3146 supported_defaults="arch tune"
3147
3148 for which in arch tune; do
3149 eval "val=\$with_$which"
3150 case ${val} in
3151 "" | cell | celledp)
3152 # OK
3153 ;;
3154 *)
3155 echo "Unknown cpu used in --with-$which=$val." 1>&2
3156 exit 1
3157 ;;
3158 esac
3159 done
3160 ;;
3161
83079d89 3162 v850*-*-*)
7816bea0 3163 supported_defaults=cpu
16aa42c0
NN
3164 case ${with_cpu} in
3165 "" | v850e | v850e1)
83079d89
DJ
3166 # OK
3167 ;;
3168 *)
3169 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3170 exit 1
3171 ;;
3172 esac
73f09c99 3173 ;;
fe3e7450 3174esac
73f09c99 3175
fe3e7450
AM
3176# Set some miscellaneous flags for particular targets.
3177target_cpu_default2=
3178case ${target} in
83079d89 3179 alpha*-*-*)
83079d89
DJ
3180 if test x$gas = xyes
3181 then
7816bea0 3182 target_cpu_default2="MASK_GAS"
83079d89 3183 fi
73f09c99 3184 ;;
73f09c99 3185
83079d89 3186 arm*-*-*)
32078532
RE
3187 if test x$target_cpu_cname = x
3188 then
3189 target_cpu_default2=TARGET_CPU_generic
3190 else
3191 target_cpu_default2=TARGET_CPU_$target_cpu_cname
3192 fi
83079d89 3193 ;;
0e5a4ad8 3194
83079d89 3195 hppa*-*-* | parisc*-*-*)
d711cf67 3196 target_cpu_default2="MASK_BIG_SWITCH"
83079d89 3197 if test x$gas = xyes
61ed06c3 3198 then
d711cf67 3199 target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
83079d89 3200 fi
73f09c99 3201 ;;
73f09c99 3202
7d33c31d 3203 fido*-*-* | m680[012]0-*-* | m68k*-*-*)
900ec02d 3204 target_cpu_default2=$m68k_cpu_ident
10e96df4
NS
3205 if [ x"$m68k_arch_family" != x ]; then
3206 tmake_file="m68k/t-$m68k_arch_family $tmake_file"
3207 fi
900ec02d
JB
3208 ;;
3209
83079d89 3210 mips*-*-*)
5811cb27
RS
3211 if test x$gnu_ld = xyes
3212 then
21c425ee 3213 target_cpu_default2="MASK_SPLIT_ADDRESSES"
5811cb27 3214 fi
b01bc573 3215 case ${target} in
83079d89
DJ
3216 mips*el-*-*)
3217 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
3218 ;;
3219 esac
83079d89
DJ
3220 if test "x$enable_gofast" = xyes
3221 then
c15c90bb 3222 tm_defines="US_SOFTWARE_GOFAST $tm_defines"
83079d89
DJ
3223 tmake_file="mips/t-gofast $tmake_file"
3224 else
3225 tmake_file="mips/t-mips $tmake_file"
74826b0f
EC
3226 fi
3227 ;;
83079d89
DJ
3228
3229 powerpc*-*-* | rs6000-*-*)
7816bea0
DJ
3230 # FIXME: The PowerPC port uses the value set at compile time,
3231 # although it's only cosmetic.
83079d89 3232 if test "x$with_cpu" != x
61ed06c3 3233 then
83079d89 3234 target_cpu_default2="\\\"$with_cpu\\\""
61ed06c3 3235 fi
83079d89
DJ
3236 out_file=rs6000/rs6000.c
3237 c_target_objs="${c_target_objs} rs6000-c.o"
3238 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3239 tmake_file="rs6000/t-rs6000 ${tmake_file}"
4d4cbc0e
AH
3240
3241 if test x$enable_e500_double = xyes
3242 then
3243 tm_file="$tm_file rs6000/e500-double.h"
3244 fi
74826b0f 3245 ;;
73f09c99 3246
a6ab9fc0
R
3247 sh[123456ble]*-*-* | sh-*-*)
3248 c_target_objs="${c_target_objs} sh-c.o"
3249 cxx_target_objs="${cxx_target_objs} sh-c.o"
3250 ;;
3251
83079d89 3252 sparc*-*-*)
7816bea0
DJ
3253 # Some standard aliases.
3254 case x$with_cpu in
3255 xsparc)
3256 with_cpu=v7
3257 ;;
7816bea0
DJ
3258 xsparcv9 | xsparc64)
3259 with_cpu=v9
3260 ;;
3261 esac
3262
a4d05547 3263 # The SPARC port checks this value at compile-time.
73f09c99
DJ
3264 target_cpu_default2="TARGET_CPU_$with_cpu"
3265 ;;
83079d89 3266 v850*-*-*)
7816bea0
DJ
3267 # FIXME: The v850 is "special" in that it does not support
3268 # runtime CPU selection, only --with-cpu.
83079d89
DJ
3269 case "x$with_cpu" in
3270 x)
3271 ;;
3272 xv850e)
3273 target_cpu_default2="TARGET_CPU_$with_cpu"
3274 ;;
3275 esac
3276 ;;
fe3e7450 3277esac
61ed06c3 3278
fe3e7450
AM
3279t=
3280all_defaults="abi cpu arch tune schedule float mode fpu divide"
3281for option in $all_defaults
3282do
3283 eval "val=\$with_$option"
3284 if test -n "$val"; then
3285 case " $supported_defaults " in
3286 *" $option "*)
3287 ;;
3288 *)
3289 echo "This target does not support --with-$option." 2>&1
6e0eea31 3290 echo "Valid --with options are: $supported_defaults" 2>&1
fe3e7450
AM
3291 exit 1
3292 ;;
3293 esac
7816bea0 3294
fe3e7450
AM
3295 if test "x$t" = x
3296 then
3297 t="{ \"$option\", \"$val\" }"
3298 else
3299 t="${t}, { \"$option\", \"$val\" }"
7816bea0 3300 fi
7816bea0 3301 fi
fe3e7450 3302done
7816bea0 3303
fe3e7450
AM
3304if test "x$t" = x
3305then
3306 configure_default_options="{ { NULL, NULL} }"
3307else
3308 configure_default_options="{ ${t} }"
3309fi
3310
3311if test "$target_cpu_default2" != ""
3312then
3313 if test "$target_cpu_default" != ""
61ed06c3 3314 then
fe3e7450
AM
3315 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3316 else
3317 target_cpu_default=$target_cpu_default2
61ed06c3 3318 fi
fe3e7450 3319fi
This page took 2.107671 seconds and 5 git commands to generate.