]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.gcc
update-copyright.py: Add Mentor Graphics Corporation and Yoshinori Sato as external...
[thirdparty/gcc.git] / gcc / config.gcc
CommitLineData
a89ea0df 1# GCC target-specific configuration file.
a5544970 2# Copyright (C) 1997-2019 Free Software Foundation, Inc.
61ed06c3 3
1322177d 4#This file is part of GCC.
61ed06c3 5
1322177d
LB
6#GCC is free software; you can redistribute it and/or modify it under
7#the terms of the GNU General Public License as published by the Free
9dcd6f09 8#Software Foundation; either version 3, or (at your option) any later
1322177d 9#version.
61ed06c3 10
1322177d
LB
11#GCC is distributed in the hope that it will be useful, but WITHOUT
12#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14#for more details.
61ed06c3
HPN
15
16#You should have received a copy of the GNU General Public License
9dcd6f09
NC
17#along with GCC; see the file COPYING3. If not see
18#<http://www.gnu.org/licenses/>.
61ed06c3 19
a89ea0df
NN
20# This is the GCC target-specific configuration file
21# where a configuration type is mapped to different system-specific
22# definitions and files. This is invoked by the autoconf-generated
23# configure script. Putting it in a separate shell file lets us skip
24# running autoconf when modifying target-specific information.
61ed06c3 25
fa958513
DJ
26# When you change the cases in the OS or target switches, consider
27# updating ../libgcc/config.host also.
28
b01bc573 29# This file switches on the shell variable ${target}, and also uses the
61ed06c3
HPN
30# following shell variables:
31#
32# with_* Various variables as set by configure.
33#
615be2cf 34# enable_threads Either the name, yes or no depending on whether
61ed06c3
HPN
35# threads support was requested.
36#
2121a768 37# default_use_cxa_atexit
c5dde55b
NC
38# The default value for the $enable___cxa_atexit
39# variable. enable___cxa_atexit needs to be set to
40# "yes" for the correct operation of C++ destructors
41# but it relies upon the presence of a non-standard C
42# library function called __cxa_atexit.
43# Since not all C libraries provide __cxa_atexit the
44# default value of $default_use_cxa_atexit is set to
45# "no" except for targets which are known to be OK.
2121a768 46#
f6c5fbfd
NS
47# default_gnu_indirect_function
48# The default value for the $enable_gnu_indirect_function
49# variable. enable_gnu_indirect_function relies
50# upon the presence of a non-standard gnu ifunc support
51# in the assembler, linker and dynamic linker.
52# Since not all libraries provide the dynamic linking
53# support, the default value of
54# $default_gnu_indirect_function is set to
55# "no" except for targets which are known to be OK.
56#
61ed06c3
HPN
57# gas_flag Either yes or no depending on whether GNU as was
58# requested.
59#
60# gnu_ld_flag Either yes or no depending on whether GNU ld was
61# requested.
62
63# This file sets the following shell variables for use by the
64# autoconf-generated configure script:
65#
b01bc573
NN
66# cpu_type The name of the cpu, if different from the first
67# chunk of the canonical target name.
61ed06c3 68#
d5355cb2
JDA
69# tm_defines List of target macros to define for all compilations.
70#
61ed06c3 71# tm_file A list of target macro files, if different from
32fb7c9d
FS
72# "$cpu_type/$cpu_type.h". Usually it's constructed
73# per target in a way like this:
57809813 74# tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type.h}/elf.h"
32fb7c9d
FS
75# Note that the preferred order is:
76# - specific target header "${cpu_type}/${cpu_type.h}"
a4a4b1d3 77# - generic headers like dbxelf.h elfos.h, etc.
32fb7c9d
FS
78# - specializing target headers like ${cpu_type.h}/elf.h
79# This helps to keep OS specific stuff out of the CPU
80# defining header ${cpu_type}/${cpu_type.h}.
61ed06c3 81#
9c63c208
SL
82# It is possible to include automatically-generated
83# build-directory files by prefixing them with "./".
84# All other files should relative to $srcdir/config.
85#
61ed06c3
HPN
86# tm_p_file Location of file with declarations for functions
87# in $out_file.
88#
b4c522fa
IB
89# tm_d_file A list of headers with definitions of target hook
90# macros for the D compiler.
91#
61ed06c3
HPN
92# out_file The name of the machine description C support
93# file, if different from "$cpu_type/$cpu_type.c".
94#
c49a6962
JM
95# common_out_file The name of the source file for code shared between
96# the compiler proper and the driver.
97#
61ed06c3
HPN
98# md_file The name of the machine-description file, if
99# different from "$cpu_type/$cpu_type.md".
100#
101# tmake_file A list of machine-description-specific
102# makefile-fragments, if different from
103# "$cpu_type/t-$cpu_type".
104#
1c0ca89d
ZW
105# extra_modes The name of the file containing a list of extra
106# machine modes, if necessary and different from
107# "$cpu_type/$cpu_type-modes.def".
108#
61ed06c3
HPN
109# extra_objs List of extra objects that should be linked into
110# the compiler proper (cc1, cc1obj, cc1plus)
111# depending on target.
112#
30500d84
KC
113# extra_gcc_objs List of extra objects that should be linked into
114# the compiler driver (gcc) depending on target.
115#
61ed06c3 116# extra_headers List of used header files from the directory
817e13c4 117# config/${cpu_type}.
61ed06c3 118#
9b91e436
KT
119# user_headers_inc_next_pre
120# List of header file names of internal gcc header
121# files, which should be prefixed by an include_next.
122# user_headers_inc_next_post
123# List of header file names of internal gcc header
124# files, which should be postfixed by an include_next.
1617e5ee
GK
125# use_gcc_tgmath If set, add tgmath.h to the list of used header
126# files.
127#
207bf79d
JM
128# use_gcc_stdint If "wrap", install a version of stdint.h that
129# wraps the system's copy for hosted compilations;
130# if "provide", provide a version of systems without
131# such a system header; otherwise "none", do not
132# provide such a header at all.
133#
d82c57a8
RO
134# extra_programs List of extra executables compiled for this target
135# machine, used when linking.
61ed06c3 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#
b4c522fa
IB
145# d_target_objs List of extra target-dependent objects that be
146# linked into the D compiler only.
147#
c776a6d0
DF
148# fortran_target_objs List of extra target-dependent objects that be
149# linked into the fortran compiler only.
150#
ef69da62
SS
151# target_gtfiles List of extra source files with type information.
152#
61ed06c3
HPN
153# xm_defines List of macros to define when compiling for the
154# target machine.
155#
156# xm_file List of files to include when compiling for the
157# target machine.
158#
159# use_collect2 Set to yes or no, depending on whether collect2
160# will be used.
161#
162# target_cpu_default Set to override the default target model.
163#
61ed06c3
HPN
164# gdb_needs_out_file_path
165# Set to yes if gdb needs a dir command with
166# `dirname $out_file`.
167#
61ed06c3
HPN
168# thread_file Set to control which thread package to use.
169#
170# gas Set to yes or no depending on whether the target
171# system normally uses GNU as.
4977bab6 172#
7816bea0
DJ
173# configure_default_options
174# Set to an initializer for configure_default_options
175# in configargs.h, based on --with-cpu et cetera.
08b2bad2
SB
176#
177# native_system_header_dir
178# Where system header files are found for this
179# target. This defaults to /usr/include. If
180# the --with-sysroot configure option or the
181# --sysroot command line option is used this
182# will be relative to the sysroot.
5ab22850
RR
183# target_type_format_char
184# The default character to be used for formatting
185# the attribute in a
186# .type symbol_name, ${t_t_f_c}<property>
187# directive.
61ed06c3
HPN
188
189# The following variables are used in each case-construct to build up the
190# outgoing variables:
191#
61ed06c3
HPN
192# gnu_ld Set to yes or no depending on whether the target
193# system normally uses GNU ld.
acce4e77
JM
194#
195# target_has_targetcm Set to yes or no depending on whether the target
196# has its own definition of targetcm.
c49a6962
JM
197#
198# target_has_targetm_common Set to yes or no depending on whether the
199# target has its own definition of targetm_common.
b4c522fa
IB
200#
201# target_has_targetdm Set to yes or no depending on whether the target
202# has its own definition of targetdm.
61ed06c3
HPN
203
204out_file=
c49a6962 205common_out_file=
61ed06c3
HPN
206tmake_file=
207extra_headers=
9b91e436
KT
208user_headers_inc_next_pre=
209user_headers_inc_next_post=
1617e5ee 210use_gcc_tgmath=yes
207bf79d 211use_gcc_stdint=none
61ed06c3
HPN
212extra_programs=
213extra_objs=
61ed06c3 214extra_gcc_objs=
75685792 215extra_options=
aac69a49
NC
216c_target_objs=
217cxx_target_objs=
b4c522fa 218d_target_objs=
c776a6d0 219fortran_target_objs=
acce4e77 220target_has_targetcm=no
677f3fa8 221target_has_targetm_common=yes
b4c522fa 222target_has_targetdm=no
d5355cb2 223tm_defines=
61ed06c3 224xm_defines=
61ed06c3
HPN
225# Set this to force installation and use of collect2.
226use_collect2=
227# Set this to override the default target model.
228target_cpu_default=
61ed06c3
HPN
229# Set this if gdb needs a dir command with `dirname $out_file`
230gdb_needs_out_file_path=
61ed06c3
HPN
231# Set this to control which thread package will be used.
232thread_file=
233# Reinitialize these from the flag values every loop pass, since some
234# configure entries modify them.
235gas="$gas_flag"
236gnu_ld="$gnu_ld_flag"
2121a768 237default_use_cxa_atexit=no
f6c5fbfd 238default_gnu_indirect_function=no
6ab185d6 239target_gtfiles=
c6b9174f 240need_64bit_isa=
08b2bad2 241native_system_header_dir=/usr/include
5ab22850 242target_type_format_char='@'
61ed06c3 243
6a38414a
NN
244# Don't carry these over build->host->target. Please.
245xm_file=
246md_file=
247
9340544b 248# Obsolete configurations.
32243d46 249case ${target} in
2f2aeda9 250 tile*-*-* \
32243d46
JM
251 )
252 if test "x$enable_obsolete" != xyes; then
253 echo "*** Configuration ${target} is obsolete." >&2
254 echo "*** Specify --enable-obsolete to build it anyway." >&2
255 echo "*** Support will be REMOVED in the next major release of GCC," >&2
256 echo "*** unless a maintainer comes forward." >&2
257 exit 1
258 fi;;
259esac
9340544b 260
7c942e17
ZW
261# Unsupported targets list. Do not put an entry in this list unless
262# it would otherwise be caught by a more permissive pattern. The list
263# should be in alphabetical order.
b01bc573 264case ${target} in
c4cc7bc1
RE
265 # Avoid special cases that are not obsolete
266 arm*-*-*eabi* \
267 )
268 ;;
269 arm*-wince-pe* \
270 | arm*-*-ecos-elf \
271 | arm*-*-elf \
c4cc7bc1 272 | arm*-*-linux* \
c4cc7bc1
RE
273 | arm*-*-uclinux* \
274 | i[34567]86-go32-* \
7c942e17 275 | i[34567]86-*-go32* \
ebb9f8b0 276 | m68k-*-uclinuxoldabi* \
7c942e17 277 | mips64orion*-*-rtems* \
52c0e446 278 | pdp11-*-bsd \
d8905777 279 | powerpc*-*-linux*paired* \
23d3e2d5 280 | powerpc*-*-*spe* \
7c942e17 281 | sparc-hal-solaris2* \
2f2aeda9 282 | spu*-*-* \
7c942e17 283 | thumb-*-* \
1eae4574 284 | *-*-freebsd[12] | *-*-freebsd[1234].* \
0db8fa89 285 | *-*-freebsd*aout* \
cd985f66 286 | *-*-linux*aout* \
7c942e17 287 | *-*-linux*coff* \
cd985f66 288 | *-*-linux*libc1* \
7c942e17
ZW
289 | *-*-linux*oldld* \
290 | *-*-rtemsaout* \
291 | *-*-rtemscoff* \
1500b428 292 | *-*-solaris2 \
d9f069ab
RO
293 | *-*-solaris2.[0-9] \
294 | *-*-solaris2.[0-9].* \
ccd1242e 295 | *-*-solaris2.10* \
7888f266 296 | *-*-sysv* \
9ab346a1 297 | vax-*-vms* \
7c942e17 298 )
b01bc573 299 echo "*** Configuration ${target} not supported" 1>&2
7c942e17
ZW
300 exit 1
301 ;;
302esac
303
61ed06c3 304# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
ba1e6c0b
JM
305# updated in each machine entry. Also set default extra_headers for some
306# machines.
61ed06c3 307tm_p_file=
b01bc573 308cpu_type=`echo ${target} | sed 's/-.*$//'`
a8e04fe6 309cpu_is_64bit=
b01bc573 310case ${target} in
38b2d076
DD
311m32c*-*-*)
312 cpu_type=m32c
313 tmake_file=m32c/t-m32c
41dfca87 314 target_has_targetm_common=no
38b2d076 315 ;;
24034425
IB
316aarch64*-*-*)
317 cpu_type=aarch64
624d0f07 318 extra_headers="arm_fp16.h arm_neon.h arm_acle.h arm_sve.h"
e4ea20c8
KT
319 c_target_objs="aarch64-c.o"
320 cxx_target_objs="aarch64-c.o"
b4c522fa 321 d_target_objs="aarch64-d.o"
624d0f07
RS
322 extra_objs="aarch64-builtins.o aarch-common.o aarch64-sve-builtins.o aarch64-sve-builtins-shapes.o aarch64-sve-builtins-base.o cortex-a57-fma-steering.o aarch64-speculation.o falkor-tag-collision-avoidance.o aarch64-bti-insert.o"
323 target_gtfiles="\$(srcdir)/config/aarch64/aarch64-builtins.c \$(srcdir)/config/aarch64/aarch64-sve-builtins.h \$(srcdir)/config/aarch64/aarch64-sve-builtins.cc"
24034425
IB
324 target_has_targetm_common=yes
325 ;;
61ed06c3
HPN
326alpha*-*-*)
327 cpu_type=alpha
34251c0e 328 extra_options="${extra_options} g.opt"
61ed06c3 329 ;;
7431c1a1
AS
330amdgcn*)
331 cpu_type=gcn
332 use_gcc_stdint=wrap
333 ;;
2beef00e
AO
334am33_2.0-*-linux*)
335 cpu_type=mn10300
336 ;;
53426f6c
JR
337arc*-*-*)
338 cpu_type=arc
cf07c3de
CZ
339 c_target_objs="arc-c.o"
340 cxx_target_objs="arc-c.o"
9f532472 341 extra_options="${extra_options} arc/arc-tables.opt g.opt"
fad92291 342 extra_headers="arc-simd.h"
53426f6c 343 ;;
150b72ed
DJ
344arm*-*-*)
345 cpu_type=arm
33857df2 346 extra_objs="arm-builtins.o aarch-common.o"
de7b5723 347 extra_headers="mmintrin.h arm_neon.h arm_acle.h arm_fp16.h arm_cmse.h"
5ab22850 348 target_type_format_char='%'
b76c3c4b
PB
349 c_target_objs="arm-c.o"
350 cxx_target_objs="arm-c.o"
b4c522fa 351 d_target_objs="arm-d.o"
ad7be009 352 extra_options="${extra_options} arm/arm-tables.opt"
33857df2 353 target_gtfiles="\$(srcdir)/config/arm/arm-builtins.c"
150b72ed 354 ;;
17fad361
AH
355avr-*-*)
356 cpu_type=avr
357 c_target_objs="avr-c.o"
358 cxx_target_objs="avr-c.o"
359 ;;
0d4a78eb
BS
360bfin*-*)
361 cpu_type=bfin
362 ;;
91dfef96
JM
363bpf-*-*)
364 cpu_type=bpf
365 ;;
99c5227a
HPN
366crisv32-*)
367 cpu_type=cris
368 ;;
faf9ab98 369frv*) cpu_type=frv
34251c0e 370 extra_options="${extra_options} g.opt"
faf9ab98 371 ;;
fef939d6
JB
372ft32*) cpu_type=ft32
373 target_has_targetm_common=no
374 ;;
cceb575c 375moxie*) cpu_type=moxie
677f3fa8 376 target_has_targetm_common=no
cceb575c 377 ;;
7d33c31d
KH
378fido-*-*)
379 cpu_type=m68k
380 extra_headers=math-68881.h
47c94d21 381 extra_options="${extra_options} m68k/m68k-tables.opt"
7d33c31d 382 ;;
61ed06c3
HPN
383i[34567]86-*-*)
384 cpu_type=i386
ab442df7
MM
385 c_target_objs="i386-c.o"
386 cxx_target_objs="i386-c.o"
b4c522fa 387 d_target_objs="i386-d.o"
2bf6d935 388 extra_objs="x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o"
7c0b7150 389 target_gtfiles="\$(srcdir)/config/i386/i386-builtins.c \$(srcdir)/config/i386/i386-expand.c \$(srcdir)/config/i386/i386-options.c"
d48e78d6 390 extra_options="${extra_options} fused-madd.opt"
b3172cab 391 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
3b8dd071 392 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
cbf2e4d4 393 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
43a8b705 394 immintrin.h x86intrin.h avxintrin.h xopintrin.h
7fccdfcf 395 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
82feeb8d 396 lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h
756c5857
AI
397 avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
398 rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
399 adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
c1618f82 400 avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
9cdea277 401 shaintrin.h clflushoptintrin.h xsavecintrin.h
936c0fe4 402 xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
4190ea38 403 avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
3dcc8af5 404 avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
5fbb13a7 405 avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h
79fc8ffe 406 avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h
9d54607a 407 clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h
489154e7 408 gfniintrin.h cet.h avx512vbmi2intrin.h
69ddc3e5 409 avx512vbmi2vlintrin.h avx512vnniintrin.h
2abaf67e 410 avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h
13b93d4b 411 avx512vpopcntdqvlintrin.h avx512bitalgintrin.h
55f31ed1 412 pconfigintrin.h wbnoinvdintrin.h movdirintrin.h
6a10feda 413 waitpkgintrin.h cldemoteintrin.h avx512bf16vlintrin.h avx512bf16intrin.h
e21b52af 414 enqcmdintrin.h avx512vp2intersectintrin.h avx512vp2intersectvlintrin.h"
61ed06c3 415 ;;
14f73b5a
JH
416x86_64-*-*)
417 cpu_type=i386
ab442df7
MM
418 c_target_objs="i386-c.o"
419 cxx_target_objs="i386-c.o"
b4c522fa 420 d_target_objs="i386-d.o"
d48e78d6 421 extra_options="${extra_options} fused-madd.opt"
2bf6d935 422 extra_objs="x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o"
7c0b7150 423 target_gtfiles="\$(srcdir)/config/i386/i386-builtins.c \$(srcdir)/config/i386/i386-expand.c \$(srcdir)/config/i386/i386-options.c"
b3172cab 424 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
3b8dd071 425 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
cbf2e4d4 426 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
43a8b705 427 immintrin.h x86intrin.h avxintrin.h xopintrin.h
7fccdfcf 428 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
2abaf67e 429 lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h
756c5857
AI
430 avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h
431 rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h
432 adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h
c1618f82 433 avx512cdintrin.h avx512erintrin.h avx512pfintrin.h
9cdea277 434 shaintrin.h clflushoptintrin.h xsavecintrin.h
936c0fe4 435 xsavesintrin.h avx512dqintrin.h avx512bwintrin.h
4190ea38 436 avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h
3dcc8af5 437 avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h
5fbb13a7 438 avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h
79fc8ffe 439 avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h
9d54607a 440 clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h
489154e7 441 gfniintrin.h cet.h avx512vbmi2intrin.h
69ddc3e5 442 avx512vbmi2vlintrin.h avx512vnniintrin.h
2abaf67e 443 avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h
13b93d4b 444 avx512vpopcntdqvlintrin.h avx512bitalgintrin.h
55f31ed1 445 pconfigintrin.h wbnoinvdintrin.h movdirintrin.h
6a10feda 446 waitpkgintrin.h cldemoteintrin.h avx512bf16vlintrin.h avx512bf16intrin.h
e21b52af 447 enqcmdintrin.h avx512vp2intersectintrin.h avx512vp2intersectvlintrin.h"
14f73b5a 448 ;;
817e13c4
JM
449ia64-*-*)
450 extra_headers=ia64intrin.h
f19f1e5e 451 extra_options="${extra_options} g.opt fused-madd.opt"
817e13c4 452 ;;
cd985f66 453hppa*-*-*)
61ed06c3
HPN
454 cpu_type=pa
455 ;;
34251c0e
JM
456lm32*)
457 extra_options="${extra_options} g.opt"
458 ;;
ad126521
KI
459m32r*-*-*)
460 cpu_type=m32r
34251c0e 461 extra_options="${extra_options} g.opt"
ad126521 462 ;;
ba1e6c0b
JM
463m68k-*-*)
464 extra_headers=math-68881.h
47c94d21 465 extra_options="${extra_options} m68k/m68k-tables.opt"
61ed06c3 466 ;;
80920132
ME
467microblaze*-*-*)
468 cpu_type=microblaze
469 extra_options="${extra_options} g.opt"
470 ;;
61ed06c3
HPN
471mips*-*-*)
472 cpu_type=mips
b4c522fa 473 d_target_objs="mips-d.o"
8ae8bad7 474 extra_headers="loongson.h loongson-mmiintrin.h msa.h"
d41c8b4c 475 extra_objs="frame-header-opt.o"
e5aac417 476 extra_options="${extra_options} g.opt fused-madd.opt mips/mips-tables.opt"
61ed06c3 477 ;;
9304f876
CJW
478nds32*)
479 cpu_type=nds32
a4931745 480 extra_headers="nds32_intrinsic.h nds32_isr.h nds32_init.inc"
cf3cd43d
CJW
481 case ${target} in
482 nds32*-*-linux*)
483 extra_options="${extra_options} nds32/nds32-linux.opt"
484 ;;
485 nds32*-*-elf*)
486 extra_options="${extra_options} nds32/nds32-elf.opt"
487 ;;
488 *)
489 ;;
490 esac
b99353a2 491 extra_objs="nds32-cost.o nds32-intrinsic.o nds32-isr.o nds32-md-auxiliary.o nds32-pipelines-auxiliary.o nds32-predicates.o nds32-memory-manipulation.o nds32-fp-as-gp.o nds32-relax-opt.o nds32-utils.o"
9304f876 492 ;;
e430824f
CLT
493nios2-*-*)
494 cpu_type=nios2
495 extra_options="${extra_options} g.opt"
00020dda 496 ;;
738f2522
BS
497nvptx-*-*)
498 cpu_type=nvptx
499 ;;
3965b35f
SH
500or1k*-*-*)
501 cpu_type=or1k
502 ;;
61ed06c3
HPN
503powerpc*-*-*)
504 cpu_type=rs6000
1acf0246 505 extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o rs6000-call.o"
b76f1550 506 extra_headers="ppc-asm.h altivec.h htmintrin.h htmxlintrin.h"
a85492f3 507 extra_headers="${extra_headers} bmi2intrin.h bmiintrin.h"
09359ea3 508 extra_headers="${extra_headers} xmmintrin.h mm_malloc.h emmintrin.h"
a85492f3 509 extra_headers="${extra_headers} mmintrin.h x86intrin.h"
98e07d5c 510 extra_headers="${extra_headers} pmmintrin.h tmmintrin.h smmintrin.h"
b76f1550 511 extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h"
a1df6521 512 extra_headers="${extra_headers} amo.h"
a8e04fe6 513 case x$with_cpu in
5fa3b3cb 514 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500|xfuture)
a8e04fe6
AM
515 cpu_is_64bit=yes
516 ;;
517 esac
f10d3ac9 518 extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
1acf0246 519 target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c \$(srcdir)/config/rs6000/rs6000-call.c"
4977bab6 520 ;;
8d2af3a2
DD
521pru-*-*)
522 cpu_type=pru
523 ;;
09cae750
PD
524riscv*)
525 cpu_type=riscv
e18a6d14 526 extra_objs="riscv-builtins.o riscv-c.o riscv-sr.o"
b4c522fa 527 d_target_objs="riscv-d.o"
09cae750 528 ;;
4977bab6 529rs6000*-*-*)
f10d3ac9 530 extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
1acf0246
BS
531 extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o rs6000-call.o"
532 target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c \$(srcdir)/config/rs6000/rs6000-call.c"
4977bab6 533 ;;
61ed06c3
HPN
534sparc*-*-*)
535 cpu_type=sparc
8d12174d
DM
536 c_target_objs="sparc-c.o"
537 cxx_target_objs="sparc-c.o"
b4c522fa 538 d_target_objs="sparc-d.o"
e7f799ce 539 extra_headers="visintrin.h"
61ed06c3 540 ;;
4977bab6 541s390*-*-*)
6cecb0aa 542 cpu_type=s390
b4c522fa 543 d_target_objs="s390-d.o"
d7ecb504 544 extra_options="${extra_options} fused-madd.opt"
3af82a61 545 extra_headers="s390intrin.h htmintrin.h htmxlintrin.h vecintrin.h"
4977bab6 546 ;;
b4eb03fe 547# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
a1fcb9a1 548sh[123456789lbe]*-*-* | sh-*-*)
fa5322fa 549 cpu_type=sh
159b4b2f 550 extra_options="${extra_options} fused-madd.opt"
ac973375 551 extra_objs="${extra_objs} sh_treg_combine.o sh-mem.o sh_optimize_sett_clrt.o"
fa5322fa 552 ;;
fd4df33d
NC
553v850*-*-*)
554 cpu_type=v850
555 ;;
bcead286
BS
556tic6x-*-*)
557 cpu_type=c6x
558 extra_headers="c6x_intrinsics.h"
559 extra_options="${extra_options} c6x/c6x-tables.opt"
560 ;;
47c21725
RH
561xtensa*-*-*)
562 extra_options="${extra_options} fused-madd.opt"
563 ;;
dd552284
WL
564tilegx*-*-*)
565 cpu_type=tilegx
dd552284 566 ;;
341c653c 567tilepro*-*-*)
dd552284 568 cpu_type=tilepro
dd552284 569 ;;
61ed06c3
HPN
570esac
571
572tm_file=${cpu_type}/${cpu_type}.h
b4c522fa 573tm_d_file=${cpu_type}/${cpu_type}.h
b6d7afec 574if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
61ed06c3 575then
b6d7afec 576 tm_p_file=${cpu_type}/${cpu_type}-protos.h
b4c522fa 577 tm_d_file="${tm_d_file} ${cpu_type}/${cpu_type}-protos.h"
b6d7afec 578fi
b4c522fa 579
1c0ca89d
ZW
580extra_modes=
581if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
582then
583 extra_modes=${cpu_type}/${cpu_type}-modes.def
584fi
75685792
RS
585if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
586then
587 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
588fi
e564e618 589
b01bc573 590case ${target} in
17a819cb 591aarch64*-*-*)
c451f4d6 592 tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
17a819cb
YZ
593 case ${with_abi} in
594 "")
595 if test "x$with_multilib_list" = xilp32; then
596 tm_file="aarch64/biarchilp32.h ${tm_file}"
597 else
598 tm_file="aarch64/biarchlp64.h ${tm_file}"
599 fi
600 ;;
601 ilp32)
602 tm_file="aarch64/biarchilp32.h ${tm_file}"
603 ;;
604 lp64)
605 tm_file="aarch64/biarchlp64.h ${tm_file}"
606 ;;
607 *)
608 echo "Unknown ABI used in --with-abi=$with_abi"
609 exit 1
610 esac
611 ;;
922e3e33 612i[34567]86-*-*)
0465e49e
L
613 if test "x$with_abi" != x; then
614 echo "This target does not support --with-abi."
615 exit 1
616 fi
922e3e33 617 ;;
e564e618 618x86_64-*-*)
0465e49e
L
619 case ${with_abi} in
620 "")
621 if test "x$with_multilib_list" = xmx32; then
622 tm_file="i386/biarchx32.h ${tm_file}"
623 else
624 tm_file="i386/biarch64.h ${tm_file}"
625 fi
626 ;;
627 64 | m64)
628 tm_file="i386/biarch64.h ${tm_file}"
629 ;;
630 x32 | mx32)
631 tm_file="i386/biarchx32.h ${tm_file}"
632 ;;
633 *)
634 echo "Unknown ABI used in --with-abi=$with_abi"
635 exit 1
636 esac
e564e618 637 ;;
c3f35647 638arm*-*-*)
bdb0828f 639 tm_p_file="arm/arm-flags.h ${tm_p_file} arm/aarch-common-protos.h"
1bfa5973 640 ;;
e564e618
DB
641esac
642
61ed06c3 643# On a.out targets, we need to use collect2.
b01bc573 644case ${target} in
61ed06c3
HPN
645*-*-*aout*)
646 use_collect2=yes
647 ;;
0e5a4ad8 648esac
61ed06c3 649
2c8f43e6 650# Common C libraries.
755658a5 651tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4"
2c8f43e6 652
646bdeab
L
653# 32-bit x86 processors supported by --with-arch=. Each processor
654# MUST be separated by exactly one space.
655x86_archs="athlon athlon-4 athlon-fx athlon-mp athlon-tbird \
656athlon-xp k6 k6-2 k6-3 geode c3 c3-2 winchip-c6 winchip2 i386 i486 \
657i586 i686 pentium pentium-m pentium-mmx pentium2 pentium3 pentium3m \
2d6b2e28 658pentium4 pentium4m pentiumpro prescott lakemont"
646bdeab
L
659
660# 64-bit x86 processors supported by --with-arch=. Each processor
661# MUST be separated by exactly one space.
662x86_64_archs="amdfam10 athlon64 athlon64-sse3 barcelona bdver1 bdver2 \
2901f42f
VK
663bdver3 bdver4 znver1 znver2 btver1 btver2 k8 k8-sse3 opteron \
664opteron-sse3 nocona core2 corei7 corei7-avx core-avx-i core-avx2 atom \
665slm nehalem westmere sandybridge ivybridge haswell broadwell bonnell \
666silvermont knl knm skylake-avx512 cannonlake icelake-client icelake-server \
a9fcfec3
HL
667skylake goldmont goldmont-plus tremont cascadelake tigerlake cooperlake x86-64 \
668native"
646bdeab
L
669
670# Additional x86 processors supported by --with-cpu=. Each processor
671# MUST be separated by exactly one space.
672x86_cpus="generic intel"
673
4977bab6 674# Common parts for widely ported systems.
b01bc573 675case ${target} in
4d6d5bb2 676*-*-darwin*)
c2ff7104 677 tmake_file="t-darwin "
80c85ca2
MS
678 tm_file="${tm_file} darwin.h"
679 case ${target} in
c9c80434 680 *-*-darwin9*)
80c85ca2
MS
681 tm_file="${tm_file} darwin9.h"
682 ;;
0674c9de 683 *-*-darwin[1][01]*)
c9c80434
JH
684 tm_file="${tm_file} darwin9.h darwin10.h"
685 ;;
0674c9de
JH
686 *-*-darwin[1][2-9]* | *-*-darwin[2][0-9]*)
687 tm_file="${tm_file} darwin9.h darwin10.h darwin12.h"
688 ;;
80c85ca2
MS
689 esac
690 tm_file="${tm_file} ${cpu_type}/darwin.h"
4d6d5bb2 691 tm_p_file="${tm_p_file} darwin-protos.h"
7c0b7150 692 target_gtfiles="$target_gtfiles \$(srcdir)/config/darwin.c"
6ac49599 693 extra_options="${extra_options} darwin.opt"
ab442df7
MM
694 c_target_objs="${c_target_objs} darwin-c.o"
695 cxx_target_objs="${cxx_target_objs} darwin-c.o"
c776a6d0 696 fortran_target_objs="darwin-f.o"
acce4e77 697 target_has_targetcm=yes
c73200ca 698 extra_objs="${extra_objs} darwin.o"
e46b55d0 699 extra_gcc_objs="darwin-driver.o"
747b9f55 700 default_use_cxa_atexit=yes
428ddbf0 701 use_gcc_stdint=wrap
4d6d5bb2
NN
702 case ${enable_threads} in
703 "" | yes | posix) thread_file='posix' ;;
704 esac
705 ;;
dbed5a9b
JM
706*-*-dragonfly*)
707 gas=yes
708 gnu_ld=yes
709 tmake_file="t-slibgcc"
710 case ${enable_threads} in
711 "" | yes | posix)
712 thread_file='posix'
713 ;;
714 no | single)
715 # Let these non-posix thread selections fall through if requested
716 ;;
717 *)
718 echo 'Unknown thread configuration for DragonFly BSD'
719 exit 1
720 ;;
721 esac
722 extra_options="$extra_options rpath.opt dragonfly.opt"
723 default_use_cxa_atexit=yes
724 use_gcc_stdint=wrap
725 ;;
4d6d5bb2
NN
726*-*-freebsd*)
727 # This is the generic ELF configuration of FreeBSD. Later
728 # machine-specific sections may refine and add to this
729 # configuration.
730 #
731 # Due to tm_file entry ordering issues that vary between cpu
732 # architectures, we only define fbsd_tm_file to allow the
733 # machine-specific section to dictate the final order of all
734 # entries of tm_file with the minor exception that components
735 # of the tm_file set here will always be of the form:
736 #
737 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
738 #
739 # The machine-specific section should not tamper with this
740 # ordering but may order all other entries of tm_file as it
741 # pleases around the provided core setting.
742 gas=yes
743 gnu_ld=yes
b2449d40 744 fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
faabf788
AT
745 if test "$fbsd_major" = ""; then
746 echo "Specify the major version number of the targeted FreeBSD release"
747 echo "like this: --target=amd64-unknown-freebsd10.1"
748 exit 1
749 fi
b2449d40 750 tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
f9989b51 751 tmake_file="t-slibgcc"
4d6d5bb2
NN
752 case ${enable_threads} in
753 no)
754 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
755 ;;
769e49eb 756 "" | yes | posix)
4d6d5bb2 757 thread_file='posix'
4d6d5bb2 758 ;;
f7288899 759 *)
4d6d5bb2
NN
760 echo 'Unknown thread configuration for FreeBSD'
761 exit 1
762 ;;
763 esac
5ac69a80 764 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
baf3ead6 765 extra_options="$extra_options rpath.opt freebsd.opt"
8a47c6c4
LR
766 case ${target} in
767 *-*-freebsd[345].*)
768 :;;
769 *)
770 default_use_cxa_atexit=yes;;
771 esac
5ac69a80 772 use_gcc_stdint=wrap
4d6d5bb2 773 ;;
491b3c5f
JC
774*-*-fuchsia*)
775 native_system_header_dir=/include
776 ;;
b1e21e5a 777*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu | *-*-uclinuxfdpiceabi)
b8e7038e 778 extra_options="$extra_options gnu-user.opt"
e3029773
NN
779 gas=yes
780 gnu_ld=yes
781 case ${enable_threads} in
782 "" | yes | posix) thread_file='posix' ;;
783 esac
f9989b51 784 tmake_file="t-slibgcc"
3328a3b7 785 case $target in
8466af06 786 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-kopensolaris*-gnu)
3328a3b7
TS
787 :;;
788 *-*-gnu*)
08b2bad2
SB
789 native_system_header_dir=/include
790 ;;
3328a3b7 791 esac
5fa747a7 792 # Linux C libraries selection switch: glibc / uclibc / bionic.
74c70253 793 # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
3328a3b7
TS
794 case $target in
795 *linux*)
5fa747a7
MK
796 tm_p_file="${tm_p_file} linux-protos.h"
797 tmake_file="${tmake_file} t-linux"
798 extra_objs="${extra_objs} linux.o"
799 extra_options="${extra_options} linux.opt"
800 ;;
3328a3b7 801 esac
74c70253
MK
802 case $target in
803 *-*-*android*)
804 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
805 ;;
b1e21e5a 806 *-*-*uclibc* | *-*-uclinuxfdpiceabi)
74c70253 807 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
7bd85ce0 808 ;;
755658a5
GR
809 *-*-*musl*)
810 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_MUSL"
811 ;;
7bd85ce0 812 *)
74c70253 813 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
464aea98
JM
814 ;;
815 esac
74c70253
MK
816 # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
817 # is provided.
c5dde55b 818 default_use_cxa_atexit=yes
1617e5ee 819 use_gcc_tgmath=no
207bf79d 820 use_gcc_stdint=wrap
51b9db92
MK
821 # Enable compilation for Android by default for *android* targets.
822 case $target in
823 *-*-*android*)
824 tm_defines="$tm_defines ANDROID_DEFAULT=1"
825 ;;
826 *)
827 tm_defines="$tm_defines ANDROID_DEFAULT=0"
828 ;;
829 esac
1efcb8c6
JM
830 c_target_objs="${c_target_objs} glibc-c.o"
831 cxx_target_objs="${cxx_target_objs} glibc-c.o"
b4c522fa 832 d_target_objs="${d_target_objs} glibc-d.o"
1efcb8c6
JM
833 tmake_file="${tmake_file} t-glibc"
834 target_has_targetcm=yes
b4c522fa 835 target_has_targetdm=yes
e3029773 836 ;;
f982f805 837*-*-netbsd*)
b460e64d
KW
838 tm_p_file="${tm_p_file} netbsd-protos.h"
839 tmake_file="t-netbsd t-slibgcc"
840 extra_objs="${extra_objs} netbsd.o"
2f2b8e40 841 d_target_objs="${d_target_objs} netbsd-d.o"
e3029773
NN
842 gas=yes
843 gnu_ld=yes
0333b8d0 844 use_gcc_stdint=wrap
e3029773 845 case ${enable_threads} in
b48cd47e 846 "" | yes | posix) thread_file='posix' ;;
e3029773 847 esac
dfe2677b 848 nbsd_tm_file="netbsd.h netbsd-stdint.h netbsd-elf.h"
b74103ef 849 default_use_cxa_atexit=yes
2f2b8e40 850 target_has_targetdm=yes
856f73d1
MR
851 case ${target} in
852 arm*-* | i[34567]86-* | powerpc*-* | sparc*-* | x86_64-*)
853 default_gnu_indirect_function=yes
854 ;;
855 esac
e3029773 856 ;;
4d6d5bb2 857*-*-openbsd*)
f9989b51 858 tmake_file="t-openbsd"
e3029773 859 case ${enable_threads} in
4d6d5bb2 860 yes)
e3029773 861 thread_file='posix'
e3029773
NN
862 ;;
863 esac
af9e6b74
MK
864 case ${target} in
865 *-*-openbsd4.[3-9]|*-*-openbsd[5-9]*)
866 default_use_cxa_atexit=yes
867 ;;
868 esac
e3029773 869 ;;
bfdd80d4
JS
870*-*-phoenix*)
871 gas=yes
872 gnu_ld=yes
873 default_use_cxa_atexit=yes
874 ;;
8179b3c8
NN
875*-*-rtems*)
876 case ${enable_threads} in
776c9a0d
SH
877 "" | yes | rtems) thread_file='rtems' ;;
878 posix) thread_file='posix' ;;
879 no) ;;
880 *)
881 echo 'Unknown thread configuration for RTEMS'
882 exit 1
883 ;;
8179b3c8 884 esac
aefe4056 885 tmake_file="${tmake_file} t-rtems"
cd33a412 886 extra_options="${extra_options} rtems.opt"
228c1313 887 default_use_cxa_atexit=yes
207bf79d
JM
888 use_gcc_stdint=wrap
889 ;;
890*-*-uclinux*)
b8e7038e 891 extra_options="$extra_options gnu-user.opt"
207bf79d 892 use_gcc_stdint=wrap
09955a32
WB
893 case ${enable_threads} in
894 "" | yes | posix) thread_file='posix' ;;
895 esac
b5a54c03 896 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
8179b3c8 897 ;;
5a579c3b
LE
898*-*-rdos*)
899 use_gcc_stdint=wrap
900 ;;
c28aa982 901*-*-solaris2*)
7ecfa34f
RO
902 # i?86-*-solaris2* needs to insert headers between cpu default and
903 # Solaris 2 specific ones.
2cf03b11
RO
904 sol2_tm_file_head="dbxelf.h elfos.h ${cpu_type}/sysv4.h"
905 sol2_tm_file_tail="${cpu_type}/sol2.h sol2.h"
906 sol2_tm_file="${sol2_tm_file_head} ${sol2_tm_file_tail}"
29424c7b 907 case ${target} in
f021f1d3
RO
908 *-*-solaris2.1[1-9]*)
909 # __cxa_atexit was introduced in Solaris 11.4.
29424c7b
RO
910 default_use_cxa_atexit=yes
911 ;;
912 esac
d9f069ab 913 use_gcc_stdint=wrap
7ecfa34f
RO
914 if test x$gnu_ld = xyes; then
915 tm_file="usegld.h ${tm_file}"
916 fi
917 if test x$gas = xyes; then
918 tm_file="usegas.h ${tm_file}"
919 fi
920 tm_p_file="${tm_p_file} sol2-protos.h"
b040f2be 921 tmake_file="${tmake_file} t-sol2 t-slibgcc"
7ecfa34f 922 c_target_objs="${c_target_objs} sol2-c.o"
5b880ea6 923 cxx_target_objs="${cxx_target_objs} sol2-c.o sol2-cxx.o"
cdb3f2f4 924 d_target_objs="${d_target_objs} sol2-d.o"
41f59cda 925 extra_objs="${extra_objs} sol2.o sol2-stubs.o"
c28aa982 926 extra_options="${extra_options} sol2.opt"
7ecfa34f
RO
927 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
928 "":yes:* | yes:yes:* )
929 thread_file=posix
930 ;;
931 esac
cdb3f2f4 932 target_has_targetdm=yes
c28aa982 933 ;;
18a24fed
TG
934*-*-*vms*)
935 extra_options="${extra_options} vms/vms.opt"
936 xmake_file=vms/x-vms
b040f2be 937 tmake_file="vms/t-vms t-slibgcc"
db8b22ef
TG
938 extra_objs="vms.o"
939 target_gtfiles="$target_gtfiles \$(srcdir)/config/vms/vms.c"
940 tm_p_file="${tm_p_file} vms/vms-protos.h"
d8aba32a 941 xm_file="vms/xm-vms.h"
c750e768
TG
942 c_target_objs="vms-c.o"
943 cxx_target_objs="vms-c.o"
c531f06a 944 fortran_target_objs="vms-f.o"
20bfad56
TG
945 use_gcc_stdint=provide
946 tm_file="${tm_file} vms/vms-stdint.h"
18a24fed
TG
947 if test x$gnu_ld != xyes; then
948 # Build wrappers for native case.
949 extra_programs="ld\$(exeext) ar\$(exeext)"
950 tmake_file="$tmake_file vms/t-vmsnative"
951 fi
952 ;;
4977bab6 953*-*-vxworks*)
e3029773 954 tmake_file=t-vxworks
2eab15c9 955 xm_defines=POSIX
41c1b913 956
2eab15c9 957 extra_options="${extra_options} vxworks.opt"
6994430a 958 extra_objs="$extra_objs vxworks.o"
41c1b913 959
b3405ddc
JB
960 c_target_objs="${c_target_objs} vxworks-c.o"
961 cxx_target_objs="${cxx_target_objs} vxworks-c.o"
962 extra_headers="${extra_headers} ../vxworks/vxworks-predef.h"
963 target_has_targetcm="yes"
41c1b913 964
abb6c3ee
OH
965 # This private header exposes a consistent interface for checks on
966 # the VxWorks version our runtime header files need to perform, based on
967 # what the system headers adverstise:
968
969 extra_headers="${extra_headers} ../vxworks/_vxworks-versions.h"
970
41c1b913
OH
971 # Starting from VxWorks 7, the system comes with a Dinkumware
972 # environment which requires the inclusion of "yvals.h" before other
973 # system headers. We provide wrapped versions of a few headers to
974 # accomodate such constraints:
975
976 extra_headers="${extra_headers} ../vxworks/_yvals.h"
977 extra_headers="${extra_headers} ../vxworks/_yvals-wrapper.h"
978
979 extra_headers="${extra_headers} ../vxworks/math.h ../vxworks/complex.h"
980 extra_headers="${extra_headers} ../vxworks/inttypes.h ../vxworks/setjmp.h"
981
bbbc0595
OH
982 # We provide stdint.h ...
983
984 tm_file="${tm_file} vxworks-stdint.h"
985
986 # .. only through the yvals conditional wrapping mentioned above
987 # to abide by the VxWorks 7 expectations. The final copy is performed
988 # explicitly by a t-vxworks Makefile rule.
989
990 use_gcc_stdint=none
991 extra_headers="${extra_headers} ../../ginclude/stdint-gcc.h"
992
55047c9d
PE
993 case ${enable_threads} in
994 no) ;;
995 "" | yes | vxworks) thread_file='vxworks' ;;
996 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
997 esac
ebcdba9c
PB
998
999 # A few common macro definitions conveying general characteristics
1000 # of the configuration at hand. Note that by VxWorks 7, we mean the
1001 # the SR6xx major update or beyond in vendor parlance:
1002
b269e899
JL
1003 case $target in
1004 *-*-vxworks7*)
1005 tm_defines="$tm_defines TARGET_VXWORKS7=1"
1006 ;;
1007 esac
caa62834
OH
1008 case $target in
1009 *64-*-vxworks*)
1010 tm_defines="$tm_defines TARGET_VXWORKS64=1"
1011 ;;
1012 esac
ebcdba9c
PB
1013
1014 # Then a few build configuration controls for VxWorks 7, which
1015 # has specificities on top of which we aim to provide more complete
1016 # C++ support:
1017
1018 case $target in
1019 *-*-vxworks7*)
1020 # VxWorks 7 always has init/fini_array support and it is simpler to
1021 # just leverage this, sticking to what the system toolchain does:
1022 gcc_cv_initfini_array=yes
1023 ;;
1024 esac
e3029773 1025 ;;
53426f6c 1026*-*-elf|arc*-*-elf*)
c5dde55b
NC
1027 # Assume that newlib is being used and so __cxa_atexit is provided.
1028 default_use_cxa_atexit=yes
207bf79d 1029 use_gcc_stdint=wrap
c5dde55b 1030 ;;
61ed06c3
HPN
1031esac
1032
b01bc573 1033case ${target} in
491b3c5f 1034aarch64*-*-elf | aarch64*-*-fuchsia* | aarch64*-*-rtems*)
24034425 1035 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h"
91bed1a1 1036 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-elf-raw.h"
24034425 1037 tmake_file="${tmake_file} aarch64/t-aarch64"
11779999
JS
1038 case $target in
1039 aarch64-*-elf*)
1040 use_gcc_stdint=wrap
1041 ;;
491b3c5f
JC
1042 aarch64-*-fuchsia*)
1043 tm_file="${tm_file} fuchsia.h"
1044 ;;
11779999
JS
1045 aarch64-*-rtems*)
1046 tm_file="${tm_file} rtems.h aarch64/rtems.h"
1047 ;;
1048 esac
24034425
IB
1049 case $target in
1050 aarch64_be-*)
1051 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1052 ;;
1053 esac
17a819cb
YZ
1054 aarch64_multilibs="${with_multilib_list}"
1055 if test "$aarch64_multilibs" = "default"; then
1056 aarch64_multilibs="lp64,ilp32"
1057 fi
1058 aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
1059 for aarch64_multilib in ${aarch64_multilibs}; do
1060 case ${aarch64_multilib} in
1061 ilp32 | lp64 )
1062 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
1063 ;;
1064 *)
1065 echo "--with-multilib-list=${aarch64_multilib} not supported."
1066 exit 1
1067 esac
1068 done
1069 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
24034425 1070 ;;
b20e7532
AT
1071aarch64*-*-freebsd*)
1072 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}"
91bed1a1 1073 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-freebsd.h"
b20e7532 1074 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd"
5b0acc31 1075 tm_defines="${tm_defines} TARGET_DEFAULT_ASYNC_UNWIND_TABLES=1"
b20e7532 1076 ;;
f32f7585
MG
1077aarch64*-*-netbsd*)
1078 tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file}"
91bed1a1 1079 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-netbsd.h"
f32f7585
MG
1080 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-netbsd"
1081 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1082 ;;
24034425
IB
1083aarch64*-*-linux*)
1084 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h"
91bed1a1 1085 tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-errata.h aarch64/aarch64-linux.h"
24034425 1086 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-linux"
b39036d2 1087 tm_defines="${tm_defines} TARGET_DEFAULT_ASYNC_UNWIND_TABLES=1"
24034425
IB
1088 case $target in
1089 aarch64_be-*)
1090 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1091 ;;
1092 esac
17a819cb
YZ
1093 aarch64_multilibs="${with_multilib_list}"
1094 if test "$aarch64_multilibs" = "default"; then
1095 # TODO: turn on ILP32 multilib build after its support is mature.
1096 # aarch64_multilibs="lp64,ilp32"
1097 aarch64_multilibs="lp64"
1098 fi
1099 aarch64_multilibs=`echo $aarch64_multilibs | sed -e 's/,/ /g'`
1100 for aarch64_multilib in ${aarch64_multilibs}; do
1101 case ${aarch64_multilib} in
1102 ilp32 | lp64 )
1103 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${aarch64_multilib}"
1104 ;;
1105 *)
1106 echo "--with-multilib-list=${aarch64_multilib} not supported."
1107 exit 1
1108 esac
1109 done
1110 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
24034425 1111 ;;
3004f893
DR
1112aarch64*-wrs-vxworks*)
1113 tm_file="${tm_file} elfos.h aarch64/aarch64-elf.h"
1114 tm_file="${tm_file} vx-common.h vxworks.h aarch64/aarch64-vxworks.h"
1115 tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-vxworks"
1116 ;;
61ed06c3 1117alpha*-*-linux*)
8f27fc6b 1118 tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
a32fc216 1119 tmake_file="${tmake_file} alpha/t-linux alpha/t-alpha"
183c38a4 1120 extra_options="${extra_options} alpha/elf.opt"
61ed06c3 1121 ;;
61ed06c3 1122alpha*-*-netbsd*)
dfe2677b 1123 tm_file="elfos.h ${tm_file} ${nbsd_tm_file} alpha/elf.h alpha/netbsd.h"
a32fc216 1124 tmake_file="${tmake_file} alpha/t-alpha"
183c38a4
JM
1125 extra_options="${extra_options} netbsd.opt netbsd-elf.opt \
1126 alpha/elf.opt"
61ed06c3 1127 ;;
61ed06c3 1128alpha*-*-openbsd*)
aa58f943 1129 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
8f27fc6b 1130 tm_file="elfos.h alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
a32fc216 1131 tmake_file="${tmake_file} alpha/t-alpha"
183c38a4 1132 extra_options="${extra_options} openbsd.opt alpha/elf.opt"
61ed06c3 1133 # default x-alpha is only appropriate for dec-osf.
61ed06c3 1134 ;;
ef057c45 1135alpha*-dec-*vms*)
ba89fcb6 1136 tm_file="${tm_file} vms/vms.h alpha/vms.h"
a32fc216 1137 tmake_file="${tmake_file} alpha/t-vms alpha/t-alpha"
61ed06c3 1138 ;;
53426f6c 1139arc*-*-elf*)
fad92291 1140 tm_file="arc/arc-arch.h dbxelf.h elfos.h newlib-stdint.h arc/elf.h ${tm_file}"
f9ccf899
CZ
1141 tmake_file="arc/t-multilib arc/t-arc"
1142 extra_gcc_objs="driver-arc.o"
1143 if test "x$with_cpu" != x; then
1144 tm_defines="${tm_defines} TARGET_CPU_BUILD=PROCESSOR_$with_cpu"
1145 fi
53426f6c
JR
1146 if test x${with_endian} = x; then
1147 case ${target} in
1148 arc*be-*-* | arc*eb-*-*) with_endian=big ;;
1149 *) with_endian=little ;;
1150 esac
1151 fi
1152 case ${with_endian} in
1153 big|little) ;;
1154 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
1155 esac
1156 case ${with_endian} in
fad92291 1157 big*) tm_file="arc/big.h ${tm_file}"
53426f6c
JR
1158 esac
1159 ;;
b1938888 1160arc*-*-linux*)
fad92291 1161 tm_file="arc/arc-arch.h dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h arc/linux.h ${tm_file}"
825f9d0b 1162 tmake_file="${tmake_file} arc/t-multilib-linux arc/t-arc"
f9ccf899
CZ
1163 extra_gcc_objs="driver-arc.o"
1164 if test "x$with_cpu" != x; then
1165 tm_defines="${tm_defines} TARGET_CPU_BUILD=PROCESSOR_$with_cpu"
1166 fi
53426f6c
JR
1167 if test x${with_endian} = x; then
1168 case ${target} in
1169 arc*be-*-* | arc*eb-*-*) with_endian=big ;;
1170 *) with_endian=little ;;
1171 esac
1172 fi
1173 case ${with_endian} in
1174 big|little) ;;
1175 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
1176 esac
1177 case ${with_endian} in
fad92291 1178 big*) tm_file="arc/big.h ${tm_file}"
53426f6c 1179 esac
fac31afe
VG
1180 # Force .init_array support. The configure script cannot always
1181 # automatically detect that GAS supports it, yet we require it.
1182 gcc_cv_initfini_array=yes
1183 ;;
27204060
JL
1184arm-wrs-vxworks7*)
1185 # We only support VxWorks 7 now on ARM, post SR600. Pre SR600
1186 # VxWorks 7 was transitory and major versions prior to 7 were based
1187 # on long deprecated ABI, not supported at all any more regardless
1188 # of VxWorks.
59793c51 1189 extra_options="${extra_options} arm/vxworks.opt"
27204060
JL
1190 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks arm/t-bpabi"
1191 tm_file="elfos.h arm/elf.h arm/bpabi.h arm/aout.h ${tm_file}"
1192 tm_file="${tm_file} vx-common.h vxworks.h arm/vxworks.h"
1193 target_cpu_cname="armv7-a"
1194 need_64bit_hwint=yes
55047c9d 1195 ;;
82a19768
AT
1196arm*-*-freebsd*) # ARM FreeBSD EABI
1197 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h"
1198 case $target in
1199 arm*b-*-freebsd*)
1200 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1201 ;;
1202 esac
1203 tmake_file="${tmake_file} arm/t-arm arm/t-bpabi"
1204 tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
1205 case $target in
1206 armv6*-*-freebsd*)
b5e204dc 1207 target_cpu_cname="arm1176jzf-s"
c8743fc5
AT
1208 if test $fbsd_major -ge 11; then
1209 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1210 fi
82a19768 1211 ;;
eb484969
AT
1212 armv7*-*-freebsd*)
1213 target_cpu_cname="generic-armv7-a"
1214 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"
1215 ;;
d3d3f1af
RE
1216 *)
1217 target_cpu_cname="arm9"
1218 ;;
82a19768
AT
1219 esac
1220 with_tls=${with_tls:-gnu}
1221 ;;
69474c3c 1222arm*-*-netbsdelf*)
7a433140 1223 target_cpu_cname="strongarm"
b27c1082
MT
1224 tmake_file="${tmake_file} arm/t-arm"
1225 tm_file="dbxelf.h elfos.h ${nbsd_tm_file} arm/elf.h"
1226 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1227 case ${target} in
1228 arm*eb-*) tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" ;;
1229 esac
1230 case ${target} in
1231 arm*-*-netbsdelf-*eabi*)
1232 tm_file="$tm_file arm/bpabi.h arm/netbsd-elf.h arm/netbsd-eabi.h"
1233 tmake_file="$tmake_file arm/t-bpabi arm/t-netbsdeabi"
1234 ;;
1235 *)
1236 tm_file="$tm_file arm/netbsd-elf.h"
1237 tmake_file="$tmake_file arm/t-netbsd"
1238 ;;
1239 esac
1240 tm_file="${tm_file} arm/aout.h arm/arm.h"
1241 case ${target} in
1242 arm*-*-netbsdelf-*eabihf*)
1243 # Hard-float requires at least Arm v5te
1244 target_cpu_cname="arm10e"
1245 tm_defines="${tm_defines} TARGET_DEFAULT_FLOAT_ABI=ARM_FLOAT_ABI_HARD"
1246 ;;
1247 esac
1248 case ${target} in
1249 armv6*) target_cpu_cname="arm1176jzf-s";;
1250 armv7*) target_cpu_cname="generic-armv7-a";;
1251 esac
69474c3c 1252 ;;
b1e21e5a 1253arm*-*-linux-* | arm*-*-uclinuxfdpiceabi)
8e38461c 1254 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"
5fa747a7 1255 extra_options="${extra_options} linux-android.opt"
d3a9662c 1256 case $target in
e3ed9d60 1257 arm*b-*-linux*)
c4cc7bc1
RE
1258 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1259 ;;
d3a9662c 1260 esac
f423a9e4 1261 tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
52e18cdf 1262 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h arm/aout.h arm/arm.h"
45d53c67
CL
1263 case $target in
1264 arm*-*-uclinuxfdpiceabi)
1265 tm_file="$tm_file arm/uclinuxfdpiceabi.h"
1266 ;;
1267 esac
87fd6bde
RE
1268 # Generation of floating-point instructions requires at least ARMv5te.
1269 if [ "$with_float" = "hard" -o "$with_float" = "softfp" ] ; then
1270 target_cpu_cname="arm10e"
1271 else
1272 target_cpu_cname="arm10tdmi"
1273 fi
c4cc7bc1 1274 # Define multilib configuration for arm-linux-androideabi.
077fc835 1275 case ${target} in
c4cc7bc1
RE
1276 *-androideabi)
1277 tmake_file="$tmake_file arm/t-linux-androideabi"
077fc835
KH
1278 ;;
1279 esac
c4cc7bc1
RE
1280 # The EABI requires the use of __cxa_atexit.
1281 default_use_cxa_atexit=yes
7cf13d1f 1282 with_tls=${with_tls:-gnu}
61ed06c3 1283 ;;
c4cc7bc1 1284arm*-*-uclinux*eabi*) # ARM ucLinux
207bf79d 1285 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
aefe4056 1286 tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf arm/t-bpabi"
52e18cdf 1287 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h arm/aout.h arm/arm.h"
d3d3f1af 1288 target_cpu_cname="arm7tdmi"
c4cc7bc1
RE
1289 # The EABI requires the use of __cxa_atexit.
1290 default_use_cxa_atexit=yes
0e5a4ad8 1291 ;;
bfdd80d4
JS
1292arm*-*-phoenix*)
1293 tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
1294 tm_file="${tm_file} newlib-stdint.h phoenix.h"
1295 tm_file="${tm_file} arm/aout.h arm/arm.h"
1296 tmake_file="${tmake_file} arm/t-arm arm/t-bpabi arm/t-phoenix"
d3d3f1af 1297 target_cpu_cname="arm7tdmi"
bfdd80d4 1298 ;;
491b3c5f 1299arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems* | arm*-*-fuchsia*)
ac8d93a7
SL
1300 case ${target} in
1301 arm*eb-*-eabi*)
1302 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
1303 esac
e6fc6c9b 1304 default_use_cxa_atexit=yes
b3f8d95d 1305 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
aefe4056 1306 tmake_file="${tmake_file} arm/t-arm arm/t-arm-elf"
d3d3f1af 1307 target_cpu_cname="arm7tdmi"
b3f8d95d 1308 case ${target} in
f9a02408 1309 arm*-*-eabi*)
51b9db92 1310 tm_file="$tm_file newlib-stdint.h"
e04d8a63 1311 tmake_file="${tmake_file} arm/t-bpabi"
207bf79d 1312 use_gcc_stdint=wrap
f9a02408 1313 ;;
491b3c5f
JC
1314 arm*-*-fuchsia*)
1315 tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h"
be5c4e06 1316 tmake_file="${tmake_file} arm/t-bpabi arm/t-fuchsia"
bf35d17a 1317 target_cpu_cname="generic-armv7-a"
491b3c5f 1318 ;;
05242957 1319 arm*-*-rtems*)
5be0a29b
SH
1320 tm_file="${tm_file} rtems.h arm/rtems.h newlib-stdint.h"
1321 tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems"
e36c5271 1322 ;;
b3f8d95d
MM
1323 arm*-*-symbianelf*)
1324 tm_file="${tm_file} arm/symbian.h"
f9a02408
MM
1325 # We do not include t-bpabi for Symbian OS because the system
1326 # provides its own implementation of the BPABI functions.
c0354bf4 1327 tmake_file="${tmake_file} arm/t-symbian"
d3d3f1af 1328 target_cpu_cname="arm10tdmi"
b3f8d95d
MM
1329 ;;
1330 esac
52e18cdf 1331 tm_file="${tm_file} arm/aout.h arm/arm.h"
336bd6ac 1332 ;;
61ed06c3 1333avr-*-*)
4a2caf6c 1334 tm_file="elfos.h avr/elf.h avr/avr-arch.h avr/avr.h avr/specs.h dbxelf.h avr/avr-stdint.h"
b588ae30
GJL
1335 if test x${with_avrlibc} != xno; then
1336 tm_file="${tm_file} ${cpu_type}/avrlibc.h"
1337 tm_defines="${tm_defines} WITH_AVRLIBC"
1338 fi
29f3def3
GJL
1339 case y${with_double} in
1340 y | y32)
1341 avr_double=32
1342 tm_defines="${tm_defines} HAVE_DOUBLE32"
1343 ;;
1344 y64)
1345 avr_double=64
1346 tm_defines="${tm_defines} HAVE_DOUBLE64"
1347 ;;
1348 y64,32)
1349 avr_double=64
1350 avr_double_multilib=1
1351 tm_defines="${tm_defines} HAVE_DOUBLE32"
1352 tm_defines="${tm_defines} HAVE_DOUBLE64"
1353 tm_defines="${tm_defines} HAVE_DOUBLE_MULTILIB"
1354 ;;
1355 y32,64)
1356 avr_double=32
1357 avr_double_multilib=1
1358 tm_defines="${tm_defines} HAVE_DOUBLE32"
1359 tm_defines="${tm_defines} HAVE_DOUBLE64"
1360 tm_defines="${tm_defines} HAVE_DOUBLE_MULTILIB"
1361 ;;
1362 *)
1363 echo "Error: --with-double= can only be used with: '32', '32,64', '64,32', '64'" 1>&2
1364 exit 1
1365 ;;
1366 esac
1367 case y${with_long_double} in
1368 y | y32)
1369 avr_long_double=32
1370 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1371 ;;
1372 y64)
1373 avr_long_double=64
1374 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1375 ;;
1376 y64,32)
1377 avr_long_double=64
1378 avr_long_double_multilib=1
1379 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1380 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1381 tm_defines="${tm_defines} HAVE_LONG_DOUBLE_MULTILIB"
1382 ;;
1383 y32,64)
1384 avr_long_double=32
1385 avr_long_double_multilib=1
1386 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1387 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1388 tm_defines="${tm_defines} HAVE_LONG_DOUBLE_MULTILIB"
1389 ;;
1390 ydouble)
1391 avr_long_double=${avr_double}
1392 tm_defines="${tm_defines} HAVE_LONG_DOUBLE_IS_DOUBLE"
1393 if test y${avr_double_multilib} = y1; then
1394 tm_defines="${tm_defines} HAVE_LONG_DOUBLE32"
1395 tm_defines="${tm_defines} HAVE_LONG_DOUBLE64"
1396 else
1397 tm_defines="${tm_defines} HAVE_LONG_DOUBLE${avr_long_double}"
1398 fi
1399 ;;
1400 *)
1401 echo "Error: --with-long_double= can only be used with: '32', '32,64', '64,32', '64', 'double'" 1>&2
1402 exit 1
1403 ;;
1404 esac
1405 if test ${avr_long_double}x${avr_long_double_multilib}y${avr_double_multilib}z = 32xy1z; then
1406 if test y${with_long_double} != ydouble; then
1407 echo "Error: --with-double=${with_double} requests a multilib for double, but long double is always 32 bits wide due to --with-long-double=${with_long_double}" 1>&2
1408 exit 1
1409 fi
1410 fi
1411 if test ${avr_double}x${avr_long_double_multilib}y${avr_double_multilib}z = 64x1yz; then
1412 echo "Error: --with-long-double=${with_long_double} requests a multilib for long double, but double is always 64 bits wide due to --with-double=64" 1>&2
1413 exit 1
1414 fi
1415 if test y${avr_double}${avr_long_double} = y6432; then
1416 echo "Error: double default of 64 bits from --with-double=${with_double} conflicts with default of 32 bits for long double from --with-long-double=${with_long_double}" 1>&2
1417 exit 1
1418 fi
1419 tm_defines="${tm_defines} WITH_DOUBLE${avr_double}"
1420 tm_defines="${tm_defines} WITH_LONG_DOUBLE${avr_long_double}"
4de80584 1421 tmake_file="${tmake_file} avr/t-avr avr/t-multilib"
207bf79d 1422 use_gcc_stdint=wrap
4a2caf6c 1423 extra_gcc_objs="driver-avr.o avr-devices.o"
6c7dfafe 1424 extra_objs="avr-devices.o avr-log.o"
61ed06c3 1425 ;;
0d4a78eb 1426bfin*-elf*)
207bf79d 1427 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
6bad46f7
JZ
1428 tmake_file=bfin/t-bfin-elf
1429 use_collect2=no
1430 ;;
1f4174d4 1431bfin*-uclinux*)
8e38461c 1432 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h glibc-stdint.h bfin/uclinux.h"
6bad46f7 1433 tmake_file=bfin/t-bfin-uclinux
6bad46f7
JZ
1434 use_collect2=no
1435 ;;
344189f9 1436bfin*-linux-uclibc*)
8e38461c 1437 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"
e08cf345 1438 tmake_file="${tmake_file} bfin/t-bfin-linux"
6bad46f7
JZ
1439 use_collect2=no
1440 ;;
152167d5 1441bfin*-rtems*)
1ddc8057 1442 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
aefe4056 1443 tmake_file="${tmake_file} bfin/t-rtems"
6bad46f7 1444 ;;
0d4a78eb 1445bfin*-*)
207bf79d 1446 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
6bad46f7 1447 use_collect2=no
207bf79d 1448 use_gcc_stdint=wrap
6bad46f7 1449 ;;
91dfef96
JM
1450bpf-*-*)
1451 tmake_file="${tmake_file} bpf/t-bpf"
1452 use_collect2=no
1453 extra_headers="bpf-helpers.h"
1454 use_gcc_stdint=provide
1455 ;;
b25364a0 1456cr16-*-elf)
db48a9e3 1457 tm_file="elfos.h ${tm_file} newlib-stdint.h"
b25364a0
S
1458 tmake_file="${tmake_file} cr16/t-cr16 "
1459 use_collect2=no
1460 ;;
99c5227a 1461crisv32-*-elf | crisv32-*-none)
207bf79d 1462 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
99c5227a
HPN
1463 tmake_file="cris/t-cris"
1464 target_cpu_default=32
1465 gas=yes
1466 extra_options="${extra_options} cris/elf.opt"
207bf79d 1467 use_gcc_stdint=wrap
99c5227a 1468 ;;
0b85d816 1469cris-*-elf | cris-*-none)
207bf79d 1470 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
0b85d816
HPN
1471 tmake_file="cris/t-cris cris/t-elfmulti"
1472 gas=yes
2a186d97 1473 extra_options="${extra_options} cris/elf.opt"
207bf79d 1474 use_gcc_stdint=wrap
0b85d816 1475 ;;
99c5227a 1476crisv32-*-linux* | cris-*-linux*)
8e38461c 1477 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h cris/linux.h"
3a213afb 1478 tmake_file="${tmake_file} cris/t-cris cris/t-linux"
2a186d97 1479 extra_options="${extra_options} cris/linux.opt"
99c5227a
HPN
1480 case $target in
1481 cris-*-*)
1482 target_cpu_default=10
1483 ;;
1484 crisv32-*-*)
1485 target_cpu_default=32
1486 ;;
1487 esac
0b85d816 1488 ;;
56856b58
J
1489csky-*-*)
1490 if test x${with_endian} != x; then
1491 case ${with_endian} in
1492 big|little) ;;
1493 *)
1494 echo "with_endian=${with_endian} not supported."
1495 exit 1
1496 ;;
1497 esac
1498 fi
1499 if test x${with_float} != x; then
1500 case ${with_float} in
1501 soft | hard) ;;
1502 *) echo
1503 "Unknown floating point type used in --with-float=$with_float"
1504 exit 1
1505 ;;
1506 esac
1507 fi
1508 tm_file="csky/csky.h"
1509 md_file="csky/csky.md"
1510 out_file="csky/csky.c"
1511 tm_p_file="${tm_p_file} csky/csky-protos.h"
1512 extra_options="${extra_options} csky/csky_tables.opt"
1513
1514 if test x${enable_tpf_debug} = xyes; then
1515 tm_defines="${tm_defines} ENABLE_TPF_DEBUG"
1516 fi
1517
1518 case ${target} in
1519 csky-*-elf*)
1520 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} csky/csky-elf.h"
1521 tmake_file="csky/t-csky csky/t-csky-elf"
1522 default_use_cxa_atexit=no
1523 ;;
1524 csky-*-linux*)
1525 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} csky/csky-linux-elf.h"
1526 tmake_file="${tmake_file} csky/t-csky csky/t-csky-linux"
1527
1528 if test "x${enable_multilib}" = xyes ; then
1529 tm_file="$tm_file ./sysroot-suffix.h"
1530 tmake_file="${tmake_file} csky/t-sysroot-suffix"
1531 fi
1532
1533 case ${target} in
1534 csky-*-linux-gnu*)
1535 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
be3399c5
XQ
1536 # Force .init_array support. The configure script cannot always
1537 # automatically detect that GAS supports it, yet we require it.
1538 gcc_cv_initfini_array=yes
56856b58
J
1539 ;;
1540 csky-*-linux-uclibc*)
1541 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
1542 default_use_cxa_atexit=no
1543 ;;
1544 *)
1545 echo "Unknown target $target"
1546 exit 1
1547 ;;
1548 esac
1549 ;;
1550 *)
1551 echo "Unknown target $target"
1552 exit 1
1553 ;;
1554 esac
1555 ;;
64b371b1
SH
1556epiphany-*-elf | epiphany-*-rtems*)
1557 tm_file="${tm_file} dbxelf.h elfos.h"
1558 tmake_file="${tmake_file} epiphany/t-epiphany"
1559 case ${target} in
1560 epiphany-*-rtems*)
1561 tm_file="${tm_file} rtems.h epiphany/rtems.h newlib-stdint.h"
1562 ;;
1563 *)
1564 tm_file="${tm_file} newlib-stdint.h"
1565 ;;
1566 esac
feeeff5c 1567 extra_options="${extra_options} fused-madd.opt"
64b371b1 1568 extra_objs="${extra_objs} mode-switch-use.o resolve-sw-modes.o"
feeeff5c
JR
1569 tm_defines="${tm_defines} EPIPHANY_STACK_OFFSET=${with_stack_offset:-8}"
1570 extra_headers="epiphany_intrinsics.h"
1571 ;;
61ed06c3 1572fr30-*-elf)
35766c1d 1573 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
61ed06c3 1574 ;;
36a05131 1575frv-*-elf)
a3724010 1576 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
36a05131
BS
1577 tmake_file=frv/t-frv
1578 ;;
34208acf 1579frv-*-*linux*)
a3724010 1580 tm_file="dbxelf.h elfos.h ${tm_file} \
8e38461c 1581 gnu-user.h linux.h glibc-stdint.h frv/linux.h"
65d151a7 1582 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
34208acf 1583 ;;
fef939d6
JB
1584ft32-*-elf)
1585 gas=yes
1586 gnu_ld=yes
1587 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
1588 tmake_file="${tmake_file} ft32/t-ft32"
1589 ;;
7431c1a1
AS
1590amdgcn-*-amdhsa)
1591 tm_file="elfos.h gcn/gcn-hsa.h gcn/gcn.h newlib-stdint.h"
1592 tmake_file="gcn/t-gcn-hsa"
1593 native_system_header_dir=/include
1594 extra_modes=gcn/gcn-modes.def
1595 extra_objs="${extra_objs} gcn-tree.o"
1596 extra_gcc_objs="driver-gcn.o"
1597 case "$host" in
1598 x86_64*-*-linux-gnu )
1599 if test "$ac_cv_search_dlopen" != no; then
1600 extra_programs="${extra_programs} gcn-run\$(exeext)"
1601 fi
1602 ;;
1603 esac
1604 if test x$enable_as_accelerator = xyes; then
1605 extra_programs="${extra_programs} mkoffload\$(exeext)"
1606 tm_file="${tm_file} gcn/offload.h"
1607 fi
7039cebf
KCY
1608 # Force .init_array support.
1609 gcc_cv_initfini_array=yes
76d46331 1610 thread_file=gcn
7431c1a1 1611 ;;
cceb575c
AG
1612moxie-*-elf)
1613 gas=yes
1614 gnu_ld=yes
804a304d 1615 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
aca0b0b3 1616 tmake_file="${tmake_file} moxie/t-moxie"
cceb575c 1617 ;;
23865616
AG
1618moxie-*-uclinux*)
1619 gas=yes
1620 gnu_ld=yes
8e38461c 1621 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h moxie/uclinux.h"
aca0b0b3 1622 tmake_file="${tmake_file} moxie/t-moxie"
23865616 1623 ;;
1242723c 1624moxie-*-rtems*)
aefe4056 1625 tmake_file="${tmake_file} moxie/t-moxie"
1242723c
AG
1626 tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
1627 ;;
17522262
AG
1628moxie-*-moxiebox*)
1629 gas=yes
1630 gnu_ld=yes
1631 tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h"
1632 tmake_file="${tmake_file} moxie/t-moxiebox"
1633 ;;
9f5b774b 1634h8300-*-elf*)
5f73c6cc 1635 tmake_file="h8300/t-h8300"
207bf79d 1636 tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
9f5b774b 1637 ;;
2f6bd6eb
YS
1638h8300-*-linux*)
1639 tmake_file="${tmake_file} h8300/t-h8300 h8300/t-linux"
1640 tm_file="h8300/h8300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h h8300/linux.h"
1641 ;;
cd985f66 1642hppa*64*-*-linux*)
d711cf67 1643 target_cpu_default="MASK_PA_11|MASK_PA_20"
8e38461c 1644 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h gnu-user.h linux.h \
207bf79d
JM
1645 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
1646 pa/pa64-linux.h"
40b1bb9f
JDA
1647 tmake_file="${tmake_file} pa/t-pa pa/t-linux"
1648 d_target_objs="${d_target_objs} pa-d.o"
c21a2372
AM
1649 gas=yes gnu_ld=yes
1650 ;;
cd985f66 1651hppa*-*-linux*)
dbc4d77c 1652 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS|MASK_CALLER_COPIES"
8e38461c 1653 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h pa/pa-linux.h \
c21a2372 1654 pa/pa32-regs.h pa/pa32-linux.h"
b8559e81
JDA
1655 tmake_file="${tmake_file} pa/t-pa pa/t-linux"
1656 d_target_objs="${d_target_objs} pa-d.o"
61ed06c3 1657 ;;
17f293b0
MK
1658hppa*-*-openbsd*)
1659 target_cpu_default="MASK_PA_11"
1660 tm_file="${tm_file} dbxelf.h elfos.h openbsd.h openbsd-stdint.h openbsd-libpthread.h \
1661 pa/pa-openbsd.h pa/pa32-regs.h pa/pa32-openbsd.h"
17f293b0 1662 extra_options="${extra_options} openbsd.opt"
40b1bb9f
JDA
1663 tmake_file="pa/t-pa"
1664 d_target_objs="${d_target_objs} pa-d.o"
17f293b0
MK
1665 gas=yes
1666 gnu_ld=yes
1667 ;;
428642b1
MT
1668hppa*-*-netbsd*)
1669 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
1670 tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file} \
1671 pa/pa-netbsd.h pa/pa32-regs.h pa/pa32-netbsd.h"
1672 tmake_file="${tmake_file}"
1673 tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1"
1674 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
1675 ;;
d711cf67
JDA
1676hppa[12]*-*-hpux10*)
1677 case ${target} in
1678 hppa1.1-*-* | hppa2*-*-*)
1679 target_cpu_default="MASK_PA_11"
1680 ;;
1681 esac
1682 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1683 pa/pa-hpux.h pa/pa-hpux10.h"
b24d1acf 1684 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux10.opt"
d711cf67
JDA
1685 case ${target} in
1686 *-*-hpux10.[1-9]*)
1687 tm_file="${tm_file} pa/pa-hpux1010.h"
66617831 1688 extra_options="${extra_options} pa/pa-hpux1010.opt"
d711cf67 1689 ;;
61ed06c3 1690 esac
be3e4ef6
JDA
1691 use_gcc_stdint=provide
1692 tm_file="${tm_file} hpux-stdint.h"
40b1bb9f
JDA
1693 tmake_file="pa/t-pa t-slibgcc"
1694 d_target_objs="${d_target_objs} pa-d.o"
615be2cf
NN
1695 case ${enable_threads} in
1696 "")
1697 if test x$have_pthread_h = xyes ; then
1698 tmake_file="${tmake_file} pa/t-dce-thr"
1699 fi
1700 ;;
1701 yes | dce)
1702 tmake_file="${tmake_file} pa/t-dce-thr"
1703 ;;
61ed06c3 1704 esac
61ed06c3 1705 use_collect2=yes
543b6009 1706 gas=yes
a65264ae 1707 if test "x$with_dwarf2" != x; then
5cdb5d59 1708 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
a65264ae
JDA
1709 dwarf2=no
1710 fi
61ed06c3
HPN
1711 ;;
1712hppa*64*-*-hpux11*)
d711cf67 1713 target_cpu_default="MASK_PA_11|MASK_PA_20"
7b79fe71
JDA
1714 if test x$gnu_ld = xyes
1715 then
d711cf67 1716 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
7b79fe71 1717 fi
543b6009
SE
1718 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1719 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1720 pa/pa-hpux11.h"
d711cf67 1721 case ${target} in
fc4538e4 1722 *-*-hpux11.[12]*)
d711cf67 1723 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
66617831 1724 extra_options="${extra_options} pa/pa-hpux1111.opt"
d711cf67 1725 ;;
fc4538e4
SE
1726 *-*-hpux11.[3-9]*)
1727 tm_file="${tm_file} pa/pa-hpux1131.h pa/pa-64.h pa/pa64-hpux.h"
1728 extra_options="${extra_options} pa/pa-hpux1131.opt"
1729 ;;
d711cf67
JDA
1730 *)
1731 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1732 ;;
1733 esac
66617831 1734 extra_options="${extra_options} pa/pa-hpux.opt \
e543b94c 1735 pa/pa-hpux1010.opt pa/pa64-hpux.opt hpux11.opt"
40b1bb9f
JDA
1736 tmake_file="pa/t-pa t-slibgcc"
1737 d_target_objs="${d_target_objs} pa-d.o"
7e2055ec 1738 case x${enable_threads} in
27ca3a61 1739 x | xyes | xposix )
f7288899 1740 thread_file=posix
7e2055ec
ZW
1741 ;;
1742 esac
543b6009 1743 gas=yes
9a17c91d
SE
1744 case ${target} in
1745 *-*-hpux11.[01]*)
1746 use_gcc_stdint=provide
1747 tm_file="${tm_file} hpux-stdint.h"
1748 ;;
1749 *-*-hpux11.[23]*)
1750 use_gcc_stdint=wrap
1751 tm_file="${tm_file} hpux-stdint.h"
1752 ;;
1753 esac
61ed06c3 1754 ;;
d711cf67
JDA
1755hppa[12]*-*-hpux11*)
1756 case ${target} in
1757 hppa1.1-*-* | hppa2*-*-*)
1758 target_cpu_default="MASK_PA_11"
1759 ;;
1760 esac
1761 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
66617831 1762 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
e543b94c
JM
1763 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt \
1764 hpux11.opt"
d711cf67 1765 case ${target} in
fc4538e4 1766 *-*-hpux11.[12]*)
d711cf67 1767 tm_file="${tm_file} pa/pa-hpux1111.h"
66617831 1768 extra_options="${extra_options} pa/pa-hpux1111.opt"
7e2055ec 1769 ;;
fc4538e4
SE
1770 *-*-hpux11.[3-9]*)
1771 tm_file="${tm_file} pa/pa-hpux1131.h"
1772 extra_options="${extra_options} pa/pa-hpux1131.opt"
1773 ;;
7e2055ec 1774 esac
40b1bb9f
JDA
1775 tmake_file="pa/t-pa t-slibgcc"
1776 d_target_objs="${d_target_objs} pa-d.o"
7e2055ec 1777 case x${enable_threads} in
27ca3a61 1778 x | xyes | xposix )
f7288899 1779 thread_file=posix
7e2055ec
ZW
1780 ;;
1781 esac
61ed06c3 1782 use_collect2=yes
543b6009 1783 gas=yes
9a17c91d
SE
1784 case ${target} in
1785 *-*-hpux11.[01]*)
1786 use_gcc_stdint=provide
1787 tm_file="${tm_file} hpux-stdint.h"
1788 ;;
1789 *-*-hpux11.[23]*)
1790 use_gcc_stdint=wrap
1791 tm_file="${tm_file} hpux-stdint.h"
1792 ;;
1793 esac
a65264ae 1794 if test "x$with_dwarf2" != x; then
5cdb5d59 1795 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
a65264ae
JDA
1796 dwarf2=no
1797 fi
61ed06c3 1798 ;;
c2ff7104
IS
1799i[34567]86-*-darwin1[89]*)
1800 echo "Error: 32bit target is not supported after Darwin17" 1>&2
1801 ;;
b069de3b 1802i[34567]86-*-darwin*)
c6b9174f 1803 need_64bit_isa=yes
c0aefbbe
IS
1804 # Baseline choice for a machine that allows m64 support.
1805 with_cpu=${with_cpu:-core2}
c2ff7104
IS
1806 tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch t-slibgcc"
1807 tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
1808 ;;
1809x86_64-*-darwin1[89]* | x86_64-*-darwin2[01]*)
1810 # Only 64b from now
1811 with_cpu=${with_cpu:-core2}
b040f2be 1812 tmake_file="${tmake_file} t-slibgcc"
b069de3b 1813 ;;
9519e677 1814x86_64-*-darwin*)
c0aefbbe 1815 with_cpu=${with_cpu:-core2}
c2ff7104
IS
1816 tmake_file="${tmake_file} ${cpu_type}/t-darwin64-biarch t-slibgcc"
1817 tm_file="${tm_file} ${cpu_type}/darwin64-biarch.h"
9519e677 1818 ;;
d9063947
L
1819i[34567]86-*-elfiamcu)
1820 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/iamcu.h"
1821 ;;
61ed06c3 1822i[34567]86-*-elf*)
207bf79d 1823 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
a10dc289
HK
1824 ;;
1825x86_64-*-elf*)
207bf79d 1826 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
61ed06c3 1827 ;;
d6944908 1828x86_64-*-rtems*)
6fa08cbe 1829 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h i386/rtemself.h rtems.h"
d6944908 1830 ;;
5a579c3b
LE
1831i[34567]86-*-rdos*)
1832 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/rdos.h"
1833 ;;
1834x86_64-*-rdos*)
1835 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h i386/rdos.h i386/rdos64.h"
1836 tmake_file="i386/t-i386elf t-svr4"
1837 ;;
dbed5a9b
JM
1838i[34567]86-*-dragonfly*)
1839 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h dragonfly.h dragonfly-stdint.h i386/dragonfly.h"
1840 tmake_file="${tmake_file} i386/t-crtstuff"
1841 ;;
1842x86_64-*-dragonfly*)
1843 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h dragonfly.h dragonfly-stdint.h i386/x86-64.h i386/dragonfly.h"
1844 tmake_file="${tmake_file} i386/t-crtstuff"
1845 ;;
61ed06c3 1846i[34567]86-*-freebsd*)
39ed301b 1847 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
e564e618
DB
1848 ;;
1849x86_64-*-freebsd*)
39ed301b 1850 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
61ed06c3 1851 ;;
6ea0279f 1852i[34567]86-*-netbsdelf*)
dfe2677b 1853 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${nbsd_tm_file} i386/netbsd-elf.h"
a4714d14 1854 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
6ea0279f 1855 ;;
7c884404 1856x86_64-*-netbsd*)
dfe2677b 1857 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${nbsd_tm_file} i386/x86-64.h i386/netbsd64.h"
a4714d14 1858 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
7c884404 1859 ;;
378b66d4 1860i[34567]86-*-openbsd*)
75a3bd9d 1861 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
aa58f943 1862 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
5369e2d4 1863 extra_options="${extra_options} openbsd.opt"
378b66d4
ME
1864 gas=yes
1865 gnu_ld=yes
378b66d4 1866 ;;
613061fd
MK
1867x86_64-*-openbsd*)
1868 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1869 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/x86-64.h i386/openbsdelf.h"
1870 extra_options="${extra_options} openbsd.opt"
1871 gas=yes
1872 gnu_ld=yes
1873 ;;
8466af06 1874i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
cfafe973 1875 # Intel 80386's running GNU/*
61ed06c3 1876 # with ELF format using glibc 2
6c0170ea 1877 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h"
cfafe973 1878 case ${target} in
0f45f0f5 1879 i[34567]86-*-linux*)
5fa747a7
MK
1880 tm_file="${tm_file} linux.h linux-android.h"
1881 extra_options="${extra_options} linux-android.opt"
0f45f0f5 1882 if test x$enable_targets = xall; then
6acc8a3c 1883 tm_file="${tm_file} i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h i386/linux-common.h i386/linux64.h"
0f45f0f5 1884 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
ff473280 1885 tmake_file="${tmake_file} i386/t-linux64"
f0ea7581
L
1886 x86_multilibs="${with_multilib_list}"
1887 if test "$x86_multilibs" = "default"; then
1888 x86_multilibs="m64,m32"
1889 fi
1890 x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1891 for x86_multilib in ${x86_multilibs}; do
1892 case ${x86_multilib} in
1893 m32 | m64 | mx32)
1894 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1895 ;;
1896 *)
1897 echo "--with-multilib-list=${x86_with_multilib} not supported."
1898 exit 1
1899 esac
1900 done
1901 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
c6b9174f 1902 need_64bit_isa=yes
646bdeab 1903 if test x$with_cpu = x; then
8981c15b
JM
1904 if test x$with_cpu_64 = x; then
1905 with_cpu_64=generic
1906 fi
646bdeab
L
1907 else
1908 case " $x86_cpus $x86_archs $x86_64_archs " in
1909 *" $with_cpu "*)
1910 ;;
1911 *)
1912 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1913 echo "$x86_cpus $x86_archs $x86_64_archs " 1>&2
1914 exit 1
1915 ;;
1916 esac
1917 fi
0f45f0f5 1918 else
6acc8a3c 1919 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h i386/linux-common.h i386/linux.h"
0f45f0f5
JM
1920 fi
1921 ;;
63708bf5 1922 i[34567]86-*-kfreebsd*-gnu)
70a69509 1923 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kfreebsd-gnu.h i386/kfreebsd-gnu.h"
63708bf5
UB
1924 ;;
1925 i[34567]86-*-kopensolaris*-gnu)
70a69509 1926 tm_file="${tm_file} i386/gnu-user-common.h i386/gnu-user.h kopensolaris-gnu.h i386/kopensolaris-gnu.h"
63708bf5
UB
1927 ;;
1928 i[34567]86-*-gnu*)
70a69509 1929 tm_file="$tm_file i386/gnu-user-common.h i386/gnu-user.h gnu.h i386/gnu.h"
63708bf5 1930 ;;
cfafe973 1931 esac
61ed06c3 1932 ;;
8466af06 1933x86_64-*-linux* | x86_64-*-kfreebsd*-gnu)
6c0170ea 1934 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h \
70a69509 1935 i386/x86-64.h i386/gnu-user-common.h i386/gnu-user64.h"
44379973 1936 case ${target} in
f6c5fbfd 1937 x86_64-*-linux*)
5fa747a7
MK
1938 tm_file="${tm_file} linux.h linux-android.h i386/linux-common.h i386/linux64.h"
1939 extra_options="${extra_options} linux-android.opt"
63708bf5
UB
1940 ;;
1941 x86_64-*-kfreebsd*-gnu)
1942 tm_file="${tm_file} kfreebsd-gnu.h i386/kfreebsd-gnu64.h"
1943 ;;
44379973 1944 esac
5f73c6cc 1945 tmake_file="${tmake_file} i386/t-linux64"
f0ea7581
L
1946 x86_multilibs="${with_multilib_list}"
1947 if test "$x86_multilibs" = "default"; then
9287b168
L
1948 case ${with_abi} in
1949 x32 | mx32)
1950 x86_multilibs="mx32"
1951 ;;
1952 *)
1953 x86_multilibs="m64,m32"
1954 ;;
1955 esac
f0ea7581
L
1956 fi
1957 x86_multilibs=`echo $x86_multilibs | sed -e 's/,/ /g'`
1958 for x86_multilib in ${x86_multilibs}; do
1959 case ${x86_multilib} in
1960 m32 | m64 | mx32)
1961 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${x86_multilib}"
1962 ;;
1963 *)
1964 echo "--with-multilib-list=${x86_with_multilib} not supported."
1965 exit 1
1966 esac
1967 done
1968 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
14f73b5a 1969 ;;
61ed06c3
HPN
1970i[34567]86-pc-msdosdjgpp*)
1971 xm_file=i386/xm-djgpp.h
27f98305 1972 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h i386/djgpp-stdint.h"
08b2bad2 1973 native_system_header_dir=/dev/env/DJDIR/include
6ac49599 1974 extra_options="${extra_options} i386/djgpp.opt"
61ed06c3
HPN
1975 gnu_ld=yes
1976 gas=yes
3e3877f8 1977 use_gcc_stdint=wrap
61ed06c3 1978 ;;
61ed06c3 1979i[34567]86-*-lynxos*)
4f587cb0
AN
1980 xm_defines=POSIX
1981 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
5f73c6cc 1982 tmake_file="${tmake_file} t-lynx"
6ac49599 1983 extra_options="${extra_options} lynx.opt"
4f587cb0
AN
1984 thread_file=lynx
1985 gnu_ld=yes
1986 gas=yes
61ed06c3 1987 ;;
f2feed2c 1988i[34567]86-*-nto-qnx*)
7f260570 1989 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h i386/unix.h i386/nto.h"
fc523387 1990 extra_options="${extra_options} i386/nto.opt"
f2feed2c
GP
1991 gnu_ld=yes
1992 gas=yes
1993 ;;
c7bdf0a6 1994i[34567]86-*-rtems*)
207bf79d 1995 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"
aefe4056 1996 tmake_file="${tmake_file} i386/t-rtems"
61ed06c3 1997 ;;
ccd1242e 1998i[34567]86-*-solaris2* | x86_64-*-solaris2*)
9d151aff
RO
1999 # Set default arch_32 to pentium4, tune_32 to generic like the other
2000 # i386 targets, although config.guess defaults to i386-pc-solaris2*.
d9f069ab 2001 with_arch_32=${with_arch_32:-pentium4}
9af27220 2002 with_tune_32=${with_tune_32:-generic}
2cf03b11 2003 tm_file="${tm_file} i386/unix.h i386/att.h ${sol2_tm_file_head} i386/x86-64.h ${sol2_tm_file_tail}"
d9f069ab 2004 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
2cf03b11 2005 tmake_file="$tmake_file i386/t-sol2"
d9f069ab
RO
2006 need_64bit_isa=yes
2007 if test x$with_cpu = x; then
2008 if test x$with_cpu_64 = x; then
2009 with_cpu_64=generic
646bdeab 2010 fi
d9f069ab
RO
2011 else
2012 case " $x86_cpus $x86_archs $x86_64_archs " in
2013 *" $with_cpu "*)
2014 ;;
2015 *)
2016 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
2017 echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
2018 exit 1
2019 ;;
2020 esac
2021 fi
61ed06c3 2022 ;;
50567938
JL
2023i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae|i[4567]86-wrs-vxworks7|x86_64-wrs-vxworks7)
2024 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h"
2025 case ${target} in
2026 x86_64-*)
2027 need_64bit_isa=yes
2028 tm_file="${tm_file} i386/x86-64.h"
2029 ;;
2030 esac
2031 tm_file="${tm_file} vx-common.h"
d442d7d9
PE
2032 case ${target} in
2033 *-vxworksae*)
4ce351de 2034 tm_file="${tm_file} vxworksae.h i386/vxworks.h i386/vxworksae.h"
d442d7d9
PE
2035 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
2036 ;;
2037 *)
4ce351de 2038 tm_file="${tm_file} vxworks.h i386/vxworks.h"
d442d7d9
PE
2039 tmake_file="${tmake_file} i386/t-vxworks"
2040 ;;
2041 esac
55047c9d 2042 ;;
ebb9f8b0 2043i[34567]86-*-cygwin*)
bb2aaded 2044 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 2045 xm_file=i386/xm-cygwin.h
f9989b51 2046 tmake_file="${tmake_file} i386/t-cygming t-slibgcc"
7c0b7150 2047 target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.c"
301f4402 2048 extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
41f59cda 2049 extra_objs="${extra_objs} winnt.o winnt-stubs.o"
3edeb30d
DK
2050 c_target_objs="${c_target_objs} msformat-c.o"
2051 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
61ed06c3 2052 if test x$enable_threads = xyes; then
70e5e841 2053 thread_file='posix'
61ed06c3 2054 fi
301f4402 2055 default_use_cxa_atexit=yes
bb2aaded 2056 use_gcc_stdint=wrap
61ed06c3 2057 ;;
b802ae5c
KT
2058x86_64-*-cygwin*)
2059 need_64bit_isa=yes
2060 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h i386/cygwin-w64.h i386/cygwin-stdint.h"
2061 xm_file=i386/xm-cygwin.h
2062 tmake_file="${tmake_file} i386/t-cygming t-slibgcc i386/t-cygwin-w64"
7c0b7150 2063 target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.c"
301f4402 2064 extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt"
41f59cda 2065 extra_objs="${extra_objs} winnt.o winnt-stubs.o"
b802ae5c
KT
2066 c_target_objs="${c_target_objs} msformat-c.o"
2067 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
2068 if test x$enable_threads = xyes; then
2069 thread_file='posix'
2070 fi
301f4402 2071 default_use_cxa_atexit=yes
b802ae5c
KT
2072 use_gcc_stdint=wrap
2073 tm_defines="${tm_defines} TARGET_CYGWIN64=1"
2074 ;;
e8930cc1 2075i[34567]86-*-mingw* | x86_64-*-mingw*)
c04bdac0 2076 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h"
4dc0535b 2077 xm_file=i386/xm-mingw32.h
88b0e79e
JC
2078 c_target_objs="${c_target_objs} winnt-c.o"
2079 cxx_target_objs="${cxx_target_objs} winnt-c.o"
2080 target_has_targetcm="yes"
933608b7
KT
2081 case ${target} in
2082 x86_64-*-* | *-w64-*)
c6b9174f 2083 need_64bit_isa=yes
933608b7
KT
2084 ;;
2085 *)
2086 ;;
2087 esac
c04bdac0
KT
2088 if test x$enable_threads = xposix ; then
2089 tm_file="${tm_file} i386/mingw-pthread.h"
2090 fi
2091 tm_file="${tm_file} i386/mingw32.h"
35091630
KT
2092 # This makes the logic if mingw's or the w64 feature set has to be used
2093 case ${target} in
2094 *-w64-*)
9b91e436
KT
2095 user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
2096 user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
35091630 2097 tm_file="${tm_file} i386/mingw-w64.h"
933608b7
KT
2098 if test x$enable_targets = xall; then
2099 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
646bdeab 2100 if test x$with_cpu = x; then
933608b7
KT
2101 if test x$with_cpu_64 = x; then
2102 with_cpu_64=generic
2103 fi
646bdeab
L
2104 else
2105 case " $x86_cpus $x86_archs $x86_64_archs " in
2106 *" $with_cpu "*)
2107 ;;
2108 *)
2109 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
2110 echo "$x86_cpus $x86_archs $x86_64_archs" 1>&2
2111 exit 1
2112 ;;
2113 esac
2114 fi
933608b7 2115 fi
35091630
KT
2116 ;;
2117 *)
35091630
KT
2118 ;;
2119 esac
2120 tm_file="${tm_file} i386/mingw-stdint.h"
88b0e79e 2121 tmake_file="${tmake_file} t-winnt i386/t-cygming t-slibgcc"
8370a62a 2122 case ${target} in
917ed773 2123 x86_64-w64-*)
8370a62a
KT
2124 tmake_file="${tmake_file} i386/t-mingw-w64"
2125 ;;
917ed773
KT
2126 i[34567]86-w64-*)
2127 tmake_file="${tmake_file} i386/t-mingw-w32"
2128 ;;
8370a62a 2129 esac
08b2bad2 2130 native_system_header_dir=/mingw/include
7c0b7150 2131 target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.c"
94564826 2132 extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
35091630
KT
2133 case ${target} in
2134 *-w64-*)
2135 extra_options="${extra_options} i386/mingw-w64.opt"
2136 ;;
2137 *)
2138 ;;
2139 esac
41f59cda 2140 extra_objs="${extra_objs} winnt.o winnt-stubs.o"
ab442df7
MM
2141 c_target_objs="${c_target_objs} msformat-c.o"
2142 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
b993039f
EB
2143 gas=yes
2144 gnu_ld=yes
97388150 2145 default_use_cxa_atexit=yes
7d253f6e 2146 use_gcc_stdint=wrap
50c0d3fd 2147 case ${enable_threads} in
f9989b51
RO
2148 "" | yes | win32)
2149 thread_file='win32'
c04bdac0
KT
2150 ;;
2151 posix)
2152 thread_file='posix'
c04bdac0 2153 ;;
50c0d3fd 2154 esac
e8930cc1
KT
2155 case ${target} in
2156 *mingw32crt*)
2157 tm_file="${tm_file} i386/crtdll.h"
2158 ;;
2159 *mingw32msv* | *mingw*)
09eaf5a5 2160 ;;
61ed06c3
HPN
2161 esac
2162 ;;
491b3c5f
JC
2163x86_64-*-fuchsia*)
2164 tmake_file="${tmake_file} i386/t-x86_64-elf"
2165 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h fuchsia.h"
2166 ;;
61ed06c3 2167ia64*-*-elf*)
207bf79d 2168 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
61ed06c3
HPN
2169 tmake_file="ia64/t-ia64"
2170 target_cpu_default="0"
2171 if test x$gas = xyes
2172 then
2173 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
2174 fi
2175 if test x$gnu_ld = xyes
2176 then
2177 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
2178 fi
61ed06c3 2179 ;;
243a7070 2180ia64*-*-freebsd*)
fee42cc1 2181 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
243a7070
DB
2182 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
2183 tmake_file="${tmake_file} ia64/t-ia64"
243a7070 2184 ;;
61ed06c3 2185ia64*-*-linux*)
8e38461c 2186 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
a9011c94 2187 tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind"
61ed06c3 2188 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
61ed06c3 2189 ;;
7e5b9908 2190ia64*-*-hpux*)
2337b6b7 2191 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
b040f2be 2192 tmake_file="ia64/t-ia64 ia64/t-hpux t-slibgcc"
7e5b9908 2193 target_cpu_default="MASK_GNU_AS"
7e2055ec 2194 case x$enable_threads in
79e8b6c0 2195 x | xyes | xposix )
7e2055ec
ZW
2196 thread_file=posix
2197 ;;
2198 esac
cad61762 2199 use_collect2=no
34c1864f
SE
2200 c_target_objs="ia64-c.o"
2201 cxx_target_objs="ia64-c.o"
e543b94c 2202 extra_options="${extra_options} ia64/ilp32.opt hpux11.opt"
9a17c91d
SE
2203 use_gcc_stdint=wrap
2204 tm_file="${tm_file} hpux-stdint.h"
fc4538e4
SE
2205 case ${target} in
2206 *-*-hpux11.3*)
2207 tm_file="${tm_file} ia64/hpux-unix2003.h"
2208 ;;
2209 esac
7e5b9908 2210 ;;
a9a25daa 2211ia64-hp-*vms*)
d8aba32a
TG
2212 tm_file="${tm_file} elfos.h ia64/sysv4.h vms/vms.h ia64/vms.h"
2213 tmake_file="${tmake_file} ia64/t-ia64"
a9a25daa
DR
2214 target_cpu_default="0"
2215 if test x$gas = xyes
2216 then
2217 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
2218 fi
18a24fed 2219 extra_options="${extra_options} ia64/vms.opt"
a9a25daa 2220 ;;
6b3d1e47 2221iq2000*-*-elf*)
248a9e94 2222 tm_file="elfos.h newlib-stdint.h iq2000/iq2000.h"
6b3d1e47 2223 out_file=iq2000/iq2000.c
6b3d1e47
SC
2224 md_file=iq2000/iq2000.md
2225 ;;
aa4945c1 2226lm32-*-elf*)
7c9bb341 2227 tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
aca0b0b3 2228 tmake_file="${tmake_file} lm32/t-lm32"
aa4945c1 2229 ;;
d7856dc7 2230lm32-*-rtems*)
1ddc8057 2231 tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
aca0b0b3 2232 tmake_file="${tmake_file} lm32/t-lm32"
4ce7e3a9 2233 tmake_file="${tmake_file} lm32/t-rtems"
d7856dc7 2234 ;;
aa4945c1 2235lm32-*-uclinux*)
8e38461c 2236 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h lm32/uclinux-elf.h"
aca0b0b3 2237 tmake_file="${tmake_file} lm32/t-lm32"
aa4945c1 2238 ;;
61ed06c3 2239m32r-*-elf*)
cfe5b8ea 2240 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
37ec8b7a 2241 ;;
ad126521 2242m32rle-*-elf*)
cfe5b8ea 2243 tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
ad126521
KI
2244 ;;
2245m32r-*-linux*)
8e38461c 2246 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
133b1a8e 2247 tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
ad126521 2248 gnu_ld=yes
ad126521
KI
2249 if test x$enable_threads = xyes; then
2250 thread_file='posix'
2251 fi
2252 ;;
2253m32rle-*-linux*)
8e38461c 2254 tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
133b1a8e 2255 tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
ad126521 2256 gnu_ld=yes
ad126521
KI
2257 if test x$enable_threads = xyes; then
2258 thread_file='posix'
2259 fi
2260 ;;
cd985f66 2261m68k-*-elf* | fido-*-elf*)
7d33c31d
KH
2262 case ${target} in
2263 fido-*-elf*)
2264 # Check that $with_cpu makes sense.
2265 case $with_cpu in
2266 "" | "fidoa")
2267 ;;
2268 *)
2269 echo "Cannot accept --with-cpu=$with_cpu"
2270 exit 1
2271 ;;
2272 esac
2273 with_cpu=fidoa
2274 ;;
2275 *)
2276 default_m68k_cpu=68020
2277 default_cf_cpu=5206
2278 ;;
2279 esac
207bf79d 2280 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 2281 tm_defines="${tm_defines} MOTOROLA=1"
7d33c31d
KH
2282 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
2283 # Add multilibs for targets other than fido.
2284 case ${target} in
2285 fido-*-elf*)
2286 ;;
2287 *)
2288 tmake_file="$tmake_file m68k/t-mlibs"
2289 ;;
2290 esac
61ed06c3 2291 ;;
cd985f66 2292m68k*-*-netbsdelf*)
59fbf3cb 2293 default_m68k_cpu=68020
10e96df4 2294 default_cf_cpu=5475
dfe2677b 2295 tm_file="${tm_file} dbxelf.h elfos.h ${nbsd_tm_file} m68k/netbsd-elf.h"
a4714d14 2296 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
dfe2677b 2297 tm_defines="${tm_defines} MOTOROLA=1 CHAR_FAST8=1 SHORT_FAST16=1"
2fd95d71 2298 ;;
7ea98c5a 2299m68k*-*-openbsd*)
59fbf3cb 2300 default_m68k_cpu=68020
10e96df4 2301 default_cf_cpu=5475
7ea98c5a 2302 # needed to unconfuse gdb
59fbf3cb 2303 tm_defines="${tm_defines} OBSD_OLD_GAS"
aa58f943 2304 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
5369e2d4 2305 extra_options="${extra_options} openbsd.opt"
5f73c6cc 2306 tmake_file="t-openbsd m68k/t-openbsd"
7ea98c5a
GN
2307 # we need collect2 until our bug is fixed...
2308 use_collect2=yes
2309 ;;
4529dbf1
RS
2310m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
2311 # with uClibc, using the new GNU/Linux-style
2312 # ABI.
59fbf3cb 2313 default_m68k_cpu=68020
10e96df4 2314 default_cf_cpu=5206
8e38461c 2315 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 2316 extra_options="${extra_options} m68k/uclinux.opt"
b5a54c03 2317 tm_defines="${tm_defines} MOTOROLA=1"
10e96df4 2318 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
ba591f5a 2319 ;;
5f73c6cc 2320m68k-*-linux*) # Motorola m68k's running GNU/Linux
61ed06c3
HPN
2321 # with ELF format using glibc 2
2322 # aka the GNU/Linux C library 6.
59fbf3cb 2323 default_m68k_cpu=68020
10e96df4 2324 default_cf_cpu=5475
368b55f6 2325 with_arch=${with_arch:-m68k}
8e38461c 2326 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
4af06170 2327 extra_options="${extra_options} m68k/ieee.opt"
cf909b0d 2328 tm_defines="${tm_defines} MOTOROLA=1"
368b55f6 2329 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
61ed06c3 2330 ;;
c7bdf0a6 2331m68k-*-rtems*)
59fbf3cb 2332 default_m68k_cpu=68020
10e96df4 2333 default_cf_cpu=5206
aefe4056 2334 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff m68k/t-rtems m68k/t-mlibs"
207bf79d 2335 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 2336 tm_defines="${tm_defines} MOTOROLA=1"
61ed06c3 2337 ;;
61ed06c3 2338mcore-*-elf)
ed38428f 2339 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
61ed06c3 2340 tmake_file=mcore/t-mcore
a929bc28 2341 inhibit_libc=true
61ed06c3 2342 ;;
80920132 2343microblaze*-linux*)
76ef61fb
EI
2344 case $target in
2345 microblazeel-*)
2346 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2347 ;;
2348 microblaze-*)
2349 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2350 ;;
2351 esac
8e38461c 2352 tm_file="${tm_file} dbxelf.h gnu-user.h linux.h microblaze/linux.h"
fbf0cf90 2353 tm_file="${tm_file} glibc-stdint.h"
80920132
ME
2354 c_target_objs="${c_target_objs} microblaze-c.o"
2355 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
fbf0cf90 2356 tmake_file="${tmake_file} microblaze/t-microblaze"
76ef61fb 2357 tmake_file="${tmake_file} microblaze/t-microblaze-linux"
80920132 2358 ;;
479f4358 2359microblaze*-*-rtems*)
c6adc8b3
RC
2360 case $target in
2361 microblazeel-*)
2362 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2363 ;;
2364 microblaze-*)
2365 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2366 ;;
2367 esac
479f4358
RC
2368 tm_file="${tm_file} dbxelf.h"
2369 tm_file="${tm_file} microblaze/rtems.h rtems.h newlib-stdint.h"
2370 c_target_objs="${c_target_objs} microblaze-c.o"
2371 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
2372 tmake_file="${tmake_file} microblaze/t-microblaze"
aefe4056 2373 tmake_file="${tmake_file} microblaze/t-rtems"
479f4358 2374 ;;
6f14eef2 2375microblaze*-*-elf)
76ef61fb
EI
2376 case $target in
2377 microblazeel-*)
2378 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=0"
2379 ;;
2380 microblaze-*)
2381 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=4321"
2382 ;;
2383 esac
6f14eef2 2384 tm_file="${tm_file} dbxelf.h newlib-stdint.h"
80920132
ME
2385 c_target_objs="${c_target_objs} microblaze-c.o"
2386 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
6f14eef2 2387 tmake_file="${tmake_file} microblaze/t-microblaze"
80920132 2388 ;;
09cae750
PD
2389riscv*-*-linux*)
2390 tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} riscv/linux.h"
2391 case "x${enable_multilib}" in
2392 xno) ;;
2393 xyes) tmake_file="${tmake_file} riscv/t-linux-multilib" ;;
2394 *) echo "Unknown value for enable_multilib"; exit 1
2395 esac
2396 tmake_file="${tmake_file} riscv/t-riscv riscv/t-linux"
2397 gnu_ld=yes
2398 gas=yes
2399 # Force .init_array support. The configure script cannot always
2400 # automatically detect that GAS supports it, yet we require it.
2401 gcc_cv_initfini_array=yes
2402 ;;
1f9e09b5 2403riscv*-*-elf* | riscv*-*-rtems*)
09cae750 2404 tm_file="elfos.h newlib-stdint.h ${tm_file} riscv/elf.h"
a8ef8061
SH
2405 case ${target} in
2406 *-*-rtems*)
2407 tm_file="${tm_file} rtems.h riscv/rtems.h"
2408 tmake_file="${tmake_file} riscv/t-rtems"
2409 ;;
2410 *)
2411 case "x${enable_multilib}" in
2412 xno) ;;
2413 xyes) tmake_file="${tmake_file} riscv/t-elf-multilib" ;;
2414 *) echo "Unknown value for enable_multilib"; exit 1
2415 esac
09cae750
PD
2416 esac
2417 tmake_file="${tmake_file} riscv/t-riscv"
2418 gnu_ld=yes
2419 gas=yes
2420 # Force .init_array support. The configure script cannot always
2421 # automatically detect that GAS supports it, yet we require it.
2422 gcc_cv_initfini_array=yes
2423 ;;
4d47fe5a
RB
2424riscv*-*-freebsd*)
2425 tm_file="${tm_file} elfos.h ${fbsd_tm_file} riscv/freebsd.h"
2426 tmake_file="${tmake_file} riscv/t-riscv"
2427 gnu_ld=yes
2428 gas=yes
2429 # Force .init_array support. The configure script cannot always
2430 # automatically detect that GAS supports it, yet we require it.
2431 gcc_cv_initfini_array=yes
2432 ;;
f982f805 2433mips*-*-netbsd*) # NetBSD/mips, either endian.
5811cb27 2434 target_cpu_default="MASK_ABICALLS"
dfe2677b 2435 tm_file="elfos.h ${tm_file} mips/elf.h ${nbsd_tm_file} mips/netbsd.h"
a4714d14 2436 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
61ed06c3 2437 ;;
58c9330b
MF
2438mips*-img-linux*)
2439 tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h mips/linux-common.h mips/mti-linux.h"
2440 extra_options="${extra_options} linux-android.opt"
2441 tmake_file="${tmake_file} mips/t-img-linux"
2442 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
38e9658c
MF
2443 with_arch_32="mips32r6"
2444 with_arch_64="mips64r6"
58c9330b
MF
2445 gnu_ld=yes
2446 gas=yes
2447 ;;
965c1798 2448mips*-mti-linux*)
9a7451a5 2449 tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h mips/linux-common.h mips/mti-linux.h"
ed9cbf7c 2450 extra_options="${extra_options} linux-android.opt"
965c1798
SE
2451 tmake_file="${tmake_file} mips/t-mti-linux"
2452 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
38e9658c
MF
2453 with_arch_32="mips32r2"
2454 with_arch_64="mips64r2"
965c1798
SE
2455 gnu_ld=yes
2456 gas=yes
965c1798 2457 ;;
77893d0b 2458mips*-*-linux*) # Linux MIPS, either endian.
9a7451a5 2459 tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h ${tm_file} mips/gnu-user.h mips/linux.h mips/linux-common.h"
ed9cbf7c 2460 extra_options="${extra_options} linux-android.opt"
900e3ae5 2461 case ${target} in
82f84ecb
MF
2462 mipsisa32r6*)
2463 default_mips_arch=mips32r6
2464 ;;
77893d0b 2465 mipsisa32r2*)
8cfebf86 2466 default_mips_arch=mips32r2
77893d0b
SE
2467 ;;
2468 mipsisa32*)
8cfebf86 2469 default_mips_arch=mips32
77893d0b 2470 ;;
900e3ae5 2471 mips64el-st-linux-gnu)
8cfebf86 2472 default_mips_abi=n32
900e3ae5
DJ
2473 tm_file="${tm_file} mips/st.h"
2474 tmake_file="${tmake_file} mips/t-st"
77893d0b 2475 enable_mips_multilibs="yes"
900e3ae5 2476 ;;
d97e6aca 2477 mips64octeon*-*-linux*)
8cfebf86 2478 default_mips_abi=n32
d97e6aca
AN
2479 tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
2480 target_cpu_default=MASK_SOFT_FLOAT_ABI
77893d0b 2481 enable_mips_multilibs="yes"
d97e6aca 2482 ;;
82f84ecb
MF
2483 mipsisa64r6*-*-linux*)
2484 default_mips_abi=n32
2485 default_mips_arch=mips64r6
2486 enable_mips_multilibs="yes"
2487 ;;
f2d6ca50 2488 mipsisa64r2*-*-linux*)
8cfebf86
SE
2489 default_mips_abi=n32
2490 default_mips_arch=mips64r2
77893d0b
SE
2491 enable_mips_multilibs="yes"
2492 ;;
2493 mips64*-*-linux* | mipsisa64*-*-linux*)
8cfebf86 2494 default_mips_abi=n32
77893d0b 2495 enable_mips_multilibs="yes"
f2d6ca50 2496 ;;
900e3ae5 2497 esac
bd5ab709 2498 if test x$enable_targets = xall; then
77893d0b
SE
2499 enable_mips_multilibs="yes"
2500 fi
2501 if test x$enable_mips_multilibs = xyes; then
bd5ab709 2502 tmake_file="${tmake_file} mips/t-linux64"
bd5ab709 2503 fi
61ed06c3 2504 ;;
992bcfac 2505mips*-mti-elf*)
a290fcda 2506 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
992bcfac
SE
2507 tmake_file="mips/t-mti-elf"
2508 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
38e9658c
MF
2509 with_arch_32="mips32r2"
2510 with_arch_64="mips64r2"
992bcfac 2511 ;;
58c9330b
MF
2512mips*-img-elf*)
2513 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h mips/mti-elf.h"
2514 tmake_file="mips/t-img-elf"
2515 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
38e9658c
MF
2516 with_arch_32="mips32r6"
2517 with_arch_64="mips64r6"
58c9330b 2518 ;;
0ea339ea 2519mips*-sde-elf*)
a290fcda 2520 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h mips/sde.h"
45b86625 2521 tmake_file="mips/t-sde"
d1583032 2522 extra_options="${extra_options} mips/sde.opt"
d9dced13
RS
2523 case "${with_newlib}" in
2524 yes)
2525 # newlib / libgloss.
2526 ;;
2527 *)
2528 # MIPS toolkit libraries.
2529 tm_file="$tm_file mips/sdemtk.h"
2530 tmake_file="$tmake_file mips/t-sdemtk"
d9dced13
RS
2531 case ${enable_threads} in
2532 "" | yes | mipssde)
2533 thread_file='mipssde'
2534 ;;
2535 esac
2536 ;;
2537 esac
0ea339ea 2538 case ${target} in
82f84ecb
MF
2539 mipsisa32r6*)
2540 tm_defines="MIPS_ISA_DEFAULT=37 MIPS_ABI_DEFAULT=ABI_32"
2541 ;;
0ea339ea
NS
2542 mipsisa32r2*)
2543 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
2544 ;;
2545 mipsisa32*)
2546 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
2547 ;;
82f84ecb
MF
2548 mipsisa64r6*)
2549 tm_defines="MIPS_ISA_DEFAULT=69 MIPS_ABI_DEFAULT=ABI_N32"
2550 ;;
0a4a51c7
AN
2551 mipsisa64r2*)
2552 tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
2553 ;;
0ea339ea
NS
2554 mipsisa64*)
2555 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
2556 ;;
2557 esac
2558 ;;
e2c14f5d
RS
2559mipsisa32-*-elf* | mipsisa32el-*-elf* | \
2560mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
82f84ecb 2561mipsisa32r6-*-elf* | mipsisa32r6el-*-elf* | \
0a4a51c7 2562mipsisa64-*-elf* | mipsisa64el-*-elf* | \
82f84ecb
MF
2563mipsisa64r2-*-elf* | mipsisa64r2el-*-elf* | \
2564mipsisa64r6-*-elf* | mipsisa64r6el-*-elf*)
207bf79d 2565 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
45b86625 2566 tmake_file="mips/t-isa3264"
e2c14f5d 2567 case ${target} in
82f84ecb
MF
2568 mipsisa32r6*)
2569 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=37"
2570 ;;
e2c14f5d
RS
2571 mipsisa32r2*)
2572 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
2573 ;;
2574 mipsisa32*)
2575 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
2576 ;;
82f84ecb
MF
2577 mipsisa64r6*)
2578 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=69"
2579 ;;
0a4a51c7
AN
2580 mipsisa64r2*)
2581 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
2582 ;;
e2c14f5d
RS
2583 mipsisa64*)
2584 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
2585 ;;
2586 esac
2587 case ${target} in
2588 mipsisa32*-*-elfoabi*)
2589 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
2590 tm_file="${tm_file} mips/elfoabi.h"
2591 ;;
2592 mipsisa64*-*-elfoabi*)
2593 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
2594 tm_file="${tm_file} mips/elfoabi.h"
2595 ;;
2596 *-*-elf*)
2597 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2598 ;;
2599 esac
5c44e275 2600 ;;
5ce6f47b 2601mipsisa64sr71k-*-elf*)
207bf79d 2602 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
5ce6f47b 2603 tmake_file=mips/t-sr71k
620b87b3 2604 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
5ce6f47b 2605 ;;
3d41dbb0 2606mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
207bf79d 2607 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
45b86625 2608 tmake_file="mips/t-elf mips/t-sb1"
620b87b3 2609 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
3d41dbb0 2610 ;;
107eea2c 2611mips-*-elf* | mipsel-*-elf* | mipsr5900-*-elf* | mipsr5900el-*-elf*)
207bf79d 2612 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
45b86625 2613 tmake_file="mips/t-elf"
61ed06c3 2614 ;;
107eea2c 2615mips64r5900-*-elf* | mips64r5900el-*-elf*)
a290fcda 2616 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/n32-elf.h"
107eea2c
JU
2617 tmake_file="mips/t-elf"
2618 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
2619 ;;
74826b0f 2620mips64-*-elf* | mips64el-*-elf*)
207bf79d 2621 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
45b86625 2622 tmake_file="mips/t-elf"
620b87b3 2623 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
61ed06c3 2624 ;;
5ce6f47b 2625mips64vr-*-elf* | mips64vrel-*-elf*)
207bf79d 2626 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
5ce6f47b 2627 tmake_file=mips/t-vr
c4023c19 2628 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
5ce6f47b 2629 ;;
74826b0f 2630mips64orion-*-elf* | mips64orionel-*-elf*)
207bf79d 2631 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
45b86625 2632 tmake_file="mips/t-elf"
620b87b3 2633 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
61ed06c3 2634 ;;
bc98ef7f 2635mips*-*-rtems*)
207bf79d 2636 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
aefe4056 2637 tmake_file="${tmake_file} mips/t-elf mips/t-rtems"
61ed06c3 2638 ;;
55047c9d 2639mips-wrs-vxworks)
efa58006 2640 tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
55047c9d 2641 tmake_file="${tmake_file} mips/t-vxworks"
55047c9d 2642 ;;
74826b0f 2643mipstx39-*-elf* | mipstx39el-*-elf*)
207bf79d 2644 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
45b86625 2645 tmake_file="mips/t-r3900"
61ed06c3 2646 ;;
bcf684c7 2647mmix-knuth-mmixware)
207bf79d 2648 tm_file="${tm_file} newlib-stdint.h"
207bf79d 2649 use_gcc_stdint=wrap
bcf684c7 2650 ;;
61ed06c3 2651mn10300-*-*)
6b9b8b34 2652 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
61ed06c3
HPN
2653 if test x$stabs = xyes
2654 then
2655 tm_file="${tm_file} dbx.h"
2656 fi
2657 use_collect2=no
207bf79d 2658 use_gcc_stdint=wrap
61ed06c3 2659 ;;
e8aa9f55 2660msp430-*-*)
f6a83b4a
DD
2661 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
2662 c_target_objs="msp430-c.o"
2663 cxx_target_objs="msp430-c.o"
f6a83b4a 2664 tmake_file="${tmake_file} msp430/t-msp430"
e37e2bb1
JL
2665 extra_objs="${extra_objs} msp430-devices.o"
2666 extra_gcc_objs="driver-msp430.o msp430-devices.o"
c46d1717 2667 # Enable .init_array unless it has been explicitly disabled.
378a578a
JL
2668 # The MSP430 EABI mandates the use of .init_array, and the Newlib CRT
2669 # code since mid-2019 expects it.
c46d1717
JL
2670 if test x${disable_initfini_array} != xyes; then
2671 gcc_cv_initfini_array=yes
2672 fi
e8aa9f55
JL
2673 case ${target} in
2674 msp430-*-elfbare)
2675 # __cxa_atexit increases code size, and we don't need to support
2676 # dynamic shared objects on MSP430, so regular Newlib atexit is a
2677 # fine replacement as it also supports registration of more than 32
2678 # functions.
2679 default_use_cxa_atexit=no
2680 # This target does not match the generic *-*-elf case above which
2681 # sets use_gcc_stdint=wrap, so explicitly set it here.
2682 use_gcc_stdint=wrap
2683 ;;
2684 esac
f6a83b4a 2685 ;;
cf3cd43d 2686nds32*-*-*)
9304f876
CJW
2687 target_cpu_default="0"
2688 tm_defines="${tm_defines}"
cf3cd43d
CJW
2689 case ${target} in
2690 nds32le*-*-*)
2691 ;;
2692 nds32be-*-*)
2693 target_cpu_default="${target_cpu_default}|MASK_BIG_ENDIAN"
2694 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
2695 ;;
2696 esac
2697 case ${target} in
2698 nds32*-*-elf*)
2699 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} nds32/elf.h nds32/nds32_intrinsic.h"
2700 tmake_file="nds32/t-nds32 nds32/t-elf"
2701 ;;
2702 nds32*-*-linux*)
2703 tm_file="dbxelf.h elfos.h ${tm_file} gnu-user.h linux.h glibc-stdint.h nds32/linux.h nds32/nds32_intrinsic.h"
2704 tmake_file="${tmake_file} nds32/t-nds32 nds32/t-linux"
3da4a68a 2705 gcc_cv_initfini_array=yes
cf3cd43d
CJW
2706 ;;
2707 esac
7c32ef41 2708
cf3cd43d
CJW
2709 # Handle --enable-default-relax setting.
2710 if test x${enable_default_relax} = xyes; then
2711 tm_defines="${tm_defines} TARGET_DEFAULT_RELAX=1"
2712 fi
7c32ef41
MC
2713 # Handle --with-ext-dsp
2714 if test x${with_ext_dsp} = xyes; then
2715 tm_defines="${tm_defines} TARGET_DEFAULT_EXT_DSP=1"
2716 fi
9304f876 2717 ;;
e430824f
CLT
2718nios2-*-*)
2719 tm_file="elfos.h ${tm_file}"
2720 tmake_file="${tmake_file} nios2/t-nios2"
2721 case ${target} in
2722 nios2-*-linux*)
2723 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h nios2/linux.h "
2724 ;;
2725 nios2-*-elf*)
2726 tm_file="${tm_file} newlib-stdint.h nios2/elf.h"
2727 extra_options="${extra_options} nios2/elf.opt"
2728 ;;
00020dda
SH
2729 nios2-*-rtems*)
2730 tm_file="${tm_file} newlib-stdint.h nios2/rtems.h rtems.h"
2731 tmake_file="${tmake_file} t-rtems nios2/t-rtems"
2732 ;;
e430824f
CLT
2733 esac
2734 ;;
738f2522
BS
2735nvptx-*)
2736 tm_file="${tm_file} newlib-stdint.h"
52956fbc 2737 use_gcc_stdint=wrap
738f2522 2738 tmake_file="nvptx/t-nvptx"
1f83528e
TS
2739 if test x$enable_as_accelerator = xyes; then
2740 extra_programs="${extra_programs} mkoffload\$(exeext)"
2741 tm_file="${tm_file} nvptx/offload.h"
2742 fi
738f2522 2743 ;;
3965b35f
SH
2744or1k*-*-*)
2745 tm_file="elfos.h ${tm_file}"
2746 tmake_file="${tmake_file} or1k/t-or1k"
2747 # Force .init_array support. The configure script cannot always
2748 # automatically detect that GAS supports it, yet we require it.
2749 gcc_cv_initfini_array=yes
2750
2751 # Handle --with-multilib-list=...
2752 or1k_multilibs="${with_multilib_list}"
2753 if test "$or1k_multilibs" = "default"; then
2754 or1k_multilibs="mcmov,msoft-mul,msoft-div"
2755 fi
2756 or1k_multilibs=`echo $or1k_multilibs | sed -e 's/,/ /g'`
2757 for or1k_multilib in ${or1k_multilibs}; do
2758 case ${or1k_multilib} in
2759 mcmov | msext | msfimm | \
1e2e81c1 2760 mror | mrori | \
44080af9 2761 mhard-float | mdouble-float | munordered-float | msoft-float | \
3965b35f
SH
2762 mhard-div | mhard-mul | \
2763 msoft-div | msoft-mul )
2764 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG},${or1k_multilib}"
2765 ;;
2766 *)
2767 echo "--with-multilib-list=${with_multilib_list} not supported."
2768 exit 1
2769 esac
2770 done
2771 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'`
2772
2773 case ${target} in
2774 or1k*-*-linux*)
2775 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h"
2776 tm_file="${tm_file} or1k/linux.h"
2777 ;;
2778 or1k*-*-elf*)
2779 tm_file="${tm_file} newlib-stdint.h or1k/elf.h"
2780 extra_options="${extra_options} or1k/elf.opt"
2781 ;;
2782 or1k*-*-rtems*)
2783 tm_file="${tm_file} newlib-stdint.h or1k/rtems.h rtems.h"
2784 tmake_file="${tmake_file} or1k/t-rtems"
2785 ;;
2786 esac
2787 ;;
61ed06c3 2788pdp11-*-*)
207bf79d
JM
2789 tm_file="${tm_file} newlib-stdint.h"
2790 use_gcc_stdint=wrap
61ed06c3 2791 ;;
ca11c37c
ZW
2792# port not yet contributed
2793#powerpc-*-openbsd*)
569dc494 2794# tmake_file="${tmake_file} rs6000/t-fprules"
ca11c37c
ZW
2795# extra_headers=
2796# ;;
18922061 2797powerpc-*-darwin*)
c2ff7104 2798 extra_options="${extra_options} ${cpu_type}/darwin.opt"
f0b81cbc 2799 case ${target} in
c2ff7104
IS
2800 *-darwin1[0-9]* | *-darwin9*)
2801 tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch"
2802 tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
2803 ;;
2804 *-darwin8*)
2805 tmake_file="${tmake_file} ${cpu_type}/t-darwin32-biarch"
2806 tm_file="${tm_file} ${cpu_type}/darwin32-biarch.h"
2807 tm_file="${tm_file} ${cpu_type}/darwin8.h"
ed5b9f96
GK
2808 ;;
2809 *-darwin7*)
c2ff7104 2810 tm_file="${tm_file} ${cpu_type}/darwin7.h"
ed5b9f96 2811 ;;
c2ff7104
IS
2812 *-darwin[456]*)
2813 # Earlier - ingle arch, with 32b only
2814 # OS X 10.0, the first edition is Darwin4
ed5b9f96 2815 ;;
f0b81cbc 2816 esac
b040f2be 2817 tmake_file="${tmake_file} t-slibgcc"
18922061 2818 ;;
b8ec3cc8 2819powerpc64-*-darwin*)
b8ec3cc8 2820 extra_options="${extra_options} ${cpu_type}/darwin.opt"
c2ff7104
IS
2821 tmake_file="${tmake_file} ${cpu_type}/t-darwin64-biarch t-slibgcc"
2822 tm_file="${tm_file} ${cpu_type}/darwin64-biarch.h"
b8ec3cc8 2823 ;;
a26f86dc 2824powerpc*-*-freebsd*)
62045234 2825 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h ${fbsd_tm_file} rs6000/sysv4.h"
78f5898b 2826 extra_options="${extra_options} rs6000/sysv4.opt"
a26f86dc 2827 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
252a969e 2828 case ${target} in
a26f86dc
AT
2829 powerpc64*)
2830 tm_file="${tm_file} rs6000/default64.h rs6000/freebsd64.h"
2831 tmake_file="${tmake_file} rs6000/t-freebsd64"
2832 extra_options="${extra_options} rs6000/linux64.opt"
15bbad92
AT
2833 if test $fbsd_major -ge 13; then
2834 tm_defines="${tm_defines} TARGET_FREEBSD32_SECURE_PLT=1"
2835 fi
a26f86dc
AT
2836 ;;
2837 *)
15bbad92
AT
2838 if test $fbsd_major -ge 13; then
2839 tm_file="rs6000/secureplt.h ${tm_file}"
2840 fi
a26f86dc
AT
2841 tm_file="${tm_file} rs6000/freebsd.h"
2842 ;;
2843 esac
b91da81f 2844 ;;
edf1b3f3 2845powerpc-*-netbsd*)
62045234 2846 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h ${nbsd_tm_file} freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
a4714d14 2847 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
a4967b8d 2848 tmake_file="${tmake_file} rs6000/t-netbsd"
78f5898b 2849 extra_options="${extra_options} rs6000/sysv4.opt"
edf1b3f3 2850 ;;
cf6ede82 2851powerpc-*-eabisimaltivec*)
62045234 2852 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
78f5898b 2853 extra_options="${extra_options} rs6000/sysv4.opt"
569dc494 2854 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
207bf79d 2855 use_gcc_stdint=wrap
cf6ede82 2856 ;;
61ed06c3 2857powerpc-*-eabisim*)
62045234 2858 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
78f5898b 2859 extra_options="${extra_options} rs6000/sysv4.opt"
569dc494 2860 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
207bf79d 2861 use_gcc_stdint=wrap
61ed06c3
HPN
2862 ;;
2863powerpc-*-elf*)
62045234 2864 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
78f5898b 2865 extra_options="${extra_options} rs6000/sysv4.opt"
569dc494 2866 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
61ed06c3 2867 ;;
10baca6b 2868powerpc-*-eabialtivec*)
62045234 2869 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
78f5898b 2870 extra_options="${extra_options} rs6000/sysv4.opt"
569dc494 2871 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
207bf79d 2872 use_gcc_stdint=wrap
10baca6b 2873 ;;
61ed06c3 2874powerpc-*-eabi*)
62045234 2875 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h"
78f5898b 2876 extra_options="${extra_options} rs6000/sysv4.opt"
569dc494 2877 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
207bf79d 2878 use_gcc_stdint=wrap
61ed06c3
HPN
2879 ;;
2880powerpc-*-rtems*)
62045234 2881 tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h gnu-user.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/rtems.h rtems.h"
17691698 2882 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
aefe4056 2883 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-rtems rs6000/t-ppccomm"
61ed06c3 2884 ;;
b9a7eb5d 2885powerpc*-*-linux*)
426a04b8 2886 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h freebsd-spec.h rs6000/sysv4.h"
78f5898b 2887 extra_options="${extra_options} rs6000/sysv4.opt"
864396ff 2888 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm"
9193fb05 2889 extra_objs="$extra_objs rs6000-linux.o"
b9a7eb5d
AM
2890 case ${target} in
2891 powerpc*le-*-*)
93ed07e2 2892 tm_file="${tm_file} rs6000/sysv4le.h" ;;
b9a7eb5d 2893 esac
864396ff
AM
2894 case ${target}:${with_cpu} in
2895 powerpc64*: | powerpc64*:native) cpu_is_64bit=yes ;;
2896 esac
2897 maybe_biarch=${cpu_is_64bit}
2898 case ${enable_targets} in
2899 *powerpc64*) maybe_biarch=yes ;;
b9b1573b 2900 all) maybe_biarch=yes ;;
864396ff 2901 esac
864396ff
AM
2902 case ${target}:${enable_targets}:${maybe_biarch} in
2903 powerpc64-* | powerpc-*:*:yes | *:*powerpc64-*:yes | *:all:yes \
2904 | powerpc64le*:*powerpcle* | powerpc64le*:*powerpc-* \
2905 | powerpcle-*:*powerpc64le*:yes)
a8e04fe6
AM
2906 if test x$cpu_is_64bit = xyes; then
2907 tm_file="${tm_file} rs6000/default64.h"
2908 fi
207bf79d 2909 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
a8e04fe6 2910 tmake_file="$tmake_file rs6000/t-linux64"
93ed07e2
AM
2911 case ${target} in
2912 powerpc*le-*-*)
2913 tmake_file="$tmake_file rs6000/t-linux64le"
2914 case ${enable_targets} in
2915 all | *powerpc64-* | *powerpc-*)
2916 tmake_file="$tmake_file rs6000/t-linux64lebe" ;;
2917 esac ;;
2918 *)
2919 case ${enable_targets} in
2920 all | *powerpc64le-* | *powerpcle-*)
2921 tmake_file="$tmake_file rs6000/t-linux64bele" ;;
2922 esac ;;
2923 esac
f75aac9e 2924 extra_options="${extra_options} rs6000/linux64.opt"
a8e04fe6 2925 ;;
864396ff
AM
2926 powerpc64*)
2927 tm_file="${tm_file} rs6000/default64.h rs6000/linux64.h glibc-stdint.h"
2928 extra_options="${extra_options} rs6000/linux64.opt"
2929 tmake_file="${tmake_file} rs6000/t-linux"
2930 ;;
a8e04fe6 2931 *)
207bf79d 2932 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
864396ff 2933 tmake_file="${tmake_file} rs6000/t-ppcos rs6000/t-linux"
a8e04fe6
AM
2934 ;;
2935 esac
457d1d00 2936 case ${target} in
be26142a
PB
2937 powerpc*-*-linux*ppc476*)
2938 tm_file="${tm_file} rs6000/476.h"
2939 extra_options="${extra_options} rs6000/476.opt" ;;
457d1d00
AM
2940 powerpc*-*-linux*altivec*)
2941 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
457d1d00 2942 esac
0d6be0b1
GR
2943 case ${target} in
2944 *-linux*-musl*)
2945 enable_secureplt=yes ;;
2946 esac
7f970b70
AM
2947 if test x${enable_secureplt} = xyes; then
2948 tm_file="rs6000/secureplt.h ${tm_file}"
2949 fi
61ed06c3 2950 ;;
611e7036 2951powerpc-wrs-vxworks*)
62045234 2952 tm_file="${tm_file} elfos.h gnu-user.h freebsd-spec.h rs6000/sysv4.h"
569dc494 2953 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
78f5898b 2954 extra_options="${extra_options} rs6000/sysv4.opt"
41c1b913 2955 extra_headers="${extra_headers} ppc-asm.h"
2eab15c9 2956 case ${target} in
3a8fe7c6 2957 *-vxworksmils*)
c725f69c 2958 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/vxworksmils.h"
3a8fe7c6
OH
2959 tmake_file="${tmake_file} rs6000/t-vxworksmils"
2960 ;;
2eab15c9 2961 *-vxworksae*)
c725f69c 2962 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/vxworksae.h"
2eab15c9
PE
2963 tmake_file="${tmake_file} rs6000/t-vxworksae"
2964 ;;
2965 *-vxworks*)
c725f69c 2966 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h"
2eab15c9
PE
2967 ;;
2968 esac
4977bab6 2969 ;;
4f587cb0
AN
2970powerpc-*-lynxos*)
2971 xm_defines=POSIX
62045234 2972 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
4f587cb0 2973 tmake_file="t-lynx rs6000/t-lynx"
78f5898b 2974 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
4f587cb0
AN
2975 thread_file=lynx
2976 gnu_ld=yes
2977 gas=yes
2978 ;;
61ed06c3 2979powerpcle-*-elf*)
62045234 2980 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
569dc494 2981 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2982 extra_options="${extra_options} rs6000/sysv4.opt"
61ed06c3
HPN
2983 ;;
2984powerpcle-*-eabisim*)
62045234 2985 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
569dc494 2986 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2987 extra_options="${extra_options} rs6000/sysv4.opt"
207bf79d 2988 use_gcc_stdint=wrap
61ed06c3
HPN
2989 ;;
2990powerpcle-*-eabi*)
62045234 2991 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
569dc494 2992 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
78f5898b 2993 extra_options="${extra_options} rs6000/sysv4.opt"
207bf79d 2994 use_gcc_stdint=wrap
61ed06c3 2995 ;;
8d2af3a2
DD
2996pru*-*-*)
2997 tm_file="elfos.h newlib-stdint.h ${tm_file}"
2998 tmake_file="${tmake_file} pru/t-pru"
2999 extra_objs="pru-pragma.o pru-passes.o"
3000 use_gcc_stdint=wrap
3001 ;;
51fbbb92 3002rs6000-ibm-aix6.* | powerpc-ibm-aix6.*)
557cc596 3003 tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
b040f2be 3004 tmake_file="rs6000/t-aix52 t-slibgcc"
ba6a1b78
DE
3005 extra_options="${extra_options} rs6000/aix64.opt"
3006 use_collect2=yes
3007 thread_file='aix'
557cc596 3008 use_gcc_stdint=wrap
b9584cb5 3009 default_use_cxa_atexit=yes
51fbbb92 3010 ;;
74fc2a2b 3011rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
51fbbb92
DE
3012 tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h"
3013 tmake_file="rs6000/t-aix52 t-slibgcc"
74fc2a2b
DE
3014 extra_options="${extra_options} rs6000/aix64.opt"
3015 use_collect2=yes
3016 thread_file='aix'
3017 use_gcc_stdint=wrap
74fc2a2b
DE
3018 default_use_cxa_atexit=yes
3019 ;;
3020rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
3021 tm_file="${tm_file} rs6000/aix.h rs6000/aix72.h rs6000/xcoff.h rs6000/aix-stdint.h"
3022 tmake_file="rs6000/t-aix52 t-slibgcc"
51fbbb92
DE
3023 extra_options="${extra_options} rs6000/aix64.opt"
3024 use_collect2=yes
3025 thread_file='aix'
3026 use_gcc_stdint=wrap
b9584cb5 3027 default_use_cxa_atexit=yes
ba6a1b78 3028 ;;
85b8555e
DD
3029rl78-*-elf*)
3030 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
3031 target_has_targetm_common=no
3032 c_target_objs="rl78-c.o"
3033 cxx_target_objs="rl78-c.o"
3034 tmake_file="${tmake_file} rl78/t-rl78"
3035 ;;
65a324b4 3036rx-*-elf*)
80cf2e08 3037 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
65a324b4 3038 tmake_file="${tmake_file} rx/t-rx"
76aaa9cd
YS
3039 extra_options="${extra_options} rx/elf.opt"
3040 ;;
3041rx-*-linux*)
3042 tm_file="elfos.h linux.h glibc-stdint.h rx/linux.h ../../libgcc/config/rx/rx-abi.h"
3043 tmake_file="${tmake_file} rx/t-linux"
65a324b4 3044 ;;
0e5a4ad8 3045s390-*-linux*)
8e38461c 3046 tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
3af82a61
AK
3047 c_target_objs="${c_target_objs} s390-c.o"
3048 cxx_target_objs="${cxx_target_objs} s390-c.o"
f3054223
AL
3049 if test x$enable_targets = xall; then
3050 tmake_file="${tmake_file} s390/t-linux64"
3051 fi
3af82a61 3052 tmake_file="${tmake_file} s390/t-s390"
9628a767 3053 ;;
0e5a4ad8 3054s390x-*-linux*)
8e38461c 3055 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"
ed9cbf7c 3056 tm_p_file="linux-protos.h s390/s390-protos.h"
3af82a61
AK
3057 c_target_objs="${c_target_objs} s390-c.o"
3058 cxx_target_objs="${cxx_target_objs} s390-c.o"
70eeb10b 3059 md_file=s390/s390.md
1c0ca89d 3060 extra_modes=s390/s390-modes.def
70eeb10b 3061 out_file=s390/s390.c
3af82a61 3062 tmake_file="${tmake_file} s390/t-linux64 s390/t-s390"
9628a767 3063 ;;
24fe22c9 3064s390x-ibm-tpf*)
3af82a61
AK
3065 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h s390/tpf.h"
3066 tm_p_file=s390/s390-protos.h
3067 c_target_objs="${c_target_objs} s390-c.o"
3068 cxx_target_objs="${cxx_target_objs} s390-c.o"
3069 md_file=s390/s390.md
3070 extra_modes=s390/s390-modes.def
3071 out_file=s390/s390.c
3072 thread_file='tpf'
a8ba31f2 3073 extra_options="${extra_options} s390/tpf.opt"
3af82a61 3074 tmake_file="${tmake_file} s390/t-s390"
24fe22c9 3075 ;;
cd985f66 3076sh-*-elf* | sh[12346l]*-*-elf* | \
93fea8d3 3077 sh-*-linux* | sh[2346lbe]*-*-linux* | \
bc6d9014 3078 sh-*-netbsdelf* | shl*-*-netbsdelf*)
da28a3b9
JR
3079 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
3080 if test x${with_endian} = x; then
3081 case ${target} in
3082 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
3083 shbe-*-* | sheb-*-*) with_endian=big,little ;;
3084 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
bc6d9014
OE
3085 shl* | sh*-*-linux* | \
3086 sh-superh-elf) with_endian=little,big ;;
da28a3b9
JR
3087 sh[1234]*-*-*) with_endian=big ;;
3088 *) with_endian=big,little ;;
3089 esac
3090 fi
aca600aa
AS
3091 # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
3092 # First word : the default endian.
3093 # Second word: the secondary endian (optional).
da28a3b9 3094 case ${with_endian} in
aca600aa
AS
3095 big) TM_ENDIAN_CONFIG=mb ;;
3096 little) TM_ENDIAN_CONFIG=ml ;;
3097 big,little) TM_ENDIAN_CONFIG="mb ml" ;;
3098 little,big) TM_ENDIAN_CONFIG="ml mb" ;;
da28a3b9
JR
3099 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
3100 esac
3101 case ${with_endian} in
3102 little*) tm_file="sh/little.h ${tm_file}" ;;
3103 esac
9e08f9e2 3104 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h"
b01bc573 3105 case ${target} in
da28a3b9 3106 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
1e44e857
DJ
3107 if test x$enable_fdpic = xyes; then
3108 tm_defines="$tm_defines FDPIC_DEFAULT=1"
3109 fi
8e38461c 3110 tm_file="${tm_file} gnu-user.h linux.h glibc-stdint.h sh/linux.h" ;;
a4714d14 3111 sh*-*-netbsd*)
dfe2677b 3112 tm_file="${tm_file} ${nbsd_tm_file} sh/netbsd-elf.h"
a4714d14
JM
3113 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
3114
3115 ;;
c68e4eed
CB
3116 sh*-superh-elf) if test x$with_libgloss != xno; then
3117 with_libgloss=yes
3118 tm_file="${tm_file} sh/newlib.h"
3119 fi
2d606e03 3120 tm_file="${tm_file} sh/embed-elf.h"
c68e4eed 3121 tm_file="${tm_file} sh/superh.h"
c68e4eed 3122 extra_options="${extra_options} sh/superh.opt" ;;
8c1aaf26
R
3123 *) if test x$with_newlib = xyes \
3124 && test x$with_libgloss = xyes; then
3125 tm_file="${tm_file} sh/newlib.h"
3126 fi
3127 tm_file="${tm_file} sh/embed-elf.h" ;;
da28a3b9
JR
3128 esac
3129 case ${target} in
da28a3b9 3130 *-*-netbsd)
da28a3b9 3131 ;;
207bf79d
JM
3132 *-*-elf*)
3133 tm_file="${tm_file} newlib-stdint.h"
3134 ;;
8bc6e101 3135 esac
da28a3b9
JR
3136 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
3137 case `echo ${target} | sed 's/e[lb]-/-/'` in
312209c6
AO
3138 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
3139 sh4a_single*) sh_cpu_target=sh4a-single ;;
3140 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
3141 sh4al) sh_cpu_target=sh4al ;;
3142 sh4a*) sh_cpu_target=sh4a ;;
da28a3b9
JR
3143 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
3144 sh4_single*) sh_cpu_target=sh4-single ;;
3145 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
3146 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
3147 sh3e*) sh_cpu_target=sh3e ;;
3148 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
157371cf
AO
3149 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
3150 sh2a_single*) sh_cpu_target=sh2a-single ;;
3151 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
3152 sh2a*) sh_cpu_target=sh2a ;;
da28a3b9
JR
3153 sh2e*) sh_cpu_target=sh2e ;;
3154 sh2*) sh_cpu_target=sh2 ;;
3155 *) sh_cpu_target=sh1 ;;
8f48afc1 3156 esac
8c1aaf26
R
3157 # did the user say --without-fp ?
3158 if test x$with_fp = xno; then
3159 case ${sh_cpu_target} in
8c1aaf26
R
3160 sh4al | sh1) ;;
3161 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
3162 sh4*) sh_cpu_target=sh4-nofpu ;;
3163 sh3*) sh_cpu_target=sh3 ;;
3164 sh2a*) sh_cpu_target=sh2a-nofpu ;;
3165 sh2*) sh_cpu_target=sh2 ;;
3166 *) echo --without-fp not available for $target: ignored
3167 esac
3168 tm_defines="$tm_defines STRICT_NOFPU=1"
3169 fi
da28a3b9
JR
3170 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
3171 case $sh_cpu_default in
157371cf 3172 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
312209c6 3173 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
27a0ce7d 3174 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
bf09b512 3175 sh3e | sh3 | sh2e | sh2 | sh1) ;;
da28a3b9
JR
3176 "") sh_cpu_default=${sh_cpu_target} ;;
3177 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
dbf87f32 3178 esac
da28a3b9 3179 sh_multilibs=${with_multilib_list}
aca600aa 3180 if test "$sh_multilibs" = "default" ; then
da28a3b9
JR
3181 case ${target} in
3182 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
da28a3b9 3183 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
8f6d1c86 3184 sh*-*-linux*) sh_multilibs=m1,m2,m2a,m3e,m4 ;;
da28a3b9 3185 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
157371cf 3186 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
da28a3b9 3187 esac
8c1aaf26
R
3188 if test x$with_fp = xno; then
3189 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`"
3190 fi
da28a3b9 3191 fi
25e651ca 3192 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
da28a3b9 3193 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
aca600aa 3194 tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
47e5ff44 3195 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
3196 for sh_multilib in ${sh_multilibs}; do
3197 case ${sh_multilib} in
aca600aa
AS
3198 m1 | m2 | m2e | m3 | m3e | \
3199 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
3200 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
bc6d9014 3201 m2a | m2a-single | m2a-single-only | m2a-nofpu)
aca600aa
AS
3202 # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
3203 # It is passed to MULTIILIB_OPTIONS verbatim.
3204 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
3205 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
da28a3b9 3206 ;;
aca600aa
AS
3207 \!*) # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
3208 # It is passed the MULTILIB_EXCEPTIONS verbatim.
3209 TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
da28a3b9
JR
3210 *)
3211 echo "with_multilib_list=${sh_multilib} not supported."
3212 exit 1
3213 ;;
3214 esac
3215 done
aca600aa 3216 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
25e651ca 3217 if test x${enable_incomplete_targets} = xyes ; then
bc6d9014 3218 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1"
da28a3b9 3219 fi
44509946
AS
3220 tm_file="$tm_file ./sysroot-suffix.h"
3221 tmake_file="$tmake_file t-sysroot-suffix"
fa5322fa 3222 ;;
314733e2 3223sh-*-rtems*)
aefe4056 3224 tmake_file="${tmake_file} sh/t-sh sh/t-rtems"
9e08f9e2 3225 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
314733e2 3226 ;;
55047c9d 3227sh-wrs-vxworks)
5f73c6cc 3228 tmake_file="$tmake_file sh/t-sh sh/t-vxworks"
9e08f9e2 3229 tm_file="${tm_file} elfos.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
55047c9d 3230 ;;
61ed06c3 3231sparc-*-elf*)
ec047df4 3232 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp-elf.h"
07981468
KE
3233 case ${target} in
3234 *-leon-*)
8d12174d 3235 tmake_file="sparc/t-sparc sparc/t-leon"
07981468
KE
3236 ;;
3237 *-leon[3-9]*)
8d12174d 3238 tmake_file="sparc/t-sparc sparc/t-leon3"
07981468
KE
3239 ;;
3240 *)
8d12174d 3241 tmake_file="sparc/t-sparc sparc/t-elf"
07981468
KE
3242 ;;
3243 esac
61ed06c3 3244 ;;
ad234fc7 3245sparc-*-rtems*)
ec047df4 3246 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
9c281312 3247 tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
ad234fc7
EB
3248 ;;
3249sparc-*-linux*)
6cc7fb90 3250 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
fe609b0f 3251 extra_options="${extra_options} sparc/long-double-switch.opt"
07981468
KE
3252 case ${target} in
3253 *-leon-*)
8d12174d 3254 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon"
07981468
KE
3255 ;;
3256 *-leon[3-9]*)
8d12174d 3257 tmake_file="${tmake_file} sparc/t-sparc sparc/t-leon3"
07981468
KE
3258 ;;
3259 *)
b040f2be 3260 tmake_file="${tmake_file} sparc/t-sparc"
07981468
KE
3261 ;;
3262 esac
5f7ca34b
DM
3263 if test x$enable_targets = xall; then
3264 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
ccbdd3bc 3265 tmake_file="${tmake_file} sparc/t-linux64"
5f7ca34b
DM
3266 else
3267 tm_file="${tm_file} sparc/linux.h"
d3547cab 3268 tmake_file="${tmake_file} sparc/t-linux"
5f7ca34b 3269 fi
61ed06c3 3270 ;;
ad234fc7 3271sparc-*-netbsdelf*)
dfe2677b 3272 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h ${nbsd_tm_file} sparc/netbsd-elf.h"
a4714d14 3273 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
ad234fc7 3274 extra_options="${extra_options} sparc/long-double-switch.opt"
8d12174d 3275 tmake_file="${tmake_file} sparc/t-sparc"
3943fe02 3276 ;;
2587aa3b 3277sparc*-*-solaris2*)
2cf03b11 3278 tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sparc/tso.h"
18167442 3279 case ${target} in
2587aa3b 3280 sparc64-*-* | sparcv9-*-*)
7c7dae65 3281 tm_file="sparc/default64.h ${tm_file}"
207bf79d 3282 ;;
2587aa3b
EB
3283 *)
3284 test x$with_cpu != x || with_cpu=v9
ec23ed60 3285 ;;
18167442 3286 esac
2cf03b11 3287 tmake_file="${tmake_file} sparc/t-sparc sparc/t-sol2"
61ed06c3 3288 ;;
1910440e 3289sparc-wrs-vxworks)
ec047df4 3290 tm_file="${tm_file} elfos.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
8d12174d 3291 tmake_file="${tmake_file} sparc/t-sparc sparc/t-vxworks"
1910440e 3292 ;;
61ed06c3 3293sparc64-*-elf*)
ec047df4 3294 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
ae5f5715 3295 extra_options="${extra_options}"
8d12174d 3296 tmake_file="${tmake_file} sparc/t-sparc"
61ed06c3 3297 ;;
ad234fc7 3298sparc64-*-rtems*)
ec047df4 3299 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
ae5f5715 3300 extra_options="${extra_options}"
aefe4056 3301 tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
ad234fc7
EB
3302 ;;
3303sparc64-*-linux*)
7c7dae65 3304 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default64.h sparc/linux64.h sparc/tso.h"
ad234fc7 3305 extra_options="${extra_options} sparc/long-double-switch.opt"
b040f2be 3306 tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
ad234fc7 3307 ;;
c7240cbd
DB
3308sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3309 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
fe609b0f 3310 extra_options="${extra_options} sparc/long-double-switch.opt"
c7240cbd 3311 case "x$with_cpu" in
e0054185 3312 xultrasparc) ;;
c7240cbd
DB
3313 x) with_cpu=ultrasparc ;;
3314 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3315 esac
8d12174d 3316 tmake_file="${tmake_file} sparc/t-sparc"
c7240cbd 3317 ;;
4cb7482c 3318sparc64-*-netbsd*)
4cb7482c 3319 tm_file="sparc/biarch64.h ${tm_file}"
dfe2677b 3320 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h ${nbsd_tm_file} sparc/netbsd-elf.h"
a4714d14 3321 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
fe609b0f 3322 extra_options="${extra_options} sparc/long-double-switch.opt"
8d12174d 3323 tmake_file="${tmake_file} sparc/t-sparc sparc/t-netbsd64"
4cb7482c 3324 ;;
ad234fc7 3325sparc64-*-openbsd*)
ec047df4 3326 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h"
ad234fc7 3327 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
5369e2d4 3328 extra_options="${extra_options} openbsd.opt"
ae5f5715 3329 extra_options="${extra_options}"
ad234fc7
EB
3330 gas=yes gnu_ld=yes
3331 with_cpu=ultrasparc
8d12174d 3332 tmake_file="${tmake_file} sparc/t-sparc"
ad234fc7 3333 ;;
bcead286
BS
3334tic6x-*-elf)
3335 tm_file="elfos.h ${tm_file} c6x/elf-common.h c6x/elf.h"
3336 tm_file="${tm_file} dbxelf.h tm-dwarf2.h newlib-stdint.h"
bcead286 3337 tmake_file="c6x/t-c6x c6x/t-c6x-elf"
bcead286
BS
3338 use_collect2=no
3339 ;;
3340tic6x-*-uclinux)
3341 tm_file="elfos.h ${tm_file} gnu-user.h linux.h c6x/elf-common.h c6x/uclinux-elf.h"
3342 tm_file="${tm_file} dbxelf.h tm-dwarf2.h glibc-stdint.h"
3343 tm_file="${tm_file} ./sysroot-suffix.h"
b040f2be 3344 tmake_file="t-sysroot-suffix t-slibgcc"
bcead286 3345 tmake_file="${tmake_file} c6x/t-c6x c6x/t-c6x-elf c6x/t-c6x-uclinux"
bcead286
BS
3346 use_collect2=no
3347 ;;
341c653c 3348tilegx*-*-linux*)
dd552284
WL
3349 tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}"
3350 tmake_file="${tmake_file} tilegx/t-tilegx"
92be22dc 3351 extra_objs="${extra_objs} mul-tables.o"
1efcb8c6
JM
3352 c_target_objs="${c_target_objs} tilegx-c.o"
3353 cxx_target_objs="${cxx_target_objs} tilegx-c.o"
fd199491 3354 extra_headers="feedback.h"
341c653c
WL
3355 case $target in
3356 tilegxbe-*)
3357 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
3358 ;;
3359 esac
dd552284 3360 ;;
341c653c 3361tilepro*-*-linux*)
dd552284
WL
3362 tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
3363 tmake_file="${tmake_file} tilepro/t-tilepro"
92be22dc 3364 extra_objs="${extra_objs} mul-tables.o"
1efcb8c6
JM
3365 c_target_objs="${c_target_objs} tilepro-c.o"
3366 cxx_target_objs="${cxx_target_objs} tilepro-c.o"
fd199491 3367 extra_headers="feedback.h"
dd552284 3368 ;;
cc5476cb
RC
3369v850-*-rtems*)
3370 target_cpu_default="TARGET_CPU_generic"
3371 tm_file="dbxelf.h elfos.h v850/v850.h"
3372 tm_file="${tm_file} rtems.h v850/rtems.h newlib-stdint.h"
3373 tmake_file="${tmake_file} v850/t-v850"
aefe4056 3374 tmake_file="${tmake_file} v850/t-rtems"
cc5476cb
RC
3375 use_collect2=no
3376 c_target_objs="v850-c.o"
3377 cxx_target_objs="v850-c.o"
3378 ;;
1dcad079
NC
3379v850*-*-*)
3380 case ${target} in
dbdbd982
NC
3381 v850e3v5-*-*)
3382 target_cpu_default="TARGET_CPU_v850e3v5"
3383 ;;
1dcad079
NC
3384 v850e2v3-*-*)
3385 target_cpu_default="TARGET_CPU_v850e2v3"
3386 ;;
3387 v850e2-*-*)
3388 target_cpu_default="TARGET_CPU_v850e2"
3389 ;;
3390 v850e1-*-* | v850es-*-*)
3391 target_cpu_default="TARGET_CPU_v850e1"
3392 ;;
3393 v850e-*-*)
3394 target_cpu_default="TARGET_CPU_v850e"
3395 ;;
3396 v850-*-*)
3397 target_cpu_default="TARGET_CPU_generic"
3398 ;;
3399 esac
fcbf5a00 3400 tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
b4378319
NC
3401 if test x$stabs = xyes
3402 then
3403 tm_file="${tm_file} dbx.h"
3404 fi
3405 use_collect2=no
3406 c_target_objs="v850-c.o"
3407 cxx_target_objs="v850-c.o"
207bf79d 3408 use_gcc_stdint=wrap
b4378319 3409 ;;
c4e75102 3410vax-*-linux*)
8e38461c 3411 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h vax/elf.h vax/linux.h"
4ad70280 3412 extra_options="${extra_options} vax/elf.opt"
c4e75102 3413 ;;
69474c3c 3414vax-*-netbsdelf*)
dfe2677b 3415 tm_file="${tm_file} elfos.h ${nbsd_tm_file} vax/elf.h vax/netbsd-elf.h"
4ad70280 3416 extra_options="${extra_options} netbsd.opt netbsd-elf.opt vax/elf.opt"
dfe2677b 3417 tm_defines="${tm_defines} CHAR_FAST8=1 SHORT_FAST16=1"
69474c3c 3418 ;;
61ed06c3 3419vax-*-openbsd*)
a42014a3 3420 tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-libpthread.h vax/openbsd.h"
5369e2d4 3421 extra_options="${extra_options} openbsd.opt"
61ed06c3
HPN
3422 use_collect2=yes
3423 ;;
0969ec7d
EB
3424visium-*-elf*)
3425 tm_file="dbxelf.h elfos.h ${tm_file} visium/elf.h newlib-stdint.h"
3426 tmake_file="visium/t-visium visium/t-crtstuff"
3427 ;;
14d269bb
GK
3428xstormy16-*-elf)
3429 # For historical reasons, the target files omit the 'x'.
5519175f 3430 tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h"
14d269bb 3431 tm_p_file=stormy16/stormy16-protos.h
64ac3c33 3432 tm_d_file="elfos.h stormy16/stormy16.h"
14d269bb
GK
3433 md_file=stormy16/stormy16.md
3434 out_file=stormy16/stormy16.c
d45d2353 3435 extra_options=stormy16/stormy16.opt
14d269bb 3436 tmake_file="stormy16/t-stormy16"
14d269bb 3437 ;;
6d656178 3438xtensa*-*-elf*)
416ea725 3439 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h"
4933ae74 3440 extra_options="${extra_options} xtensa/elf.opt"
03984308 3441 ;;
6d656178 3442xtensa*-*-linux*)
8e38461c 3443 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h"
5f73c6cc 3444 tmake_file="${tmake_file} xtensa/t-xtensa"
03984308 3445 ;;
4a0a9457
MF
3446xtensa*-*-uclinux*)
3447 tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/uclinux.h"
3448 tmake_file="${tmake_file} xtensa/t-xtensa"
3449 extra_options="${extra_options} xtensa/uclinux.opt"
3450 ;;
2beef00e 3451am33_2.0-*-linux*)
8e38461c 3452 tm_file="mn10300/mn10300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h"
2beef00e 3453 gas=yes gnu_ld=yes
2beef00e
AO
3454 use_collect2=no
3455 ;;
7f05b779 3456m32c-*-rtems*)
24b00560 3457 tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
7f05b779
JS
3458 c_target_objs="m32c-pragma.o"
3459 cxx_target_objs="m32c-pragma.o"
3460 ;;
38b2d076 3461m32c-*-elf*)
24b00560 3462 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
38b2d076
DD
3463 c_target_objs="m32c-pragma.o"
3464 cxx_target_objs="m32c-pragma.o"
38b2d076 3465 ;;
61ed06c3 3466*)
b01bc573 3467 echo "*** Configuration ${target} not supported" 1>&2
61ed06c3
HPN
3468 exit 1
3469 ;;
3470esac
3471
f6bc51cb 3472case ${target} in
f6bc51cb 3473i[34567]86-*-linux* | x86_64-*-linux*)
ab442df7 3474 tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
f6bc51cb
L
3475 ;;
3476i[34567]86-*-* | x86_64-*-*)
ab442df7 3477 tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
f6bc51cb 3478 ;;
c5f0fe67 3479powerpc*-*-* | rs6000-*-*)
83349046 3480 tm_file="${tm_file} ${cpu_type}/option-defaults.h"
f6bc51cb
L
3481esac
3482
ad669a1a
SN
3483# non-glibc systems
3484case ${target} in
3485*-linux-musl*)
3486 tmake_file="${tmake_file} t-musl"
3487 ;;
3488*-linux-uclibc*)
3489 tmake_file="${tmake_file} t-uclibc"
3490 ;;
3491esac
3492
f25afa93
SE
3493# Assume the existence of indirect function support and allow the use of the
3494# resolver attribute.
3495case ${target} in
3496*-*-linux*android*|*-*-linux*uclibc*|*-*-linux*musl*)
3497 ;;
3498*-*-linux*)
3499 case ${target} in
d71031ff 3500 aarch64*-* | arm*-* | i[34567]86-* | powerpc*-* | s390*-* | sparc*-* | x86_64-*)
f25afa93
SE
3501 default_gnu_indirect_function=yes
3502 ;;
3503 esac
3504 ;;
3505esac
3506
87b6c18c
IV
3507# Build mkoffload tool
3508case ${target} in
3509*-intelmic-* | *-intelmicemul-*)
3510 tmake_file="${tmake_file} i386/t-intelmic"
41dbbb37 3511 tm_file="${tm_file} i386/intelmic-offload.h"
87b6c18c
IV
3512 ;;
3513esac
3514
acce4e77
JM
3515if [ "$target_has_targetcm" = "no" ]; then
3516 c_target_objs="$c_target_objs default-c.o"
3517 cxx_target_objs="$cxx_target_objs default-c.o"
3518fi
3519
c49a6962
JM
3520if [ "$common_out_file" = "" ]; then
3521 if [ "$target_has_targetm_common" = "yes" ]; then
3522 common_out_file="$cpu_type/$cpu_type-common.c"
3523 else
3524 common_out_file="default-common.c"
3525 fi
3526fi
3527
b4c522fa
IB
3528if [ "$target_has_targetdm" = "no" ]; then
3529 d_target_objs="$d_target_objs default-d.o"
3530fi
3531
73f09c99 3532# Support for --with-cpu and related options (and a few unrelated options,
a89ea0df 3533# too).
35341073
NN
3534case ${with_cpu} in
3535 yes | no)
3536 echo "--with-cpu must be passed a value" 1>&2
3537 exit 1
3538 ;;
3539esac
83079d89 3540
3fd77630
L
3541# Set arch and cpu from ${target} and ${target_noncanonical}. Set cpu
3542# to generic if there is no processor scheduler model for the target.
3543arch=
3544cpu=
4d16c0dc 3545arch_without_sse2=no
c6b9174f 3546arch_without_64bit=no
3fd77630 3547case ${target} in
1c379b78
TC
3548 i386-*-freebsd*)
3549 if test $fbsd_major -ge 6; then
3550 arch=i486
3551 else
3552 arch=i386
3553 fi
3554 cpu=generic
3555 arch_without_sse2=yes
3556 arch_without_64bit=yes
3557 ;;
8a45a00e
KW
3558 i386-*-netbsd*)
3559 arch=i486
3560 cpu=generic
3561 arch_without_sse2=yes
3562 arch_without_64bit=yes
3563 ;;
3fd77630
L
3564 i386-*-*)
3565 arch=i386
3566 cpu=i386
4d16c0dc 3567 arch_without_sse2=yes
c6b9174f 3568 arch_without_64bit=yes
3fd77630
L
3569 ;;
3570 i486-*-*)
3571 arch=i486
3572 cpu=i486
4d16c0dc 3573 arch_without_sse2=yes
c6b9174f 3574 arch_without_64bit=yes
3fd77630
L
3575 ;;
3576 i586-*-*)
4d16c0dc 3577 arch_without_sse2=yes
c6b9174f 3578 arch_without_64bit=yes
3fd77630
L
3579 case ${target_noncanonical} in
3580 k6_2-*)
3581 arch=k6-2
3582 cpu=k6-2
3583 ;;
3584 k6_3-*)
3585 arch=k6-3
3586 cpu=k6-3
3587 ;;
3588 k6-*)
3589 arch=k6
3590 cpu=k6
3591 ;;
3592 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
3593 arch=pentium-mmx
3594 cpu=pentium-mmx
3595 ;;
3596 *)
3597 arch=pentium
3598 cpu=pentium
3599 ;;
3600 esac
3601 ;;
3602 i686-*-* | i786-*-*)
3603 case ${target_noncanonical} in
9ce29eb0
VK
3604 znver1-*)
3605 arch=znver1
3606 cpu=znver1
3607 ;;
2901f42f
VK
3608 znver2-*)
3609 arch=znver2
3610 cpu=znver2
3611 ;;
ed97ad47
GG
3612 bdver4-*)
3613 arch=bdver4
3614 cpu=bdver4
3615 ;;
eb2f2b44
GG
3616 bdver3-*)
3617 arch=bdver3
3618 cpu=bdver3
3619 ;;
4d652a18
HJ
3620 bdver2-*)
3621 arch=bdver2
3622 cpu=bdver2
3623 ;;
1133125e
HJ
3624 bdver1-*)
3625 arch=bdver1
3626 cpu=bdver1
3627 ;;
14b52538
CF
3628 btver1-*)
3629 arch=btver1
3630 cpu=btver1
3631 ;;
e32bfc16
VK
3632 btver2-*)
3633 arch=btver2
3634 cpu=btver2
3635 ;;
3fd77630
L
3636 amdfam10-*|barcelona-*)
3637 arch=amdfam10
3638 cpu=amdfam10
3639 ;;
3640 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3641 arch=k8-sse3
3642 cpu=k8-sse3
3643 ;;
3644 k8-*|opteron-*|athlon64-*|athlon_fx-*)
3645 arch=k8
3646 cpu=k8
3647 ;;
3648 athlon_xp-*|athlon_mp-*|athlon_4-*)
3649 arch=athlon-4
3650 cpu=athlon-4
4d16c0dc 3651 arch_without_sse2=yes
c6b9174f 3652 arch_without_64bit=yes
3fd77630
L
3653 ;;
3654 athlon_tbird-*|athlon-*)
3655 arch=athlon
3656 cpu=athlon
4d16c0dc 3657 arch_without_sse2=yes
3fd77630
L
3658 ;;
3659 geode-*)
3660 arch=geode
3661 cpu=geode
4d16c0dc 3662 arch_without_sse2=yes
3fd77630
L
3663 ;;
3664 pentium2-*)
3665 arch=pentium2
3666 cpu=pentium2
4d16c0dc 3667 arch_without_sse2=yes
3fd77630
L
3668 ;;
3669 pentium3-*|pentium3m-*)
3670 arch=pentium3
3671 cpu=pentium3
4d16c0dc 3672 arch_without_sse2=yes
3fd77630
L
3673 ;;
3674 pentium4-*|pentium4m-*)
3675 arch=pentium4
3676 cpu=pentium4
3677 ;;
3678 prescott-*)
3679 arch=prescott
3680 cpu=prescott
3681 ;;
3682 nocona-*)
3683 arch=nocona
3684 cpu=nocona
3685 ;;
3686 atom-*)
3687 arch=atom
3688 cpu=atom
3689 ;;
0b871ccf
YR
3690 slm-*)
3691 arch=slm
3692 cpu=slm
3693 ;;
3fd77630
L
3694 core2-*)
3695 arch=core2
3696 cpu=core2
3697 ;;
1dbb04c9
L
3698 corei7-*)
3699 arch=corei7
3700 cpu=corei7
3701 ;;
35758e5b
L
3702 corei7_avx-*)
3703 arch=corei7-avx
3704 cpu=corei7-avx
3705 ;;
3fd77630
L
3706 pentium_m-*)
3707 arch=pentium-m
3708 cpu=pentium-m
3709 ;;
3710 pentiumpro-*)
3711 arch=pentiumpro
3712 cpu=pentiumpro
4d16c0dc 3713 arch_without_sse2=yes
3fd77630
L
3714 ;;
3715 *)
3716 arch=pentiumpro
3717 cpu=generic
4d16c0dc 3718 arch_without_sse2=yes
c6b9174f 3719 arch_without_64bit=yes
3fd77630
L
3720 ;;
3721 esac
3722 ;;
3723 x86_64-*-*)
3724 case ${target_noncanonical} in
9ce29eb0
VK
3725 znver1-*)
3726 arch=znver1
3727 cpu=znver1
3728 ;;
2901f42f
VK
3729 znver2-*)
3730 arch=znver2
3731 cpu=znver2
3732 ;;
ed97ad47
GG
3733 bdver4-*)
3734 arch=bdver4
3735 cpu=bdver4
3736 ;;
eb2f2b44
GG
3737 bdver3-*)
3738 arch=bdver3
3739 cpu=bdver3
3740 ;;
4d652a18
HJ
3741 bdver2-*)
3742 arch=bdver2
3743 cpu=bdver2
3744 ;;
1133125e
HJ
3745 bdver1-*)
3746 arch=bdver1
3747 cpu=bdver1
3748 ;;
14b52538
CF
3749 btver1-*)
3750 arch=btver1
3751 cpu=btver1
3752 ;;
e32bfc16
VK
3753 btver2-*)
3754 arch=btver2
3755 cpu=btver2
3756 ;;
3fd77630
L
3757 amdfam10-*|barcelona-*)
3758 arch=amdfam10
3759 cpu=amdfam10
3760 ;;
3761 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
3762 arch=k8-sse3
3763 cpu=k8-sse3
3764 ;;
3765 k8-*|opteron-*|athlon_64-*)
3766 arch=k8
3767 cpu=k8
3768 ;;
3769 nocona-*)
3770 arch=nocona
3771 cpu=nocona
3772 ;;
3773 atom-*)
3774 arch=atom
3775 cpu=atom
3776 ;;
0b871ccf
YR
3777 slm-*)
3778 arch=slm
3779 cpu=slm
3780 ;;
3fd77630
L
3781 core2-*)
3782 arch=core2
3783 cpu=core2
3784 ;;
1dbb04c9
L
3785 corei7-*)
3786 arch=corei7
3787 cpu=corei7
3788 ;;
3fd77630
L
3789 *)
3790 arch=x86-64
3791 cpu=generic
3792 ;;
3793 esac
3794 ;;
3795esac
3796
35341073
NN
3797# If there is no $with_cpu option, try to infer one from ${target}.
3798# This block sets nothing except for with_cpu.
3799if test x$with_cpu = x ; then
3800 case ${target} in
a0f4ee6e 3801 i[34567]86-*-elfiamcu)
2d6b2e28 3802 with_cpu=lakemont
a0f4ee6e 3803 ;;
3fd77630
L
3804 i[34567]86-*-*|x86_64-*-*)
3805 with_cpu=$cpu
35341073
NN
3806 ;;
3807 alphaev6[78]*-*-*)
3808 with_cpu=ev67
3809 ;;
3810 alphaev6*-*-*)
3811 with_cpu=ev6
3812 ;;
3813 alphapca56*-*-*)
3814 with_cpu=pca56
3815 ;;
3816 alphaev56*-*-*)
3817 with_cpu=ev56
3818 ;;
3819 alphaev5*-*-*)
3820 with_cpu=ev5
3821 ;;
faf9ab98 3822 frv-*-*linux* | frv400-*-*linux*)
34208acf
AO
3823 with_cpu=fr400
3824 ;;
faf9ab98
AH
3825 frv550-*-*linux*)
3826 with_cpu=fr550
3827 ;;
59fbf3cb 3828 m68k*-*-*)
10e96df4
NS
3829 case "$with_arch" in
3830 "cf")
3831 with_cpu=${default_cf_cpu}
3832 ;;
3833 "" | "m68k")
3834 with_cpu=m${default_m68k_cpu}
3835 ;;
3836 esac
59fbf3cb 3837 ;;
35341073 3838 sparc*-*-*)
1f65ae7a
EB
3839 case ${target} in
3840 *-leon-*)
3841 with_cpu=leon
3842 ;;
3843 *-leon[3-9]*)
3844 with_cpu=leon3
3845 ;;
d81230b5
DH
3846 *-leon[3-9]v7*)
3847 with_cpu=leon3v7
3848 ;;
1f65ae7a
EB
3849 *)
3850 with_cpu="`echo ${target} | sed 's/-.*$//'`"
3851 ;;
3852 esac
35341073 3853 ;;
175650bc
OH
3854 visium-*-*)
3855 with_cpu=gr5
3856 ;;
35341073 3857 esac
8981c15b
JM
3858
3859 # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
3860 case ${target} in
3861 i[34567]86-*-*|x86_64-*-*)
3fd77630
L
3862 if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
3863 if test x$with_cpu_32 = x; then
3864 with_cpu_32=$with_cpu
3865 fi
3866 if test x$with_cpu_64 = x; then
3867 with_cpu_64=$with_cpu
3868 fi
3869 with_cpu=
3870 fi
3871 ;;
3872 esac
3873fi
3874
3875# Support for --with-arch and related options (and a few unrelated options,
3876# too).
3877case ${with_arch} in
3878 yes | no)
3879 echo "--with-arch must be passed a value" 1>&2
3880 exit 1
3881 ;;
3882esac
3883
3884# If there is no $with_arch option, try to infer one from ${target}.
3885# This block sets nothing except for with_arch.
3886if test x$with_arch = x ; then
3887 case ${target} in
91ad7e13
L
3888 i[34567]86-*-darwin*|x86_64-*-darwin*)
3889 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3890 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3891 ;;
a0f4ee6e 3892 i[34567]86-*-elfiamcu)
2d6b2e28 3893 with_arch=lakemont
a0f4ee6e 3894 ;;
a3af5e26 3895 i[34567]86-*-*)
4d16c0dc
L
3896 # --with-fpmath sets the default ISA to SSE2, which is the same
3897 # ISA supported by Pentium 4.
3898 if test x$with_fpmath = x || test $arch_without_sse2 = no; then
3899 with_arch=$arch
3900 else
3901 with_arch=pentium4
a3af5e26
L
3902 fi
3903 ;;
3904 x86_64-*-*)
3fd77630
L
3905 with_arch=$arch
3906 ;;
74240413
RS
3907 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3908 with_arch=r5900
3909 ;;
3910 mips*-*-vxworks)
3911 with_arch=mips2
3912 ;;
3fd77630
L
3913 esac
3914
3915 # Avoid overriding --with-arch-32 and --with-arch-64 values.
3916 case ${target} in
91ad7e13
L
3917 i[34567]86-*-darwin*|x86_64-*-darwin*)
3918 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3919 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3920 ;;
3fd77630
L
3921 i[34567]86-*-*|x86_64-*-*)
3922 if test x$with_arch_32 != x || test x$with_arch_64 != x; then
3923 if test x$with_arch_32 = x; then
55c4eeaa 3924 with_arch_32=$with_arch
3fd77630
L
3925 fi
3926 if test x$with_arch_64 = x; then
c6b9174f
L
3927 if test $arch_without_64bit = yes; then
3928 # Set the default 64bit arch to x86-64 if the default arch
3929 # doesn't support 64bit.
3930 with_arch_64=x86-64
3931 else
55c4eeaa 3932 with_arch_64=$with_arch
c6b9174f 3933 fi
3fd77630
L
3934 fi
3935 with_arch=
c6b9174f
L
3936 elif test $arch_without_64bit$need_64bit_isa = yesyes; then
3937 # Set the default 64bit arch to x86-64 if the default arch
3938 # doesn't support 64bit and we need 64bit ISA.
55c4eeaa 3939 with_arch_32=$with_arch
c6b9174f
L
3940 with_arch_64=x86-64
3941 with_arch=
8981c15b
JM
3942 fi
3943 ;;
3944 esac
35341073 3945fi
83079d89 3946
74240413
RS
3947# Infer a default setting for --with-float.
3948if test x$with_float = x; then
3949 case ${target} in
3950 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3951 # The R5900 doesn't support 64-bit float. 32-bit float doesn't
3952 # comply with IEEE 754.
3953 with_float=soft
3954 ;;
3955 esac
3956fi
3957
04dfc6df
JU
3958# Infer a default setting for --with-fpu.
3959if test x$with_fpu = x; then
3960 case ${target} in
3961 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
3962 # The R5900 FPU only supports single precision.
3963 with_fpu=single
3964 ;;
3965 esac
3966fi
3967
a3af5e26
L
3968# Support --with-fpmath.
3969if test x$with_fpmath != x; then
3970 case ${target} in
3971 i[34567]86-*-* | x86_64-*-*)
3972 case ${with_fpmath} in
b71e5eba
UB
3973 avx)
3974 tm_file="${tm_file} i386/avxmath.h"
3975 ;;
a3af5e26
L
3976 sse)
3977 tm_file="${tm_file} i386/ssemath.h"
3978 ;;
3979 *)
3980 echo "Invalid --with-fpmath=$with_fpmath" 1>&2
3981 exit 1
3982 ;;
3983 esac
3984 ;;
3985 *)
3986 echo "--with-fpmath isn't supported for $target." 1>&2
3987 exit 1
3988 ;;
3989 esac
3990fi
3991
fe3e7450
AM
3992# Similarly for --with-schedule.
3993if test x$with_schedule = x; then
3994 case ${target} in
cd985f66 3995 hppa1*)
fe3e7450
AM
3996 # Override default PA8000 scheduling model.
3997 with_schedule=7100LC
3998 ;;
3999 esac
4000fi
83079d89 4001
74240413
RS
4002# Infer a default setting for --with-llsc.
4003if test x$with_llsc = x; then
4004 case ${target} in
74240413
RS
4005 mips*-*-linux*)
4006 # The kernel emulates LL and SC where necessary.
4007 with_llsc=yes
4008 ;;
240ae287
FN
4009 mips64r5900-*-* | mips64r5900el-*-* | mipsr5900-*-* | mipsr5900el-*-*)
4010 # The R5900 doesn't support LL(D) and SC(D).
4011 with_llsc=no
4012 ;;
74240413
RS
4013 esac
4014fi
4015
fe3e7450
AM
4016# Validate and mark as valid any --with options supported
4017# by this target. In order to use a particular --with option
4018# you must list it in supported_defaults; validating the value
4019# is optional. This case statement should set nothing besides
4020# supported_defaults.
7816bea0 4021
fe3e7450
AM
4022supported_defaults=
4023case "${target}" in
24034425 4024 aarch64*-*-*)
17a819cb 4025 supported_defaults="abi cpu arch"
24034425
IB
4026 for which in cpu arch; do
4027
4028 eval "val=\$with_$which"
4029 base_val=`echo $val | sed -e 's/\+.*//'`
1140d42f 4030 ext_val=`echo $val | sed -e 's/[a-z0-9.-]\+//'`
24034425
IB
4031
4032 if [ $which = arch ]; then
4033 def=aarch64-arches.def
4034 pattern=AARCH64_ARCH
4035 else
4036 def=aarch64-cores.def
4037 pattern=AARCH64_CORE
4038 fi
4039
4040 ext_mask=AARCH64_CPU_DEFAULT_FLAGS
4041
4042 # Find the base CPU or ARCH id in aarch64-cores.def or
4043 # aarch64-arches.def
4044 if [ x"$base_val" = x ] \
4045 || grep "^$pattern(\"$base_val\"," \
4046 ${srcdir}/config/aarch64/$def \
4047 > /dev/null; then
4048
4049 if [ $which = arch ]; then
4050 base_id=`grep "^$pattern(\"$base_val\"," \
4051 ${srcdir}/config/aarch64/$def | \
4052 sed -e 's/^[^,]*,[ ]*//' | \
4053 sed -e 's/,.*$//'`
a3cd0246
KT
4054 # Extract the architecture flags from aarch64-arches.def
4055 ext_mask=`grep "^$pattern(\"$base_val\"," \
4056 ${srcdir}/config/aarch64/$def | \
4057 sed -e 's/)$//' | \
4058 sed -e 's/^.*,//'`
24034425
IB
4059 else
4060 base_id=`grep "^$pattern(\"$base_val\"," \
4061 ${srcdir}/config/aarch64/$def | \
4062 sed -e 's/^[^,]*,[ ]*//' | \
4063 sed -e 's/,.*$//'`
4064 fi
4065
3644cadf
TC
4066 # Use the pre-processor to strip flatten the options.
4067 # This makes the format less rigid than if we use
4068 # grep and sed directly here.
4069 opt_macro="AARCH64_OPT_EXTENSION(A, B, C, D, E, F)=A, B, C, D, E, F"
4070 options_parsed="`$ac_cv_prog_CPP -D"$opt_macro" -x c \
4071 ${srcdir}/config/aarch64/aarch64-option-extensions.def`"
4072
4073 # Match one element inside AARCH64_OPT_EXTENSION, we
4074 # consume anything that's not a ,.
4075 elem="[ ]*\([^,]\+\)[ ]*"
4076
4077 # Repeat the pattern for the number of entries in the
4078 # AARCH64_OPT_EXTENSION, currently 6 times.
4079 sed_patt="^$elem,$elem,$elem,$elem,$elem,$elem"
4080
24034425
IB
4081 while [ x"$ext_val" != x ]
4082 do
4083 ext_val=`echo $ext_val | sed -e 's/\+//'`
4084 ext=`echo $ext_val | sed -e 's/\+.*//'`
4085 base_ext=`echo $ext | sed -e 's/^no//'`
3644cadf
TC
4086 opt_line=`echo -e "$options_parsed" | \
4087 grep "^\"$base_ext\""`
24034425
IB
4088
4089 if [ x"$base_ext" = x ] \
3644cadf
TC
4090 || [[ -n $opt_line ]]; then
4091
4092 # These regexp extract the elements based on
4093 # their group match index in the regexp.
4094 ext_canon=`echo -e "$opt_line" | \
4095 sed -e "s/$sed_patt/\2/"`
4096 ext_on=`echo -e "$opt_line" | \
4097 sed -e "s/$sed_patt/\3/"`
4098 ext_off=`echo -e "$opt_line" | \
4099 sed -e "s/$sed_patt/\4/"`
24034425
IB
4100
4101 if [ $ext = $base_ext ]; then
4102 # Adding extension
04a99ebe 4103 ext_mask="("$ext_mask") | ("$ext_on" | "$ext_canon")"
24034425
IB
4104 else
4105 # Removing extension
04a99ebe 4106 ext_mask="("$ext_mask") & ~("$ext_off" | "$ext_canon")"
24034425
IB
4107 fi
4108
4109 true
4110 else
4111 echo "Unknown extension used in --with-$which=$val" 1>&2
4112 exit 1
4113 fi
4114 ext_val=`echo $ext_val | sed -e 's/[a-z0-9]\+//'`
4115 done
4116
4117 ext_mask="(("$ext_mask") << 6)"
4118 if [ x"$base_id" != x ]; then
4119 target_cpu_cname="TARGET_CPU_$base_id | $ext_mask"
4120 fi
4121 true
4122 else
4123 echo "Unknown $which used in --with-$which=$val" 1>&2
4124 exit 1
4125 fi
4126 done
4127 ;;
4128
83079d89 4129 alpha*-*-*)
7816bea0
DJ
4130 supported_defaults="cpu tune"
4131 for which in cpu tune; do
4132 eval "val=\$with_$which"
b597bfd8
NN
4133 case "$val" in
4134 "" \
4135 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
4136 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
4137 | 21264a)
7816bea0
DJ
4138 ;;
4139 *)
4140 echo "Unknown CPU used in --with-$which=$val" 1>&2
4141 exit 1
4142 ;;
4143 esac
4144 done
4145 ;;
4146
f9ccf899 4147 arc*-*-*)
53426f6c 4148 supported_defaults="cpu"
f9ccf899
CZ
4149
4150 if [ x"$with_cpu" = x ] \
4151 || grep "^ARC_CPU ($with_cpu," \
4152 ${srcdir}/config/arc/arc-cpus.def \
4153 > /dev/null; then
4154 # Ok
4155 true
4156 else
4157 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4158 exit 1
4159 fi
53426f6c
JR
4160 ;;
4161
56856b58
J
4162 csky-*-*)
4163 supported_defaults="cpu endian float"
4164 ;;
4165
7816bea0 4166 arm*-*-*)
7cf13d1f 4167 supported_defaults="arch cpu float tune fpu abi mode tls"
a92ffb3e
RE
4168 for which in cpu tune arch; do
4169 # See if it matches a supported value
7816bea0 4170 eval "val=\$with_$which"
a92ffb3e
RE
4171 if [ x"$val" != x ]; then
4172 cpu=`awk -f ${srcdir}/config/arm/parsecpu.awk \
4173 -v cmd="chk$which $val" \
4174 ${srcdir}/config/arm/arm-cpus.in`
4175 if [ "$cpu" = "error" ]; then
4176 echo "Unknown target in --with-$which=$val" 1>&2
4177 exit 1
4178 else
4179 new_val=$cpu
4180 eval "target_${which}_cname=$new_val"
4181 echo "For $val real value is $new_val"
d3d3f1af 4182 fi
2682e19f 4183 fi
7816bea0
DJ
4184 done
4185
b597bfd8
NN
4186 case "$with_float" in
4187 "" \
9b66ebb1 4188 | soft | hard | softfp)
83079d89 4189 # OK
73f09c99 4190 ;;
83079d89 4191 *)
7816bea0 4192 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89 4193 exit 1
73f09c99
DJ
4194 ;;
4195 esac
7816bea0 4196
a92ffb3e
RE
4197 # see if --with-fpu matches any of the supported FPUs
4198 if [ x"$with_fpu" != x ] ; then
170f2d18 4199 val=$with_fpu
a92ffb3e 4200 fpu=`awk -f ${srcdir}/config/arm/parsecpu.awk \
170f2d18 4201 -v cmd="chkfpu $val" \
a92ffb3e 4202 ${srcdir}/config/arm/arm-cpus.in`
170f2d18 4203 if [ "$fpu" = "error" ]
a92ffb3e 4204 then
170f2d18 4205 echo "Unknown target in --with-fpu=$val" 1>&2
a92ffb3e
RE
4206 exit 1
4207 fi
14562eb9 4208 fi
5848830f
PB
4209
4210 case "$with_abi" in
4211 "" \
ebca2d91 4212 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
5848830f
PB
4213 #OK
4214 ;;
4215 *)
4216 echo "Unknown ABI used in --with-abi=$with_abi"
9b66ebb1
PB
4217 exit 1
4218 ;;
4219 esac
4220
3cf94279
PB
4221 case "$with_mode" in
4222 "" \
4223 | arm | thumb )
4224 #OK
4225 ;;
4226 *)
4227 echo "Unknown mode used in --with-mode=$with_mode"
4228 exit 1
4229 ;;
4230 esac
4231
7cf13d1f
NS
4232 case "$with_tls" in
4233 "" \
4234 | gnu | gnu2)
4235 # OK
4236 ;;
4237 *)
4238 echo "Unknown TLS method used in --with-tls=$with_tls" 1>&2
4239 exit 1
4240 ;;
4241 esac
4242
7816bea0 4243 if test "x$with_arch" != x && test "x$with_cpu" != x; then
0cdb761c
JG
4244 echo "Switch \"--with-arch\" may not be used with switch \"--with-cpu\"" 1>&2
4245 exit 1
4246 fi
4247
4248 if test "x$with_cpu" != x && test "x$with_tune" != x; then
4249 echo "Switch \"--with-tune\" may not be used with switch \"--with-cpu\"" 1>&2
4250 exit 1
7816bea0 4251 fi
c9acb877
MGD
4252
4253 # Add extra multilibs
4254 if test "x$with_multilib_list" != x; then
5d6551f5 4255 ml=
c9acb877 4256 arm_multilibs=`echo $with_multilib_list | sed -e 's/,/ /g'`
2f738ca5
TP
4257 if test "x${arm_multilibs}" != xdefault ; then
4258 for arm_multilib in ${arm_multilibs}; do
4259 case ${arm_multilib} in
4260 aprofile|rmprofile)
4261 tmake_profile_file="arm/t-multilib"
4262 ;;
5d6551f5
AO
4263 @*)
4264 ml=`echo "X$arm_multilib" | sed '1s,^X@,,'`
4265 if test -f "${srcdir}/config/arm/${ml}"; then
4266 tmake_file="${tmake_file} arm/${ml}"
4267 else
4268 echo "Error: ${ml} does not exist in ${srcdir}/config/arm" >&2
4269 exit 1
4270 fi
4271 ;;
2f738ca5
TP
4272 *)
4273 echo "Error: --with-multilib-list=${with_multilib_list} not supported." 1>&2
4274 exit 1
4275 ;;
4276 esac
4277 done
c2f46874 4278 fi
ec6be462
TP
4279
4280 if test "x${tmake_profile_file}" != x ; then
3e0201f0
TP
4281 # arm/t-aprofile and arm/t-rmprofile are only
4282 # designed to work without any with-cpu,
4283 # with-arch, with-mode, with-fpu or with-float
4284 # options.
ec6be462
TP
4285 if test "x$with_arch" != x \
4286 || test "x$with_cpu" != x \
4287 || test "x$with_float" != x \
4288 || test "x$with_fpu" != x \
4289 || test "x$with_mode" != x ; then
4290 echo "Error: You cannot use any of --with-arch/cpu/fpu/float/mode with --with-multilib-list=${with_multilib_list}" 1>&2
4291 exit 1
5d6551f5
AO
4292 elif test "x$ml" != x ; then
4293 echo "Error: You cannot use builtin multilib profiles along with custom ones" 1>&2
4294 exit 1
ec6be462 4295 fi
93aa40fe
RE
4296 # But pass the default value for float-abi
4297 # through to the multilib selector
4298 with_float="soft"
ec6be462 4299 tmake_file="${tmake_file} ${tmake_profile_file}"
c2f46874 4300 TM_MULTILIB_CONFIG="$with_multilib_list"
ec6be462 4301 fi
c9acb877 4302 fi
7a433140 4303 target_cpu_cname=${target_cpu_cname:-arm7tdmi}
a4af8a10 4304 with_cpu=${with_cpu:-$target_cpu_cname}
73f09c99 4305 ;;
73f09c99 4306
34208acf
AO
4307 fr*-*-*linux*)
4308 supported_defaults=cpu
4309 case "$with_cpu" in
4310 fr400) ;;
faf9ab98 4311 fr550) ;;
34208acf
AO
4312 *)
4313 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
4314 exit 1
4315 ;;
4316 esac
4317 ;;
4318
cd985f66 4319 fido-*-* | m68k*-*-*)
10e96df4
NS
4320 supported_defaults="arch cpu"
4321 case "$with_arch" in
4322 "" | "m68k"| "cf")
4323 m68k_arch_family="$with_arch"
4324 ;;
4325 *)
4326 echo "Invalid --with-arch=$with_arch" 1>&2
4327 exit 1
4328 ;;
4329 esac
59fbf3cb
NS
4330
4331 # We always have a $with_cpu setting here.
3704aae9 4332 case "$with_cpu" in
900ec02d
JB
4333 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
4334 m68k_cpu_ident=$with_cpu
4335 ;;
4336 "m68020-40")
4337 m68k_cpu_ident=m68020
4338 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
4339 ;;
4340 "m68020-60")
4341 m68k_cpu_ident=m68020
4342 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3704aae9
RZ
4343 ;;
4344 *)
900ec02d
JB
4345 # We need the C identifier rather than the string.
4346 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
4347 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
4348 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
4349 ${srcdir}/config/m68k/m68k-devices.def`
4350 if [ x"$m68k_cpu_ident" = x ] ; then
4351 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
4352 exit 1
4353 fi
4354 with_cpu="mcpu=$with_cpu"
3704aae9
RZ
4355 ;;
4356 esac
4357 ;;
4358
7431c1a1
AS
4359 amdgcn-*-*)
4360 supported_defaults="arch tune"
4361
4362 for which in arch tune; do
4363 eval "val=\$with_$which"
4364 case ${val} in
268d509d 4365 "" | carrizo | fiji | gfx900 | gfx906 )
7431c1a1
AS
4366 # OK
4367 ;;
4368 *)
4369 echo "Unknown cpu used in --with-$which=$val." 1>&2
4370 exit 1
4371 ;;
4372 esac
4373 done
4374 [ "x$with_arch" = x ] && with_arch=fiji
4375 ;;
4376
cd985f66 4377 hppa*-*-*)
7816bea0
DJ
4378 supported_defaults="arch schedule"
4379
b597bfd8
NN
4380 case "$with_arch" in
4381 "" | 1.0 | 1.1 | 2.0)
7816bea0
DJ
4382 # OK
4383 ;;
4384 *)
4385 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
4386 exit 1
4387 ;;
4388 esac
4389
b597bfd8
NN
4390 case "$with_schedule" in
4391 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
83079d89
DJ
4392 # OK
4393 ;;
4394 *)
4395 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
4396 exit 1
4397 ;;
4398 esac
73f09c99 4399 ;;
73f09c99 4400
83079d89 4401 i[34567]86-*-* | x86_64-*-*)
0465e49e 4402 supported_defaults="abi arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
8981c15b 4403 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7816bea0 4404 eval "val=\$with_$which"
646bdeab
L
4405 case " $x86_archs " in
4406 *" ${val} "*)
d326eaf0
JH
4407 case "${target}" in
4408 x86_64-*-*)
8981c15b
JM
4409 case "x$which" in
4410 *_32)
4411 ;;
4412 *)
4413 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
4414 exit 1
4415 ;;
4416 esac
d326eaf0
JH
4417 ;;
4418 esac
4419 # OK
4420 ;;
7816bea0 4421 *)
646bdeab
L
4422 if test x${val} != x; then
4423 case " $x86_64_archs " in
4424 *" ${val} "*)
4425 # OK
4426 ;;
4427 *)
4428 # Allow $x86_cpus --with-cpu=/--with-tune=
4429 case "x$which" in
4430 xcpu*|xtune*)
4431 case " $x86_cpus " in
4432 *" ${val} "*)
4433 # OK
4434 ;;
4435 *)
4436 echo "Unknown CPU given in --with-$which=$val." 1>&2
4437 exit 1
4438 ;;
4439 esac
4440 ;;
4441 *)
4442 echo "Unknown CPU given in --with-$which=$val." 1>&2
4443 exit 1
4444 ;;
4445 esac
4446 ;;
4447 esac
4448 fi
7816bea0
DJ
4449 ;;
4450 esac
4451 done
4452 ;;
4453
09cae750 4454 riscv*-*-*)
8e966210 4455 supported_defaults="abi arch tune riscv_attribute"
09cae750
PD
4456
4457 case "${target}" in
edace3e2 4458 riscv-* | riscv32*) xlen=32 ;;
09cae750
PD
4459 riscv64*) xlen=64 ;;
4460 *) echo "Unsupported RISC-V target ${target}" 1>&2; exit 1 ;;
4461 esac
4462
8e966210
KC
4463 case "${with_riscv_attribute}" in
4464 yes)
4465 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=1"
4466 ;;
4467 no)
4468 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=0"
4469 ;;
4470 ""|default)
4471 case "${target}" in
4472 riscv*-*-elf*)
4473 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=1"
4474 ;;
4475 *)
4476 tm_defines="${tm_defines} TARGET_RISCV_ATTRIBUTE=0"
4477 ;;
4478 esac
4479 ;;
4480 *)
4481 echo "--with-riscv-attribute=${with_riscv_attribute} is not supported. The argument must begin with yes, no or default." 1>&2
4482 exit 1
4483 ;;
4484 esac
4485
4486
09cae750
PD
4487 # Infer arch from --with-arch, --target, and --with-abi.
4488 case "${with_arch}" in
09baee1a 4489 rv32e* | rv32i* | rv32g* | rv64i* | rv64g*)
09cae750
PD
4490 # OK.
4491 ;;
4492 "")
4493 # Infer XLEN, but otherwise assume GC.
4494 case "${with_abi}" in
09baee1a 4495 ilp32e) with_arch="rv32e" ;;
09cae750
PD
4496 ilp32 | ilp32f | ilp32d) with_arch="rv32gc" ;;
4497 lp64 | lp64f | lp64d) with_arch="rv64gc" ;;
4498 *) with_arch="rv${xlen}gc" ;;
4499 esac
4500 ;;
4501 *)
09baee1a 4502 echo "--with-arch=${with_arch} is not supported. The argument must begin with rv32e, rv32i, rv32g, rv64i, or rv64g." 1>&2
09cae750
PD
4503 exit 1
4504 ;;
4505 esac
4506
4507 # Make sure --with-abi is valid. If it was not specified,
4508 # pick a default based on the ISA, preferring soft-float
4509 # unless the D extension is present.
4510 case "${with_abi}" in
09baee1a 4511 ilp32 | ilp32e | ilp32f | ilp32d | lp64 | lp64f | lp64d)
09cae750
PD
4512 ;;
4513 "")
4514 case "${with_arch}" in
4515 rv32*d* | rv32g*) with_abi=ilp32d ;;
09baee1a 4516 rv32e*) with_abi=ilp32e ;;
09cae750
PD
4517 rv32*) with_abi=ilp32 ;;
4518 rv64*d* | rv64g*) with_abi=lp64d ;;
4519 rv64*) with_abi=lp64 ;;
4520 esac
4521 ;;
4522 *)
4523 echo "--with-abi=${with_abi} is not supported" 1>&2
4524 exit 1
4525 ;;
4526 esac
4527
4528 # Make sure ABI and ISA are compatible.
4529 case "${with_abi},${with_arch}" in
09baee1a 4530 ilp32,rv32* | ilp32e,rv32e* \
09cae750
PD
4531 | ilp32f,rv32*f* | ilp32f,rv32g* \
4532 | ilp32d,rv32*d* | ilp32d,rv32g* \
4533 | lp64,rv64* \
4534 | lp64f,rv64*f* | lp64f,rv64g* \
4535 | lp64d,rv64*d* | lp64d,rv64g*)
4536 ;;
4537 *)
4538 echo "--with-abi=${with_abi} is not supported for ISA ${with_arch}" 1>&2
4539 exit 1
4540 ;;
4541 esac
f2410266
JW
4542
4543 # Handle --with-multilib-list.
4544 if test "x${with_multilib_list}" != xdefault; then
4545 tm_file="${tm_file} riscv/withmultilib.h"
4546 tmake_file="${tmake_file} riscv/t-withmultilib"
4547
4548 case ${with_multilib_list} in
4549 ilp32 | ilp32f | ilp32d \
4550 | lp64 | lp64f | lp64d )
4551 TM_MULTILIB_CONFIG="${with_arch},${with_multilib_list}"
4552 ;;
4553 *)
4554 echo "--with-multilib-list=${with_multilib_list} not supported."
4555 exit 1
4556 esac
4557
4558 # Define macros to select the default multilib.
4559 case ${with_arch} in
4560 rv32gc)
4561 tm_defines="${tm_defines} TARGET_MLIB_ARCH=1"
4562 ;;
4563 rv64gc)
4564 tm_defines="${tm_defines} TARGET_MLIB_ARCH=2"
4565 ;;
4566 *)
4567 echo "unsupported --with-arch for --with-multilib-list"
4568 exit 1
4569 esac
4570 case ${with_abi} in
4571 ilp32)
4572 tm_defines="${tm_defines} TARGET_MLIB_ABI=1"
4573 ;;
4574 ilp32f)
4575 tm_defines="${tm_defines} TARGET_MLIB_ABI=2"
4576 ;;
4577 ilp32d)
4578 tm_defines="${tm_defines} TARGET_MLIB_ABI=3"
4579 ;;
4580 lp64)
4581 tm_defines="${tm_defines} TARGET_MLIB_ABI=4"
4582 ;;
4583 lp64f)
4584 tm_defines="${tm_defines} TARGET_MLIB_ABI=5"
4585 ;;
4586 lp64d)
4587 tm_defines="${tm_defines} TARGET_MLIB_ABI=6"
4588 ;;
4589 *)
4590 echo "unsupported --with-abi for --with-multilib"
4591 exit 1
4592 esac
4593 fi
09cae750
PD
4594 ;;
4595
7816bea0 4596 mips*-*-*)
d821744c 4597 supported_defaults="abi arch arch_32 arch_64 float fpu nan fp_32 odd_spreg_32 tune tune_32 tune_64 divide llsc mips-plt synci lxc1-sxc1 madd4"
7816bea0 4598
16aa42c0
NN
4599 case ${with_float} in
4600 "" | soft | hard)
83079d89
DJ
4601 # OK
4602 ;;
4603 *)
7816bea0 4604 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89
DJ
4605 exit 1
4606 ;;
4607 esac
73f09c99 4608
04dfc6df
JU
4609 case ${with_fpu} in
4610 "" | single | double)
4611 # OK
4612 ;;
4613 *)
4614 echo "Unknown fpu type used in --with-fpu=$with_fpu" 1>&2
4615 exit 1
4616 ;;
4617 esac
4618
ff3f3951
MR
4619 case ${with_nan} in
4620 "" | 2008 | legacy)
4621 # OK
4622 ;;
4623 *)
4624 echo "Unknown NaN encoding used in --with-nan=$with_nan" 1>&2
4625 exit 1
4626 ;;
4627 esac
4628
050af144
MF
4629 case ${with_fp_32} in
4630 "" | 32 | xx | 64)
4631 # OK
4632 ;;
4633 *)
4634 echo "Unknown FP mode used in --with-fp-32=$with_fp_32" 1>&2
4635 exit 1
4636 ;;
4637 esac
4638
4639 case ${with_odd_spreg_32} in
4640 yes)
4641 with_odd_spreg_32="odd-spreg"
4642 ;;
4643 no)
4644 with_odd_spreg_32="no-odd-spreg"
4645 ;;
4646 "")
4647 # OK
4648 ;;
4649 *)
4650 echo "Unknown odd-spreg-32 type used in --with-odd-spreg-32=$with_odd_spreg_32" 1>&2
4651 exit 1
4652 ;;
4653 esac
4654
16aa42c0
NN
4655 case ${with_abi} in
4656 "" | 32 | o64 | n32 | 64 | eabi)
83079d89
DJ
4657 # OK
4658 ;;
4659 *)
7816bea0 4660 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
83079d89
DJ
4661 exit 1
4662 ;;
4663 esac
9f0df97a
DD
4664
4665 case ${with_divide} in
4666 "" | breaks | traps)
4667 # OK
4668 ;;
4669 *)
4670 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
4671 exit 1
66471b47
DD
4672 ;;
4673 esac
4674
4675 case ${with_llsc} in
4676 yes)
4677 with_llsc=llsc
4678 ;;
4679 no)
4680 with_llsc="no-llsc"
4681 ;;
4682 "")
4683 # OK
4684 ;;
4685 *)
4686 echo "Unknown llsc type used in --with-llsc" 1>&2
4687 exit 1
4688 ;;
9f0df97a 4689 esac
e21d5757
DJ
4690
4691 case ${with_mips_plt} in
4692 yes)
4693 with_mips_plt=plt
4694 ;;
4695 no)
4696 with_mips_plt=no-plt
4697 ;;
4698 "")
4699 ;;
4700 *)
4701 echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
4702 exit 1
4703 ;;
4704 esac
b96c5923
DD
4705
4706 case ${with_synci} in
4707 yes)
4708 with_synci=synci
4709 ;;
965c1798 4710 no)
b96c5923
DD
4711 with_synci=no-synci
4712 ;;
965c1798
SE
4713 "")
4714 ;;
b96c5923
DD
4715 *)
4716 echo "Unknown synci type used in --with-synci" 1>&2
4717 exit 1
4718 ;;
4719 esac
ab6b44cb
MF
4720
4721 case ${with_lxc1_sxc1} in
4722 yes)
4723 with_lxc1_sxc1=lxc1-sxc1
4724 ;;
4725 no)
4726 with_lxc1_sxc1=no-lxc1-sxc1
4727 ;;
4728 "")
4729 ;;
4730 *)
4731 echo "Unknown lxc1-sxc1 type used in --with-lxc1-sxc1" 1>&2
4732 exit 1
4733 ;;
4734 esac
d821744c
MF
4735
4736 case ${with_madd4} in
4737 yes)
4738 with_madd4=madd4
4739 ;;
4740 no)
4741 with_madd4=no-madd4
4742 ;;
4743 "")
4744 ;;
4745 *)
4746 echo "Unknown madd4 type used in --with-madd4" 1>&2
4747 exit 1
4748 ;;
4749 esac
9304f876
CJW
4750 ;;
4751
4752 nds32*-*-*)
e2286268 4753 supported_defaults="arch cpu nds32_lib float fpu_config"
9304f876
CJW
4754
4755 # process --with-arch
4756 case "${with_arch}" in
e2286268
MC
4757 "" | v3 )
4758 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=0"
4759 ;;
4760 v2 | v2j | v3m)
9304f876 4761 # OK
e2286268
MC
4762 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=0"
4763 ;;
4764 v3f)
4765 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=1"
4766 ;;
4767 v3s)
4768 tm_defines="${tm_defines} TARGET_ARCH_DEFAULT=2"
4769
9304f876
CJW
4770 ;;
4771 *)
e2286268 4772 echo "Cannot accept --with-arch=$with_arch, available values are: v2 v2j v3 v3m v3f v3s" 1>&2
9304f876
CJW
4773 exit 1
4774 ;;
4775 esac
4776
7f3101c0
KC
4777 case "${with_cpu}" in
4778 "")
4779 with_cpu=n9
4780 ;;
628332f8 4781 n6 | n7 |n8 | e8 | s8 | n9 | n10 | d10 | n12 | n13 | n15)
7f3101c0
KC
4782 # OK
4783 ;;
4784 *)
628332f8 4785 echo "Cannot accept --with-cpu=$with_cpu, available values are: n6 n7 n8 e8 s8 n9 n10 d10 n12 n13 n15" 1>&2
7f3101c0
KC
4786 exit 1
4787 ;;
4788 esac
4789
9304f876
CJW
4790 # process --with-nds32-lib
4791 case "${with_nds32_lib}" in
4792 "")
2a484d14
CJW
4793 case ${target} in
4794 *-*-*uclibc*)
4795 with_nds32_lib=ulibc
4796 ;;
4797 *-*-linux*)
4798 with_nds32_lib=glibc
4799 ;;
4800 *)
4801 with_nds32_lib=newlib
4802 tm_defines="${tm_defines} TARGET_DEFAULT_CTOR_DTOR=1"
4803 ;;
4804 esac
9304f876
CJW
4805 ;;
4806 newlib)
4807 # OK
cf3cd43d 4808 tm_defines="${tm_defines} TARGET_DEFAULT_CTOR_DTOR=1"
9304f876
CJW
4809 ;;
4810 mculib)
4811 # OK
cf3cd43d
CJW
4812 # for the arch=v3f or arch=v3s under mculib toolchain,
4813 # we would like to set -fno-math-errno as default
4814 case "${with_arch}" in
4815 v3f | v3s)
4816 tm_defines="${tm_defines} TARGET_DEFAULT_NO_MATH_ERRNO=1"
4817 ;;
4818 esac
4819 ;;
2a484d14 4820 glibc | uclibc)
cf3cd43d 4821 # OK
9304f876
CJW
4822 ;;
4823 *)
cf3cd43d 4824 echo "Cannot accept --with-nds32-lib=$with_nds32_lib, available values are: newlib mculib glibc uclibc" 1>&2
9304f876
CJW
4825 exit 1
4826 ;;
4827 esac
73f09c99 4828
e2286268
MC
4829 # process --with-float
4830 case "${with_float}" in
4831 "" | soft | hard)
4832 # OK
4833 ;;
4834 *)
4835 echo "Cannot accept --with-float=$with_float, available values are: soft hard" 1>&2
4836 exit 1
4837 ;;
4838 esac
4839
4840 # process --with-config-fpu
4841 case "${with_config_fpu}" in
4842 "" | 0 | 1 | 2 | 3)
4843 # OK
4844 ;;
4845 *)
4846 echo "Cannot accept --with-config-fpu=$with_config_fpu, available values from 0 to 7" 1>&2
4847 exit 1
4848 ;;
4849 esac
4850
4851
4852 ;;
77c50d73
SL
4853 nios2*-*-*)
4854 supported_defaults="arch"
4855 case "$with_arch" in
4856 "" | r1 | r2)
4857 # OK
4858 ;;
4859 *)
4860 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
4861 exit 1
4862 ;;
4863 esac
4864 ;;
4865
7816bea0 4866 powerpc*-*-* | rs6000-*-*)
5123acd2 4867 supported_defaults="abi cpu cpu_32 cpu_64 float tune tune_32 tune_64 advance_toolchain"
7816bea0 4868
c5f0fe67 4869 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7816bea0 4870 eval "val=\$with_$which"
16aa42c0 4871 case ${val} in
1ab1739c 4872 default32 | default64)
c5f0fe67
JM
4873 case $which in
4874 cpu | tune)
4875 ;;
4876 *)
4877 echo "$val only valid for --with-cpu and --with-tune." 1>&2
4878 exit 1
4879 ;;
4880 esac
1ab1739c
JJ
4881 with_which="with_$which"
4882 eval $with_which=
4883 ;;
b0bfee6e
DE
4884 405cr)
4885 tm_defines="${tm_defines} CONFIG_PPC405CR"
4886 eval "with_$which=405"
4887 ;;
5bd93ff6 4888 "" | common | native \
6fa3b207
SB
4889 | power[3456789] | power5+ | power6x \
4890 | powerpc | powerpc64 | powerpc64le \
4891 | rs64 \
4adf8008 4892 | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
47f67e51
PB
4893 | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \
4894 | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
683ed19e
EW
4895 | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | e5500 | e6500 \
4896 | titan | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
7816bea0
DJ
4897 # OK
4898 ;;
4899 *)
4900 echo "Unknown cpu used in --with-$which=$val." 1>&2
4901 exit 1
4902 ;;
4903 esac
4904 done
b54214fe
UW
4905
4906 case "$with_abi" in
4907 "" | elfv1 | elfv2 )
4908 #OK
4909 ;;
4910 *)
4911 echo "Unknown ABI used in --with-abi=$with_abi"
4912 exit 1
4913 ;;
4914 esac
5123acd2
MM
4915
4916 if test "x$with_advance_toolchain" != x; then
4917 if test -d "/opt/$with_advance_toolchain/." -a \
4918 -d "/opt/$with_advance_toolchain/bin/." -a \
4919 -d "/opt/$with_advance_toolchain/include/."; then
4920
4921 tm_file="$tm_file ./advance-toolchain.h"
4922 (at="/opt/$with_advance_toolchain"
4923 echo "/* Use Advance Toolchain $at */"
4924 echo
5123acd2
MM
4925 echo "#undef LINK_OS_EXTRA_SPEC32"
4926 echo "#define LINK_OS_EXTRA_SPEC32" \
4927 "\"%(link_os_new_dtags)" \
17ce4f48 4928 "-rpath $prefix/lib -rpath $at/lib\""
5123acd2
MM
4929 echo
4930 echo "#undef LINK_OS_EXTRA_SPEC64"
4931 echo "#define LINK_OS_EXTRA_SPEC64" \
4932 "\"%(link_os_new_dtags)" \
17ce4f48 4933 "-rpath $prefix/lib64 -rpath $at/lib64\""
5123acd2
MM
4934 echo
4935 echo "#undef LINK_OS_NEW_DTAGS_SPEC"
4936 echo "#define LINK_OS_NEW_DTAGS_SPEC" \
4937 "\"--enable-new-dtags\""
4938 echo
4939 echo "#undef DYNAMIC_LINKER_PREFIX"
4940 echo "#define DYNAMIC_LINKER_PREFIX \"$at\""
4941 echo
4942 echo "#undef MD_EXEC_PREFIX"
4943 echo "#define MD_EXEC_PREFIX \"$at/bin/\""
4944 echo
4945 echo "#undef MD_STARTFILE_PREFIX"
17ce4f48
TMQMF
4946 echo "#define MD_STARTFILE_PREFIX \"$prefix/lib/\""
4947 echo
4948 echo "#undef MD_STARTFILE_PREFIX_1"
4949 echo "#define MD_STARTFILE_PREFIX_1 \"$at/lib/\"") \
5123acd2
MM
4950 > advance-toolchain.h
4951 else
4952 echo "Unknown advance-toolchain $with_advance_toolchain"
4953 exit 1
4954 fi
4955 fi
8c7a27d5
MM
4956
4957 # Set up the default long double format if the user changed it.
4958 if test x$with_long_double_format = xieee; then
4959 tm_defines="${tm_defines} TARGET_IEEEQUAD_DEFAULT=1"
4960
4961 elif test x$with_long_double_format = xibm; then
4962 tm_defines="${tm_defines} TARGET_IEEEQUAD_DEFAULT=0"
4963 fi
7816bea0
DJ
4964 ;;
4965
f13e0d4e
UW
4966 s390*-*-*)
4967 supported_defaults="arch mode tune"
4968
4969 for which in arch tune; do
4970 eval "val=\$with_$which"
16aa42c0 4971 case ${val} in
80f8cd77 4972 "" | native | z900 | z990 | z9-109 | z9-ec | z10 | z196 | zEC12 | z13 | z14 | z15 | arch5 | arch6 | arch7 | arch8 | arch9 | arch10 | arch11 | arch12 | arch13 )
f13e0d4e
UW
4973 # OK
4974 ;;
4975 *)
4976 echo "Unknown cpu used in --with-$which=$val." 1>&2
4977 exit 1
4978 ;;
4979 esac
4980 done
4981
16aa42c0
NN
4982 case ${with_mode} in
4983 "" | esa | zarch)
f13e0d4e
UW
4984 # OK
4985 ;;
4986 *)
4987 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
4988 exit 1
4989 ;;
4990 esac
4991 ;;
4992
5ba02681 4993 sh[123456ble]*-*-* | sh-*-*)
da28a3b9 4994 supported_defaults="cpu"
25e651ca 4995 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
da28a3b9
JR
4996 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
4997 # OK
4998 ;;
157371cf
AO
4999 m2a | m2a-single | m2a-single-only | m2a-nofpu)
5000 ;;
312209c6
AO
5001 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
5002 ;;
da28a3b9
JR
5003 *)
5004 echo "Unknown CPU used in --with-cpu=$with_cpu, known values:" 1>&2
5005 echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
312209c6 5006 echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
157371cf 5007 echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
da28a3b9
JR
5008 exit 1
5009 ;;
5010 esac
5011 ;;
83079d89 5012 sparc*-*-*)
31177ef2 5013 supported_defaults="cpu cpu_32 cpu_64 float tune tune_32 tune_64"
7816bea0 5014
31177ef2 5015 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7816bea0 5016 eval "val=\$with_$which"
16aa42c0 5017 case ${val} in
07981468
KE
5018 "" | sparc | sparcv9 | sparc64 \
5019 | v7 | cypress \
d81230b5 5020 | v8 | supersparc | hypersparc | leon | leon3 | leon3v7 \
07981468
KE
5021 | sparclite | f930 | f934 | sparclite86x \
5022 | sparclet | tsc701 \
70847a48 5023 | v9 | ultrasparc | ultrasparc3 | niagara | niagara2 \
bcc3c3f1 5024 | niagara3 | niagara4 | niagara7 | m8)
7816bea0
DJ
5025 # OK
5026 ;;
5027 *)
5028 echo "Unknown cpu used in --with-$which=$val" 1>&2
5029 exit 1
5030 ;;
5031 esac
5032 done
73f09c99 5033
16aa42c0
NN
5034 case ${with_float} in
5035 "" | soft | hard)
83079d89
DJ
5036 # OK
5037 ;;
5038 *)
7816bea0 5039 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
83079d89
DJ
5040 exit 1
5041 ;;
5042 esac
73f09c99 5043 ;;
73f09c99 5044
bcead286
BS
5045 tic6x-*-*)
5046 supported_defaults="arch"
5047
5048 case ${with_arch} in
5049 "" | c62x | c64x | c64x+ | c67x | c67x+ | c674x)
5050 # OK
5051 ;;
5052 *)
5053 echo "Unknown arch used in --with-arch=$with_arch." 1>&2
5054 exit 1
5055 ;;
5056 esac
5057 ;;
5058
83079d89 5059 v850*-*-*)
7816bea0 5060 supported_defaults=cpu
16aa42c0 5061 case ${with_cpu} in
dbdbd982 5062 "" | v850e | v850e1 | v850e2 | v850es | v850e2v3 | v850e3v5)
83079d89
DJ
5063 # OK
5064 ;;
5065 *)
5066 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
5067 exit 1
5068 ;;
5069 esac
73f09c99 5070 ;;
175650bc
OH
5071 visium-*-*)
5072 supported_defaults="cpu"
5073 case $with_cpu in
5074 "" | gr5 | gr6)
5075 ;;
5076 *) echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
5077 exit 1
5078 ;;
5079 esac
5080 ;;
fe3e7450 5081esac
73f09c99 5082
52e18cdf
OH
5083# Targets for which there is at least one VxWorks port should include
5084# vxworks-dummy.h to allow safe references to various TARGET_VXWORKS kinds
5085# of markers from other files in the port, including the vxworks*.h files to
5086# distinguish VxWorks variants such as VxWorks 7 or 64).
5087
5088case ${target} in
5089arm*-*-* | i[34567]86-*-* | mips*-*-* | powerpc*-*-* | sh*-*-* \
5090| sparc*-*-* | x86_64-*-*)
5091 tm_file="vxworks-dummy.h ${tm_file}"
5092 ;;
5093esac
5094
fe3e7450
AM
5095# Set some miscellaneous flags for particular targets.
5096target_cpu_default2=
5097case ${target} in
24034425 5098 aarch64*-*-*)
a3cd0246 5099 if test x"$target_cpu_cname" != x
24034425 5100 then
24034425
IB
5101 target_cpu_default2=$target_cpu_cname
5102 fi
5103 ;;
5104
83079d89 5105 arm*-*-*)
a4af8a10 5106 if test x$with_cpu = x
32078532 5107 then
a4af8a10
RE
5108 echo "Don't know the target cpu" 1>&2
5109 exit 1
32078532 5110 else
a4af8a10 5111 target_cpu_default2="\\\"$with_cpu\\\""
32078532 5112 fi
83079d89 5113 ;;
0e5a4ad8 5114
cd985f66 5115 hppa*-*-*)
83079d89 5116 if test x$gas = xyes
61ed06c3 5117 then
f4000c0b 5118 target_cpu_default2="MASK_GAS"
83079d89 5119 fi
73f09c99 5120 ;;
73f09c99 5121
cd985f66 5122 fido*-*-* | m68k*-*-*)
900ec02d 5123 target_cpu_default2=$m68k_cpu_ident
47c94d21 5124 tmake_file="m68k/t-opts $tmake_file"
10e96df4
NS
5125 if [ x"$m68k_arch_family" != x ]; then
5126 tmake_file="m68k/t-$m68k_arch_family $tmake_file"
5127 fi
900ec02d
JB
5128 ;;
5129
ff473280 5130 i[34567]86-*-darwin* | x86_64-*-darwin*)
ff473280 5131 ;;
e0cdc09f 5132 i[34567]86-*-linux* | x86_64-*-linux*)
2a25448c
IT
5133 extra_objs="${extra_objs} cet.o"
5134 tmake_file="$tmake_file i386/t-linux i386/t-cet"
e0cdc09f
MK
5135 ;;
5136 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu)
5137 tmake_file="$tmake_file i386/t-kfreebsd"
5138 ;;
5139 i[34567]86-*-gnu*)
5140 tmake_file="$tmake_file i386/t-gnu"
ff473280 5141 ;;
3df6ff35
AP
5142 i[34567]86-*-msdosdjgpp*)
5143 tmake_file="${tmake_file} i386/t-djgpp"
5144 ;;
ccd1242e 5145 i[34567]86-*-solaris2* | x86_64-*-solaris2*)
f128db92 5146 ;;
740f2bf3
KT
5147 i[34567]86-*-cygwin* | x86_64-*-cygwin*)
5148 ;;
5149 i[34567]86-*-mingw* | x86_64-*-mingw*)
e997fb9c 5150 ;;
dbed5a9b
JM
5151 i[34567]86-*-dragonfly* | x86_64-*-dragonfly*)
5152 ;;
b6bf4d8a
AT
5153 i[34567]86-*-freebsd*)
5154 ;;
5155 x86_64-*-freebsd*)
5156 tmake_file="${tmake_file} i386/t-freebsd64"
d78552bd 5157 ;;
c252db20 5158 ia64*-*-linux*)
c252db20 5159 ;;
ff473280 5160
83079d89 5161 mips*-*-*)
5811cb27
RS
5162 if test x$gnu_ld = xyes
5163 then
21c425ee 5164 target_cpu_default2="MASK_SPLIT_ADDRESSES"
5811cb27 5165 fi
b01bc573 5166 case ${target} in
83079d89
DJ
5167 mips*el-*-*)
5168 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
5169 ;;
5170 esac
8cfebf86
SE
5171 if test x$with_arch != x; then
5172 default_mips_arch=$with_arch
5173 fi
5174 if test x$with_abi != x; then
5175 default_mips_abi=$with_abi
5176 fi
5177 case ${default_mips_arch} in
5178 mips1) tm_defines="$tm_defines MIPS_ISA_DEFAULT=1" ;;
5179 mips2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=2" ;;
5180 mips3) tm_defines="$tm_defines MIPS_ISA_DEFAULT=3" ;;
5181 mips4) tm_defines="$tm_defines MIPS_ISA_DEFAULT=4" ;;
5182 mips32) tm_defines="$tm_defines MIPS_ISA_DEFAULT=32" ;;
5183 mips32r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=33" ;;
82f84ecb 5184 mips32r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=37" ;;
8cfebf86
SE
5185 mips64) tm_defines="$tm_defines MIPS_ISA_DEFAULT=64" ;;
5186 mips64r2) tm_defines="$tm_defines MIPS_ISA_DEFAULT=65" ;;
82f84ecb 5187 mips64r6) tm_defines="$tm_defines MIPS_ISA_DEFAULT=69" ;;
8cfebf86
SE
5188 esac
5189 case ${default_mips_abi} in
5190 32) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_32" ;;
5191 o64) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_O64" ;;
5192 n32) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_N32" ;;
5193 64) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_64" ;;
5194 eabi) tm_defines="$tm_defines MIPS_ABI_DEFAULT=ABI_EABI" ;;
5195 esac
bd9c1f8f 5196 tmake_file="mips/t-mips $tmake_file"
74826b0f 5197 ;;
83079d89
DJ
5198
5199 powerpc*-*-* | rs6000-*-*)
7816bea0
DJ
5200 # FIXME: The PowerPC port uses the value set at compile time,
5201 # although it's only cosmetic.
83079d89 5202 if test "x$with_cpu" != x
61ed06c3 5203 then
83079d89 5204 target_cpu_default2="\\\"$with_cpu\\\""
61ed06c3 5205 fi
83349046
SB
5206 out_file="${cpu_type}/${cpu_type}.c"
5207 c_target_objs="${c_target_objs} ${cpu_type}-c.o"
5208 cxx_target_objs="${cxx_target_objs} ${cpu_type}-c.o"
b4c522fa 5209 d_target_objs="${d_target_objs} ${cpu_type}-d.o"
83349046 5210 tmake_file="${cpu_type}/t-${cpu_type} ${tmake_file}"
74826b0f 5211 ;;
73f09c99 5212
a6ab9fc0
R
5213 sh[123456ble]*-*-* | sh-*-*)
5214 c_target_objs="${c_target_objs} sh-c.o"
5215 cxx_target_objs="${cxx_target_objs} sh-c.o"
5216 ;;
5217
83079d89 5218 sparc*-*-*)
7816bea0
DJ
5219 # Some standard aliases.
5220 case x$with_cpu in
5221 xsparc)
5222 with_cpu=v7
5223 ;;
7816bea0
DJ
5224 xsparcv9 | xsparc64)
5225 with_cpu=v9
5226 ;;
5227 esac
5228
38ae58ca
EB
5229 if test x$with_tune = x ; then
5230 case ${target} in
5231 *-leon-*)
5232 with_tune=leon
5233 ;;
5234 *-leon[3-9]*)
5235 with_tune=leon3
5236 ;;
5237 esac
5238 fi
5239
a4d05547 5240 # The SPARC port checks this value at compile-time.
73f09c99
DJ
5241 target_cpu_default2="TARGET_CPU_$with_cpu"
5242 ;;
07981468 5243
83079d89
DJ
5244 v850*-*-*)
5245 case "x$with_cpu" in
5246 x)
5247 ;;
dbdbd982 5248 xv850e | xv850e1 | xv850e2 | xv850e2v3 | xv850e3v5)
83079d89
DJ
5249 target_cpu_default2="TARGET_CPU_$with_cpu"
5250 ;;
1dcad079
NC
5251 xv850es)
5252 target_cpu_default2="TARGET_CPU_v850e1"
5253 ;;
83079d89
DJ
5254 esac
5255 ;;
175650bc
OH
5256 visium-*-*)
5257 target_cpu_default2="TARGET_CPU_$with_cpu"
5258 ;;
fe3e7450 5259esac
61ed06c3 5260
fe3e7450 5261t=
d821744c 5262all_defaults="abi cpu cpu_32 cpu_64 arch arch_32 arch_64 tune tune_32 tune_64 schedule float mode fpu nan fp_32 odd_spreg_32 divide llsc mips-plt synci tls lxc1-sxc1 madd4"
fe3e7450
AM
5263for option in $all_defaults
5264do
e21d5757 5265 eval "val=\$with_"`echo $option | sed s/-/_/g`
fe3e7450
AM
5266 if test -n "$val"; then
5267 case " $supported_defaults " in
5268 *" $option "*)
5269 ;;
5270 *)
5271 echo "This target does not support --with-$option." 2>&1
6e0eea31 5272 echo "Valid --with options are: $supported_defaults" 2>&1
fe3e7450
AM
5273 exit 1
5274 ;;
5275 esac
7816bea0 5276
fe3e7450
AM
5277 if test "x$t" = x
5278 then
5279 t="{ \"$option\", \"$val\" }"
5280 else
5281 t="${t}, { \"$option\", \"$val\" }"
7816bea0 5282 fi
7816bea0 5283 fi
fe3e7450 5284done
7816bea0 5285
fe3e7450
AM
5286if test "x$t" = x
5287then
5288 configure_default_options="{ { NULL, NULL} }"
5289else
5290 configure_default_options="{ ${t} }"
5291fi
5292
5293if test "$target_cpu_default2" != ""
5294then
5295 if test "$target_cpu_default" != ""
61ed06c3 5296 then
fe3e7450
AM
5297 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
5298 else
5299 target_cpu_default=$target_cpu_default2
61ed06c3 5300 fi
fe3e7450 5301fi
87b6c18c
IV
5302
5303case ${target} in
5304i[34567]86-*-* | x86_64-*-*)
5305 if test x$enable_as_accelerator = xyes; then
5306 extra_programs="mkoffload\$(exeext)"
5307 fi
5308 ;;
5309esac