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