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