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