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