]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.gcc
config.gcc (i[34567]86-*-darwin*, [...]): Add i386/darwin-lib.h to $libgcc_tm_file.
[thirdparty/gcc.git] / gcc / config.gcc
CommitLineData
a89ea0df 1# GCC target-specific configuration file.
8d8da227 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
cd33a412 3# 2008, 2009, 2010, 2011 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#
f6c5fbfd
NS
48# default_gnu_indirect_function
49# The default value for the $enable_gnu_indirect_function
50# variable. enable_gnu_indirect_function relies
51# upon the presence of a non-standard gnu ifunc support
52# in the assembler, linker and dynamic linker.
53# Since not all libraries provide the dynamic linking
54# support, the default value of
55# $default_gnu_indirect_function is set to
56# "no" except for targets which are known to be OK.
57#
61ed06c3
HPN
58# gas_flag Either yes or no depending on whether GNU as was
59# requested.
60#
61# gnu_ld_flag Either yes or no depending on whether GNU ld was
62# requested.
63
64# This file sets the following shell variables for use by the
65# autoconf-generated configure script:
66#
b01bc573
NN
67# cpu_type The name of the cpu, if different from the first
68# chunk of the canonical target name.
61ed06c3 69#
d5355cb2
JDA
70# tm_defines List of target macros to define for all compilations.
71#
61ed06c3 72# tm_file A list of target macro files, if different from
32fb7c9d
FS
73# "$cpu_type/$cpu_type.h". Usually it's constructed
74# per target in a way like this:
57809813 75# tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type.h}/elf.h"
32fb7c9d
FS
76# Note that the preferred order is:
77# - specific target header "${cpu_type}/${cpu_type.h}"
a4a4b1d3 78# - generic headers like dbxelf.h elfos.h, etc.
32fb7c9d
FS
79# - specializing target headers like ${cpu_type.h}/elf.h
80# This helps to keep OS specific stuff out of the CPU
81# defining header ${cpu_type}/${cpu_type.h}.
61ed06c3 82#
9c63c208
SL
83# It is possible to include automatically-generated
84# build-directory files by prefixing them with "./".
85# All other files should relative to $srcdir/config.
86#
80cf2e08
JM
87# libgcc_tm_file A list of target macro files used only for code
88# built for the target, not the host. These files
89# are relative to $srcdir/../libgcc/config and
90# must not have the same names as files in
91# $srcdir/config.
92#
61ed06c3
HPN
93# tm_p_file Location of file with declarations for functions
94# in $out_file.
95#
96# out_file The name of the machine description C support
97# file, if different from "$cpu_type/$cpu_type.c".
98#
99# md_file The name of the machine-description file, if
100# different from "$cpu_type/$cpu_type.md".
101#
102# tmake_file A list of machine-description-specific
103# makefile-fragments, if different from
104# "$cpu_type/t-$cpu_type".
105#
1c0ca89d
ZW
106# extra_modes The name of the file containing a list of extra
107# machine modes, if necessary and different from
108# "$cpu_type/$cpu_type-modes.def".
109#
61ed06c3
HPN
110# extra_objs List of extra objects that should be linked into
111# the compiler proper (cc1, cc1obj, cc1plus)
112# depending on target.
113#
30500d84
KC
114# extra_gcc_objs List of extra objects that should be linked into
115# the compiler driver (gcc) depending on target.
116#
61ed06c3 117# extra_headers List of used header files from the directory
817e13c4 118# config/${cpu_type}.
61ed06c3 119#
9b91e436
KT
120# user_headers_inc_next_pre
121# List of header file names of internal gcc header
122# files, which should be prefixed by an include_next.
123# user_headers_inc_next_post
124# List of header file names of internal gcc header
125# files, which should be postfixed by an include_next.
1617e5ee
GK
126# use_gcc_tgmath If set, add tgmath.h to the list of used header
127# files.
128#
207bf79d
JM
129# use_gcc_stdint If "wrap", install a version of stdint.h that
130# wraps the system's copy for hosted compilations;
131# if "provide", provide a version of systems without
132# such a system header; otherwise "none", do not
133# provide such a header at all.
134#
61ed06c3
HPN
135# extra_passes List of extra executables compiled for this target
136# machine, used for compiling from source to object.
137#
138# extra_parts List of extra object files that should be compiled
139# for this target machine.
140#
141# extra_programs Like extra_passes, but these are used when linking.
142#
75685792
RS
143# extra_options List of target-dependent .opt files.
144#
ff7cc307 145# c_target_objs List of extra target-dependent objects that be
aac69a49 146# linked into the C compiler only.
0e5a4ad8 147#
ff7cc307 148# cxx_target_objs List of extra target-dependent objects that be
aac69a49 149# linked into the C++ compiler only.
0e5a4ad8 150#
c776a6d0
DF
151# fortran_target_objs List of extra target-dependent objects that be
152# linked into the fortran compiler only.
153#
ef69da62
SS
154# target_gtfiles List of extra source files with type information.
155#
61ed06c3
HPN
156# xm_defines List of macros to define when compiling for the
157# target machine.
158#
159# xm_file List of files to include when compiling for the
160# target machine.
161#
162# use_collect2 Set to yes or no, depending on whether collect2
163# will be used.
164#
165# target_cpu_default Set to override the default target model.
166#
61ed06c3
HPN
167# gdb_needs_out_file_path
168# Set to yes if gdb needs a dir command with
169# `dirname $out_file`.
170#
61ed06c3
HPN
171# thread_file Set to control which thread package to use.
172#
173# gas Set to yes or no depending on whether the target
174# system normally uses GNU as.
4977bab6
ZW
175#
176# need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
a583a67e
BM
177# for this target. This is true if this target
178# supports "long" or "wchar_t" wider than 32 bits,
179# or BITS_PER_WORD is wider than 32 bits.
11835124
DM
180# The setting made here must match the one made in
181# other locations such as libcpp/configure.ac
7816bea0
DJ
182#
183# configure_default_options
184# Set to an initializer for configure_default_options
185# in configargs.h, based on --with-cpu et cetera.
61ed06c3
HPN
186
187# The following variables are used in each case-construct to build up the
188# outgoing variables:
189#
61ed06c3
HPN
190# gnu_ld Set to yes or no depending on whether the target
191# system normally uses GNU ld.
acce4e77
JM
192#
193# target_has_targetcm Set to yes or no depending on whether the target
194# has its own definition of targetcm.
61ed06c3
HPN
195
196out_file=
61ed06c3
HPN
197tmake_file=
198extra_headers=
9b91e436
KT
199user_headers_inc_next_pre=
200user_headers_inc_next_post=
1617e5ee 201use_gcc_tgmath=yes
207bf79d 202use_gcc_stdint=none
61ed06c3
HPN
203extra_passes=
204extra_parts=
205extra_programs=
206extra_objs=
61ed06c3 207extra_gcc_objs=
75685792 208extra_options=
aac69a49
NC
209c_target_objs=
210cxx_target_objs=
c776a6d0 211fortran_target_objs=
acce4e77 212target_has_targetcm=no
d5355cb2 213tm_defines=
61ed06c3 214xm_defines=
80cf2e08 215libgcc_tm_file=
61ed06c3
HPN
216# Set this to force installation and use of collect2.
217use_collect2=
218# Set this to override the default target model.
219target_cpu_default=
61ed06c3
HPN
220# Set this if gdb needs a dir command with `dirname $out_file`
221gdb_needs_out_file_path=
61ed06c3
HPN
222# Set this to control which thread package will be used.
223thread_file=
224# Reinitialize these from the flag values every loop pass, since some
225# configure entries modify them.
226gas="$gas_flag"
227gnu_ld="$gnu_ld_flag"
2121a768 228default_use_cxa_atexit=no
f6c5fbfd 229default_gnu_indirect_function=no
6ab185d6 230target_gtfiles=
4977bab6 231need_64bit_hwint=
c6b9174f 232need_64bit_isa=
61ed06c3 233
6a38414a
NN
234# Don't carry these over build->host->target. Please.
235xm_file=
236md_file=
237
9340544b 238# Obsolete configurations.
32243d46 239case ${target} in
ebb9f8b0 240 i[34567]86-*-interix3* \
f85b70fd 241 | score-* \
c43d9a1b 242 | *-*-solaris2.8* \
32243d46
JM
243 )
244 if test "x$enable_obsolete" != xyes; then
245 echo "*** Configuration ${target} is obsolete." >&2
246 echo "*** Specify --enable-obsolete to build it anyway." >&2
247 echo "*** Support will be REMOVED in the next major release of GCC," >&2
248 echo "*** unless a maintainer comes forward." >&2
249 exit 1
250 fi;;
251esac
9340544b 252
7c942e17
ZW
253# Unsupported targets list. Do not put an entry in this list unless
254# it would otherwise be caught by a more permissive pattern. The list
255# should be in alphabetical order.
b01bc573 256case ${target} in
cd985f66 257 i[34567]86-go32-* \
7c942e17 258 | i[34567]86-*-go32* \
ebb9f8b0 259 | m68k-*-uclinuxoldabi* \
7c942e17 260 | mips64orion*-*-rtems* \
52c0e446 261 | pdp11-*-bsd \
7c942e17
ZW
262 | sparc-hal-solaris2* \
263 | thumb-*-* \
0db8fa89
GP
264 | *-*-freebsd[12] | *-*-freebsd[12].* \
265 | *-*-freebsd*aout* \
cd985f66 266 | *-*-linux*aout* \
7c942e17 267 | *-*-linux*coff* \
cd985f66 268 | *-*-linux*libc1* \
7c942e17
ZW
269 | *-*-linux*oldld* \
270 | *-*-rtemsaout* \
271 | *-*-rtemscoff* \
c7392d11
RO
272 | *-*-solaris2.[0-7] \
273 | *-*-solaris2.[0-7].* \
cd985f66 274 | *-*-sysv* \
9ab346a1 275 | vax-*-vms* \
7c942e17 276 )
b01bc573 277 echo "*** Configuration ${target} not supported" 1>&2
7c942e17
ZW
278 exit 1
279 ;;
280esac
281
61ed06c3 282# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
ba1e6c0b
JM
283# updated in each machine entry. Also set default extra_headers for some
284# machines.
61ed06c3 285tm_p_file=
b01bc573 286cpu_type=`echo ${target} | sed 's/-.*$//'`
a8e04fe6 287cpu_is_64bit=
b01bc573 288case ${target} in
38b2d076
DD
289m32c*-*-*)
290 cpu_type=m32c
291 tmake_file=m32c/t-m32c
292 ;;
61ed06c3
HPN
293alpha*-*-*)
294 cpu_type=alpha
4977bab6 295 need_64bit_hwint=yes
34251c0e 296 extra_options="${extra_options} g.opt"
61ed06c3 297 ;;
2beef00e
AO
298am33_2.0-*-linux*)
299 cpu_type=mn10300
300 ;;
150b72ed
DJ
301arm*-*-*)
302 cpu_type=arm
88f77cba 303 extra_headers="mmintrin.h arm_neon.h"
b76c3c4b
PB
304 c_target_objs="arm-c.o"
305 cxx_target_objs="arm-c.o"
ad7be009 306 extra_options="${extra_options} arm/arm-tables.opt"
150b72ed 307 ;;
17fad361
AH
308avr-*-*)
309 cpu_type=avr
310 c_target_objs="avr-c.o"
311 cxx_target_objs="avr-c.o"
312 ;;
0d4a78eb
BS
313bfin*-*)
314 cpu_type=bfin
315 ;;
99c5227a
HPN
316crisv32-*)
317 cpu_type=cris
318 ;;
faf9ab98 319frv*) cpu_type=frv
34251c0e 320 extra_options="${extra_options} g.opt"
faf9ab98 321 ;;
cceb575c
AG
322moxie*) cpu_type=moxie
323 ;;
7d33c31d
KH
324fido-*-*)
325 cpu_type=m68k
326 extra_headers=math-68881.h
47c94d21 327 extra_options="${extra_options} m68k/m68k-tables.opt"
7d33c31d 328 ;;
61ed06c3
HPN
329i[34567]86-*-*)
330 cpu_type=i386
ab442df7
MM
331 c_target_objs="i386-c.o"
332 cxx_target_objs="i386-c.o"
d48e78d6 333 extra_options="${extra_options} fused-madd.opt"
b3172cab 334 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
3b8dd071 335 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
cbf2e4d4 336 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
43a8b705 337 immintrin.h x86intrin.h avxintrin.h xopintrin.h
7fccdfcf 338 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
94d13ad1 339 abmintrin.h bmiintrin.h tbmintrin.h"
61ed06c3 340 ;;
14f73b5a
JH
341x86_64-*-*)
342 cpu_type=i386
ab442df7
MM
343 c_target_objs="i386-c.o"
344 cxx_target_objs="i386-c.o"
d48e78d6 345 extra_options="${extra_options} fused-madd.opt"
b3172cab 346 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
3b8dd071 347 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
cbf2e4d4 348 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
43a8b705 349 immintrin.h x86intrin.h avxintrin.h xopintrin.h
7fccdfcf 350 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
94d13ad1 351 abmintrin.h bmiintrin.h tbmintrin.h"
4977bab6 352 need_64bit_hwint=yes
14f73b5a 353 ;;
817e13c4
JM
354ia64-*-*)
355 extra_headers=ia64intrin.h
4977bab6 356 need_64bit_hwint=yes
f19f1e5e 357 extra_options="${extra_options} g.opt fused-madd.opt"
817e13c4 358 ;;
cd985f66 359hppa*-*-*)
61ed06c3
HPN
360 cpu_type=pa
361 ;;
34251c0e
JM
362lm32*)
363 extra_options="${extra_options} g.opt"
364 ;;
ad126521
KI
365m32r*-*-*)
366 cpu_type=m32r
34251c0e 367 extra_options="${extra_options} g.opt"
ad126521 368 ;;
ba1e6c0b
JM
369m68k-*-*)
370 extra_headers=math-68881.h
47c94d21 371 extra_options="${extra_options} m68k/m68k-tables.opt"
61ed06c3 372 ;;
80920132
ME
373microblaze*-*-*)
374 cpu_type=microblaze
375 extra_options="${extra_options} g.opt"
376 ;;
61ed06c3
HPN
377mips*-*-*)
378 cpu_type=mips
4977bab6 379 need_64bit_hwint=yes
93581857 380 extra_headers="loongson.h"
d371df6f 381 extra_options="${extra_options} g.opt mips/mips-tables.opt"
61ed06c3 382 ;;
358da97e
HS
383picochip-*-*)
384 cpu_type=picochip
385 ;;
61ed06c3
HPN
386powerpc*-*-*)
387 cpu_type=rs6000
437cc56a 388 extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h"
4977bab6 389 need_64bit_hwint=yes
a8e04fe6 390 case x$with_cpu in
b17f98b1 391 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[34567]|xpower6x|xrs64a|xcell|xa2|xe500mc64)
a8e04fe6
AM
392 cpu_is_64bit=yes
393 ;;
394 esac
f10d3ac9 395 extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
4977bab6
ZW
396 ;;
397rs6000*-*-*)
398 need_64bit_hwint=yes
f10d3ac9 399 extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
4977bab6 400 ;;
bdcee471
CL
401score*-*-*)
402 cpu_type=score
34251c0e 403 extra_options="${extra_options} g.opt"
bdcee471 404 ;;
61ed06c3
HPN
405sparc*-*-*)
406 cpu_type=sparc
5f7ca34b 407 need_64bit_hwint=yes
61ed06c3 408 ;;
85d9c13c
TS
409spu*-*-*)
410 cpu_type=spu
411 need_64bit_hwint=yes
412 ;;
4977bab6 413s390*-*-*)
6cecb0aa 414 cpu_type=s390
4977bab6 415 need_64bit_hwint=yes
d7ecb504 416 extra_options="${extra_options} fused-madd.opt"
4977bab6 417 ;;
b4eb03fe 418# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
a1fcb9a1 419sh[123456789lbe]*-*-* | sh-*-*)
fa5322fa 420 cpu_type=sh
4977bab6 421 need_64bit_hwint=yes
fa5322fa 422 ;;
47c21725
RH
423xtensa*-*-*)
424 extra_options="${extra_options} fused-madd.opt"
425 ;;
61ed06c3
HPN
426esac
427
428tm_file=${cpu_type}/${cpu_type}.h
b6d7afec 429if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
61ed06c3 430then
b6d7afec
ZW
431 tm_p_file=${cpu_type}/${cpu_type}-protos.h
432fi
1c0ca89d
ZW
433extra_modes=
434if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
435then
436 extra_modes=${cpu_type}/${cpu_type}-modes.def
437fi
75685792
RS
438if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
439then
440 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
441fi
e564e618 442
b01bc573 443case ${target} in
922e3e33 444i[34567]86-*-*)
0e462a95 445 if test "x$enable_cld" = xyes; then
922e3e33
UB
446 tm_defines="${tm_defines} USE_IX86_CLD=1"
447 fi
d79389af
L
448 if test "x$enable_frame_pointer" = xyes; then
449 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
450 fi
bf016de8 451 tm_file="vxworks-dummy.h ${tm_file}"
922e3e33 452 ;;
e564e618
DB
453x86_64-*-*)
454 tm_file="i386/biarch64.h ${tm_file}"
0e462a95 455 if test "x$enable_cld" = xyes; then
922e3e33
UB
456 tm_defines="${tm_defines} USE_IX86_CLD=1"
457 fi
d79389af
L
458 if test "x$enable_frame_pointer" = xyes; then
459 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
460 fi
bf016de8 461 tm_file="vxworks-dummy.h ${tm_file}"
e564e618
DB
462 ;;
463esac
464
61ed06c3 465# On a.out targets, we need to use collect2.
b01bc573 466case ${target} in
61ed06c3
HPN
467*-*-*aout*)
468 use_collect2=yes
469 ;;
0e5a4ad8 470esac
61ed06c3 471
2c8f43e6
MK
472# Common C libraries.
473tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3"
474
4977bab6 475# Common parts for widely ported systems.
b01bc573 476case ${target} in
4d6d5bb2 477*-*-darwin*)
c3a9a336 478 tmake_file="t-darwin ${cpu_type}/t-darwin"
80c85ca2
MS
479 tm_file="${tm_file} darwin.h"
480 case ${target} in
c9c80434 481 *-*-darwin9*)
80c85ca2
MS
482 tm_file="${tm_file} darwin9.h"
483 ;;
c9c80434
JH
484 *-*-darwin[12][0-9]*)
485 tm_file="${tm_file} darwin9.h darwin10.h"
486 ;;
80c85ca2
MS
487 esac
488 tm_file="${tm_file} ${cpu_type}/darwin.h"
4d6d5bb2 489 tm_p_file="${tm_p_file} darwin-protos.h"
4d6d5bb2 490 target_gtfiles="\$(srcdir)/config/darwin.c"
6ac49599 491 extra_options="${extra_options} darwin.opt"
ab442df7
MM
492 c_target_objs="${c_target_objs} darwin-c.o"
493 cxx_target_objs="${cxx_target_objs} darwin-c.o"
c776a6d0 494 fortran_target_objs="darwin-f.o"
acce4e77 495 target_has_targetcm=yes
4d6d5bb2 496 extra_objs="darwin.o"
e46b55d0 497 extra_gcc_objs="darwin-driver.o"
747b9f55 498 default_use_cxa_atexit=yes
428ddbf0 499 use_gcc_stdint=wrap
4d6d5bb2
NN
500 case ${enable_threads} in
501 "" | yes | posix) thread_file='posix' ;;
502 esac
503 ;;
4d6d5bb2
NN
504*-*-freebsd*)
505 # This is the generic ELF configuration of FreeBSD. Later
506 # machine-specific sections may refine and add to this
507 # configuration.
508 #
509 # Due to tm_file entry ordering issues that vary between cpu
510 # architectures, we only define fbsd_tm_file to allow the
511 # machine-specific section to dictate the final order of all
512 # entries of tm_file with the minor exception that components
513 # of the tm_file set here will always be of the form:
514 #
515 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
516 #
517 # The machine-specific section should not tamper with this
518 # ordering but may order all other entries of tm_file as it
519 # pleases around the provided core setting.
520 gas=yes
521 gnu_ld=yes
522 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
b2449d40
CR
523 fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
524 tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
4d6d5bb2
NN
525 tmake_file="t-slibgcc-elf-ver t-freebsd"
526 case ${enable_threads} in
527 no)
528 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
529 ;;
769e49eb 530 "" | yes | posix)
4d6d5bb2
NN
531 thread_file='posix'
532 tmake_file="${tmake_file} t-freebsd-thread"
533 # Before 5.0, FreeBSD can't bind shared libraries to -lc
534 # when "optionally" threaded via weak pthread_* checks.
535 case ${target} in
536 *-*-freebsd[34] | *-*-freebsd[34].*)
537 tmake_file="${tmake_file} t-slibgcc-nolc-override"
538 ;;
539 esac
540 ;;
f7288899 541 *)
4d6d5bb2
NN
542 echo 'Unknown thread configuration for FreeBSD'
543 exit 1
544 ;;
545 esac
5ac69a80 546 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
baf3ead6 547 extra_options="$extra_options rpath.opt freebsd.opt"
8a47c6c4
LR
548 case ${target} in
549 *-*-freebsd[345].*)
550 :;;
551 *)
552 default_use_cxa_atexit=yes;;
553 esac
554 # need_64bit_hwint=yes # system compiler has this for all arch!
5ac69a80 555 use_gcc_stdint=wrap
4d6d5bb2 556 ;;
416ac4d4 557*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
b8e7038e 558 extra_options="$extra_options gnu-user.opt"
e3029773
NN
559 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
560 gas=yes
561 gnu_ld=yes
562 case ${enable_threads} in
563 "" | yes | posix) thread_file='posix' ;;
564 esac
65d151a7 565 tmake_file="t-slibgcc-elf-ver t-linux"
3328a3b7 566 case $target in
416ac4d4 567 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-kopensolaris*-gnu)
3328a3b7
TS
568 :;;
569 *-*-gnu*)
570 tmake_file="$tmake_file t-gnu";;
571 esac
74c70253
MK
572 # glibc / uclibc / bionic switch.
573 # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
3328a3b7
TS
574 case $target in
575 *linux*)
576 extra_options="$extra_options linux.opt";;
3328a3b7 577 esac
74c70253
MK
578 case $target in
579 *-*-*android*)
580 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
581 ;;
464aea98 582 *-*-*uclibc*)
74c70253 583 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
7bd85ce0
JM
584 ;;
585 *)
74c70253 586 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
464aea98
JM
587 ;;
588 esac
74c70253
MK
589 # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
590 # is provided.
c5dde55b 591 default_use_cxa_atexit=yes
1617e5ee 592 use_gcc_tgmath=no
207bf79d 593 use_gcc_stdint=wrap
51b9db92
MK
594 # Add Android userspace support to Linux targets.
595 case $target in
596 *linux*)
597 tm_file="$tm_file linux-android.h"
598 extra_options="$extra_options linux-android.opt"
599 ;;
600 esac
601 # Enable compilation for Android by default for *android* targets.
602 case $target in
603 *-*-*android*)
604 tm_defines="$tm_defines ANDROID_DEFAULT=1"
605 ;;
606 *)
607 tm_defines="$tm_defines ANDROID_DEFAULT=0"
608 ;;
609 esac
e3029773 610 ;;
f982f805 611*-*-netbsd*)
e3029773
NN
612 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
613 gas=yes
614 gnu_ld=yes
51b7c247 615
e3029773
NN
616 # NetBSD 2.0 and later get POSIX threads enabled by default.
617 # Allow them to be explicitly enabled on any other version.
618 case ${enable_threads} in
619 "")
620 case ${target} in
621 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
622 thread_file='posix'
623 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
624 ;;
625 esac
626 ;;
627 yes | posix)
628 thread_file='posix'
629 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
630 ;;
631 esac
1169f9e0 632
e3029773
NN
633 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
634 # ELF configurations. We will clear extra_parts in the
635 # a.out configurations.
636 case ${target} in
637 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
638 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
639 ;;
640 esac
2121a768 641
e3029773
NN
642 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
643 # default (unless overridden by --disable-__cxa_atexit).
644 case ${target} in
645 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
646 default_use_cxa_atexit=yes
647 ;;
648 esac
649 ;;
4d6d5bb2
NN
650*-*-openbsd*)
651 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
e3029773 652 case ${enable_threads} in
4d6d5bb2 653 yes)
e3029773 654 thread_file='posix'
4d6d5bb2 655 tmake_file="${tmake_file} t-openbsd-thread"
e3029773
NN
656 ;;
657 esac
378b66d4
ME
658 case ${target} in
659 *-*-openbsd2.*|*-*-openbsd3.[012])
660 tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
661 esac
e3029773 662 ;;
8179b3c8
NN
663*-*-rtems*)
664 case ${enable_threads} in
665 yes) thread_file='rtems' ;;
666 esac
cd33a412 667 extra_options="${extra_options} rtems.opt"
207bf79d
JM
668 use_gcc_stdint=wrap
669 ;;
670*-*-uclinux*)
b8e7038e 671 extra_options="$extra_options gnu-user.opt"
207bf79d 672 use_gcc_stdint=wrap
b5a54c03 673 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
8179b3c8 674 ;;
c28aa982
RO
675*-*-solaris2*)
676 extra_options="${extra_options} sol2.opt"
677 ;;
18a24fed
TG
678*-*-*vms*)
679 extra_options="${extra_options} vms/vms.opt"
680 xmake_file=vms/x-vms
681 tmake_file="vms/t-vms"
682 if test x$gnu_ld != xyes; then
683 # Build wrappers for native case.
684 extra_programs="ld\$(exeext) ar\$(exeext)"
685 tmake_file="$tmake_file vms/t-vmsnative"
686 fi
687 ;;
4977bab6 688*-*-vxworks*)
e3029773 689 tmake_file=t-vxworks
2eab15c9
PE
690 xm_defines=POSIX
691 extra_options="${extra_options} vxworks.opt"
b2f4bed8 692 extra_objs=vxworks.o
55047c9d
PE
693 case ${enable_threads} in
694 no) ;;
695 "" | yes | vxworks) thread_file='vxworks' ;;
696 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
697 esac
e3029773 698 ;;
c5dde55b
NC
699*-*-elf)
700 # Assume that newlib is being used and so __cxa_atexit is provided.
701 default_use_cxa_atexit=yes
207bf79d 702 use_gcc_stdint=wrap
c5dde55b 703 ;;
61ed06c3
HPN
704esac
705
b01bc573 706case ${target} in
61ed06c3
HPN
707# Support site-specific machine types.
708*local*)
b01bc573 709 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
61ed06c3 710 tm_file=${cpu_type}/$rest.h
4dc0535b
ZW
711 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
712 then xm_file=${cpu_type}/xm-$rest.h
61ed06c3 713 fi
4dc0535b
ZW
714 if test -f $srcdir/config/${cpu_type}/t-$rest
715 then tmake_file=${cpu_type}/t-$rest
61ed06c3
HPN
716 fi
717 ;;
61ed06c3 718alpha*-*-linux*)
207bf79d 719 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
183c38a4 720 extra_options="${extra_options} alpha/elf.opt"
61ed06c3 721 target_cpu_default="MASK_GAS"
fbf2ca7b 722 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
61ed06c3
HPN
723 ;;
724alpha*-*-freebsd*)
9e405fe5 725 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
183c38a4 726 extra_options="${extra_options} alpha/elf.opt"
61ed06c3 727 target_cpu_default="MASK_GAS"
cea3bd3e
RH
728 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
729 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
61ed06c3
HPN
730 ;;
731alpha*-*-netbsd*)
f982f805 732 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
183c38a4
JM
733 extra_options="${extra_options} netbsd.opt netbsd-elf.opt \
734 alpha/elf.opt"
61ed06c3 735 target_cpu_default="MASK_GAS"
cea3bd3e 736 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
61ed06c3 737 ;;
61ed06c3 738alpha*-*-openbsd*)
aa58f943
JG
739 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
740 tm_file="alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
183c38a4 741 extra_options="${extra_options} openbsd.opt alpha/elf.opt"
61ed06c3
HPN
742 # default x-alpha is only appropriate for dec-osf.
743 target_cpu_default="MASK_GAS"
aa58f943 744 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
61ed06c3 745 ;;
8c200350 746alpha*-dec-osf5.1*)
61ed06c3
HPN
747 if test x$stabs = xyes
748 then
749 tm_file="${tm_file} dbx.h"
750 fi
751 if test x$gas != xyes
752 then
753 extra_passes="mips-tfile mips-tdump"
754 fi
755 use_collect2=yes
8c200350
RO
756 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf5"
757 tm_file="${tm_file} alpha/osf5.h"
758 tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
6456cf2e 759 extra_options="${extra_options} rpath.opt alpha/osf5.opt"
817e13c4 760 extra_headers=va_list.h
25bcd7ea 761 use_gcc_stdint=provide
769e49eb
NN
762 case ${enable_threads} in
763 "" | yes | posix)
2a4e8ebc
RO
764 thread_file='posix'
765 tmake_file="${tmake_file} alpha/t-osf-pthread"
766 ;;
767 esac
61ed06c3 768 ;;
b6bfa876 769alpha64-dec-*vms*)
cf0005c6 770 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
a9a25daa 771 xm_file="alpha/xm-vms.h vms/xm-vms64.h"
18a24fed 772 tmake_file="${tmake_file} alpha/t-alpha vms/t-vms64 alpha/t-vms alpha/t-ieee"
b6bfa876 773 ;;
ef057c45 774alpha*-dec-*vms*)
cf0005c6 775 tm_file="${tm_file} alpha/vms.h"
a9a25daa 776 xm_file="alpha/xm-vms.h"
18a24fed 777 tmake_file="${tmake_file} alpha/t-alpha alpha/t-vms alpha/t-ieee"
61ed06c3 778 ;;
55047c9d 779arm-wrs-vxworks)
c447f774 780 tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
59793c51 781 extra_options="${extra_options} arm/vxworks.opt"
2f71a20a 782 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
55047c9d 783 ;;
cd985f66 784arm*-*-freebsd*)
5742588d 785 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
2f71a20a 786 tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
5742588d 787 ;;
69474c3c 788arm*-*-netbsdelf*)
ff3afb56 789 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
a4714d14 790 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2f71a20a 791 tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
69474c3c 792 ;;
14879e76 793arm*-*-linux*) # ARM GNU/Linux with ELF
8e38461c 794 tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
d3a9662c
BF
795 case $target in
796 arm*b-*)
797 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
798 ;;
799 esac
077fc835 800 tmake_file="${tmake_file} t-linux arm/t-arm"
077fc835 801 case ${target} in
464aea98 802 arm*-*-linux-*eabi)
077fc835 803 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
80cf2e08 804 libgcc_tm_file="$libgcc_tm_file arm/bpabi-lib.h"
d23a7734 805 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
d47a371c
MK
806 # Define multilib configuration for arm-linux-androideabi.
807 case ${target} in
808 *-androideabi)
809 tmake_file="$tmake_file arm/t-linux-androideabi"
810 ;;
811 esac
f7288899 812 # The BPABI long long divmod functions return a 128-bit value in
077fc835
KH
813 # registers r0-r3. Correctly modeling that requires the use of
814 # TImode.
815 need_64bit_hwint=yes
816 # The EABI requires the use of __cxa_atexit.
817 default_use_cxa_atexit=yes
818 ;;
819 *)
820 tmake_file="$tmake_file arm/t-linux"
821 ;;
822 esac
823 tm_file="$tm_file arm/aout.h arm/arm.h"
bf98ec6c 824 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
61ed06c3
HPN
825 ;;
826arm*-*-uclinux*) # ARM ucLinux
207bf79d 827 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
2f71a20a 828 tmake_file="arm/t-arm arm/t-arm-elf"
c147eacb 829 case ${target} in
a8221440 830 arm*-*-uclinux*eabi)
c147eacb 831 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
80cf2e08 832 libgcc_tm_file="$libgcc_tm_file arm/bpabi-lib.h"
c147eacb
PB
833 tmake_file="$tmake_file arm/t-bpabi"
834 # The BPABI long long divmod functions return a 128-bit value in
835 # registers r0-r3. Correctly modeling that requires the use of
836 # TImode.
837 need_64bit_hwint=yes
838 # The EABI requires the use of __cxa_atexit.
839 default_use_cxa_atexit=yes
840 esac
841 tm_file="$tm_file arm/aout.h arm/arm.h"
bf98ec6c 842 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
61ed06c3 843 ;;
61ed06c3 844arm*-*-ecos-elf)
207bf79d 845 tm_file="dbxelf.h elfos.h newlib-stdint.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
315cd6b5 846 tmake_file="arm/t-arm arm/t-arm-elf"
bf98ec6c 847 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
0e5a4ad8 848 ;;
b3f8d95d 849arm*-*-eabi* | arm*-*-symbianelf* )
f7288899 850 # The BPABI long long divmod functions return a 128-bit value in
b3f8d95d
MM
851 # registers r0-r3. Correctly modeling that requires the use of
852 # TImode.
853 need_64bit_hwint=yes
e6fc6c9b 854 default_use_cxa_atexit=yes
b3f8d95d 855 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
80cf2e08 856 libgcc_tm_file="$libgcc_tm_file arm/bpabi-lib.h"
0393a68a 857 tmake_file="arm/t-arm arm/t-arm-elf"
b3f8d95d 858 case ${target} in
f9a02408 859 arm*-*-eabi*)
51b9db92 860 tm_file="$tm_file newlib-stdint.h"
f9a02408 861 tmake_file="${tmake_file} arm/t-bpabi"
207bf79d 862 use_gcc_stdint=wrap
f9a02408 863 ;;
b3f8d95d
MM
864 arm*-*-symbianelf*)
865 tm_file="${tm_file} arm/symbian.h"
80cf2e08 866 libgcc_tm_file="$libgcc_tm_file arm/symbian-lib.h"
f9a02408
MM
867 # We do not include t-bpabi for Symbian OS because the system
868 # provides its own implementation of the BPABI functions.
c0354bf4 869 tmake_file="${tmake_file} arm/t-symbian"
b3f8d95d
MM
870 ;;
871 esac
872 tm_file="${tm_file} arm/aout.h arm/arm.h"
bf98ec6c 873 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
336bd6ac 874 ;;
f22b4bc4 875arm*-*-rtems*)
207bf79d 876 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 newlib-stdint.h"
70d64189 877 tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
bf98ec6c 878 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
f22b4bc4 879 ;;
cd985f66 880arm*-*-elf)
207bf79d 881 tm_file="dbxelf.h elfos.h newlib-stdint.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2f71a20a 882 tmake_file="arm/t-arm arm/t-arm-elf"
bf98ec6c 883 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
61ed06c3 884 ;;
52f97a3b 885arm*-wince-pe*)
ca11c37c 886 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
2f71a20a 887 tmake_file="arm/t-arm arm/t-wince-pe"
c54c7322 888 extra_options="${extra_options} arm/pe.opt"
52f97a3b
NC
889 extra_objs="pe.o"
890 ;;
63933fc3 891avr-*-rtems*)
207bf79d 892 tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h newlib-stdint.h"
91ff9507 893 tmake_file="avr/t-avr t-rtems avr/t-rtems"
59ab92d2
AS
894 extra_gcc_objs="driver-avr.o avr-devices.o"
895 extra_objs="avr-devices.o"
63933fc3 896 ;;
61ed06c3 897avr-*-*)
207bf79d
JM
898 tm_file="avr/avr.h dbxelf.h newlib-stdint.h"
899 use_gcc_stdint=wrap
59ab92d2
AS
900 extra_gcc_objs="driver-avr.o avr-devices.o"
901 extra_objs="avr-devices.o"
61ed06c3 902 ;;
0d4a78eb 903bfin*-elf*)
207bf79d 904 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
6bad46f7
JZ
905 tmake_file=bfin/t-bfin-elf
906 use_collect2=no
907 ;;
1f4174d4 908bfin*-uclinux*)
8e38461c 909 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/uclinux.h"
6bad46f7 910 tmake_file=bfin/t-bfin-uclinux
6bad46f7
JZ
911 use_collect2=no
912 ;;
344189f9 913bfin*-linux-uclibc*)
8e38461c 914 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/linux.h ./linux-sysroot-suffix.h"
6bad46f7
JZ
915 tmake_file="t-slibgcc-elf-ver bfin/t-bfin-linux"
916 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
917 use_collect2=no
918 ;;
152167d5 919bfin*-rtems*)
1ddc8057 920 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
152167d5 921 tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
6bad46f7 922 ;;
0d4a78eb 923bfin*-*)
207bf79d 924 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
6bad46f7
JZ
925 tmake_file=bfin/t-bfin
926 use_collect2=no
207bf79d 927 use_gcc_stdint=wrap
6bad46f7 928 ;;
99c5227a 929crisv32-*-elf | crisv32-*-none)
207bf79d 930 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
99c5227a
HPN
931 tmake_file="cris/t-cris"
932 target_cpu_default=32
933 gas=yes
934 extra_options="${extra_options} cris/elf.opt"
207bf79d 935 use_gcc_stdint=wrap
99c5227a 936 ;;
0b85d816 937cris-*-elf | cris-*-none)
207bf79d 938 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
0b85d816
HPN
939 tmake_file="cris/t-cris cris/t-elfmulti"
940 gas=yes
2a186d97 941 extra_options="${extra_options} cris/elf.opt"
207bf79d 942 use_gcc_stdint=wrap
0b85d816 943 ;;
99c5227a 944crisv32-*-linux* | cris-*-linux*)
8e38461c 945 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h cris/linux.h"
65d151a7 946 # We need to avoid using t-linux, so override default tmake_file
3fc87ac1 947 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
2a186d97 948 extra_options="${extra_options} cris/linux.opt"
99c5227a
HPN
949 case $target in
950 cris-*-*)
951 target_cpu_default=10
952 ;;
953 crisv32-*-*)
954 target_cpu_default=32
955 ;;
956 esac
0b85d816 957 ;;
61ed06c3 958fr30-*-elf)
35766c1d 959 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
61ed06c3
HPN
960 tmake_file=fr30/t-fr30
961 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
962 ;;
36a05131 963frv-*-elf)
a3724010 964 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
80cf2e08 965 libgcc_tm_file="${libgcc_tm_file} frv/frv-abi.h"
36a05131
BS
966 tmake_file=frv/t-frv
967 ;;
34208acf 968frv-*-*linux*)
a3724010 969 tm_file="dbxelf.h elfos.h ${tm_file} \
8e38461c 970 gnu-user.h linux.h glibc-stdint.h frv/linux.h"
80cf2e08 971 libgcc_tm_file="${libgcc_tm_file} frv/frv-abi.h"
65d151a7 972 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
34208acf 973 ;;
cceb575c
AG
974moxie-*-elf)
975 gas=yes
976 gnu_ld=yes
804a304d 977 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
cceb575c
AG
978 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
979 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp"
980 ;;
23865616
AG
981moxie-*-uclinux*)
982 gas=yes
983 gnu_ld=yes
8e38461c 984 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h moxie/uclinux.h"
23865616
AG
985 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
986 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp"
23865616 987 ;;
1242723c 988moxie-*-rtems*)
83f7dcf2 989 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp t-rtems"
1242723c
AG
990 tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
991 ;;
4c5bf198
RC
992h8300-*-rtems*)
993 tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
207bf79d 994 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h"
4c5bf198 995 ;;
9f5b774b
R
996h8300-*-elf*)
997 tmake_file="h8300/t-h8300 h8300/t-elf"
207bf79d 998 tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
9f5b774b 999 ;;
cd985f66 1000hppa*64*-*-linux*)
d711cf67 1001 target_cpu_default="MASK_PA_11|MASK_PA_20"
8e38461c 1002 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
207bf79d
JM
1003 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
1004 pa/pa64-linux.h"
65d151a7 1005 tmake_file="${tmake_file} pa/t-linux64"
c21a2372 1006 gas=yes gnu_ld=yes
4977bab6 1007 need_64bit_hwint=yes
c21a2372 1008 ;;
cd985f66 1009hppa*-*-linux*)
d711cf67 1010 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
8e38461c 1011 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h pa/pa-linux.h \
c21a2372 1012 pa/pa32-regs.h pa/pa32-linux.h"
a7004a7e 1013 tmake_file="${tmake_file} pa/t-linux t-slibgcc-libgcc"
4720d5ca
JDA
1014 # Set the libgcc version number
1015 if test x$sjlj = x1; then
1016 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1017 else
1018 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
8c958ed2 1019 fi
61ed06c3 1020 ;;
ca11c37c
ZW
1021# port not yet contributed.
1022#hppa*-*-openbsd*)
d711cf67 1023# target_cpu_default="MASK_PA_11"
ca11c37c 1024# ;;
d711cf67
JDA
1025hppa[12]*-*-hpux10*)
1026 case ${target} in
1027 hppa1.1-*-* | hppa2*-*-*)
1028 target_cpu_default="MASK_PA_11"
1029 ;;
1030 esac
1031 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1032 pa/pa-hpux.h pa/pa-hpux10.h"
b24d1acf 1033 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
d711cf67
JDA
1034 case ${target} in
1035 *-*-hpux10.[1-9]*)
1036 tm_file="${tm_file} pa/pa-hpux1010.h"
66617831 1037 extra_options="${extra_options} pa/pa-hpux1010.opt"
d711cf67 1038 ;;
61ed06c3 1039 esac
be3e4ef6
JDA
1040 use_gcc_stdint=provide
1041 tm_file="${tm_file} hpux-stdint.h"
5a1a4450 1042 tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
615be2cf
NN
1043 case ${enable_threads} in
1044 "")
1045 if test x$have_pthread_h = xyes ; then
1046 tmake_file="${tmake_file} pa/t-dce-thr"
1047 fi
1048 ;;
1049 yes | dce)
1050 tmake_file="${tmake_file} pa/t-dce-thr"
1051 ;;
61ed06c3 1052 esac
4720d5ca
JDA
1053 # Set the libgcc version number
1054 if test x$sjlj = x1; then
1055 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1056 else
1057 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
9fb1c9db 1058 fi
61ed06c3 1059 use_collect2=yes
543b6009 1060 gas=yes
a65264ae 1061 if test "x$with_dwarf2" != x; then
5cdb5d59 1062 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
a65264ae
JDA
1063 dwarf2=no
1064 fi
61ed06c3
HPN
1065 ;;
1066hppa*64*-*-hpux11*)
d711cf67 1067 target_cpu_default="MASK_PA_11|MASK_PA_20"
7b79fe71
JDA
1068 if test x$gnu_ld = xyes
1069 then
d711cf67 1070 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
7b79fe71 1071 fi
543b6009
SE
1072 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1073 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1074 pa/pa-hpux11.h"
d711cf67 1075 case ${target} in
fc4538e4 1076 *-*-hpux11.[12]*)
d711cf67 1077 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
66617831 1078 extra_options="${extra_options} pa/pa-hpux1111.opt"
d711cf67 1079 ;;
fc4538e4
SE
1080 *-*-hpux11.[3-9]*)
1081 tm_file="${tm_file} pa/pa-hpux1131.h pa/pa-64.h pa/pa64-hpux.h"
1082 extra_options="${extra_options} pa/pa-hpux1131.opt"
1083 ;;
d711cf67
JDA
1084 *)
1085 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1086 ;;
1087 esac
66617831 1088 extra_options="${extra_options} pa/pa-hpux.opt \
e543b94c 1089 pa/pa-hpux1010.opt pa/pa64-hpux.opt hpux11.opt"
4977bab6 1090 need_64bit_hwint=yes
3f0b8b66 1091 tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
4720d5ca
JDA
1092 # Set the libgcc version number
1093 if test x$sjlj = x1; then
1094 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1095 else
1096 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
9fb1c9db 1097 fi
8b89a26a
JDA
1098 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
1099 libgcc_stub.a"
7e2055ec 1100 case x${enable_threads} in
27ca3a61 1101 x | xyes | xposix )
f7288899 1102 thread_file=posix
7e2055ec
ZW
1103 ;;
1104 esac
543b6009 1105 gas=yes
9a17c91d
SE
1106 case ${target} in
1107 *-*-hpux11.[01]*)
1108 use_gcc_stdint=provide
1109 tm_file="${tm_file} hpux-stdint.h"
1110 ;;
1111 *-*-hpux11.[23]*)
1112 use_gcc_stdint=wrap
1113 tm_file="${tm_file} hpux-stdint.h"
1114 ;;
1115 esac
61ed06c3 1116 ;;
d711cf67
JDA
1117hppa[12]*-*-hpux11*)
1118 case ${target} in
1119 hppa1.1-*-* | hppa2*-*-*)
1120 target_cpu_default="MASK_PA_11"
1121 ;;
1122 esac
1123 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
66617831 1124 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
e543b94c
JM
1125 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt \
1126 hpux11.opt"
d711cf67 1127 case ${target} in
fc4538e4 1128 *-*-hpux11.[12]*)
d711cf67 1129 tm_file="${tm_file} pa/pa-hpux1111.h"
66617831 1130 extra_options="${extra_options} pa/pa-hpux1111.opt"
7e2055ec 1131 ;;
fc4538e4
SE
1132 *-*-hpux11.[3-9]*)
1133 tm_file="${tm_file} pa/pa-hpux1131.h"
1134 extra_options="${extra_options} pa/pa-hpux1131.opt"
1135 ;;
7e2055ec 1136 esac
5a1a4450 1137 tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
4720d5ca
JDA
1138 # Set the libgcc version number
1139 if test x$sjlj = x1; then
1140 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1141 else
1142 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
9fb1c9db 1143 fi
eddabc80 1144 extra_parts="libgcc_stub.a"
7e2055ec 1145 case x${enable_threads} in
27ca3a61 1146 x | xyes | xposix )
f7288899 1147 thread_file=posix
7e2055ec
ZW
1148 ;;
1149 esac
61ed06c3 1150 use_collect2=yes
543b6009 1151 gas=yes
9a17c91d
SE
1152 case ${target} in
1153 *-*-hpux11.[01]*)
1154 use_gcc_stdint=provide
1155 tm_file="${tm_file} hpux-stdint.h"
1156 ;;
1157 *-*-hpux11.[23]*)
1158 use_gcc_stdint=wrap
1159 tm_file="${tm_file} hpux-stdint.h"
1160 ;;
1161 esac
a65264ae 1162 if test "x$with_dwarf2" != x; then
5cdb5d59 1163 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
a65264ae
JDA
1164 dwarf2=no
1165 fi
61ed06c3 1166 ;;
b069de3b 1167i[34567]86-*-darwin*)
f7288899 1168 need_64bit_hwint=yes
c6b9174f 1169 need_64bit_isa=yes
c0aefbbe
IS
1170 # Baseline choice for a machine that allows m64 support.
1171 with_cpu=${with_cpu:-core2}
c3a9a336 1172 tmake_file="${tmake_file} t-slibgcc-darwin i386/t-crtpc i386/t-crtfm"
4a68b4ca 1173 libgcc_tm_file="$libgcc_tm_file i386/darwin-lib.h"
b069de3b 1174 ;;
9519e677 1175x86_64-*-darwin*)
c0aefbbe 1176 with_cpu=${with_cpu:-core2}
c3a9a336 1177 tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-crtpc i386/t-crtfm"
9519e677 1178 tm_file="${tm_file} ${cpu_type}/darwin64.h"
4a68b4ca 1179 libgcc_tm_file="$libgcc_tm_file i386/darwin-lib.h"
9519e677 1180 ;;
61ed06c3 1181i[34567]86-*-elf*)
207bf79d 1182 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
ab442df7 1183 tmake_file="${tmake_file} i386/t-i386elf t-svr4"
a10dc289
HK
1184 ;;
1185x86_64-*-elf*)
207bf79d 1186 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
ab442df7 1187 tmake_file="${tmake_file} i386/t-i386elf t-svr4"
61ed06c3 1188 ;;
61ed06c3 1189i[34567]86-*-freebsd*)
39ed301b 1190 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
d5f3624e 1191 tmake_file="${tmake_file} i386/t-crtstuff"
e564e618
DB
1192 ;;
1193x86_64-*-freebsd*)
39ed301b 1194 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 1195 tmake_file="${tmake_file} i386/t-crtstuff"
61ed06c3 1196 ;;
6ea0279f 1197i[34567]86-*-netbsdelf*)
39ed301b 1198 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
a4714d14 1199 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
6ea0279f 1200 ;;
7c884404 1201x86_64-*-netbsd*)
39ed301b 1202 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"
a4714d14 1203 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
d3ef67ea 1204 tmake_file="${tmake_file} i386/t-crtstuff"
7c884404 1205 ;;
378b66d4 1206i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
ca11c37c 1207 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"
5369e2d4 1208 extra_options="${extra_options} openbsd.opt"
f1cf4606 1209 # needed to unconfuse gdb
ab442df7 1210 tmake_file="${tmake_file} t-libc-ok t-openbsd i386/t-openbsd"
61ed06c3
HPN
1211 # we need collect2 until our bug is fixed...
1212 use_collect2=yes
1213 ;;
378b66d4 1214i[34567]86-*-openbsd*)
75a3bd9d 1215 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
aa58f943 1216 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
5369e2d4 1217 extra_options="${extra_options} openbsd.opt"
378b66d4
ME
1218 gas=yes
1219 gnu_ld=yes
378b66d4 1220 ;;
416ac4d4 1221i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
cfafe973 1222 # Intel 80386's running GNU/*
61ed06c3 1223 # with ELF format using glibc 2
6c0170ea 1224 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h"
cfafe973 1225 case ${target} in
0f45f0f5 1226 i[34567]86-*-linux*)
6c0170ea 1227 tm_file="${tm_file} linux.h"
f6c5fbfd
NS
1228 # Assume modern glibc
1229 default_gnu_indirect_function=yes
0f45f0f5 1230 if test x$enable_targets = xall; then
e24609cf 1231 tm_file="${tm_file} i386/x86-64.h i386/gnu-user64.h i386/linux64.h"
0f45f0f5 1232 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
ff473280 1233 tmake_file="${tmake_file} i386/t-linux64"
0f45f0f5 1234 need_64bit_hwint=yes
c6b9174f 1235 need_64bit_isa=yes
0f45f0f5 1236 case X"${with_cpu}" in
14b52538 1237 Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver1|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
0f45f0f5
JM
1238 ;;
1239 X)
8981c15b
JM
1240 if test x$with_cpu_64 = x; then
1241 with_cpu_64=generic
1242 fi
0f45f0f5
JM
1243 ;;
1244 *)
1245 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
14b52538 1246 echo "generic atom core2 corei7 corei7-avx nocona x86-64 bdver1 btver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
0f45f0f5
JM
1247 exit 1
1248 ;;
1249 esac
1250 else
e24609cf 1251 tm_file="${tm_file} i386/gnu-user.h i386/linux.h"
0f45f0f5
JM
1252 fi
1253 ;;
6c0170ea
JM
1254 i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/gnu-user.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1255 i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/gnu-user.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
1256 i[34567]86-*-kopensolaris*-gnu) tm_file="${tm_file} i386/gnu-user.h kopensolaris-gnu.h i386/kopensolaris-gnu.h" ;;
1257 i[34567]86-*-gnu*) tm_file="$tm_file i386/gnu-user.h gnu.h i386/gnu.h";;
cfafe973 1258 esac
577565f9 1259 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
61ed06c3 1260 ;;
44379973 1261x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
6c0170ea
JM
1262 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h \
1263 i386/x86-64.h i386/gnu-user64.h"
44379973 1264 case ${target} in
f6c5fbfd 1265 x86_64-*-linux*)
6c0170ea 1266 tm_file="${tm_file} linux.h i386/linux64.h"
f6c5fbfd 1267 default_gnu_indirect_function=glibc-2011 ;;
b1372d5d 1268 x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
44379973
RM
1269 x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1270 esac
ff473280 1271 tmake_file="${tmake_file} i386/t-linux64 i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
14f73b5a 1272 ;;
61ed06c3
HPN
1273i[34567]86-pc-msdosdjgpp*)
1274 xm_file=i386/xm-djgpp.h
27f98305 1275 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h i386/djgpp-stdint.h"
ab442df7 1276 tmake_file="${tmake_file} i386/t-djgpp"
6ac49599 1277 extra_options="${extra_options} i386/djgpp.opt"
61ed06c3
HPN
1278 gnu_ld=yes
1279 gas=yes
3e3877f8 1280 use_gcc_stdint=wrap
61ed06c3 1281 ;;
61ed06c3 1282i[34567]86-*-lynxos*)
4f587cb0
AN
1283 xm_defines=POSIX
1284 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
ab442df7 1285 tmake_file="${tmake_file} i386/t-crtstuff t-lynx"
4f587cb0 1286 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
6ac49599 1287 extra_options="${extra_options} lynx.opt"
4f587cb0
AN
1288 thread_file=lynx
1289 gnu_ld=yes
1290 gas=yes
61ed06c3 1291 ;;
61fec9ff 1292i[3456x]86-*-netware*)
7f260570 1293 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h tm-dwarf2.h i386/netware.h"
ab442df7 1294 tmake_file="${tmake_file} i386/t-netware"
61fec9ff 1295 extra_objs=netware.o
6d9821e5 1296 extra_options="${extra_options} i386/netware.opt"
61fec9ff
JB
1297 case /${with_ld} in
1298 */nwld)
1299 extra_objs="$extra_objs nwld.o"
1300 tm_file="${tm_file} i386/nwld.h"
1301 tmake_file="${tmake_file} i386/t-nwld"
1302 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1303 ;;
1304 esac
1305 case x${enable_threads} in
1306 x | xyes | xposix) thread_file='posix';;
1307 xnks) thread_file='nks';;
1308 xno) ;;
1309 *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1310 esac
1311 ;;
f2feed2c 1312i[34567]86-*-nto-qnx*)
7f260570 1313 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h i386/unix.h i386/nto.h"
fc523387 1314 extra_options="${extra_options} i386/nto.opt"
ab442df7 1315 tmake_file="${tmake_file} i386/t-nto"
f2feed2c
GP
1316 gnu_ld=yes
1317 gas=yes
1318 ;;
c7bdf0a6 1319i[34567]86-*-rtems*)
207bf79d 1320 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h newlib-stdint.h"
61ed06c3 1321 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
ab442df7 1322 tmake_file="${tmake_file} i386/t-rtems-i386 i386/t-crtstuff t-rtems"
61ed06c3 1323 ;;
61ed06c3 1324i[34567]86-*-solaris2*)
7f260570 1325 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sysv4.h sol2.h"
9d151aff
RO
1326 # Set default arch_32 to pentium4, tune_32 to generic like the other
1327 # i386 targets, although config.guess defaults to i386-pc-solaris2*.
ed104137 1328 case ${target} in
ae6a0535
RO
1329 *-*-solaris2.[89]*)
1330 # Solaris 8 and 9/x86 cannot execute SSE/SSE2 instructions by
1331 # default.
1332 with_arch_32=${with_arch_32:-pentiumpro}
ed104137
RO
1333 ;;
1334 *)
1335 with_arch_32=${with_arch_32:-pentium4}
1336 ;;
1337 esac
9af27220 1338 with_tune_32=${with_tune_32:-generic}
18167442 1339 case ${target} in
ec23ed60
EB
1340 *-*-solaris2.1[0-9]*)
1341 tm_file="${tm_file} sol2-10.h"
1342 ;;
18167442
EB
1343 esac
1344 tm_file="${tm_file} i386/sol2.h"
62e08523
RO
1345 if test x$gnu_ld = xyes; then
1346 tm_file="${tm_file} sol2-gld.h"
1347 fi
68ba2afe
RO
1348 if test x$gas = xyes; then
1349 tm_file="${tm_file} i386/sol2-gas.h"
1350 fi
19523300 1351 tmake_file="${tmake_file} t-sol2 t-svr4"
ab442df7
MM
1352 c_target_objs="${c_target_objs} sol2-c.o"
1353 cxx_target_objs="${cxx_target_objs} sol2-c.o"
07a43492
DJ
1354 extra_objs="sol2.o"
1355 tm_p_file="${tm_p_file} sol2-protos.h"
7b3a4df5
RH
1356 if test x$gnu_ld = xyes; then
1357 tmake_file="$tmake_file t-slibgcc-elf-ver"
a8e68029 1358 tm_defines="${tm_defines} TARGET_GNU_LD=1"
7b3a4df5
RH
1359 else
1360 tmake_file="$tmake_file t-slibgcc-sld"
1361 fi
79387e57
RS
1362 if test x$gas = xyes; then
1363 tm_file="usegas.h ${tm_file}"
1364 fi
cd985f66 1365 tm_file="$tm_file tm-dwarf2.h"
a8e68029 1366 case ${target} in
f42eccdb 1367 *-*-solaris2.1[0-9]*)
a8e68029
DJ
1368 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1369 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
19523300
RO
1370 tmake_file="$tmake_file i386/t-sol2-10"
1371 # i386/t-crtstuff only affects libgcc. Its inclusion
1372 # depends on a runtime test and is thus performed in
1373 # libgcc/configure.ac instead.
a8e68029 1374 need_64bit_hwint=yes
c6b9174f 1375 need_64bit_isa=yes
207bf79d 1376 use_gcc_stdint=wrap
28a026d9 1377 case X"${with_cpu}" in
14b52538 1378 Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver1|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
28a026d9
L
1379 ;;
1380 X)
8981c15b
JM
1381 if test x$with_cpu_64 = x; then
1382 with_cpu_64=generic
1383 fi
28a026d9
L
1384 ;;
1385 *)
1386 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
14b52538 1387 echo "generic atom core2 corei7 corei7-avx nocona x86-64 bdver1 btver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
28a026d9
L
1388 exit 1
1389 ;;
1390 esac
a8e68029 1391 ;;
207bf79d
JM
1392 *)
1393 use_gcc_stdint=provide
1394 ;;
a8e68029 1395 esac
615be2cf 1396 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
18167442 1397 "":yes:* | yes:yes:* )
cd985f66 1398 thread_file=posix
18167442 1399 ;;
615be2cf 1400 esac
61ed06c3 1401 ;;
d442d7d9 1402i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
7f260570 1403 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h vx-common.h"
d442d7d9
PE
1404 case ${target} in
1405 *-vxworksae*)
f4de8ba6 1406 tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h"
d442d7d9
PE
1407 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1408 ;;
1409 *)
f4de8ba6 1410 tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h"
d442d7d9
PE
1411 tmake_file="${tmake_file} i386/t-vxworks"
1412 ;;
1413 esac
55047c9d 1414 ;;
ebb9f8b0 1415i[34567]86-*-cygwin*)
bb2aaded 1416 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h i386/cygwin-stdint.h"
4dc0535b 1417 xm_file=i386/xm-cygwin.h
3cbfaf98
DK
1418 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
1419 if test x$sjlj = x0; then
1420 tmake_eh_file="i386/t-dw2-eh"
1421 else
1422 tmake_eh_file="i386/t-sjlj-eh"
1423 fi
58c741a6
DK
1424 # Shared libgcc DLL install dir depends on cross/native build.
1425 if test x${host} = x${target} ; then
1426 tmake_dlldir_file="i386/t-dlldir"
1427 else
1428 tmake_dlldir_file="i386/t-dlldir-x"
1429 fi
a70e0551 1430 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-cygming i386/t-cygwin t-dfprules"
90aa6719 1431 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
6ac49599 1432 extra_options="${extra_options} i386/cygming.opt"
43d9ad1d 1433 extra_objs="winnt.o winnt-stubs.o"
3edeb30d
DK
1434 c_target_objs="${c_target_objs} msformat-c.o"
1435 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
61ed06c3 1436 if test x$enable_threads = xyes; then
70e5e841 1437 thread_file='posix'
61ed06c3 1438 fi
bb2aaded 1439 use_gcc_stdint=wrap
61ed06c3 1440 ;;
e8930cc1 1441i[34567]86-*-mingw* | x86_64-*-mingw*)
c04bdac0 1442 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h"
4dc0535b 1443 xm_file=i386/xm-mingw32.h
933608b7
KT
1444 case ${target} in
1445 x86_64-*-* | *-w64-*)
1446 need_64bit_hwint=yes
c6b9174f 1447 need_64bit_isa=yes
933608b7
KT
1448 ;;
1449 *)
1450 ;;
1451 esac
c04bdac0
KT
1452 if test x$enable_threads = xposix ; then
1453 tm_file="${tm_file} i386/mingw-pthread.h"
1454 fi
1455 tm_file="${tm_file} i386/mingw32.h"
35091630
KT
1456 # This makes the logic if mingw's or the w64 feature set has to be used
1457 case ${target} in
1458 *-w64-*)
9b91e436
KT
1459 user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
1460 user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
35091630 1461 tm_file="${tm_file} i386/mingw-w64.h"
933608b7
KT
1462 if test x$enable_targets = xall; then
1463 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1464 case X"${with_cpu}" in
14b52538 1465 Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver1|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
933608b7
KT
1466 ;;
1467 X)
1468 if test x$with_cpu_64 = x; then
1469 with_cpu_64=generic
1470 fi
1471 ;;
1472 *)
1473 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
14b52538 1474 echo "generic atom core2 corei7 Xcorei7-avx nocona x86-64 bdver1 btver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
933608b7
KT
1475 exit 1
1476 ;;
1477 esac
1478 fi
35091630
KT
1479 ;;
1480 *)
35091630
KT
1481 ;;
1482 esac
1483 tm_file="${tm_file} i386/mingw-stdint.h"
3cbfaf98
DK
1484 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
1485 if test x$sjlj = x0; then
1486 tmake_eh_file="i386/t-dw2-eh"
1487 else
1488 tmake_eh_file="i386/t-sjlj-eh"
1489 fi
58c741a6
DK
1490 # Shared libgcc DLL install dir depends on cross/native build.
1491 if test x${host} = x${target} ; then
1492 tmake_dlldir_file="i386/t-dlldir"
1493 else
1494 tmake_dlldir_file="i386/t-dlldir-x"
1495 fi
1496 tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-cygming t-dfprules"
8370a62a 1497 case ${target} in
917ed773 1498 x86_64-w64-*)
8370a62a
KT
1499 tmake_file="${tmake_file} i386/t-mingw-w64"
1500 ;;
917ed773
KT
1501 i[34567]86-w64-*)
1502 tmake_file="${tmake_file} i386/t-mingw-w32"
1503 ;;
8370a62a
KT
1504 *)
1505 tmake_file="${tmake_file} i386/t-mingw32"
1506 ;;
1507 esac
90aa6719 1508 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
94564826 1509 extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
35091630
KT
1510 case ${target} in
1511 *-w64-*)
1512 extra_options="${extra_options} i386/mingw-w64.opt"
1513 ;;
1514 *)
1515 ;;
1516 esac
43d9ad1d 1517 extra_objs="winnt.o winnt-stubs.o"
ab442df7
MM
1518 c_target_objs="${c_target_objs} msformat-c.o"
1519 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
97388150 1520 default_use_cxa_atexit=yes
7d253f6e 1521 use_gcc_stdint=wrap
50c0d3fd 1522 case ${enable_threads} in
e997fb9c 1523 "" | yes | win32) thread_file='win32'
c04bdac0
KT
1524 tmake_file="${tmake_file} i386/t-gthr-win32"
1525 ;;
1526 posix)
1527 thread_file='posix'
1528 tmake_file="i386/t-mingw-pthread ${tmake_file}"
1529 ;;
50c0d3fd 1530 esac
b01bc573 1531 case ${target} in
e8930cc1
KT
1532 x86_64-*-mingw*)
1533 tmake_file="${tmake_file} i386/t-crtfm"
61ed06c3 1534 ;;
e8930cc1
KT
1535 *)
1536 ;;
1537 esac
1538 case ${target} in
1539 *mingw32crt*)
1540 tm_file="${tm_file} i386/crtdll.h"
1541 ;;
1542 *mingw32msv* | *mingw*)
09eaf5a5 1543 ;;
61ed06c3
HPN
1544 esac
1545 ;;
04cec1a7 1546i[34567]86-*-interix3*)
39ed301b 1547 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 1548 tmake_file="${tmake_file} i386/t-interix"
a6dd4377 1549 extra_options="${extra_options} rpath.opt interix.opt"
84512347 1550 extra_objs=winnt.o
90aa6719 1551 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
04cec1a7
DR
1552 if test x$enable_threads = xyes ; then
1553 thread_file='posix'
1554 fi
1555 if test x$stabs = xyes ; then
1556 tm_file="${tm_file} dbxcoff.h"
1557 fi
1558 ;;
61ed06c3 1559ia64*-*-elf*)
207bf79d 1560 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
61ed06c3
HPN
1561 tmake_file="ia64/t-ia64"
1562 target_cpu_default="0"
1563 if test x$gas = xyes
1564 then
1565 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1566 fi
1567 if test x$gnu_ld = xyes
1568 then
1569 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1570 fi
32b4f6f4 1571 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
61ed06c3 1572 ;;
243a7070 1573ia64*-*-freebsd*)
fee42cc1 1574 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
243a7070
DB
1575 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1576 tmake_file="${tmake_file} ia64/t-ia64"
32b4f6f4 1577 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
243a7070 1578 ;;
61ed06c3 1579ia64*-*-linux*)
8e38461c 1580 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
443728bb
L
1581 tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1582 if test x$with_system_libunwind != xyes ; then
1583 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1584 fi
61ed06c3 1585 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
32b4f6f4 1586 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
61ed06c3 1587 ;;
7e5b9908 1588ia64*-*-hpux*)
2337b6b7 1589 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
23c108af 1590 tmake_file="ia64/t-ia64 ia64/t-hpux"
7e5b9908 1591 target_cpu_default="MASK_GNU_AS"
7e2055ec 1592 case x$enable_threads in
79e8b6c0 1593 x | xyes | xposix )
7e2055ec
ZW
1594 thread_file=posix
1595 ;;
1596 esac
cad61762 1597 use_collect2=no
34c1864f
SE
1598 c_target_objs="ia64-c.o"
1599 cxx_target_objs="ia64-c.o"
e543b94c 1600 extra_options="${extra_options} ia64/ilp32.opt hpux11.opt"
9a17c91d
SE
1601 use_gcc_stdint=wrap
1602 tm_file="${tm_file} hpux-stdint.h"
fc4538e4
SE
1603 case ${target} in
1604 *-*-hpux11.3*)
1605 tm_file="${tm_file} ia64/hpux-unix2003.h"
1606 ;;
1607 esac
7e5b9908 1608 ;;
a9a25daa
DR
1609ia64-hp-*vms*)
1610 tm_file="${tm_file} elfos.h ia64/sysv4.h ia64/elf.h ia64/vms.h ia64/vms64.h"
1611 xm_file="vms/xm-vms.h vms/xm-vms64.h"
18a24fed 1612 tmake_file="${tmake_file} vms/t-vms64 ia64/t-ia64 ia64/t-vms"
a9a25daa
DR
1613 target_cpu_default="0"
1614 if test x$gas = xyes
1615 then
1616 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1617 fi
18a24fed 1618 extra_options="${extra_options} ia64/vms.opt"
a9a25daa 1619 ;;
6b3d1e47 1620iq2000*-*-elf*)
248a9e94 1621 tm_file="elfos.h newlib-stdint.h iq2000/iq2000.h"
6b3d1e47
SC
1622 tmake_file=iq2000/t-iq2000
1623 out_file=iq2000/iq2000.c
6b3d1e47
SC
1624 md_file=iq2000/iq2000.md
1625 ;;
aa4945c1
JB
1626lm32-*-elf*)
1627 tm_file="dbxelf.h elfos.h ${tm_file}"
15baf7f8 1628 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
aa4945c1 1629 ;;
d7856dc7 1630lm32-*-rtems*)
1ddc8057 1631 tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
d7856dc7
RC
1632 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
1633 tmake_file="${tmake_file} t-rtems"
1634 ;;
aa4945c1 1635lm32-*-uclinux*)
8e38461c 1636 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h lm32/uclinux-elf.h"
15baf7f8 1637 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
aa4945c1 1638 ;;
61ed06c3 1639m32r-*-elf*)
cfe5b8ea 1640 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
3a30516d 1641 extra_parts="crtinit.o crtfini.o"
37ec8b7a 1642 ;;
ad126521 1643m32rle-*-elf*)
cfe5b8ea 1644 tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
ad126521 1645 extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
ad126521 1646 ;;
48a01864 1647m32r-*-rtems*)
cfe5b8ea 1648 tm_file="dbxelf.h elfos.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h"
48a01864
JS
1649 tmake_file="m32r/t-m32r t-rtems"
1650 extra_parts="crtinit.o crtfini.o"
1651 ;;
ad126521 1652m32r-*-linux*)
8e38461c 1653 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
65d151a7 1654 # We override the tmake_file for linux -- why?
986ce408 1655 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
ad126521 1656 gnu_ld=yes
ad126521
KI
1657 if test x$enable_threads = xyes; then
1658 thread_file='posix'
1659 fi
1660 ;;
1661m32rle-*-linux*)
8e38461c 1662 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
65d151a7 1663 # We override the tmake_file for linux -- why?
986ce408 1664 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
ad126521 1665 gnu_ld=yes
ad126521
KI
1666 if test x$enable_threads = xyes; then
1667 thread_file='posix'
1668 fi
1669 ;;
cd985f66 1670m68k-*-elf* | fido-*-elf*)
7d33c31d
KH
1671 case ${target} in
1672 fido-*-elf*)
1673 # Check that $with_cpu makes sense.
1674 case $with_cpu in
1675 "" | "fidoa")
1676 ;;
1677 *)
1678 echo "Cannot accept --with-cpu=$with_cpu"
1679 exit 1
1680 ;;
1681 esac
1682 with_cpu=fidoa
1683 ;;
1684 *)
1685 default_m68k_cpu=68020
1686 default_cf_cpu=5206
1687 ;;
1688 esac
207bf79d 1689 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h newlib-stdint.h m68k/m68kemb.h m68k/m68020-elf.h"
cf909b0d 1690 tm_defines="${tm_defines} MOTOROLA=1"
7d33c31d
KH
1691 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1692 # Add multilibs for targets other than fido.
1693 case ${target} in
1694 fido-*-elf*)
1695 ;;
1696 *)
1697 tmake_file="$tmake_file m68k/t-mlibs"
1698 ;;
1699 esac
bb8602be 1700 extra_parts="crtbegin.o crtend.o"
61ed06c3 1701 ;;
cd985f66 1702m68k*-*-netbsdelf*)
59fbf3cb 1703 default_m68k_cpu=68020
10e96df4 1704 default_cf_cpu=5475
2fd95d71 1705 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
a4714d14 1706 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
cf909b0d 1707 tm_defines="${tm_defines} MOTOROLA=1"
2fd95d71 1708 ;;
7ea98c5a 1709m68k*-*-openbsd*)
59fbf3cb 1710 default_m68k_cpu=68020
10e96df4 1711 default_cf_cpu=5475
7ea98c5a 1712 # needed to unconfuse gdb
59fbf3cb 1713 tm_defines="${tm_defines} OBSD_OLD_GAS"
aa58f943 1714 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
5369e2d4 1715 extra_options="${extra_options} openbsd.opt"
7ea98c5a
GN
1716 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1717 # we need collect2 until our bug is fixed...
1718 use_collect2=yes
1719 ;;
4529dbf1
RS
1720m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
1721 # with uClibc, using the new GNU/Linux-style
1722 # ABI.
59fbf3cb 1723 default_m68k_cpu=68020
10e96df4 1724 default_cf_cpu=5206
8e38461c 1725 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
4254bbfe 1726 extra_options="${extra_options} m68k/uclinux.opt"
b5a54c03 1727 tm_defines="${tm_defines} MOTOROLA=1"
10e96df4 1728 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
ba591f5a 1729 ;;
61ed06c3
HPN
1730m68k-*-linux*) # Motorola m68k's running GNU/Linux
1731 # with ELF format using glibc 2
1732 # aka the GNU/Linux C library 6.
59fbf3cb 1733 default_m68k_cpu=68020
10e96df4 1734 default_cf_cpu=5475
368b55f6 1735 with_arch=${with_arch:-m68k}
8e38461c 1736 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
4af06170 1737 extra_options="${extra_options} m68k/ieee.opt"
cf909b0d 1738 tm_defines="${tm_defines} MOTOROLA=1"
368b55f6 1739 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
8c958ed2
MK
1740 # if not configured with --enable-sjlj-exceptions, bump the
1741 # libgcc version number
1742 if test x$sjlj != x1; then
1743 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1744 fi
61ed06c3 1745 ;;
c7bdf0a6 1746m68k-*-rtems*)
59fbf3cb 1747 default_m68k_cpu=68020
10e96df4
NS
1748 default_cf_cpu=5206
1749 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems m68k/t-mlibs"
207bf79d 1750 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 newlib-stdint.h"
cf909b0d 1751 tm_defines="${tm_defines} MOTOROLA=1"
bb8602be 1752 extra_parts="crtbegin.o crtend.o"
61ed06c3 1753 ;;
61ed06c3 1754mcore-*-elf)
ed38428f 1755 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
61ed06c3 1756 tmake_file=mcore/t-mcore
a929bc28 1757 inhibit_libc=true
61ed06c3 1758 ;;
7acf4da6 1759mep-*-*)
e195f6e0 1760 tm_file="dbxelf.h elfos.h ${tm_file}"
7acf4da6
DD
1761 tmake_file=mep/t-mep
1762 extra_parts="crtbegin.o crtend.o"
1763 c_target_objs="mep-pragma.o"
1764 cxx_target_objs="mep-pragma.o"
1765 if test -d "${srcdir}/../newlib/libc/include" &&
1766 test "x$with_headers" = x; then
1767 with_headers=yes
1768 fi
1769 use_gcc_stdint=wrap
1770 ;;
80920132 1771microblaze*-linux*)
8e38461c 1772 tm_file="${tm_file} dbxelf.h gnu-user.h linux.h microblaze/linux.h"
80920132
ME
1773 c_target_objs="${c_target_objs} microblaze-c.o"
1774 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1775 tmake_file="${tmake_file} t-slibgcc-elf-ver t-slibgcc-nolc-override t-linux microblaze/t-microblaze"
1776 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o crtbeginT.o"
1777 ;;
1778microblaze*-*-*)
1779 tm_file="${tm_file} dbxelf.h"
1780 c_target_objs="${c_target_objs} microblaze-c.o"
1781 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1782 tmake_file="${tmake_file} microblaze/t-microblaze"
1783 ;;
9aaa1ee8
RO
1784mips-sgi-irix6.5*)
1785 tm_file="elfos.h ${tm_file} mips/iris6.h"
1786 tmake_file="mips/t-iris mips/t-iris6 mips/t-slibgcc-irix"
962101ac 1787 extra_options="${extra_options} rpath.opt mips/iris6.opt"
5811cb27 1788 target_cpu_default="MASK_ABICALLS"
9aaa1ee8
RO
1789 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1790 # Only IRIX Development Foundation 1.3 for IRIX 6.5 provides stdint.h.
1791 use_gcc_stdint=wrap
82563d35 1792 if test "x$stabs" = xyes
61ed06c3 1793 then
a6b02ef3 1794 tm_file="${tm_file} dbx.h"
61ed06c3 1795 fi
3e35cb0c
RO
1796 if test "x$gnu_ld" = xyes
1797 then
82563d35 1798 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
3e35cb0c 1799 fi
40f5cc95
RO
1800 case ${enable_threads}:${have_pthread_h} in
1801 "":yes | yes:yes ) thread_file=posix ;;
1802 esac
61ed06c3 1803 ;;
f982f805 1804mips*-*-netbsd*) # NetBSD/mips, either endian.
5811cb27 1805 target_cpu_default="MASK_ABICALLS"
ca11c37c 1806 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
a4714d14 1807 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
61ed06c3 1808 ;;
f2d6ca50 1809mips64*-*-linux* | mipsisa64*-*-linux*)
8e38461c 1810 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} mips/linux.h mips/linux64.h"
08d0963a 1811 tmake_file="${tmake_file} mips/t-linux64 mips/t-libgcc-mips16"
5d2a73d5 1812 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
900e3ae5
DJ
1813 case ${target} in
1814 mips64el-st-linux-gnu)
1815 tm_file="${tm_file} mips/st.h"
1816 tmake_file="${tmake_file} mips/t-st"
1817 ;;
d97e6aca
AN
1818 mips64octeon*-*-linux*)
1819 tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
1820 target_cpu_default=MASK_SOFT_FLOAT_ABI
1821 ;;
f2d6ca50
AN
1822 mipsisa64r2*-*-linux*)
1823 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
1824 ;;
900e3ae5 1825 esac
48b09a92 1826 extra_parts="$extra_parts crtfastmath.o"
3bd6d4c4
AO
1827 gnu_ld=yes
1828 gas=yes
66471b47 1829 test x$with_llsc != x || with_llsc=yes
3bd6d4c4 1830 ;;
61ed06c3 1831mips*-*-linux*) # Linux MIPS, either endian.
8e38461c 1832 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} mips/linux.h"
08d0963a 1833 tmake_file="${tmake_file} mips/t-libgcc-mips16"
b01bc573 1834 case ${target} in
9303e5df
NS
1835 mipsisa32r2*)
1836 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
009da785 1837 ;;
9303e5df
NS
1838 mipsisa32*)
1839 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
009da785 1840 esac
48b09a92 1841 extra_parts="$extra_parts crtfastmath.o"
66471b47 1842 test x$with_llsc != x || with_llsc=yes
61ed06c3 1843 ;;
ca11c37c 1844mips*-*-openbsd*)
620b87b3 1845 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
5811cb27 1846 target_cpu_default="MASK_ABICALLS"
aa58f943 1847 tm_file="mips/mips.h openbsd.h openbsd-stdint.h openbsd-libpthread.h mips/openbsd.h mips/sdb.h"
5369e2d4 1848 extra_options="${extra_options} openbsd.opt"
b01bc573 1849 case ${target} in
f7288899 1850 mips*el-*-openbsd*)
ca11c37c
ZW
1851 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1852 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1853 esac
61ed06c3 1854 ;;
0ea339ea 1855mips*-sde-elf*)
207bf79d 1856 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/sde.h"
0ea339ea 1857 tmake_file="mips/t-sde mips/t-libgcc-mips16"
d1583032 1858 extra_options="${extra_options} mips/sde.opt"
d9dced13
RS
1859 case "${with_newlib}" in
1860 yes)
1861 # newlib / libgloss.
1862 ;;
1863 *)
1864 # MIPS toolkit libraries.
1865 tm_file="$tm_file mips/sdemtk.h"
1866 tmake_file="$tmake_file mips/t-sdemtk"
d9dced13
RS
1867 case ${enable_threads} in
1868 "" | yes | mipssde)
1869 thread_file='mipssde'
1870 ;;
1871 esac
1872 ;;
1873 esac
0ea339ea
NS
1874 case ${target} in
1875 mipsisa32r2*)
1876 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
1877 ;;
1878 mipsisa32*)
1879 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
1880 ;;
0a4a51c7
AN
1881 mipsisa64r2*)
1882 tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
1883 ;;
0ea339ea
NS
1884 mipsisa64*)
1885 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
1886 ;;
1887 esac
1888 ;;
e2c14f5d
RS
1889mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1890mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
0a4a51c7
AN
1891mipsisa64-*-elf* | mipsisa64el-*-elf* | \
1892mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
207bf79d 1893 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
0ea339ea 1894 tmake_file="mips/t-isa3264 mips/t-libgcc-mips16"
e2c14f5d
RS
1895 case ${target} in
1896 mipsisa32r2*)
1897 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1898 ;;
1899 mipsisa32*)
1900 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1901 ;;
0a4a51c7
AN
1902 mipsisa64r2*)
1903 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
1904 ;;
e2c14f5d
RS
1905 mipsisa64*)
1906 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1907 ;;
1908 esac
1909 case ${target} in
1910 mipsisa32*-*-elfoabi*)
1911 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1912 tm_file="${tm_file} mips/elfoabi.h"
1913 ;;
1914 mipsisa64*-*-elfoabi*)
1915 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1916 tm_file="${tm_file} mips/elfoabi.h"
1917 ;;
1918 *-*-elf*)
1919 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1920 ;;
1921 esac
5c44e275 1922 ;;
5ce6f47b 1923mipsisa64sr71k-*-elf*)
207bf79d 1924 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
5ce6f47b 1925 tmake_file=mips/t-sr71k
5811cb27 1926 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1927 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
5ce6f47b 1928 ;;
3d41dbb0 1929mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
207bf79d 1930 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
0ea339ea 1931 tmake_file="mips/t-elf mips/t-libgcc-mips16 mips/t-sb1"
5811cb27 1932 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1933 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
3d41dbb0 1934 ;;
74826b0f 1935mips-*-elf* | mipsel-*-elf*)
207bf79d 1936 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
0ea339ea 1937 tmake_file="mips/t-elf mips/t-libgcc-mips16"
61ed06c3 1938 ;;
74826b0f 1939mips64-*-elf* | mips64el-*-elf*)
207bf79d 1940 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
0ea339ea 1941 tmake_file="mips/t-elf mips/t-libgcc-mips16"
5811cb27 1942 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1943 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
61ed06c3 1944 ;;
5ce6f47b 1945mips64vr-*-elf* | mips64vrel-*-elf*)
207bf79d 1946 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
5ce6f47b 1947 tmake_file=mips/t-vr
c4023c19 1948 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
5ce6f47b 1949 ;;
74826b0f 1950mips64orion-*-elf* | mips64orionel-*-elf*)
207bf79d 1951 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
0ea339ea 1952 tmake_file="mips/t-elf mips/t-libgcc-mips16"
5811cb27 1953 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
620b87b3 1954 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
61ed06c3 1955 ;;
bc98ef7f 1956mips*-*-rtems*)
207bf79d 1957 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
0ea339ea 1958 tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
61ed06c3 1959 ;;
55047c9d 1960mips-wrs-vxworks)
efa58006 1961 tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
55047c9d 1962 tmake_file="${tmake_file} mips/t-vxworks"
55047c9d 1963 ;;
74826b0f 1964mipstx39-*-elf* | mipstx39el-*-elf*)
207bf79d 1965 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
0ea339ea 1966 tmake_file="mips/t-r3900 mips/t-libgcc-mips16"
61ed06c3 1967 ;;
bcf684c7 1968mmix-knuth-mmixware)
207bf79d 1969 tm_file="${tm_file} newlib-stdint.h"
4977bab6 1970 need_64bit_hwint=yes
207bf79d 1971 use_gcc_stdint=wrap
bcf684c7 1972 ;;
61ed06c3 1973mn10300-*-*)
6b9b8b34 1974 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
61ed06c3
HPN
1975 if test x$stabs = xyes
1976 then
1977 tm_file="${tm_file} dbx.h"
1978 fi
1979 use_collect2=no
207bf79d 1980 use_gcc_stdint=wrap
61ed06c3 1981 ;;
61ed06c3 1982pdp11-*-*)
207bf79d
JM
1983 tm_file="${tm_file} newlib-stdint.h"
1984 use_gcc_stdint=wrap
61ed06c3 1985 ;;
358da97e 1986picochip-*)
207bf79d
JM
1987 tm_file="${tm_file} newlib-stdint.h"
1988 use_gcc_stdint=wrap
959fc02c 1989 tmake_file="picochip/t-picochip t-pnt16-warn"
358da97e 1990 ;;
ca11c37c
ZW
1991# port not yet contributed
1992#powerpc-*-openbsd*)
49721058 1993# tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
ca11c37c
ZW
1994# extra_headers=
1995# ;;
18922061 1996powerpc-*-darwin*)
78f5898b 1997 extra_options="${extra_options} rs6000/darwin.opt"
747b9f55 1998 extra_parts="crt2.o"
f0b81cbc 1999 case ${target} in
ed5b9f96 2000 *-darwin1[0-9]* | *-darwin[8-9]*)
f7288899 2001 tmake_file="${tmake_file} rs6000/t-darwin8"
ed5b9f96
GK
2002 tm_file="${tm_file} rs6000/darwin8.h"
2003 ;;
2004 *-darwin7*)
2005 tm_file="${tm_file} rs6000/darwin7.h"
2006 ;;
2007 *-darwin[0-6]*)
2008 ;;
f0b81cbc 2009 esac
c3a9a336 2010 tmake_file="${tmake_file} t-slibgcc-darwin"
5fb4cf24 2011 extra_headers=altivec.h
18922061 2012 ;;
b8ec3cc8 2013powerpc64-*-darwin*)
b8ec3cc8 2014 extra_options="${extra_options} ${cpu_type}/darwin.opt"
9a2d05e0 2015 extra_parts="crt2.o"
c3a9a336 2016 tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc-darwin"
9a2d05e0 2017 tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
b8ec3cc8
EC
2018 extra_headers=altivec.h
2019 ;;
dfa95e19 2020powerpc-*-freebsd*)
c40409ce 2021 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
dfa95e19
AT
2022 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm rs6000/t-freebsd"
2023 tmake_file="${tmake_file} t-slibgcc-libgcc rs6000/t-fprules-softfp soft-fp/t-softfp"
78f5898b 2024 extra_options="${extra_options} rs6000/sysv4.opt"
b91da81f 2025 ;;
edf1b3f3 2026powerpc-*-netbsd*)
a4967b8d 2027 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
a4714d14 2028 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
a4967b8d 2029 tmake_file="${tmake_file} rs6000/t-netbsd"
78f5898b 2030 extra_options="${extra_options} rs6000/sysv4.opt"
edf1b3f3 2031 ;;
518878e1 2032powerpc-*-eabispe*)
a1cd969e 2033 tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabispe.h"
78f5898b 2034 extra_options="${extra_options} rs6000/sysv4.opt"
00c060a4 2035 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
207bf79d 2036 use_gcc_stdint=wrap
518878e1 2037 ;;
cf6ede82 2038powerpc-*-eabisimaltivec*)
a1cd969e 2039 tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h rs6000/eabialtivec.h"
78f5898b 2040 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 2041 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
207bf79d 2042 use_gcc_stdint=wrap
cf6ede82 2043 ;;
61ed06c3 2044powerpc-*-eabisim*)
a1cd969e 2045 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
78f5898b 2046 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 2047 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
207bf79d 2048 use_gcc_stdint=wrap
61ed06c3
HPN
2049 ;;
2050powerpc-*-elf*)
a1cd969e 2051 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
78f5898b 2052 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 2053 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3 2054 ;;
10baca6b 2055powerpc-*-eabialtivec*)
a1cd969e 2056 tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabialtivec.h"
78f5898b 2057 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 2058 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
207bf79d 2059 use_gcc_stdint=wrap
10baca6b 2060 ;;
696e45ba 2061powerpc-xilinx-eabi*)
a1cd969e 2062 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/singlefp.h rs6000/xfpu.h rs6000/xilinx.h"
a64a8e5a 2063 extra_options="${extra_options} rs6000/sysv4.opt rs6000/xilinx.opt"
edce9f18 2064 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm rs6000/t-xilinx"
207bf79d 2065 use_gcc_stdint=wrap
696e45ba 2066 ;;
61ed06c3 2067powerpc-*-eabi*)
a1cd969e 2068 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
78f5898b 2069 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 2070 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
207bf79d 2071 use_gcc_stdint=wrap
61ed06c3
HPN
2072 ;;
2073powerpc-*-rtems*)
a1cd969e 2074 tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h"
78f5898b 2075 extra_options="${extra_options} rs6000/sysv4.opt"
49721058 2076 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
61ed06c3 2077 ;;
633dd061 2078powerpc-*-linux* | powerpc64-*-linux*)
a1cd969e 2079 tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h"
78f5898b 2080 extra_options="${extra_options} rs6000/sysv4.opt"
633dd061 2081 tmake_file="t-dfprules rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
457d1d00
AM
2082 maybe_biarch=yes
2083 case ${target} in
633dd061
AM
2084 powerpc64-*-linux*spe* | powerpc64-*-linux*paired*)
2085 echo "*** Configuration ${target} not supported" 1>&2
2086 exit 1
2087 ;;
457d1d00 2088 powerpc-*-linux*spe* | powerpc-*-linux*paired*)
633dd061
AM
2089 maybe_biarch=
2090 ;;
2091 powerpc64-*-linux*)
2092 test x$with_cpu != x || cpu_is_64bit=yes
c90c5fb5 2093 maybe_biarch=always
633dd061 2094 ;;
457d1d00
AM
2095 esac
2096 case ${maybe_biarch}:${enable_targets}:${cpu_is_64bit} in
c90c5fb5 2097 always:* | yes:*powerpc64* | yes:all:* | yes:*:yes)
a8e04fe6
AM
2098 if test x$cpu_is_64bit = xyes; then
2099 tm_file="${tm_file} rs6000/default64.h"
2100 fi
207bf79d 2101 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
a8e04fe6 2102 tmake_file="$tmake_file rs6000/t-linux64"
f75aac9e 2103 extra_options="${extra_options} rs6000/linux64.opt"
a8e04fe6
AM
2104 ;;
2105 *)
207bf79d 2106 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
a8e04fe6
AM
2107 ;;
2108 esac
80a76d1d 2109 tmake_file="${tmake_file} t-slibgcc-libgcc rs6000/t-fprules-softfp soft-fp/t-softfp"
457d1d00
AM
2110 case ${target} in
2111 powerpc*-*-linux*altivec*)
2112 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
2113 powerpc*-*-linux*spe*)
2114 tm_file="${tm_file} rs6000/linuxspe.h rs6000/e500.h" ;;
2115 powerpc*-*-linux*paired*)
2116 tm_file="${tm_file} rs6000/750cl.h" ;;
2117 esac
7f970b70
AM
2118 if test x${enable_secureplt} = xyes; then
2119 tm_file="rs6000/secureplt.h ${tm_file}"
2120 fi
61ed06c3 2121 ;;
2eab15c9 2122powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
a1cd969e 2123 tm_file="${tm_file} elfos.h freebsd-spec.h rs6000/sysv4.h"
49721058 2124 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
78f5898b 2125 extra_options="${extra_options} rs6000/sysv4.opt"
4977bab6 2126 extra_headers=ppc-asm.h
2eab15c9
PE
2127 case ${target} in
2128 *-vxworksae*)
eb1eb914 2129 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h"
2eab15c9
PE
2130 tmake_file="${tmake_file} rs6000/t-vxworksae"
2131 ;;
2132 *-vxworks*)
eca0d5e8 2133 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
2eab15c9
PE
2134 ;;
2135 esac
4977bab6 2136 ;;
4f587cb0
AN
2137powerpc-*-lynxos*)
2138 xm_defines=POSIX
2139 tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2140 tmake_file="t-lynx rs6000/t-lynx"
78f5898b 2141 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
4f587cb0
AN
2142 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2143 thread_file=lynx
2144 gnu_ld=yes
2145 gas=yes
2146 ;;
61ed06c3 2147powerpcle-*-elf*)
a1cd969e 2148 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
49721058 2149 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2150 extra_options="${extra_options} rs6000/sysv4.opt"
61ed06c3
HPN
2151 ;;
2152powerpcle-*-eabisim*)
a1cd969e 2153 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
49721058 2154 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2155 extra_options="${extra_options} rs6000/sysv4.opt"
207bf79d 2156 use_gcc_stdint=wrap
61ed06c3
HPN
2157 ;;
2158powerpcle-*-eabi*)
a1cd969e 2159 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h"
49721058 2160 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2161 extra_options="${extra_options} rs6000/sysv4.opt"
207bf79d 2162 use_gcc_stdint=wrap
61ed06c3 2163 ;;
61ed06c3 2164rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
557cc596 2165 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h rs6000/aix-stdint.h"
61ed06c3 2166 tmake_file=rs6000/t-aix43
432218ba 2167 extra_options="${extra_options} rs6000/aix64.opt"
61ed06c3
HPN
2168 use_collect2=yes
2169 thread_file='aix'
557cc596 2170 use_gcc_stdint=provide
ba1e6c0b 2171 extra_headers=
61ed06c3 2172 ;;
5f5d5417 2173rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
557cc596 2174 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h rs6000/aix-stdint.h"
432218ba 2175 extra_options="${extra_options} rs6000/aix64.opt"
61ed06c3 2176 tmake_file=rs6000/t-aix43
61ed06c3
HPN
2177 use_collect2=yes
2178 thread_file='aix'
557cc596 2179 use_gcc_stdint=wrap
ba1e6c0b 2180 extra_headers=
61ed06c3 2181 ;;
ca94e524 2182rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
557cc596 2183 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h rs6000/aix-stdint.h"
5f5d5417 2184 tmake_file=rs6000/t-aix52
432218ba 2185 extra_options="${extra_options} rs6000/aix64.opt"
5f5d5417
DE
2186 use_collect2=yes
2187 thread_file='aix'
557cc596 2188 use_gcc_stdint=wrap
5f5d5417
DE
2189 extra_headers=
2190 ;;
ba6a1b78 2191rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
557cc596 2192 tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h rs6000/aix-stdint.h"
ca94e524
DE
2193 tmake_file=rs6000/t-aix52
2194 extra_options="${extra_options} rs6000/aix64.opt"
2195 use_collect2=yes
2196 thread_file='aix'
557cc596 2197 use_gcc_stdint=wrap
c4a79427 2198 extra_headers=altivec.h
ca94e524 2199 ;;
ba6a1b78 2200rs6000-ibm-aix[6789].* | powerpc-ibm-aix[6789].*)
557cc596 2201 tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
ba6a1b78
DE
2202 tmake_file=rs6000/t-aix52
2203 extra_options="${extra_options} rs6000/aix64.opt"
2204 use_collect2=yes
2205 thread_file='aix'
557cc596 2206 use_gcc_stdint=wrap
ba6a1b78
DE
2207 extra_headers=altivec.h
2208 ;;
65a324b4 2209rx-*-elf*)
80cf2e08
JM
2210 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2211 libgcc_tm_file="${libgcc_tm_file} rx/rx-abi.h"
65a324b4
NC
2212 tmake_file="${tmake_file} rx/t-rx"
2213 ;;
0e5a4ad8 2214s390-*-linux*)
8e38461c 2215 tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
9628a767 2216 ;;
0e5a4ad8 2217s390x-*-linux*)
8e38461c 2218 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
70eeb10b
UW
2219 tm_p_file=s390/s390-protos.h
2220 md_file=s390/s390.md
1c0ca89d 2221 extra_modes=s390/s390-modes.def
70eeb10b 2222 out_file=s390/s390.c
81dd9fd7 2223 tmake_file="${tmake_file} s390/t-linux64"
9628a767 2224 ;;
24fe22c9 2225s390x-ibm-tpf*)
0a3c149d 2226 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h s390/tpf.h"
a8ba31f2
EC
2227 tm_p_file=s390/s390-protos.h
2228 md_file=s390/s390.md
2229 extra_modes=s390/s390-modes.def
2230 out_file=s390/s390.c
2231 extra_parts="crtbeginS.o crtendS.o"
a8ba31f2
EC
2232 thread_file='tpf'
2233 extra_options="${extra_options} s390/tpf.opt"
24fe22c9 2234 ;;
bdcee471 2235score-*-elf)
9d6193a7
CL
2236 gas=yes
2237 gnu_ld=yes
207bf79d 2238 tm_file="dbxelf.h elfos.h score/elf.h score/score.h newlib-stdint.h"
9d6193a7
CL
2239 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2240 tmake_file="${tmake_file} score/t-score-elf score/t-score-softfp soft-fp/t-softfp"
2241 extra_objs="score7.o"
bdcee471 2242 ;;
cd985f66 2243sh-*-elf* | sh[12346l]*-*-elf* | \
93fea8d3 2244 sh-*-linux* | sh[2346lbe]*-*-linux* | \
da28a3b9
JR
2245 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2246 sh64-*-netbsd* | sh64l*-*-netbsd*)
2247 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2248 if test x${with_endian} = x; then
2249 case ${target} in
2250 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2251 shbe-*-* | sheb-*-*) with_endian=big,little ;;
2252 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
2253 shl* | sh64l* | sh*-*-linux* | \
2254 sh5l* | sh-superh-elf) with_endian=little,big ;;
2255 sh[1234]*-*-*) with_endian=big ;;
2256 *) with_endian=big,little ;;
2257 esac
2258 fi
aca600aa
AS
2259 # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
2260 # First word : the default endian.
2261 # Second word: the secondary endian (optional).
da28a3b9 2262 case ${with_endian} in
aca600aa
AS
2263 big) TM_ENDIAN_CONFIG=mb ;;
2264 little) TM_ENDIAN_CONFIG=ml ;;
2265 big,little) TM_ENDIAN_CONFIG="mb ml" ;;
2266 little,big) TM_ENDIAN_CONFIG="ml mb" ;;
da28a3b9
JR
2267 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
2268 esac
2269 case ${with_endian} in
2270 little*) tm_file="sh/little.h ${tm_file}" ;;
2271 esac
9e08f9e2 2272 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h"
b01bc573 2273 case ${target} in
da28a3b9 2274 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
8e38461c 2275 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h sh/linux.h" ;;
a4714d14
JM
2276 sh*-*-netbsd*)
2277 tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2278 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2279
2280 ;;
c68e4eed
CB
2281 sh*-superh-elf) if test x$with_libgloss != xno; then
2282 with_libgloss=yes
2283 tm_file="${tm_file} sh/newlib.h"
2284 fi
2d606e03 2285 tm_file="${tm_file} sh/embed-elf.h"
c68e4eed
CB
2286 tm_file="${tm_file} sh/superh.h"
2287 tmake_file="${tmake_file} sh/t-superh"
2288 extra_options="${extra_options} sh/superh.opt" ;;
8c1aaf26
R
2289 *) if test x$with_newlib = xyes \
2290 && test x$with_libgloss = xyes; then
2291 tm_file="${tm_file} sh/newlib.h"
2292 fi
2293 tm_file="${tm_file} sh/embed-elf.h" ;;
da28a3b9
JR
2294 esac
2295 case ${target} in
2296 sh5*-*-netbsd*)
2297 # SHmedia, 32-bit ABI
2298 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2299 ;;
2300 sh64*-netbsd*)
2301 # SHmedia, 64-bit ABI
2302 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2303 ;;
2304 *-*-netbsd)
2305 tmake_file="${tmake_file} sh/t-netbsd"
2306 ;;
2307 sh64*-*-linux*)
2308 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2309 tm_file="${tm_file} sh/sh64.h"
2310 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2311 ;;
dbf87f32
R
2312 sh64*)
2313 tmake_file="${tmake_file} sh/t-sh64"
2314 tm_file="${tm_file} sh/sh64.h"
9451da74
KK
2315 if test x$with_newlib = xyes; then
2316 tm_file="${tm_file} newlib-stdint.h"
2317 fi
dbf87f32 2318 extra_headers="shmedia.h ushmedia.h sshmedia.h"
dbf87f32 2319 ;;
207bf79d
JM
2320 *-*-elf*)
2321 tm_file="${tm_file} newlib-stdint.h"
2322 ;;
8bc6e101 2323 esac
da28a3b9
JR
2324 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2325 case `echo ${target} | sed 's/e[lb]-/-/'` in
2326 sh64*-*-netbsd*) sh_cpu_target=sh5-64media ;;
2327 sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
312209c6
AO
2328 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
2329 sh4a_single*) sh_cpu_target=sh4a-single ;;
2330 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
2331 sh4al) sh_cpu_target=sh4al ;;
2332 sh4a*) sh_cpu_target=sh4a ;;
da28a3b9
JR
2333 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
2334 sh4_single*) sh_cpu_target=sh4-single ;;
2335 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
2336 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
2337 sh3e*) sh_cpu_target=sh3e ;;
2338 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
157371cf
AO
2339 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
2340 sh2a_single*) sh_cpu_target=sh2a-single ;;
2341 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
2342 sh2a*) sh_cpu_target=sh2a ;;
da28a3b9
JR
2343 sh2e*) sh_cpu_target=sh2e ;;
2344 sh2*) sh_cpu_target=sh2 ;;
2345 *) sh_cpu_target=sh1 ;;
8f48afc1 2346 esac
8c1aaf26
R
2347 # did the user say --without-fp ?
2348 if test x$with_fp = xno; then
2349 case ${sh_cpu_target} in
2350 sh5-*media) sh_cpu_target=${sh_cpu_target}-nofpu ;;
2351 sh4al | sh1) ;;
2352 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
2353 sh4*) sh_cpu_target=sh4-nofpu ;;
2354 sh3*) sh_cpu_target=sh3 ;;
2355 sh2a*) sh_cpu_target=sh2a-nofpu ;;
2356 sh2*) sh_cpu_target=sh2 ;;
2357 *) echo --without-fp not available for $target: ignored
2358 esac
2359 tm_defines="$tm_defines STRICT_NOFPU=1"
2360 fi
da28a3b9
JR
2361 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2362 case $sh_cpu_default in
2363 sh5-64media-nofpu | sh5-64media | \
2364 sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
157371cf 2365 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
312209c6 2366 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
27a0ce7d 2367 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
bf09b512 2368 sh3e | sh3 | sh2e | sh2 | sh1) ;;
da28a3b9
JR
2369 "") sh_cpu_default=${sh_cpu_target} ;;
2370 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
dbf87f32 2371 esac
da28a3b9 2372 sh_multilibs=${with_multilib_list}
aca600aa 2373 if test "$sh_multilibs" = "default" ; then
da28a3b9 2374 case ${target} in
8c1aaf26 2375 sh64-superh-linux* | \
da28a3b9
JR
2376 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
2377 sh64* | sh5*) sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2378 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2379 sh*-*-linux*) sh_multilibs=m1,m3e,m4 ;;
2380 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
157371cf 2381 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
da28a3b9 2382 esac
8c1aaf26
R
2383 if test x$with_fp = xno; then
2384 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`"
2385 fi
da28a3b9 2386 fi
25e651ca 2387 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
da28a3b9 2388 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
aca600aa 2389 tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
47e5ff44 2390 sh_multilibs=`echo $sh_multilibs | sed -e 's/,/ /g' -e 's/^[Ss][Hh]/m/' -e 's/ [Ss][Hh]/ m/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
da28a3b9
JR
2391 for sh_multilib in ${sh_multilibs}; do
2392 case ${sh_multilib} in
aca600aa
AS
2393 m1 | m2 | m2e | m3 | m3e | \
2394 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
2395 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
2396 m2a | m2a-single | m2a-single-only | m2a-nofpu | \
2397 m5-64media | m5-64media-nofpu | \
2398 m5-32media | m5-32media-nofpu | \
2399 m5-compact | m5-compact-nofpu)
2400 # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
2401 # It is passed to MULTIILIB_OPTIONS verbatim.
2402 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
2403 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
da28a3b9 2404 ;;
aca600aa
AS
2405 \!*) # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
2406 # It is passed the MULTILIB_EXCEPTIONS verbatim.
2407 TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
da28a3b9
JR
2408 *)
2409 echo "with_multilib_list=${sh_multilib} not supported."
2410 exit 1
2411 ;;
2412 esac
2413 done
aca600aa 2414 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
25e651ca 2415 if test x${enable_incomplete_targets} = xyes ; then
c0fb94d7 2416 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 2417 fi
44509946
AS
2418 tm_file="$tm_file ./sysroot-suffix.h"
2419 tmake_file="$tmake_file t-sysroot-suffix"
fa5322fa 2420 ;;
314733e2 2421sh-*-rtems*)
be33b729 2422 tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
9e08f9e2 2423 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
314733e2 2424 ;;
55047c9d
PE
2425sh-wrs-vxworks)
2426 tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
9e08f9e2 2427 tm_file="${tm_file} elfos.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
55047c9d 2428 ;;
61ed06c3 2429sparc-*-elf*)
ec047df4 2430 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp-elf.h"
07981468
KE
2431 case ${target} in
2432 *-leon-*)
2433 tmake_file="sparc/t-leon"
2434 ;;
2435 *-leon[3-9]*)
2436 tmake_file="sparc/t-leon3"
2437 ;;
2438 *)
2439 tmake_file="sparc/t-elf"
2440 ;;
2441 esac
2442 tmake_file="${tmake_file} sparc/t-crtfm"
2443 extra_parts="crtbegin.o crtend.o"
61ed06c3 2444 ;;
ad234fc7 2445sparc-*-rtems*)
ec047df4 2446 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
ad234fc7 2447 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
07981468 2448 extra_parts="crtbegin.o crtend.o"
ad234fc7
EB
2449 ;;
2450sparc-*-linux*)
8e38461c 2451 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h"
fe609b0f 2452 extra_options="${extra_options} sparc/long-double-switch.opt"
07981468
KE
2453 case ${target} in
2454 *-leon-*)
2455 tmake_file="${tmake_file} sparc/t-leon"
2456 ;;
2457 *-leon[3-9]*)
2458 tmake_file="${tmake_file} sparc/t-leon3"
2459 ;;
2460 *)
2461 tmake_file="${tmake_file} sparc/t-linux"
2462 ;;
2463 esac
5f7ca34b
DM
2464 if test x$enable_targets = xall; then
2465 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
ccbdd3bc 2466 tmake_file="${tmake_file} sparc/t-linux64"
5f7ca34b
DM
2467 else
2468 tm_file="${tm_file} sparc/linux.h"
5f7ca34b 2469 fi
ccbdd3bc 2470 tmake_file="${tmake_file} sparc/t-crtfm"
61ed06c3 2471 ;;
ad234fc7 2472sparc-*-netbsdelf*)
ec047df4 2473 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
a4714d14 2474 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
ad234fc7 2475 extra_options="${extra_options} sparc/long-double-switch.opt"
3943fe02 2476 ;;
2587aa3b 2477sparc*-*-solaris2*)
ec047df4 2478 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sol2.h"
ec23ed60 2479 case ${target} in
2587aa3b 2480 *-*-solaris2.1[0-9]*)
ec23ed60 2481 tm_file="${tm_file} sol2-10.h"
207bf79d
JM
2482 use_gcc_stdint=wrap
2483 ;;
2587aa3b 2484 *)
207bf79d 2485 use_gcc_stdint=provide
ec23ed60
EB
2486 ;;
2487 esac
2587aa3b 2488 tm_file="${tm_file} sparc/sol2.h"
18167442 2489 case ${target} in
2587aa3b
EB
2490 sparc64-*-* | sparcv9-*-*)
2491 tm_file="${tm_file} sparc/sol2-64.h"
207bf79d 2492 ;;
2587aa3b
EB
2493 *)
2494 test x$with_cpu != x || with_cpu=v9
ec23ed60 2495 ;;
18167442 2496 esac
2587aa3b 2497 tm_file="${tm_file} sparc/sol2-bi.h"
5d865dac 2498 if test x$gas = xyes; then
d1ced155 2499 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
5d865dac 2500 fi
d1ced155 2501 if test x$gnu_ld = xyes; then
62e08523 2502 tm_file="${tm_file} sol2-gld.h sparc/sol2-gld-bi.h"
d1ced155
EB
2503 fi
2504 tm_file="${tm_file} tm-dwarf2.h"
2505 tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
61ed06c3 2506 if test x$gnu_ld = xyes; then
7b3a4df5 2507 tmake_file="$tmake_file t-slibgcc-elf-ver"
61ed06c3 2508 else
7b3a4df5 2509 tmake_file="$tmake_file t-slibgcc-sld"
61ed06c3 2510 fi
f1c26cad
RO
2511 if test x$gas = xyes; then
2512 tm_file="usegas.h ${tm_file}"
2513 fi
a2bec818
DJ
2514 c_target_objs="sol2-c.o"
2515 cxx_target_objs="sol2-c.o"
07a43492
DJ
2516 extra_objs="sol2.o"
2517 tm_p_file="${tm_p_file} sol2-protos.h"
3fc602a0 2518 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
615be2cf 2519 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
18167442 2520 "":yes:* | yes:yes:* )
cd985f66 2521 thread_file=posix
18167442 2522 ;;
615be2cf 2523 esac
61ed06c3 2524 ;;
1910440e 2525sparc-wrs-vxworks)
ec047df4 2526 tm_file="${tm_file} elfos.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
1910440e
RS
2527 tmake_file="${tmake_file} sparc/t-vxworks"
2528 ;;
61ed06c3 2529sparc64-*-elf*)
ec047df4 2530 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
fe609b0f 2531 extra_options="${extra_options} sparc/little-endian.opt"
2d69e3cb 2532 tmake_file="${tmake_file} sparc/t-crtfm"
61ed06c3
HPN
2533 extra_parts="crtbegin.o crtend.o"
2534 ;;
ad234fc7 2535sparc64-*-rtems*)
ec047df4 2536 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
ad234fc7
EB
2537 extra_options="${extra_options} sparc/little-endian.opt"
2538 tmake_file="${tmake_file} sparc/t-crtfm t-rtems"
2539 extra_parts="crtbegin.o crtend.o"
2540 ;;
2541sparc64-*-linux*)
8e38461c 2542 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/linux64.h"
ad234fc7
EB
2543 extra_options="${extra_options} sparc/long-double-switch.opt"
2544 tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2545 ;;
c7240cbd
DB
2546sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2547 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
fe609b0f 2548 extra_options="${extra_options} sparc/long-double-switch.opt"
2d69e3cb 2549 tmake_file="${tmake_file} sparc/t-crtfm"
c7240cbd 2550 case "x$with_cpu" in
e0054185 2551 xultrasparc) ;;
c7240cbd
DB
2552 x) with_cpu=ultrasparc ;;
2553 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2554 esac
2555 ;;
4cb7482c 2556sparc64-*-netbsd*)
4cb7482c 2557 tm_file="sparc/biarch64.h ${tm_file}"
ec047df4 2558 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
a4714d14 2559 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
fe609b0f
EB
2560 extra_options="${extra_options} sparc/long-double-switch.opt"
2561 tmake_file="${tmake_file} sparc/t-netbsd64"
4cb7482c 2562 ;;
ad234fc7 2563sparc64-*-openbsd*)
ec047df4 2564 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h"
ad234fc7 2565 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
5369e2d4 2566 extra_options="${extra_options} openbsd.opt"
ad234fc7
EB
2567 extra_options="${extra_options} sparc/little-endian.opt"
2568 gas=yes gnu_ld=yes
2569 with_cpu=ultrasparc
2570 ;;
85d9c13c 2571spu-*-elf*)
207bf79d 2572 tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h newlib-stdint.h"
85d9c13c 2573 tmake_file="spu/t-spu-elf"
299456f3 2574 extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h spu_cache.h"
85d9c13c
TS
2575 extra_modes=spu/spu-modes.def
2576 c_target_objs="${c_target_objs} spu-c.o"
2577 cxx_target_objs="${cxx_target_objs} spu-c.o"
2578 ;;
70d65164
NC
2579v850e1-*-*)
2580 target_cpu_default="TARGET_CPU_v850e1"
fcbf5a00 2581 tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
70d65164
NC
2582 tm_p_file=v850/v850-protos.h
2583 tmake_file=v850/t-v850e
2584 md_file=v850/v850.md
223a9d64 2585 extra_modes=v850/v850-modes.def
70d65164 2586 out_file=v850/v850.c
df3a97a8 2587 extra_options="${extra_options} v850/v850.opt"
70d65164
NC
2588 if test x$stabs = xyes
2589 then
2590 tm_file="${tm_file} dbx.h"
2591 fi
2592 use_collect2=no
2593 c_target_objs="v850-c.o"
2594 cxx_target_objs="v850-c.o"
207bf79d 2595 use_gcc_stdint=wrap
70d65164 2596 ;;
b4378319
NC
2597v850e-*-*)
2598 target_cpu_default="TARGET_CPU_v850e"
fcbf5a00 2599 tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
b4378319 2600 tm_p_file=v850/v850-protos.h
c490cc89 2601 tmake_file=v850/t-v850e
b4378319 2602 md_file=v850/v850.md
223a9d64 2603 extra_modes=v850/v850-modes.def
b4378319 2604 out_file=v850/v850.c
df3a97a8 2605 extra_options="${extra_options} v850/v850.opt"
b4378319
NC
2606 if test x$stabs = xyes
2607 then
2608 tm_file="${tm_file} dbx.h"
2609 fi
2610 use_collect2=no
2611 c_target_objs="v850-c.o"
2612 cxx_target_objs="v850-c.o"
207bf79d 2613 use_gcc_stdint=wrap
b4378319 2614 ;;
61ed06c3
HPN
2615v850-*-*)
2616 target_cpu_default="TARGET_CPU_generic"
fcbf5a00 2617 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
61ed06c3
HPN
2618 tmake_file=v850/t-v850
2619 if test x$stabs = xyes
2620 then
2621 tm_file="${tm_file} dbx.h"
2622 fi
2623 use_collect2=no
c3edd394
NC
2624 c_target_objs="v850-c.o"
2625 cxx_target_objs="v850-c.o"
207bf79d 2626 use_gcc_stdint=wrap
61ed06c3 2627 ;;
c4e75102 2628vax-*-linux*)
8e38461c 2629 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h vax/elf.h vax/linux.h"
4ad70280 2630 extra_options="${extra_options} vax/elf.opt"
45f68150 2631 tmake_file="${tmake_file} vax/t-linux"
c4e75102 2632 ;;
69474c3c 2633vax-*-netbsdelf*)
ec20cffb 2634 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
4ad70280 2635 extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
69474c3c 2636 ;;
61ed06c3 2637vax-*-openbsd*)
aa58f943 2638 tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-pthread.h vax/openbsd.h"
5369e2d4 2639 extra_options="${extra_options} openbsd.opt"
61ed06c3
HPN
2640 use_collect2=yes
2641 ;;
14d269bb
GK
2642xstormy16-*-elf)
2643 # For historical reasons, the target files omit the 'x'.
5519175f 2644 tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h"
14d269bb
GK
2645 tm_p_file=stormy16/stormy16-protos.h
2646 md_file=stormy16/stormy16.md
2647 out_file=stormy16/stormy16.c
d45d2353 2648 extra_options=stormy16/stormy16.opt
14d269bb
GK
2649 tmake_file="stormy16/t-stormy16"
2650 extra_parts="crtbegin.o crtend.o"
2651 ;;
6d656178 2652xtensa*-*-elf*)
416ea725 2653 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h"
4933ae74 2654 extra_options="${extra_options} xtensa/elf.opt"
1f37a5b2 2655 tmake_file="xtensa/t-xtensa xtensa/t-elf"
03984308 2656 ;;
6d656178 2657xtensa*-*-linux*)
8e38461c 2658 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h"
65d151a7 2659 tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
03984308 2660 ;;
2beef00e 2661am33_2.0-*-linux*)
8e38461c 2662 tm_file="mn10300/mn10300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h"
65d151a7 2663 tmake_file="${tmake_file} mn10300/t-linux"
2beef00e 2664 gas=yes gnu_ld=yes
2beef00e
AO
2665 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2666 use_collect2=no
2667 ;;
7f05b779 2668m32c-*-rtems*)
24b00560 2669 tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
7f05b779
JS
2670 tmake_file="${tmake_file} t-rtems"
2671 c_target_objs="m32c-pragma.o"
2672 cxx_target_objs="m32c-pragma.o"
2673 ;;
38b2d076 2674m32c-*-elf*)
24b00560 2675 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
38b2d076
DD
2676 c_target_objs="m32c-pragma.o"
2677 cxx_target_objs="m32c-pragma.o"
38b2d076 2678 ;;
61ed06c3 2679*)
b01bc573 2680 echo "*** Configuration ${target} not supported" 1>&2
61ed06c3
HPN
2681 exit 1
2682 ;;
2683esac
2684
f6bc51cb 2685case ${target} in
f6bc51cb 2686i[34567]86-*-linux* | x86_64-*-linux*)
ab442df7 2687 tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
f6bc51cb
L
2688 ;;
2689i[34567]86-*-* | x86_64-*-*)
ab442df7 2690 tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
f6bc51cb 2691 ;;
c5f0fe67
JM
2692powerpc*-*-* | rs6000-*-*)
2693 tm_file="${tm_file} rs6000/option-defaults.h"
f6bc51cb
L
2694esac
2695
acce4e77
JM
2696if [ "$target_has_targetcm" = "no" ]; then
2697 c_target_objs="$c_target_objs default-c.o"
2698 cxx_target_objs="$cxx_target_objs default-c.o"
2699fi
2700
73f09c99 2701# Support for --with-cpu and related options (and a few unrelated options,
a89ea0df 2702# too).
35341073
NN
2703case ${with_cpu} in
2704 yes | no)
2705 echo "--with-cpu must be passed a value" 1>&2
2706 exit 1
2707 ;;
2708esac
83079d89 2709
3fd77630
L
2710# Set arch and cpu from ${target} and ${target_noncanonical}. Set cpu
2711# to generic if there is no processor scheduler model for the target.
2712arch=
2713cpu=
4d16c0dc 2714arch_without_sse2=no
c6b9174f 2715arch_without_64bit=no
3fd77630 2716case ${target} in
1c379b78
TC
2717 i386-*-freebsd*)
2718 if test $fbsd_major -ge 6; then
2719 arch=i486
2720 else
2721 arch=i386
2722 fi
2723 cpu=generic
2724 arch_without_sse2=yes
2725 arch_without_64bit=yes
2726 ;;
3fd77630
L
2727 i386-*-*)
2728 arch=i386
2729 cpu=i386
4d16c0dc 2730 arch_without_sse2=yes
c6b9174f 2731 arch_without_64bit=yes
3fd77630
L
2732 ;;
2733 i486-*-*)
2734 arch=i486
2735 cpu=i486
4d16c0dc 2736 arch_without_sse2=yes
c6b9174f 2737 arch_without_64bit=yes
3fd77630
L
2738 ;;
2739 i586-*-*)
4d16c0dc 2740 arch_without_sse2=yes
c6b9174f 2741 arch_without_64bit=yes
3fd77630
L
2742 case ${target_noncanonical} in
2743 k6_2-*)
2744 arch=k6-2
2745 cpu=k6-2
2746 ;;
2747 k6_3-*)
2748 arch=k6-3
2749 cpu=k6-3
2750 ;;
2751 k6-*)
2752 arch=k6
2753 cpu=k6
2754 ;;
2755 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2756 arch=pentium-mmx
2757 cpu=pentium-mmx
2758 ;;
2759 *)
2760 arch=pentium
2761 cpu=pentium
2762 ;;
2763 esac
2764 ;;
2765 i686-*-* | i786-*-*)
2766 case ${target_noncanonical} in
1133125e
HJ
2767 bdver1-*)
2768 arch=bdver1
2769 cpu=bdver1
2770 ;;
14b52538
CF
2771 btver1-*)
2772 arch=btver1
2773 cpu=btver1
2774 ;;
3fd77630
L
2775 amdfam10-*|barcelona-*)
2776 arch=amdfam10
2777 cpu=amdfam10
2778 ;;
2779 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
2780 arch=k8-sse3
2781 cpu=k8-sse3
2782 ;;
2783 k8-*|opteron-*|athlon64-*|athlon_fx-*)
2784 arch=k8
2785 cpu=k8
2786 ;;
2787 athlon_xp-*|athlon_mp-*|athlon_4-*)
2788 arch=athlon-4
2789 cpu=athlon-4
4d16c0dc 2790 arch_without_sse2=yes
c6b9174f 2791 arch_without_64bit=yes
3fd77630
L
2792 ;;
2793 athlon_tbird-*|athlon-*)
2794 arch=athlon
2795 cpu=athlon
4d16c0dc 2796 arch_without_sse2=yes
3fd77630
L
2797 ;;
2798 geode-*)
2799 arch=geode
2800 cpu=geode
4d16c0dc 2801 arch_without_sse2=yes
3fd77630
L
2802 ;;
2803 pentium2-*)
2804 arch=pentium2
2805 cpu=pentium2
4d16c0dc 2806 arch_without_sse2=yes
3fd77630
L
2807 ;;
2808 pentium3-*|pentium3m-*)
2809 arch=pentium3
2810 cpu=pentium3
4d16c0dc 2811 arch_without_sse2=yes
3fd77630
L
2812 ;;
2813 pentium4-*|pentium4m-*)
2814 arch=pentium4
2815 cpu=pentium4
2816 ;;
2817 prescott-*)
2818 arch=prescott
2819 cpu=prescott
2820 ;;
2821 nocona-*)
2822 arch=nocona
2823 cpu=nocona
2824 ;;
2825 atom-*)
2826 arch=atom
2827 cpu=atom
2828 ;;
2829 core2-*)
2830 arch=core2
2831 cpu=core2
2832 ;;
1dbb04c9
L
2833 corei7-*)
2834 arch=corei7
2835 cpu=corei7
2836 ;;
35758e5b
L
2837 corei7_avx-*)
2838 arch=corei7-avx
2839 cpu=corei7-avx
2840 ;;
3fd77630
L
2841 pentium_m-*)
2842 arch=pentium-m
2843 cpu=pentium-m
2844 ;;
2845 pentiumpro-*)
2846 arch=pentiumpro
2847 cpu=pentiumpro
4d16c0dc 2848 arch_without_sse2=yes
3fd77630
L
2849 ;;
2850 *)
2851 arch=pentiumpro
2852 cpu=generic
4d16c0dc 2853 arch_without_sse2=yes
c6b9174f 2854 arch_without_64bit=yes
3fd77630
L
2855 ;;
2856 esac
2857 ;;
2858 x86_64-*-*)
2859 case ${target_noncanonical} in
1133125e
HJ
2860 bdver1-*)
2861 arch=bdver1
2862 cpu=bdver1
2863 ;;
14b52538
CF
2864 btver1-*)
2865 arch=btver1
2866 cpu=btver1
2867 ;;
3fd77630
L
2868 amdfam10-*|barcelona-*)
2869 arch=amdfam10
2870 cpu=amdfam10
2871 ;;
2872 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
2873 arch=k8-sse3
2874 cpu=k8-sse3
2875 ;;
2876 k8-*|opteron-*|athlon_64-*)
2877 arch=k8
2878 cpu=k8
2879 ;;
2880 nocona-*)
2881 arch=nocona
2882 cpu=nocona
2883 ;;
2884 atom-*)
2885 arch=atom
2886 cpu=atom
2887 ;;
2888 core2-*)
2889 arch=core2
2890 cpu=core2
2891 ;;
1dbb04c9
L
2892 corei7-*)
2893 arch=corei7
2894 cpu=corei7
2895 ;;
3fd77630
L
2896 *)
2897 arch=x86-64
2898 cpu=generic
2899 ;;
2900 esac
2901 ;;
2902esac
2903
35341073
NN
2904# If there is no $with_cpu option, try to infer one from ${target}.
2905# This block sets nothing except for with_cpu.
2906if test x$with_cpu = x ; then
2907 case ${target} in
3fd77630
L
2908 i[34567]86-*-*|x86_64-*-*)
2909 with_cpu=$cpu
35341073
NN
2910 ;;
2911 alphaev6[78]*-*-*)
2912 with_cpu=ev67
2913 ;;
2914 alphaev6*-*-*)
2915 with_cpu=ev6
2916 ;;
2917 alphapca56*-*-*)
2918 with_cpu=pca56
2919 ;;
2920 alphaev56*-*-*)
2921 with_cpu=ev56
2922 ;;
2923 alphaev5*-*-*)
2924 with_cpu=ev5
2925 ;;
faf9ab98 2926 frv-*-*linux* | frv400-*-*linux*)
34208acf
AO
2927 with_cpu=fr400
2928 ;;
faf9ab98
AH
2929 frv550-*-*linux*)
2930 with_cpu=fr550
2931 ;;
59fbf3cb 2932 m68k*-*-*)
10e96df4
NS
2933 case "$with_arch" in
2934 "cf")
2935 with_cpu=${default_cf_cpu}
2936 ;;
2937 "" | "m68k")
2938 with_cpu=m${default_m68k_cpu}
2939 ;;
2940 esac
59fbf3cb 2941 ;;
9200d6c8
RS
2942 mips*-*-vxworks)
2943 with_arch=mips2
2944 ;;
07981468
KE
2945 sparc-leon*-*)
2946 with_cpu=v8;
2947 ;;
35341073
NN
2948 sparc*-*-*)
2949 with_cpu="`echo ${target} | sed 's/-.*$//'`"
35341073
NN
2950 ;;
2951 esac
8981c15b
JM
2952
2953 # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
2954 case ${target} in
2955 i[34567]86-*-*|x86_64-*-*)
3fd77630
L
2956 if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
2957 if test x$with_cpu_32 = x; then
2958 with_cpu_32=$with_cpu
2959 fi
2960 if test x$with_cpu_64 = x; then
2961 with_cpu_64=$with_cpu
2962 fi
2963 with_cpu=
2964 fi
2965 ;;
2966 esac
2967fi
2968
2969# Support for --with-arch and related options (and a few unrelated options,
2970# too).
2971case ${with_arch} in
2972 yes | no)
2973 echo "--with-arch must be passed a value" 1>&2
2974 exit 1
2975 ;;
2976esac
2977
2978# If there is no $with_arch option, try to infer one from ${target}.
2979# This block sets nothing except for with_arch.
2980if test x$with_arch = x ; then
2981 case ${target} in
91ad7e13
L
2982 i[34567]86-*-darwin*|x86_64-*-darwin*)
2983 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
2984 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
2985 ;;
a3af5e26 2986 i[34567]86-*-*)
4d16c0dc
L
2987 # --with-fpmath sets the default ISA to SSE2, which is the same
2988 # ISA supported by Pentium 4.
2989 if test x$with_fpmath = x || test $arch_without_sse2 = no; then
2990 with_arch=$arch
2991 else
2992 with_arch=pentium4
a3af5e26
L
2993 fi
2994 ;;
2995 x86_64-*-*)
3fd77630
L
2996 with_arch=$arch
2997 ;;
2998 esac
2999
3000 # Avoid overriding --with-arch-32 and --with-arch-64 values.
3001 case ${target} in
91ad7e13
L
3002 i[34567]86-*-darwin*|x86_64-*-darwin*)
3003 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3004 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3005 ;;
3fd77630
L
3006 i[34567]86-*-*|x86_64-*-*)
3007 if test x$with_arch_32 != x || test x$with_arch_64 != x; then
3008 if test x$with_arch_32 = x; then
55c4eeaa 3009 with_arch_32=$with_arch
3fd77630
L
3010 fi
3011 if test x$with_arch_64 = x; then
c6b9174f
L
3012 if test $arch_without_64bit = yes; then
3013 # Set the default 64bit arch to x86-64 if the default arch
3014 # doesn't support 64bit.
3015 with_arch_64=x86-64
3016 else
55c4eeaa 3017 with_arch_64=$with_arch
c6b9174f 3018 fi
3fd77630
L
3019 fi
3020 with_arch=
c6b9174f
L
3021 elif test $arch_without_64bit$need_64bit_isa = yesyes; then
3022 # Set the default 64bit arch to x86-64 if the default arch
3023 # doesn't support 64bit and we need 64bit ISA.
55c4eeaa 3024 with_arch_32=$with_arch
c6b9174f
L
3025 with_arch_64=x86-64
3026 with_arch=
8981c15b
JM
3027 fi
3028 ;;
3029 esac
35341073 3030fi
83079d89 3031
a3af5e26
L
3032# Support --with-fpmath.
3033if test x$with_fpmath != x; then
3034 case ${target} in
3035 i[34567]86-*-* | x86_64-*-*)
3036 case ${with_fpmath} in
b71e5eba
UB
3037 avx)
3038 tm_file="${tm_file} i386/avxmath.h"
3039 ;;
a3af5e26
L
3040 sse)
3041 tm_file="${tm_file} i386/ssemath.h"
3042 ;;
3043 *)
3044 echo "Invalid --with-fpmath=$with_fpmath" 1>&2
3045 exit 1
3046 ;;
3047 esac
3048 ;;
3049 *)
3050 echo "--with-fpmath isn't supported for $target." 1>&2
3051 exit 1
3052 ;;
3053 esac
3054fi
3055
fe3e7450
AM
3056# Similarly for --with-schedule.
3057if test x$with_schedule = x; then
3058 case ${target} in
cd985f66 3059 hppa1*)
fe3e7450
AM
3060 # Override default PA8000 scheduling model.
3061 with_schedule=7100LC
3062 ;;
3063 esac
3064fi
83079d89 3065
fe3e7450
AM
3066# Validate and mark as valid any --with options supported
3067# by this target. In order to use a particular --with option
3068# you must list it in supported_defaults; validating the value
3069# is optional. This case statement should set nothing besides
3070# supported_defaults.
7816bea0 3071
fe3e7450
AM
3072supported_defaults=
3073case "${target}" in
83079d89 3074 alpha*-*-*)
7816bea0
DJ
3075 supported_defaults="cpu tune"
3076 for which in cpu tune; do
3077 eval "val=\$with_$which"
b597bfd8
NN
3078 case "$val" in
3079 "" \
3080 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
3081 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
3082 | 21264a)
7816bea0
DJ
3083 ;;
3084 *)
3085 echo "Unknown CPU used in --with-$which=$val" 1>&2
3086 exit 1
3087 ;;
3088 esac
3089 done
3090 ;;
3091
3092 arm*-*-*)
3cf94279 3093 supported_defaults="arch cpu float tune fpu abi mode"
7816bea0 3094 for which in cpu tune; do
2682e19f 3095 # See if it matches any of the entries in arm-cores.def
7816bea0 3096 eval "val=\$with_$which"
b73f075a 3097 if [ x"$val" = x ] \
d98a72fd 3098 || grep "^ARM_CORE(\"$val\"," \
b73f075a
PB
3099 ${srcdir}/config/arm/arm-cores.def \
3100 > /dev/null; then
3101 # Ok
d98a72fd
RE
3102 new_val=`grep "^ARM_CORE(\"$val\"," \
3103 ${srcdir}/config/arm/arm-cores.def | \
3104 sed -e 's/^[^,]*,[ ]*//' | \
3105 sed -e 's/,.*$//'`
32078532 3106 eval "target_${which}_cname=$new_val"
d98a72fd 3107 echo "For $val real value is $new_val"
b73f075a
PB
3108 true
3109 else
3110 echo "Unknown CPU used in --with-$which=$val" 1>&2
3111 exit 1
2682e19f 3112 fi
7816bea0
DJ
3113 done
3114
b597bfd8
NN
3115 case "$with_arch" in
3116 "" \
9b66ebb1 3117 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
bf98ec6c
PB
3118 | armv5te | armv6j |armv6k | armv6z | armv6zk | armv6-m \
3119 | armv7 | armv7-a | armv7-r | armv7-m \
fa91adc6 3120 | iwmmxt | ep9312)
83079d89 3121 # OK
4ed47bea
JM
3122 ;;
3123 *)
7816bea0 3124 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
83079d89 3125 exit 1
73f09c99
DJ
3126 ;;
3127 esac
83079d89 3128
b597bfd8
NN
3129 case "$with_float" in
3130 "" \
9b66ebb1 3131 | soft | hard | softfp)
83079d89 3132 # OK
73f09c99 3133 ;;
83079d89 3134 *)
7816bea0 3135 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89 3136 exit 1
73f09c99
DJ
3137 ;;
3138 esac
7816bea0 3139
9b66ebb1
PB
3140 case "$with_fpu" in
3141 "" \
894b386f
UB
3142 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 | vfpv3 \
3143 | vfpv3-fp16 | vfpv3-d16 | vfpv3-d16-fp16 | vfpv3xd \
3144 | vfpv3xd-fp16 | neon | neon-fp16 | vfpv4 | vfpv4-d16 \
3145 | fpv4-sp-d16 | neon-vfpv4)
9b66ebb1
PB
3146 # OK
3147 ;;
3148 *)
5848830f
PB
3149 echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
3150 exit 1
3151 ;;
3152 esac
3153
3154 case "$with_abi" in
3155 "" \
ebca2d91 3156 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
5848830f
PB
3157 #OK
3158 ;;
3159 *)
3160 echo "Unknown ABI used in --with-abi=$with_abi"
9b66ebb1
PB
3161 exit 1
3162 ;;
3163 esac
3164
3cf94279
PB
3165 case "$with_mode" in
3166 "" \
3167 | arm | thumb )
3168 #OK
3169 ;;
3170 *)
3171 echo "Unknown mode used in --with-mode=$with_mode"
3172 exit 1
3173 ;;
3174 esac
3175
7816bea0 3176 if test "x$with_arch" != x && test "x$with_cpu" != x; then
5848830f 3177 echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
7816bea0 3178 fi
73f09c99 3179 ;;
73f09c99 3180
34208acf
AO
3181 fr*-*-*linux*)
3182 supported_defaults=cpu
3183 case "$with_cpu" in
3184 fr400) ;;
faf9ab98 3185 fr550) ;;
34208acf
AO
3186 *)
3187 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3188 exit 1
3189 ;;
3190 esac
3191 ;;
3192
cd985f66 3193 fido-*-* | m68k*-*-*)
10e96df4
NS
3194 supported_defaults="arch cpu"
3195 case "$with_arch" in
3196 "" | "m68k"| "cf")
3197 m68k_arch_family="$with_arch"
3198 ;;
3199 *)
3200 echo "Invalid --with-arch=$with_arch" 1>&2
3201 exit 1
3202 ;;
3203 esac
59fbf3cb
NS
3204
3205 # We always have a $with_cpu setting here.
3704aae9 3206 case "$with_cpu" in
900ec02d
JB
3207 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
3208 m68k_cpu_ident=$with_cpu
3209 ;;
3210 "m68020-40")
3211 m68k_cpu_ident=m68020
3212 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
3213 ;;
3214 "m68020-60")
3215 m68k_cpu_ident=m68020
3216 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3704aae9
RZ
3217 ;;
3218 *)
900ec02d
JB
3219 # We need the C identifier rather than the string.
3220 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
3221 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
3222 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
3223 ${srcdir}/config/m68k/m68k-devices.def`
3224 if [ x"$m68k_cpu_ident" = x ] ; then
3225 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
3226 exit 1
3227 fi
3228 with_cpu="mcpu=$with_cpu"
3704aae9
RZ
3229 ;;
3230 esac
3231 ;;
3232
cd985f66 3233 hppa*-*-*)
7816bea0
DJ
3234 supported_defaults="arch schedule"
3235
b597bfd8
NN
3236 case "$with_arch" in
3237 "" | 1.0 | 1.1 | 2.0)
7816bea0
DJ
3238 # OK
3239 ;;
3240 *)
3241 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
3242 exit 1
3243 ;;
3244 esac
3245
b597bfd8
NN
3246 case "$with_schedule" in
3247 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
83079d89
DJ
3248 # OK
3249 ;;
3250 *)
3251 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
3252 exit 1
3253 ;;
3254 esac
73f09c99 3255 ;;
73f09c99 3256
83079d89 3257 i[34567]86-*-* | x86_64-*-*)
8981c15b
JM
3258 supported_defaults="arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
3259 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7816bea0 3260 eval "val=\$with_$which"
16aa42c0 3261 case ${val} in
d326eaf0 3262 i386 | i486 \
16aa42c0
NN
3263 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
3264 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
3265 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
537bbabd 3266 | athlon-4 | athlon-xp | athlon-mp | geode \
d326eaf0
JH
3267 | prescott | pentium-m | pentium4m | pentium3m)
3268 case "${target}" in
3269 x86_64-*-*)
8981c15b
JM
3270 case "x$which" in
3271 *_32)
3272 ;;
3273 *)
3274 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
3275 exit 1
3276 ;;
3277 esac
d326eaf0
JH
3278 ;;
3279 esac
3280 # OK
3281 ;;
894b386f
UB
3282 "" | x86-64 | generic | native \
3283 | k8 | k8-sse3 | athlon64 | athlon64-sse3 | opteron \
14b52538 3284 | opteron-sse3 | athlon-fx | bdver1 | btver1 | amdfam10 \
35758e5b 3285 | barcelona | nocona | core2 | corei7 | corei7-avx | atom)
7816bea0
DJ
3286 # OK
3287 ;;
3288 *)
3289 echo "Unknown CPU given in --with-$which=$val." 1>&2
3290 exit 1
3291 ;;
3292 esac
3293 done
3294 ;;
3295
3296 mips*-*-*)
b96c5923 3297 supported_defaults="abi arch arch_32 arch_64 float tune tune_32 tune_64 divide llsc mips-plt synci"
7816bea0 3298
16aa42c0
NN
3299 case ${with_float} in
3300 "" | soft | hard)
83079d89
DJ
3301 # OK
3302 ;;
3303 *)
7816bea0 3304 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89
DJ
3305 exit 1
3306 ;;
3307 esac
73f09c99 3308
16aa42c0
NN
3309 case ${with_abi} in
3310 "" | 32 | o64 | n32 | 64 | eabi)
83079d89
DJ
3311 # OK
3312 ;;
3313 *)
7816bea0 3314 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
83079d89
DJ
3315 exit 1
3316 ;;
3317 esac
9f0df97a
DD
3318
3319 case ${with_divide} in
3320 "" | breaks | traps)
3321 # OK
3322 ;;
3323 *)
3324 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3325 exit 1
66471b47
DD
3326 ;;
3327 esac
3328
3329 case ${with_llsc} in
3330 yes)
3331 with_llsc=llsc
3332 ;;
3333 no)
3334 with_llsc="no-llsc"
3335 ;;
3336 "")
3337 # OK
3338 ;;
3339 *)
3340 echo "Unknown llsc type used in --with-llsc" 1>&2
3341 exit 1
3342 ;;
9f0df97a 3343 esac
e21d5757
DJ
3344
3345 case ${with_mips_plt} in
3346 yes)
3347 with_mips_plt=plt
3348 ;;
3349 no)
3350 with_mips_plt=no-plt
3351 ;;
3352 "")
3353 ;;
3354 *)
3355 echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
3356 exit 1
3357 ;;
3358 esac
b96c5923
DD
3359
3360 case ${with_synci} in
3361 yes)
3362 with_synci=synci
3363 ;;
3364 "" | no)
3365 # No is the default.
3366 with_synci=no-synci
3367 ;;
3368 *)
3369 echo "Unknown synci type used in --with-synci" 1>&2
3370 exit 1
3371 ;;
3372 esac
73f09c99 3373 ;;
73f09c99 3374
7816bea0 3375 powerpc*-*-* | rs6000-*-*)
c5f0fe67 3376 supported_defaults="cpu cpu_32 cpu_64 float tune tune_32 tune_64"
7816bea0 3377
c5f0fe67 3378 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7816bea0 3379 eval "val=\$with_$which"
16aa42c0 3380 case ${val} in
1ab1739c 3381 default32 | default64)
c5f0fe67
JM
3382 case $which in
3383 cpu | tune)
3384 ;;
3385 *)
3386 echo "$val only valid for --with-cpu and --with-tune." 1>&2
3387 exit 1
3388 ;;
3389 esac
1ab1739c
JJ
3390 with_which="with_$which"
3391 eval $with_which=
3392 ;;
b0bfee6e
DE
3393 405cr)
3394 tm_defines="${tm_defines} CONFIG_PPC405CR"
3395 eval "with_$which=405"
3396 ;;
1ab1739c 3397 "" | common \
d40c9e33 3398 | power | power[234567] | power6x | powerpc | powerpc64 \
16aa42c0 3399 | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
4adf8008 3400 | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
47f67e51
PB
3401 | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \
3402 | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
3c005e6c 3403 | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | titan\
edae5fe3 3404 | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
7816bea0
DJ
3405 # OK
3406 ;;
3407 *)
3408 echo "Unknown cpu used in --with-$which=$val." 1>&2
3409 exit 1
3410 ;;
3411 esac
3412 done
3413 ;;
3414
f13e0d4e
UW
3415 s390*-*-*)
3416 supported_defaults="arch mode tune"
3417
3418 for which in arch tune; do
3419 eval "val=\$with_$which"
16aa42c0 3420 case ${val} in
65b1d8ea 3421 "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10 | z196)
f13e0d4e
UW
3422 # OK
3423 ;;
3424 *)
3425 echo "Unknown cpu used in --with-$which=$val." 1>&2
3426 exit 1
3427 ;;
3428 esac
3429 done
3430
16aa42c0
NN
3431 case ${with_mode} in
3432 "" | esa | zarch)
f13e0d4e
UW
3433 # OK
3434 ;;
3435 *)
3436 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
3437 exit 1
3438 ;;
3439 esac
3440 ;;
3441
da28a3b9
JR
3442 sh[123456ble]-*-* | sh-*-*)
3443 supported_defaults="cpu"
25e651ca 3444 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
da28a3b9
JR
3445 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
3446 # OK
3447 ;;
157371cf
AO
3448 m2a | m2a-single | m2a-single-only | m2a-nofpu)
3449 ;;
312209c6
AO
3450 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
3451 ;;
da28a3b9
JR
3452 *)
3453 echo "Unknown CPU used in --with-cpu=$with_cpu, known values:" 1>&2
3454 echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
312209c6 3455 echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
157371cf 3456 echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
da28a3b9
JR
3457 exit 1
3458 ;;
3459 esac
3460 ;;
83079d89 3461 sparc*-*-*)
7816bea0
DJ
3462 supported_defaults="cpu float tune"
3463
3464 for which in cpu tune; do
3465 eval "val=\$with_$which"
16aa42c0 3466 case ${val} in
07981468
KE
3467 "" | sparc | sparcv9 | sparc64 \
3468 | v7 | cypress \
3469 | v8 | supersparc | hypersparc | leon \
3470 | sparclite | f930 | f934 | sparclite86x \
3471 | sparclet | tsc701 \
9eeaed6e 3472 | v9 | ultrasparc | ultrasparc3 | niagara | niagara2)
7816bea0
DJ
3473 # OK
3474 ;;
3475 *)
3476 echo "Unknown cpu used in --with-$which=$val" 1>&2
3477 exit 1
3478 ;;
3479 esac
3480 done
73f09c99 3481
16aa42c0
NN
3482 case ${with_float} in
3483 "" | soft | hard)
83079d89
DJ
3484 # OK
3485 ;;
3486 *)
7816bea0 3487 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89
DJ
3488 exit 1
3489 ;;
3490 esac
73f09c99 3491 ;;
73f09c99 3492
39aeae85
SL
3493 spu-*-*)
3494 supported_defaults="arch tune"
3495
3496 for which in arch tune; do
3497 eval "val=\$with_$which"
3498 case ${val} in
3499 "" | cell | celledp)
3500 # OK
3501 ;;
3502 *)
3503 echo "Unknown cpu used in --with-$which=$val." 1>&2
3504 exit 1
3505 ;;
3506 esac
3507 done
3508 ;;
3509
83079d89 3510 v850*-*-*)
7816bea0 3511 supported_defaults=cpu
16aa42c0
NN
3512 case ${with_cpu} in
3513 "" | v850e | v850e1)
83079d89
DJ
3514 # OK
3515 ;;
3516 *)
3517 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3518 exit 1
3519 ;;
3520 esac
73f09c99 3521 ;;
fe3e7450 3522esac
73f09c99 3523
fe3e7450
AM
3524# Set some miscellaneous flags for particular targets.
3525target_cpu_default2=
3526case ${target} in
83079d89 3527 alpha*-*-*)
83079d89
DJ
3528 if test x$gas = xyes
3529 then
7816bea0 3530 target_cpu_default2="MASK_GAS"
83079d89 3531 fi
73f09c99 3532 ;;
73f09c99 3533
83079d89 3534 arm*-*-*)
32078532
RE
3535 if test x$target_cpu_cname = x
3536 then
3537 target_cpu_default2=TARGET_CPU_generic
3538 else
3539 target_cpu_default2=TARGET_CPU_$target_cpu_cname
3540 fi
83079d89 3541 ;;
0e5a4ad8 3542
cd985f66 3543 hppa*-*-*)
d711cf67 3544 target_cpu_default2="MASK_BIG_SWITCH"
83079d89 3545 if test x$gas = xyes
61ed06c3 3546 then
d711cf67 3547 target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
83079d89 3548 fi
73f09c99 3549 ;;
73f09c99 3550
cd985f66 3551 fido*-*-* | m68k*-*-*)
900ec02d 3552 target_cpu_default2=$m68k_cpu_ident
47c94d21 3553 tmake_file="m68k/t-opts $tmake_file"
10e96df4
NS
3554 if [ x"$m68k_arch_family" != x ]; then
3555 tmake_file="m68k/t-$m68k_arch_family $tmake_file"
3556 fi
900ec02d
JB
3557 ;;
3558
ff473280
L
3559 i[34567]86-*-darwin* | x86_64-*-darwin*)
3560 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3561 ;;
3f56ef8b
TS
3562 i[34567]86-*-linux* | x86_64-*-linux* | \
3563 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
3564 i[34567]86-*-gnu*)
ff473280
L
3565 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp i386/t-linux"
3566 ;;
f128db92
RO
3567 i[34567]86-*-solaris2*)
3568 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3569 ;;
f0375e78 3570 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*)
e997fb9c
DB
3571 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3572 ;;
d78552bd
UB
3573 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
3574 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3575 ;;
c252db20
L
3576 ia64*-*-linux*)
3577 tmake_file="${tmake_file} ia64/t-fprules-softfp soft-fp/t-softfp"
3578 ;;
ff473280 3579
83079d89 3580 mips*-*-*)
5811cb27
RS
3581 if test x$gnu_ld = xyes
3582 then
21c425ee 3583 target_cpu_default2="MASK_SPLIT_ADDRESSES"
5811cb27 3584 fi
b01bc573 3585 case ${target} in
83079d89
DJ
3586 mips*el-*-*)
3587 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
3588 ;;
3589 esac
bd9c1f8f 3590 tmake_file="mips/t-mips $tmake_file"
74826b0f 3591 ;;
83079d89
DJ
3592
3593 powerpc*-*-* | rs6000-*-*)
7816bea0
DJ
3594 # FIXME: The PowerPC port uses the value set at compile time,
3595 # although it's only cosmetic.
83079d89 3596 if test "x$with_cpu" != x
61ed06c3 3597 then
83079d89 3598 target_cpu_default2="\\\"$with_cpu\\\""
61ed06c3 3599 fi
83079d89
DJ
3600 out_file=rs6000/rs6000.c
3601 c_target_objs="${c_target_objs} rs6000-c.o"
3602 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3603 tmake_file="rs6000/t-rs6000 ${tmake_file}"
4d4cbc0e
AH
3604
3605 if test x$enable_e500_double = xyes
3606 then
3607 tm_file="$tm_file rs6000/e500-double.h"
3608 fi
74826b0f 3609 ;;
73f09c99 3610
a6ab9fc0
R
3611 sh[123456ble]*-*-* | sh-*-*)
3612 c_target_objs="${c_target_objs} sh-c.o"
3613 cxx_target_objs="${cxx_target_objs} sh-c.o"
3614 ;;
3615
07981468
KE
3616 sparc-leon*-*)
3617 if test x$with_tune = x ; then
3618 with_tune=leon;
3619 fi
3620
3621 # The SPARC port checks this value at compile-time.
3622 target_cpu_default2="TARGET_CPU_$with_cpu"
3623 ;;
3624
83079d89 3625 sparc*-*-*)
7816bea0
DJ
3626 # Some standard aliases.
3627 case x$with_cpu in
3628 xsparc)
3629 with_cpu=v7
3630 ;;
7816bea0
DJ
3631 xsparcv9 | xsparc64)
3632 with_cpu=v9
3633 ;;
3634 esac
3635
a4d05547 3636 # The SPARC port checks this value at compile-time.
73f09c99
DJ
3637 target_cpu_default2="TARGET_CPU_$with_cpu"
3638 ;;
07981468 3639
83079d89 3640 v850*-*-*)
7816bea0
DJ
3641 # FIXME: The v850 is "special" in that it does not support
3642 # runtime CPU selection, only --with-cpu.
83079d89
DJ
3643 case "x$with_cpu" in
3644 x)
3645 ;;
3646 xv850e)
3647 target_cpu_default2="TARGET_CPU_$with_cpu"
3648 ;;
3649 esac
3650 ;;
fe3e7450 3651esac
61ed06c3 3652
fe3e7450 3653t=
b96c5923 3654all_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 synci"
fe3e7450
AM
3655for option in $all_defaults
3656do
e21d5757 3657 eval "val=\$with_"`echo $option | sed s/-/_/g`
fe3e7450
AM
3658 if test -n "$val"; then
3659 case " $supported_defaults " in
3660 *" $option "*)
3661 ;;
3662 *)
3663 echo "This target does not support --with-$option." 2>&1
6e0eea31 3664 echo "Valid --with options are: $supported_defaults" 2>&1
fe3e7450
AM
3665 exit 1
3666 ;;
3667 esac
7816bea0 3668
fe3e7450
AM
3669 if test "x$t" = x
3670 then
3671 t="{ \"$option\", \"$val\" }"
3672 else
3673 t="${t}, { \"$option\", \"$val\" }"
7816bea0 3674 fi
7816bea0 3675 fi
fe3e7450 3676done
7816bea0 3677
fe3e7450
AM
3678if test "x$t" = x
3679then
3680 configure_default_options="{ { NULL, NULL} }"
3681else
3682 configure_default_options="{ ${t} }"
3683fi
3684
3685if test "$target_cpu_default2" != ""
3686then
3687 if test "$target_cpu_default" != ""
61ed06c3 3688 then
fe3e7450
AM
3689 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3690 else
3691 target_cpu_default=$target_cpu_default2
61ed06c3 3692 fi
fe3e7450 3693fi