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