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