]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.gcc
mn10300: Cleanup PIC unspec generation
[thirdparty/gcc.git] / gcc / config.gcc
CommitLineData
973f8bf3 1# GCC target-specific configuration file.
99c77e32 2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
e2fb821c 3# 2008, 2009, 2010 Free Software Foundation, Inc.
bb607926 4
f12b58b3 5#This file is part of GCC.
bb607926 6
f12b58b3 7#GCC is free software; you can redistribute it and/or modify it under
8#the terms of the GNU General Public License as published by the Free
8c4c00c1 9#Software Foundation; either version 3, or (at your option) any later
f12b58b3 10#version.
bb607926 11
f12b58b3 12#GCC is distributed in the hope that it will be useful, but WITHOUT
13#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15#for more details.
bb607926 16
17#You should have received a copy of the GNU General Public License
8c4c00c1 18#along with GCC; see the file COPYING3. If not see
19#<http://www.gnu.org/licenses/>.
bb607926 20
973f8bf3 21# This is the GCC target-specific configuration file
22# where a configuration type is mapped to different system-specific
23# definitions and files. This is invoked by the autoconf-generated
24# configure script. Putting it in a separate shell file lets us skip
25# running autoconf when modifying target-specific information.
bb607926 26
894a47b4 27# When you change the cases in the OS or target switches, consider
28# updating ../libgcc/config.host also.
29
09c6646e 30# This file switches on the shell variable ${target}, and also uses the
bb607926 31# following shell variables:
32#
33# with_* Various variables as set by configure.
34#
334c8279 35# enable_threads Either the name, yes or no depending on whether
bb607926 36# threads support was requested.
37#
bc5ae993 38# default_use_cxa_atexit
430e8f92 39# The default value for the $enable___cxa_atexit
40# variable. enable___cxa_atexit needs to be set to
41# "yes" for the correct operation of C++ destructors
42# but it relies upon the presence of a non-standard C
43# library function called __cxa_atexit.
44# Since not all C libraries provide __cxa_atexit the
45# default value of $default_use_cxa_atexit is set to
46# "no" except for targets which are known to be OK.
bc5ae993 47#
1c6e0788 48# default_gnu_indirect_function
49# The default value for the $enable_gnu_indirect_function
50# variable. enable_gnu_indirect_function relies
51# upon the presence of a non-standard gnu ifunc support
52# in the assembler, linker and dynamic linker.
53# Since not all libraries provide the dynamic linking
54# support, the default value of
55# $default_gnu_indirect_function is set to
56# "no" except for targets which are known to be OK.
57#
bb607926 58# gas_flag Either yes or no depending on whether GNU as was
59# requested.
60#
61# gnu_ld_flag Either yes or no depending on whether GNU ld was
62# requested.
63
64# This file sets the following shell variables for use by the
65# autoconf-generated configure script:
66#
09c6646e 67# cpu_type The name of the cpu, if different from the first
68# chunk of the canonical target name.
bb607926 69#
8d4f8d46 70# tm_defines List of target macros to define for all compilations.
71#
bb607926 72# tm_file A list of target macro files, if different from
277773bd 73# "$cpu_type/$cpu_type.h". Usually it's constructed
74# per target in a way like this:
7a6d1a72 75# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
277773bd 76# Note that the preferred order is:
77# - specific target header "${cpu_type}/${cpu_type.h}"
04d9b51b 78# - generic headers like dbxelf.h elfos.h, etc.
277773bd 79# - specializing target headers like ${cpu_type.h}/elf.h
80# This helps to keep OS specific stuff out of the CPU
81# defining header ${cpu_type}/${cpu_type.h}.
bb607926 82#
b4b98cc1 83# It is possible to include automatically-generated
84# build-directory files by prefixing them with "./".
85# All other files should relative to $srcdir/config.
86#
bb607926 87# tm_p_file Location of file with declarations for functions
88# in $out_file.
89#
90# out_file The name of the machine description C support
91# file, if different from "$cpu_type/$cpu_type.c".
92#
93# md_file The name of the machine-description file, if
94# different from "$cpu_type/$cpu_type.md".
95#
96# tmake_file A list of machine-description-specific
97# makefile-fragments, if different from
98# "$cpu_type/t-$cpu_type".
99#
b5ccaa7b 100# extra_modes The name of the file containing a list of extra
101# machine modes, if necessary and different from
102# "$cpu_type/$cpu_type-modes.def".
103#
bb607926 104# extra_objs List of extra objects that should be linked into
105# the compiler proper (cc1, cc1obj, cc1plus)
106# depending on target.
107#
69eb04f7 108# extra_gcc_objs List of extra objects that should be linked into
109# the compiler driver (gcc) depending on target.
110#
bb607926 111# extra_headers List of used header files from the directory
b965afcd 112# config/${cpu_type}.
bb607926 113#
ac0366be 114# user_headers_inc_next_pre
115# List of header file names of internal gcc header
116# files, which should be prefixed by an include_next.
117# user_headers_inc_next_post
118# List of header file names of internal gcc header
119# files, which should be postfixed by an include_next.
50388ca3 120# use_gcc_tgmath If set, add tgmath.h to the list of used header
121# files.
122#
f3449a3c 123# use_gcc_stdint If "wrap", install a version of stdint.h that
124# wraps the system's copy for hosted compilations;
125# if "provide", provide a version of systems without
126# such a system header; otherwise "none", do not
127# provide such a header at all.
128#
bb607926 129# extra_passes List of extra executables compiled for this target
130# machine, used for compiling from source to object.
131#
132# extra_parts List of extra object files that should be compiled
133# for this target machine.
134#
135# extra_programs Like extra_passes, but these are used when linking.
136#
ff05e09e 137# extra_options List of target-dependent .opt files.
138#
424da949 139# c_target_objs List of extra target-dependent objects that be
8daa9e98 140# linked into the C compiler only.
582b17a6 141#
424da949 142# cxx_target_objs List of extra target-dependent objects that be
8daa9e98 143# linked into the C++ compiler only.
582b17a6 144#
32006f36 145# fortran_target_objs List of extra target-dependent objects that be
146# linked into the fortran compiler only.
147#
eb1bd38b 148# target_gtfiles List of extra source files with type information.
149#
bb607926 150# xm_defines List of macros to define when compiling for the
151# target machine.
152#
153# xm_file List of files to include when compiling for the
154# target machine.
155#
156# use_collect2 Set to yes or no, depending on whether collect2
157# will be used.
158#
159# target_cpu_default Set to override the default target model.
160#
bb607926 161# gdb_needs_out_file_path
162# Set to yes if gdb needs a dir command with
163# `dirname $out_file`.
164#
bb607926 165# thread_file Set to control which thread package to use.
166#
167# gas Set to yes or no depending on whether the target
168# system normally uses GNU as.
805e22b2 169#
170# need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
f824d860 171# for this target. This is true if this target
172# supports "long" or "wchar_t" wider than 32 bits,
173# or BITS_PER_WORD is wider than 32 bits.
bbb5db40 174# The setting made here must match the one made in
175# other locations such as libcpp/configure.ac
7dd97ab6 176#
177# configure_default_options
178# Set to an initializer for configure_default_options
179# in configargs.h, based on --with-cpu et cetera.
bb607926 180
181# The following variables are used in each case-construct to build up the
182# outgoing variables:
183#
bb607926 184# gnu_ld Set to yes or no depending on whether the target
185# system normally uses GNU ld.
186
187out_file=
bb607926 188tmake_file=
189extra_headers=
ac0366be 190user_headers_inc_next_pre=
191user_headers_inc_next_post=
50388ca3 192use_gcc_tgmath=yes
f3449a3c 193use_gcc_stdint=none
bb607926 194extra_passes=
195extra_parts=
196extra_programs=
197extra_objs=
bb607926 198extra_gcc_objs=
ff05e09e 199extra_options=
8daa9e98 200c_target_objs=
201cxx_target_objs=
32006f36 202fortran_target_objs=
8d4f8d46 203tm_defines=
bb607926 204xm_defines=
bb607926 205# Set this to force installation and use of collect2.
206use_collect2=
207# Set this to override the default target model.
208target_cpu_default=
bb607926 209# Set this if gdb needs a dir command with `dirname $out_file`
210gdb_needs_out_file_path=
bb607926 211# Set this to control which thread package will be used.
212thread_file=
213# Reinitialize these from the flag values every loop pass, since some
214# configure entries modify them.
215gas="$gas_flag"
216gnu_ld="$gnu_ld_flag"
bc5ae993 217default_use_cxa_atexit=no
1c6e0788 218default_gnu_indirect_function=no
22ac052b 219target_gtfiles=
805e22b2 220need_64bit_hwint=
ed2b8f56 221need_64bit_isa=
bb607926 222
b696fe80 223# Don't carry these over build->host->target. Please.
224xm_file=
225md_file=
226
c2527f80 227# Obsolete configurations.
be52f086 228#case ${target} in
229# )
230# if test "x$enable_obsolete" != xyes; then
231# echo "*** Configuration ${target} is obsolete." >&2
232# echo "*** Specify --enable-obsolete to build it anyway." >&2
233# echo "*** Support will be REMOVED in the next major release of GCC," >&2
234# echo "*** unless a maintainer comes forward." >&2
235# exit 1
236# fi;;
237#esac
c2527f80 238
ece7f381 239# Unsupported targets list. Do not put an entry in this list unless
240# it would otherwise be caught by a more permissive pattern. The list
241# should be in alphabetical order.
09c6646e 242case ${target} in
6af9f7ea 243 i[34567]86-go32-* \
ece7f381 244 | i[34567]86-*-go32* \
ece7f381 245 | mips64orion*-*-rtems* \
f2397fc4 246 | pdp11-*-bsd \
ece7f381 247 | sparc-hal-solaris2* \
248 | thumb-*-* \
6af9f7ea 249 | *-*-linux*aout* \
ece7f381 250 | *-*-linux*coff* \
6af9f7ea 251 | *-*-linux*libc1* \
ece7f381 252 | *-*-linux*oldld* \
253 | *-*-rtemsaout* \
254 | *-*-rtemscoff* \
efad0fb7 255 | *-*-solaris2.[0-7] \
256 | *-*-solaris2.[0-7].* \
6af9f7ea 257 | *-*-sysv* \
3598ba3d 258 | vax-*-vms* \
ece7f381 259 )
09c6646e 260 echo "*** Configuration ${target} not supported" 1>&2
ece7f381 261 exit 1
262 ;;
263esac
264
bb607926 265# Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
83287f80 266# updated in each machine entry. Also set default extra_headers for some
267# machines.
bb607926 268tm_p_file=
09c6646e 269cpu_type=`echo ${target} | sed 's/-.*$//'`
cc5ffbb8 270cpu_is_64bit=
09c6646e 271case ${target} in
85c84d5c 272m32c*-*-*)
273 cpu_type=m32c
274 tmake_file=m32c/t-m32c
275 ;;
bb607926 276alpha*-*-*)
277 cpu_type=alpha
805e22b2 278 need_64bit_hwint=yes
d1e5a65f 279 extra_options="${extra_options} g.opt"
bb607926 280 ;;
1acdfc69 281am33_2.0-*-linux*)
282 cpu_type=mn10300
283 ;;
6e421549 284arm*-*-*)
285 cpu_type=arm
d98a3884 286 extra_headers="mmintrin.h arm_neon.h"
baa1a726 287 c_target_objs="arm-c.o"
288 cxx_target_objs="arm-c.o"
6e421549 289 ;;
33169f97 290avr-*-*)
291 cpu_type=avr
292 c_target_objs="avr-c.o"
293 cxx_target_objs="avr-c.o"
294 ;;
9e6a0967 295bfin*-*)
296 cpu_type=bfin
297 ;;
9b9e3455 298crisv32-*)
299 cpu_type=cris
300 ;;
de6e318c 301frv*) cpu_type=frv
d1e5a65f 302 extra_options="${extra_options} g.opt"
de6e318c 303 ;;
be52b6d8 304moxie*) cpu_type=moxie
305 ;;
278e2fd1 306fido-*-*)
307 cpu_type=m68k
308 extra_headers=math-68881.h
309 ;;
bb607926 310i[34567]86-*-*)
311 cpu_type=i386
46f8e3b0 312 c_target_objs="i386-c.o"
313 cxx_target_objs="i386-c.o"
bca226ea 314 extra_options="${extra_options} fused-madd.opt"
daf03e2f 315 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
f25d51c3 316 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
2f212aae 317 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
18525343 318 immintrin.h x86intrin.h avxintrin.h xopintrin.h
87c62cba 319 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
2c1d4003 320 abmintrin.h bmiintrin.h tbmintrin.h"
bb607926 321 ;;
5c66405b 322x86_64-*-*)
323 cpu_type=i386
46f8e3b0 324 c_target_objs="i386-c.o"
325 cxx_target_objs="i386-c.o"
bca226ea 326 extra_options="${extra_options} fused-madd.opt"
daf03e2f 327 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
f25d51c3 328 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
2f212aae 329 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
18525343 330 immintrin.h x86intrin.h avxintrin.h xopintrin.h
87c62cba 331 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
2c1d4003 332 abmintrin.h bmiintrin.h tbmintrin.h"
805e22b2 333 need_64bit_hwint=yes
5c66405b 334 ;;
b965afcd 335ia64-*-*)
336 extra_headers=ia64intrin.h
805e22b2 337 need_64bit_hwint=yes
dd7870fa 338 extra_options="${extra_options} g.opt fused-madd.opt"
b965afcd 339 ;;
6af9f7ea 340hppa*-*-*)
bb607926 341 cpu_type=pa
342 ;;
d1e5a65f 343lm32*)
344 extra_options="${extra_options} g.opt"
345 ;;
467dc9aa 346m32r*-*-*)
347 cpu_type=m32r
d1e5a65f 348 extra_options="${extra_options} g.opt"
467dc9aa 349 ;;
83287f80 350m68k-*-*)
351 extra_headers=math-68881.h
bb607926 352 ;;
d34b0d1e 353microblaze*-*-*)
354 cpu_type=microblaze
355 extra_options="${extra_options} g.opt"
356 ;;
bb607926 357mips*-*-*)
358 cpu_type=mips
805e22b2 359 need_64bit_hwint=yes
9636921b 360 extra_headers="loongson.h"
d1e5a65f 361 extra_options="${extra_options} g.opt"
bb607926 362 ;;
8372e9ea 363picochip-*-*)
364 cpu_type=picochip
365 ;;
bb607926 366powerpc*-*-*)
367 cpu_type=rs6000
c22e07a3 368 extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h"
805e22b2 369 need_64bit_hwint=yes
cc5ffbb8 370 case x$with_cpu in
20d6e0e0 371 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[34567]|xpower6x|xrs64a|xcell|xa2|xe500mc64)
cc5ffbb8 372 cpu_is_64bit=yes
373 ;;
374 esac
b37442d6 375 extra_options="${extra_options} g.opt fused-madd.opt"
805e22b2 376 ;;
377rs6000*-*-*)
378 need_64bit_hwint=yes
b37442d6 379 extra_options="${extra_options} g.opt fused-madd.opt"
805e22b2 380 ;;
3dbfe3e4 381score*-*-*)
382 cpu_type=score
d1e5a65f 383 extra_options="${extra_options} g.opt"
3dbfe3e4 384 ;;
bb607926 385sparc*-*-*)
386 cpu_type=sparc
1168681b 387 need_64bit_hwint=yes
bb607926 388 ;;
644459d0 389spu*-*-*)
390 cpu_type=spu
391 need_64bit_hwint=yes
392 ;;
805e22b2 393s390*-*-*)
37d32fbf 394 cpu_type=s390
805e22b2 395 need_64bit_hwint=yes
81470015 396 extra_options="${extra_options} fused-madd.opt"
805e22b2 397 ;;
4ee34c70 398# Note the 'l'; we need to be able to match e.g. "shle" or "shl".
fc7383ad 399sh[123456789lbe]*-*-* | sh-*-*)
87e19636 400 cpu_type=sh
805e22b2 401 need_64bit_hwint=yes
87e19636 402 ;;
041cf413 403xtensa*-*-*)
404 extra_options="${extra_options} fused-madd.opt"
405 ;;
bb607926 406esac
407
408tm_file=${cpu_type}/${cpu_type}.h
20ffb0b1 409if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
bb607926 410then
20ffb0b1 411 tm_p_file=${cpu_type}/${cpu_type}-protos.h
412fi
b5ccaa7b 413extra_modes=
414if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
415then
416 extra_modes=${cpu_type}/${cpu_type}-modes.def
417fi
ff05e09e 418if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
419then
420 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
421fi
a8456aba 422
09c6646e 423case ${target} in
144c3e90 424i[34567]86-*-*)
43da04c5 425 if test "x$enable_cld" = xyes; then
144c3e90 426 tm_defines="${tm_defines} USE_IX86_CLD=1"
427 fi
fc00a76a 428 if test "x$enable_frame_pointer" = xyes; then
429 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
430 fi
912f2b18 431 tm_file="vxworks-dummy.h ${tm_file}"
144c3e90 432 ;;
a8456aba 433x86_64-*-*)
434 tm_file="i386/biarch64.h ${tm_file}"
43da04c5 435 if test "x$enable_cld" = xyes; then
144c3e90 436 tm_defines="${tm_defines} USE_IX86_CLD=1"
437 fi
fc00a76a 438 if test "x$enable_frame_pointer" = xyes; then
439 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
440 fi
912f2b18 441 tm_file="vxworks-dummy.h ${tm_file}"
a8456aba 442 ;;
443esac
444
bb607926 445# On a.out targets, we need to use collect2.
09c6646e 446case ${target} in
bb607926 447*-*-*aout*)
448 use_collect2=yes
449 ;;
582b17a6 450esac
bb607926 451
3d0ed9e7 452# Common C libraries.
453tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3"
454
805e22b2 455# Common parts for widely ported systems.
09c6646e 456case ${target} in
1025d5b9 457*-*-darwin*)
e2e89254 458 tmake_file="t-darwin ${cpu_type}/t-darwin"
650c26dc 459 tm_file="${tm_file} darwin.h"
460 case ${target} in
9166f36a 461 *-*-darwin9*)
650c26dc 462 tm_file="${tm_file} darwin9.h"
463 ;;
9166f36a 464 *-*-darwin[12][0-9]*)
465 tm_file="${tm_file} darwin9.h darwin10.h"
466 ;;
650c26dc 467 esac
468 tm_file="${tm_file} ${cpu_type}/darwin.h"
1025d5b9 469 tm_p_file="${tm_p_file} darwin-protos.h"
1025d5b9 470 target_gtfiles="\$(srcdir)/config/darwin.c"
0c44645a 471 extra_options="${extra_options} darwin.opt"
46f8e3b0 472 c_target_objs="${c_target_objs} darwin-c.o"
473 cxx_target_objs="${cxx_target_objs} darwin-c.o"
32006f36 474 fortran_target_objs="darwin-f.o"
1025d5b9 475 extra_objs="darwin.o"
a9540fb6 476 extra_gcc_objs="darwin-driver.o"
3da996b9 477 default_use_cxa_atexit=yes
ef87fe4c 478 use_gcc_stdint=wrap
1025d5b9 479 case ${enable_threads} in
480 "" | yes | posix) thread_file='posix' ;;
481 esac
482 ;;
483*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
484 # This is the place-holder for the generic a.out configuration
485 # of FreeBSD. No actual configuration resides here since
486 # there was only ever a bare-bones ix86 configuration for
487 # a.out and it exists solely in the machine-specific section.
488 # This place-holder must exist to avoid dropping into
489 # the generic ELF configuration of FreeBSD (i.e. it must be
490 # ordered before that section).
491 ;;
492*-*-freebsd*)
493 # This is the generic ELF configuration of FreeBSD. Later
494 # machine-specific sections may refine and add to this
495 # configuration.
496 #
497 # Due to tm_file entry ordering issues that vary between cpu
498 # architectures, we only define fbsd_tm_file to allow the
499 # machine-specific section to dictate the final order of all
500 # entries of tm_file with the minor exception that components
501 # of the tm_file set here will always be of the form:
502 #
503 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
504 #
505 # The machine-specific section should not tamper with this
506 # ordering but may order all other entries of tm_file as it
507 # pleases around the provided core setting.
508 gas=yes
509 gnu_ld=yes
510 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
cfb5f9aa 511 fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
512 tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
1025d5b9 513 tmake_file="t-slibgcc-elf-ver t-freebsd"
514 case ${enable_threads} in
515 no)
516 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
517 ;;
5614d3f5 518 "" | yes | posix)
1025d5b9 519 thread_file='posix'
520 tmake_file="${tmake_file} t-freebsd-thread"
521 # Before 5.0, FreeBSD can't bind shared libraries to -lc
522 # when "optionally" threaded via weak pthread_* checks.
523 case ${target} in
524 *-*-freebsd[34] | *-*-freebsd[34].*)
525 tmake_file="${tmake_file} t-slibgcc-nolc-override"
526 ;;
527 esac
528 ;;
3ebc7dec 529 *)
1025d5b9 530 echo 'Unknown thread configuration for FreeBSD'
531 exit 1
532 ;;
533 esac
c4c8f6ce 534 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
13c30464 535 extra_options="$extra_options rpath.opt freebsd.opt"
d52a86c7 536 case ${target} in
537 *-*-freebsd[345].*)
538 :;;
539 *)
540 default_use_cxa_atexit=yes;;
541 esac
542 # need_64bit_hwint=yes # system compiler has this for all arch!
c4c8f6ce 543 use_gcc_stdint=wrap
1025d5b9 544 ;;
3bef4012 545*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
338f7557 546 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
547 gas=yes
548 gnu_ld=yes
549 case ${enable_threads} in
550 "" | yes | posix) thread_file='posix' ;;
551 esac
1afa774a 552 tmake_file="t-slibgcc-elf-ver t-linux"
72a65e81 553 case $target in
3bef4012 554 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-kopensolaris*-gnu)
72a65e81 555 :;;
556 *-*-gnu*)
557 tmake_file="$tmake_file t-gnu";;
558 esac
66fd9df9 559 # glibc / uclibc / bionic switch.
560 # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
72a65e81 561 case $target in
562 *linux*)
563 extra_options="$extra_options linux.opt";;
564 *)
565 tm_defines="$tm_defines OPTION_GLIBC=1";;
566 esac
66fd9df9 567 case $target in
568 *-*-*android*)
569 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
570 ;;
ee085235 571 *-*-*uclibc*)
66fd9df9 572 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
c490c13b 573 ;;
574 *)
66fd9df9 575 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
ee085235 576 ;;
577 esac
66fd9df9 578 # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
579 # is provided.
430e8f92 580 default_use_cxa_atexit=yes
50388ca3 581 use_gcc_tgmath=no
f3449a3c 582 use_gcc_stdint=wrap
f1b7ead9 583 # Add Android userspace support to Linux targets.
584 case $target in
585 *linux*)
586 tm_file="$tm_file linux-android.h"
587 extra_options="$extra_options linux-android.opt"
588 ;;
589 esac
590 # Enable compilation for Android by default for *android* targets.
591 case $target in
592 *-*-*android*)
593 tm_defines="$tm_defines ANDROID_DEFAULT=1"
594 ;;
595 *)
596 tm_defines="$tm_defines ANDROID_DEFAULT=0"
597 ;;
598 esac
338f7557 599 ;;
4ace673e 600*-*-netbsd*)
338f7557 601 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
602 gas=yes
603 gnu_ld=yes
b7ac288f 604
338f7557 605 # NetBSD 2.0 and later get POSIX threads enabled by default.
606 # Allow them to be explicitly enabled on any other version.
607 case ${enable_threads} in
608 "")
609 case ${target} in
610 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
611 thread_file='posix'
612 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
613 ;;
614 esac
615 ;;
616 yes | posix)
617 thread_file='posix'
618 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
619 ;;
620 esac
9a33b00e 621
338f7557 622 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
623 # ELF configurations. We will clear extra_parts in the
624 # a.out configurations.
625 case ${target} in
626 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
627 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
628 ;;
629 esac
bc5ae993 630
338f7557 631 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
632 # default (unless overridden by --disable-__cxa_atexit).
633 case ${target} in
634 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
635 default_use_cxa_atexit=yes
636 ;;
637 esac
638 ;;
1025d5b9 639*-*-openbsd*)
640 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
338f7557 641 case ${enable_threads} in
1025d5b9 642 yes)
338f7557 643 thread_file='posix'
1025d5b9 644 tmake_file="${tmake_file} t-openbsd-thread"
338f7557 645 ;;
646 esac
d3ad7bb1 647 case ${target} in
648 *-*-openbsd2.*|*-*-openbsd3.[012])
649 tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
650 esac
338f7557 651 ;;
2fcfea2a 652*-*-rtems*)
653 case ${enable_threads} in
654 yes) thread_file='rtems' ;;
655 esac
f3449a3c 656 use_gcc_stdint=wrap
657 ;;
658*-*-uclinux*)
659 use_gcc_stdint=wrap
2fcfea2a 660 ;;
0c7243ae 661*-*-solaris2*)
662 extra_options="${extra_options} sol2.opt"
663 ;;
805e22b2 664*-*-vxworks*)
338f7557 665 tmake_file=t-vxworks
e6eccdb3 666 xm_defines=POSIX
667 extra_options="${extra_options} vxworks.opt"
6c181a06 668 extra_objs=vxworks.o
d9799238 669 case ${enable_threads} in
670 no) ;;
671 "" | yes | vxworks) thread_file='vxworks' ;;
672 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
673 esac
338f7557 674 ;;
430e8f92 675*-*-elf)
676 # Assume that newlib is being used and so __cxa_atexit is provided.
677 default_use_cxa_atexit=yes
f3449a3c 678 use_gcc_stdint=wrap
430e8f92 679 ;;
bb607926 680esac
681
09c6646e 682case ${target} in
bb607926 683# Support site-specific machine types.
684*local*)
09c6646e 685 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
bb607926 686 tm_file=${cpu_type}/$rest.h
e1688c3e 687 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
688 then xm_file=${cpu_type}/xm-$rest.h
bb607926 689 fi
e1688c3e 690 if test -f $srcdir/config/${cpu_type}/t-$rest
691 then tmake_file=${cpu_type}/t-$rest
bb607926 692 fi
693 ;;
bb607926 694alpha*-*-linux*)
f3449a3c 695 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
bb607926 696 target_cpu_default="MASK_GAS"
0d6c33ea 697 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
bb607926 698 ;;
7698a084 699alpha*-*-gnu*)
f3449a3c 700 tm_file="$tm_file alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h glibc-stdint.h alpha/gnu.h"
7698a084 701 target_cpu_default="MASK_GAS"
702 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
703 ;;
bb607926 704alpha*-*-freebsd*)
1307f5d6 705 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
bb607926 706 target_cpu_default="MASK_GAS"
e1ff7102 707 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
708 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
bb607926 709 ;;
710alpha*-*-netbsd*)
4ace673e 711 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
f466b0a0 712 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
bb607926 713 target_cpu_default="MASK_GAS"
e1ff7102 714 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
bb607926 715 ;;
bb607926 716alpha*-*-openbsd*)
8e6600a1 717 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
718 tm_file="alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
bb607926 719 # default x-alpha is only appropriate for dec-osf.
720 target_cpu_default="MASK_GAS"
8e6600a1 721 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
bb607926 722 ;;
ed3e1bbc 723alpha*-dec-osf5.1*)
bb607926 724 if test x$stabs = xyes
725 then
726 tm_file="${tm_file} dbx.h"
727 fi
728 if test x$gas != xyes
729 then
730 extra_passes="mips-tfile mips-tdump"
731 fi
732 use_collect2=yes
ed3e1bbc 733 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf5"
734 tm_file="${tm_file} alpha/osf5.h"
735 tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
13c30464 736 extra_options="${extra_options} rpath.opt"
b965afcd 737 extra_headers=va_list.h
3aba5911 738 use_gcc_stdint=provide
5614d3f5 739 case ${enable_threads} in
740 "" | yes | posix)
ecd34a08 741 thread_file='posix'
742 tmake_file="${tmake_file} alpha/t-osf-pthread"
743 ;;
744 esac
bb607926 745 ;;
56685c17 746alpha64-dec-*vms*)
f75effa0 747 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
9b9a2528 748 xm_file="alpha/xm-vms.h vms/xm-vms64.h"
ab14e5be 749 tmake_file="alpha/t-alpha vms/t-vms alpha/t-vms alpha/t-ieee"
9b9a2528 750 xmake_file=vms/x-vms
751 exeext=.exe
752 install_headers_dir=install-headers-cp
753 extra_options="${extra_options} vms/vms.opt"
56685c17 754 ;;
73777e7b 755alpha*-dec-*vms*)
f75effa0 756 tm_file="${tm_file} alpha/vms.h"
9b9a2528 757 xm_file="alpha/xm-vms.h"
758 tmake_file="alpha/t-alpha vms/t-vms alpha/t-vms alpha/t-ieee"
759 xmake_file=vms/x-vms
760 exeext=.exe
761 install_headers_dir=install-headers-cp
762 extra_options="${extra_options} vms/vms.opt"
bb607926 763 ;;
01d15dc5 764arc-*-elf*)
16bd2f3c 765 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
01d15dc5 766 extra_parts="crtinit.o crtfini.o"
767 ;;
d9799238 768arm-wrs-vxworks)
ab39d1bf 769 tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
06469f9e 770 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
d9799238 771 ;;
6af9f7ea 772arm*-*-freebsd*)
66f02fd0 773 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
06469f9e 774 tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
66f02fd0 775 ;;
f470dade 776arm*-*-netbsdelf*)
2b6c0e61 777 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
f466b0a0 778 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
06469f9e 779 tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
f470dade 780 ;;
bb607926 781arm*-*-netbsd*)
4ace673e 782 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
f466b0a0 783 extra_options="${extra_options} netbsd.opt"
06469f9e 784 tmake_file="t-netbsd arm/t-arm arm/t-netbsd"
9a33b00e 785 extra_parts=""
87a1ff8e 786 use_collect2=yes
bb607926 787 ;;
c806acc4 788arm*-*-linux*) # ARM GNU/Linux with ELF
f1b7ead9 789 tm_file="dbxelf.h elfos.h linux.h linux-android.h glibc-stdint.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
fcc91c04 790 case $target in
791 arm*b-*)
792 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
793 ;;
794 esac
6783d878 795 tmake_file="${tmake_file} t-linux arm/t-arm"
6783d878 796 case ${target} in
ee085235 797 arm*-*-linux-*eabi)
6783d878 798 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
48f93ee5 799 tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h"
0bf158c8 800 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
4e38d150 801 # Define multilib configuration for arm-linux-androideabi.
802 case ${target} in
803 *-androideabi)
804 tmake_file="$tmake_file arm/t-linux-androideabi"
805 ;;
806 esac
3ebc7dec 807 # The BPABI long long divmod functions return a 128-bit value in
6783d878 808 # registers r0-r3. Correctly modeling that requires the use of
809 # TImode.
810 need_64bit_hwint=yes
811 # The EABI requires the use of __cxa_atexit.
812 default_use_cxa_atexit=yes
813 ;;
814 *)
815 tmake_file="$tmake_file arm/t-linux"
816 ;;
817 esac
818 tm_file="$tm_file arm/aout.h arm/arm.h"
b77c60b7 819 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
bb607926 820 ;;
821arm*-*-uclinux*) # ARM ucLinux
f3449a3c 822 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
06469f9e 823 tmake_file="arm/t-arm arm/t-arm-elf"
1ad38120 824 case ${target} in
82d31c10 825 arm*-*-uclinux*eabi)
1ad38120 826 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
48f93ee5 827 tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h"
1ad38120 828 tmake_file="$tmake_file arm/t-bpabi"
829 # The BPABI long long divmod functions return a 128-bit value in
830 # registers r0-r3. Correctly modeling that requires the use of
831 # TImode.
832 need_64bit_hwint=yes
833 # The EABI requires the use of __cxa_atexit.
834 default_use_cxa_atexit=yes
835 esac
836 tm_file="$tm_file arm/aout.h arm/arm.h"
b77c60b7 837 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
bb607926 838 ;;
bb607926 839arm*-*-ecos-elf)
f3449a3c 840 tm_file="dbxelf.h elfos.h newlib-stdint.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
0b77e279 841 tmake_file="arm/t-arm arm/t-arm-elf"
b77c60b7 842 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
582b17a6 843 ;;
30e9913f 844arm*-*-eabi* | arm*-*-symbianelf* )
3ebc7dec 845 # The BPABI long long divmod functions return a 128-bit value in
30e9913f 846 # registers r0-r3. Correctly modeling that requires the use of
847 # TImode.
848 need_64bit_hwint=yes
a6b58380 849 default_use_cxa_atexit=yes
30e9913f 850 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
48f93ee5 851 tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h"
2219ac9e 852 tmake_file="arm/t-arm arm/t-arm-elf"
30e9913f 853 case ${target} in
35da3667 854 arm*-*-eabi*)
f1b7ead9 855 tm_file="$tm_file newlib-stdint.h"
35da3667 856 tmake_file="${tmake_file} arm/t-bpabi"
f3449a3c 857 use_gcc_stdint=wrap
35da3667 858 ;;
30e9913f 859 arm*-*-symbianelf*)
860 tm_file="${tm_file} arm/symbian.h"
35da3667 861 # We do not include t-bpabi for Symbian OS because the system
862 # provides its own implementation of the BPABI functions.
67de96d2 863 tmake_file="${tmake_file} arm/t-symbian"
30e9913f 864 ;;
865 esac
866 tm_file="${tm_file} arm/aout.h arm/arm.h"
b77c60b7 867 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
ccf155b5 868 ;;
214507b9 869arm*-*-rtems*)
f3449a3c 870 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h newlib-stdint.h"
c6dce142 871 tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
b77c60b7 872 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
214507b9 873 ;;
6af9f7ea 874arm*-*-elf)
f3449a3c 875 tm_file="dbxelf.h elfos.h newlib-stdint.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
06469f9e 876 tmake_file="arm/t-arm arm/t-arm-elf"
b77c60b7 877 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
bb607926 878 ;;
ebde2335 879arm*-wince-pe*)
0ac7fc08 880 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
06469f9e 881 tmake_file="arm/t-arm arm/t-wince-pe"
81f6de2f 882 extra_options="${extra_options} arm/pe.opt"
ebde2335 883 extra_objs="pe.o"
884 ;;
bb607926 885arm-*-pe*)
f3449a3c 886 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h newlib-stdint.h"
06469f9e 887 tmake_file="arm/t-arm arm/t-pe"
f3449a3c 888 use_gcc_stdint=wrap
81f6de2f 889 extra_options="${extra_options} arm/pe.opt"
bb607926 890 extra_objs="pe.o"
891 ;;
1598c1ed 892avr-*-rtems*)
f3449a3c 893 tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h newlib-stdint.h"
b056efbc 894 tmake_file="avr/t-avr t-rtems avr/t-rtems"
795cff42 895 extra_gcc_objs="driver-avr.o avr-devices.o"
896 extra_objs="avr-devices.o"
1598c1ed 897 ;;
bb607926 898avr-*-*)
f3449a3c 899 tm_file="avr/avr.h dbxelf.h newlib-stdint.h"
900 use_gcc_stdint=wrap
795cff42 901 extra_gcc_objs="driver-avr.o avr-devices.o"
902 extra_objs="avr-devices.o"
bb607926 903 ;;
9e6a0967 904bfin*-elf*)
f3449a3c 905 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
e0cbe6c1 906 tmake_file=bfin/t-bfin-elf
907 use_collect2=no
908 ;;
43be3be8 909bfin*-uclinux*)
f3449a3c 910 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h glibc-stdint.h bfin/uclinux.h"
e0cbe6c1 911 tmake_file=bfin/t-bfin-uclinux
66fd9df9 912 tm_defines="${tm_defines} DEFAULT_LIBC=LIBC_UCLIBC"
f9612ead 913 extra_options="${extra_options} linux.opt"
e0cbe6c1 914 use_collect2=no
915 ;;
bce94ab5 916bfin*-linux-uclibc*)
f3449a3c 917 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h glibc-stdint.h bfin/linux.h ./linux-sysroot-suffix.h"
e0cbe6c1 918 tmake_file="t-slibgcc-elf-ver bfin/t-bfin-linux"
919 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
920 use_collect2=no
921 ;;
4a7fad64 922bfin*-rtems*)
b4cebe6e 923 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h newlib-stdint.h"
4a7fad64 924 tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
e0cbe6c1 925 ;;
9e6a0967 926bfin*-*)
f3449a3c 927 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
e0cbe6c1 928 tmake_file=bfin/t-bfin
929 use_collect2=no
f3449a3c 930 use_gcc_stdint=wrap
e0cbe6c1 931 ;;
9b9e3455 932crisv32-*-elf | crisv32-*-none)
f3449a3c 933 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
9b9e3455 934 tmake_file="cris/t-cris"
935 target_cpu_default=32
936 gas=yes
937 extra_options="${extra_options} cris/elf.opt"
f3449a3c 938 use_gcc_stdint=wrap
9b9e3455 939 ;;
e03f789f 940cris-*-elf | cris-*-none)
f3449a3c 941 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
e03f789f 942 tmake_file="cris/t-cris cris/t-elfmulti"
943 gas=yes
c419af1d 944 extra_options="${extra_options} cris/elf.opt"
f3449a3c 945 use_gcc_stdint=wrap
e03f789f 946 ;;
9b9e3455 947crisv32-*-linux* | cris-*-linux*)
f511a20b 948 tm_file="dbxelf.h elfos.h ${tm_file} linux.h glibc-stdint.h cris/linux.h"
1afa774a 949 # We need to avoid using t-linux, so override default tmake_file
436d6f0d 950 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
c419af1d 951 extra_options="${extra_options} cris/linux.opt"
9b9e3455 952 case $target in
953 cris-*-*)
954 target_cpu_default=10
955 ;;
956 crisv32-*-*)
957 target_cpu_default=32
958 ;;
959 esac
e03f789f 960 ;;
5b7178c8 961crx-*-elf)
f3449a3c 962 tm_file="elfos.h newlib-stdint.h ${tm_file}"
5b7178c8 963 extra_parts="crtbegin.o crtend.o"
964 use_collect2=no
965 ;;
bb607926 966fr30-*-elf)
ecf20f53 967 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
bb607926 968 tmake_file=fr30/t-fr30
969 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
970 ;;
efb6037d 971frv-*-elf)
b1319ddf 972 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
faf175ae 973 tm_file="${tm_file} ../../libgcc/config/frv/frv-abi.h"
efb6037d 974 tmake_file=frv/t-frv
975 ;;
3e7f6cce 976frv-*-*linux*)
b1319ddf 977 tm_file="dbxelf.h elfos.h ${tm_file} \
faf175ae 978 linux.h glibc-stdint.h frv/linux.h"
979 tm_file="${tm_file} ../../libgcc/config/frv/frv-abi.h"
1afa774a 980 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
3e7f6cce 981 ;;
be52b6d8 982moxie-*-elf)
983 gas=yes
984 gnu_ld=yes
456f8f6c 985 tm_file="dbxelf.h elfos.h ${tm_file}"
be52b6d8 986 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
987 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp"
988 ;;
447e8aaa 989moxie-*-uclinux*)
990 gas=yes
991 gnu_ld=yes
456f8f6c 992 tm_file="dbxelf.h elfos.h ${tm_file} linux.h glibc-stdint.h moxie/uclinux.h"
447e8aaa 993 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
994 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp"
66fd9df9 995 tm_defines="${tm_defines} DEFAULT_LIBC=LIBC_UCLIBC"
447e8aaa 996 extra_options="${extra_options} linux.opt"
997 ;;
c4fa0b2a 998moxie-*-rtems*)
3373795d 999 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp t-rtems"
c4fa0b2a 1000 tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
1001 ;;
02fe7cca 1002h8300-*-rtems*)
1003 tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
f3449a3c 1004 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h"
02fe7cca 1005 ;;
15b65932 1006h8300-*-elf*)
1007 tmake_file="h8300/t-h8300 h8300/t-elf"
f3449a3c 1008 tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
15b65932 1009 ;;
6af9f7ea 1010hppa*64*-*-linux*)
8ab32933 1011 target_cpu_default="MASK_PA_11|MASK_PA_20"
309cc786 1012 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h linux.h \
f3449a3c 1013 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
1014 pa/pa64-linux.h"
1afa774a 1015 tmake_file="${tmake_file} pa/t-linux64"
6630177d 1016 gas=yes gnu_ld=yes
805e22b2 1017 need_64bit_hwint=yes
6630177d 1018 ;;
6af9f7ea 1019hppa*-*-linux*)
8ab32933 1020 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
309cc786 1021 tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h pa/pa-linux.h \
6630177d 1022 pa/pa32-regs.h pa/pa32-linux.h"
2ebd06c5 1023 tmake_file="${tmake_file} pa/t-linux t-slibgcc-libgcc"
4779159e 1024 # Set the libgcc version number
1025 if test x$sjlj = x1; then
1026 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1027 else
1028 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
51bfa4d4 1029 fi
bb607926 1030 ;;
0ac7fc08 1031# port not yet contributed.
1032#hppa*-*-openbsd*)
8ab32933 1033# target_cpu_default="MASK_PA_11"
0ac7fc08 1034# ;;
8ab32933 1035hppa[12]*-*-hpux10*)
1036 case ${target} in
1037 hppa1.1-*-* | hppa2*-*-*)
1038 target_cpu_default="MASK_PA_11"
1039 ;;
1040 esac
1041 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1042 pa/pa-hpux.h pa/pa-hpux10.h"
bd57250e 1043 extra_options="${extra_options} pa/pa-hpux.opt"
8ab32933 1044 case ${target} in
1045 *-*-hpux10.[1-9]*)
1046 tm_file="${tm_file} pa/pa-hpux1010.h"
bd57250e 1047 extra_options="${extra_options} pa/pa-hpux1010.opt"
8ab32933 1048 ;;
bb607926 1049 esac
c0045c9e 1050 use_gcc_stdint=provide
1051 tm_file="${tm_file} hpux-stdint.h"
0119c7f2 1052 tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
334c8279 1053 case ${enable_threads} in
1054 "")
1055 if test x$have_pthread_h = xyes ; then
1056 tmake_file="${tmake_file} pa/t-dce-thr"
1057 fi
1058 ;;
1059 yes | dce)
1060 tmake_file="${tmake_file} pa/t-dce-thr"
1061 ;;
bb607926 1062 esac
4779159e 1063 # Set the libgcc version number
1064 if test x$sjlj = x1; then
1065 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1066 else
1067 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
7c19e240 1068 fi
bb607926 1069 use_collect2=yes
8ad01423 1070 gas=yes
13b99879 1071 if test "x$with_dwarf2" != x; then
16b36e36 1072 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
13b99879 1073 dwarf2=no
1074 fi
bb607926 1075 ;;
1076hppa*64*-*-hpux11*)
8ab32933 1077 target_cpu_default="MASK_PA_11|MASK_PA_20"
cacee710 1078 if test x$gnu_ld = xyes
1079 then
8ab32933 1080 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
cacee710 1081 fi
8ad01423 1082 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1083 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1084 pa/pa-hpux11.h"
8ab32933 1085 case ${target} in
d15dd39c 1086 *-*-hpux11.[1-9]*)
8ab32933 1087 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
bd57250e 1088 extra_options="${extra_options} pa/pa-hpux1111.opt"
8ab32933 1089 ;;
1090 *)
1091 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1092 ;;
1093 esac
bd57250e 1094 extra_options="${extra_options} pa/pa-hpux.opt \
1095 pa/pa-hpux1010.opt pa/pa64-hpux.opt"
805e22b2 1096 need_64bit_hwint=yes
6e1c4c98 1097 tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
4779159e 1098 # Set the libgcc version number
1099 if test x$sjlj = x1; then
1100 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1101 else
1102 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
7c19e240 1103 fi
25e266ae 1104 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
1105 libgcc_stub.a"
120a2fed 1106 case x${enable_threads} in
4699015f 1107 x | xyes | xposix )
3ebc7dec 1108 thread_file=posix
120a2fed 1109 ;;
1110 esac
8ad01423 1111 gas=yes
43cb9222 1112 case ${target} in
1113 *-*-hpux11.[01]*)
1114 use_gcc_stdint=provide
1115 tm_file="${tm_file} hpux-stdint.h"
1116 ;;
1117 *-*-hpux11.[23]*)
1118 use_gcc_stdint=wrap
1119 tm_file="${tm_file} hpux-stdint.h"
1120 ;;
1121 esac
bb607926 1122 ;;
8ab32933 1123hppa[12]*-*-hpux11*)
1124 case ${target} in
1125 hppa1.1-*-* | hppa2*-*-*)
1126 target_cpu_default="MASK_PA_11"
1127 ;;
1128 esac
1129 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
bd57250e 1130 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1131 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt"
8ab32933 1132 case ${target} in
1133 *-*-hpux11.[1-9]*)
1134 tm_file="${tm_file} pa/pa-hpux1111.h"
bd57250e 1135 extra_options="${extra_options} pa/pa-hpux1111.opt"
120a2fed 1136 ;;
1137 esac
0119c7f2 1138 tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
4779159e 1139 # Set the libgcc version number
1140 if test x$sjlj = x1; then
1141 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1142 else
1143 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
7c19e240 1144 fi
698b676d 1145 extra_parts="libgcc_stub.a"
120a2fed 1146 case x${enable_threads} in
4699015f 1147 x | xyes | xposix )
3ebc7dec 1148 thread_file=posix
120a2fed 1149 ;;
1150 esac
bb607926 1151 use_collect2=yes
8ad01423 1152 gas=yes
43cb9222 1153 case ${target} in
1154 *-*-hpux11.[01]*)
1155 use_gcc_stdint=provide
1156 tm_file="${tm_file} hpux-stdint.h"
1157 ;;
1158 *-*-hpux11.[23]*)
1159 use_gcc_stdint=wrap
1160 tm_file="${tm_file} hpux-stdint.h"
1161 ;;
1162 esac
13b99879 1163 if test "x$with_dwarf2" != x; then
16b36e36 1164 echo "Warning: dwarf2 debug format is not supported for this target, --with-dwarf2 ignored" 1>&2
13b99879 1165 dwarf2=no
1166 fi
bb607926 1167 ;;
ffd05090 1168i[34567]86-*-darwin*)
3ebc7dec 1169 need_64bit_hwint=yes
ed2b8f56 1170 need_64bit_isa=yes
ffa7199b 1171 # Baseline choice for a machine that allows m64 support.
1172 with_cpu=${with_cpu:-core2}
e2e89254 1173 tmake_file="${tmake_file} t-slibgcc-darwin i386/t-crtpc i386/t-crtfm"
ffd05090 1174 ;;
4a839b30 1175x86_64-*-darwin*)
ffa7199b 1176 with_cpu=${with_cpu:-core2}
e2e89254 1177 tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-crtpc i386/t-crtfm"
4a839b30 1178 tm_file="${tm_file} ${cpu_type}/darwin64.h"
1179 ;;
bb607926 1180i[34567]86-*-elf*)
f3449a3c 1181 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
46f8e3b0 1182 tmake_file="${tmake_file} i386/t-i386elf t-svr4"
bc831fe3 1183 ;;
1184x86_64-*-elf*)
f3449a3c 1185 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
46f8e3b0 1186 tmake_file="${tmake_file} i386/t-i386elf t-svr4"
bb607926 1187 ;;
bb607926 1188i[34567]86-*-freebsd*)
d2307a72 1189 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
a8456aba 1190 ;;
1191x86_64-*-freebsd*)
d2307a72 1192 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"
0f2457b8 1193 tmake_file="${tmake_file} i386/t-crtstuff"
bb607926 1194 ;;
f406b863 1195i[34567]86-*-netbsdelf*)
d2307a72 1196 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
f466b0a0 1197 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
f406b863 1198 ;;
bb607926 1199i[34567]86-*-netbsd*)
d2307a72 1200 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
f466b0a0 1201 extra_options="${extra_options} netbsd.opt"
46f8e3b0 1202 tmake_file="${tmake_file} t-netbsd"
9a33b00e 1203 extra_parts=""
87a1ff8e 1204 use_collect2=yes
bb607926 1205 ;;
8bc47d57 1206x86_64-*-netbsd*)
d2307a72 1207 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"
f466b0a0 1208 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
0f2457b8 1209 tmake_file="${tmake_file} i386/t-crtstuff"
8bc47d57 1210 ;;
d3ad7bb1 1211i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
0ac7fc08 1212 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"
c7be79ca 1213 # needed to unconfuse gdb
46f8e3b0 1214 tmake_file="${tmake_file} t-libc-ok t-openbsd i386/t-openbsd"
bb607926 1215 # we need collect2 until our bug is fixed...
1216 use_collect2=yes
1217 ;;
d3ad7bb1 1218i[34567]86-*-openbsd*)
bcc9ac22 1219 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
8e6600a1 1220 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
d3ad7bb1 1221 gas=yes
1222 gnu_ld=yes
d3ad7bb1 1223 ;;
3bef4012 1224i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
6396cc37 1225 # Intel 80386's running GNU/*
bb607926 1226 # with ELF format using glibc 2
2b90ba90 1227 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h linux.h glibc-stdint.h"
6396cc37 1228 case ${target} in
54bb64fb 1229 i[34567]86-*-linux*)
1c6e0788 1230 # Assume modern glibc
1231 default_gnu_indirect_function=yes
54bb64fb 1232 if test x$enable_targets = xall; then
1233 tm_file="${tm_file} i386/x86-64.h i386/linux64.h"
1234 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
b3fd46a0 1235 tmake_file="${tmake_file} i386/t-linux64"
54bb64fb 1236 need_64bit_hwint=yes
ed2b8f56 1237 need_64bit_isa=yes
54bb64fb 1238 case X"${with_cpu}" in
e4168d53 1239 Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
54bb64fb 1240 ;;
1241 X)
f067c6b7 1242 if test x$with_cpu_64 = x; then
1243 with_cpu_64=generic
1244 fi
54bb64fb 1245 ;;
1246 *)
1247 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
e4168d53 1248 echo "generic atom core2 corei7 corei7-avx nocona x86-64 bdver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
54bb64fb 1249 exit 1
1250 ;;
1251 esac
1252 else
1253 tm_file="${tm_file} i386/linux.h"
1254 fi
1255 ;;
1256 i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1257 i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
3bef4012 1258 i[34567]86-*-kopensolaris*-gnu) tm_file="${tm_file} i386/linux.h kopensolaris-gnu.h i386/kopensolaris-gnu.h" ;;
72a65e81 1259 i[34567]86-*-gnu*) tm_file="$tm_file i386/linux.h gnu.h i386/gnu.h";;
6396cc37 1260 esac
6d057ce8 1261 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
bb607926 1262 ;;
28a6c5e3 1263x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
2b90ba90 1264 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h linux.h glibc-stdint.h \
277773bd 1265 i386/x86-64.h i386/linux64.h"
28a6c5e3 1266 case ${target} in
1c6e0788 1267 x86_64-*-linux*)
1268 default_gnu_indirect_function=glibc-2011 ;;
28a6c5e3 1269 x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
1270 x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1271 esac
b3fd46a0 1272 tmake_file="${tmake_file} i386/t-linux64 i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
5c66405b 1273 ;;
bb607926 1274i[34567]86-pc-msdosdjgpp*)
1275 xm_file=i386/xm-djgpp.h
f283da8d 1276 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
46f8e3b0 1277 tmake_file="${tmake_file} i386/t-djgpp"
0c44645a 1278 extra_options="${extra_options} i386/djgpp.opt"
bb607926 1279 gnu_ld=yes
1280 gas=yes
a47075bb 1281 use_gcc_stdint=wrap
bb607926 1282 ;;
bb607926 1283i[34567]86-*-lynxos*)
d895dbf9 1284 xm_defines=POSIX
1285 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
46f8e3b0 1286 tmake_file="${tmake_file} i386/t-crtstuff t-lynx"
d895dbf9 1287 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
0c44645a 1288 extra_options="${extra_options} lynx.opt"
d895dbf9 1289 thread_file=lynx
1290 gnu_ld=yes
1291 gas=yes
bb607926 1292 ;;
634f7a13 1293i[3456x]86-*-netware*)
2b90ba90 1294 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h tm-dwarf2.h i386/netware.h"
46f8e3b0 1295 tmake_file="${tmake_file} i386/t-netware"
634f7a13 1296 extra_objs=netware.o
1297 case /${with_ld} in
1298 */nwld)
1299 extra_objs="$extra_objs nwld.o"
1300 tm_file="${tm_file} i386/nwld.h"
1301 tmake_file="${tmake_file} i386/t-nwld"
1302 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1303 ;;
1304 esac
1305 case x${enable_threads} in
1306 x | xyes | xposix) thread_file='posix';;
1307 xnks) thread_file='nks';;
1308 xno) ;;
1309 *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1310 esac
1311 ;;
b1aac5f5 1312i[34567]86-*-nto-qnx*)
2b90ba90 1313 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h i386/unix.h i386/nto.h"
46f8e3b0 1314 tmake_file="${tmake_file} i386/t-nto"
b1aac5f5 1315 gnu_ld=yes
1316 gas=yes
1317 ;;
41e38a87 1318i[34567]86-*-rtems*)
f3449a3c 1319 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"
bb607926 1320 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
46f8e3b0 1321 tmake_file="${tmake_file} i386/t-rtems-i386 i386/t-crtstuff t-rtems"
bb607926 1322 ;;
bb607926 1323i[34567]86-*-solaris2*)
2b90ba90 1324 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sysv4.h sol2.h"
6f5b6a64 1325 # Set default arch_32 to pentium4, tune_32 to generic like the other
1326 # i386 targets, although config.guess defaults to i386-pc-solaris2*.
05157f42 1327 case ${target} in
949e49d0 1328 *-*-solaris2.[89]*)
1329 # Solaris 8 and 9/x86 cannot execute SSE/SSE2 instructions by
1330 # default.
1331 with_arch_32=${with_arch_32:-pentiumpro}
05157f42 1332 ;;
1333 *)
1334 with_arch_32=${with_arch_32:-pentium4}
1335 ;;
1336 esac
be67f556 1337 with_tune_32=${with_tune_32:-generic}
8fde03ba 1338 case ${target} in
517cabaa 1339 *-*-solaris2.1[0-9]*)
1340 tm_file="${tm_file} sol2-10.h"
1341 ;;
8fde03ba 1342 esac
1343 tm_file="${tm_file} i386/sol2.h"
9232c3b6 1344 if test x$gnu_ld = xyes; then
1345 tm_file="${tm_file} sol2-gld.h"
1346 fi
0adf6b09 1347 if test x$gas = xyes; then
1348 tm_file="${tm_file} i386/sol2-gas.h"
1349 fi
03150a33 1350 tmake_file="${tmake_file} t-sol2 t-svr4"
46f8e3b0 1351 c_target_objs="${c_target_objs} sol2-c.o"
1352 cxx_target_objs="${cxx_target_objs} sol2-c.o"
e02a1225 1353 extra_objs="sol2.o"
1354 tm_p_file="${tm_p_file} sol2-protos.h"
32e8a7fc 1355 if test x$gnu_ld = xyes; then
1356 tmake_file="$tmake_file t-slibgcc-elf-ver"
27559c4e 1357 tm_defines="${tm_defines} TARGET_GNU_LD=1"
32e8a7fc 1358 else
1359 tmake_file="$tmake_file t-slibgcc-sld"
1360 fi
8b3b32fb 1361 if test x$gas = xyes; then
1362 tm_file="usegas.h ${tm_file}"
1363 fi
6af9f7ea 1364 tm_file="$tm_file tm-dwarf2.h"
27559c4e 1365 case ${target} in
b8273627 1366 *-*-solaris2.1[0-9]*)
27559c4e 1367 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1368 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
03150a33 1369 tmake_file="$tmake_file i386/t-sol2-10"
1370 # i386/t-crtstuff only affects libgcc. Its inclusion
1371 # depends on a runtime test and is thus performed in
1372 # libgcc/configure.ac instead.
27559c4e 1373 need_64bit_hwint=yes
ed2b8f56 1374 need_64bit_isa=yes
f3449a3c 1375 use_gcc_stdint=wrap
a2e127ea 1376 case X"${with_cpu}" in
e4168d53 1377 Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
a2e127ea 1378 ;;
1379 X)
f067c6b7 1380 if test x$with_cpu_64 = x; then
1381 with_cpu_64=generic
1382 fi
a2e127ea 1383 ;;
1384 *)
1385 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
e4168d53 1386 echo "generic atom core2 corei7 corei7-avx nocona x86-64 bdver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
a2e127ea 1387 exit 1
1388 ;;
1389 esac
27559c4e 1390 ;;
f3449a3c 1391 *)
1392 use_gcc_stdint=provide
1393 ;;
27559c4e 1394 esac
334c8279 1395 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
8fde03ba 1396 "":yes:* | yes:yes:* )
6af9f7ea 1397 thread_file=posix
8fde03ba 1398 ;;
1399 "":*:yes | yes:*:yes )
1400 thread_file=solaris
1401 ;;
334c8279 1402 esac
bb607926 1403 ;;
2adf99fa 1404i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
2b90ba90 1405 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h vx-common.h"
2adf99fa 1406 case ${target} in
1407 *-vxworksae*)
c77a1c92 1408 tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h"
2adf99fa 1409 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1410 ;;
1411 *)
c77a1c92 1412 tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h"
2adf99fa 1413 tmake_file="${tmake_file} i386/t-vxworks"
1414 ;;
1415 esac
d9799238 1416 ;;
bb607926 1417i[34567]86-*-pe | i[34567]86-*-cygwin*)
615180dd 1418 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"
e1688c3e 1419 xm_file=i386/xm-cygwin.h
8cae609c 1420 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
1421 if test x$sjlj = x0; then
1422 tmake_eh_file="i386/t-dw2-eh"
1423 else
1424 tmake_eh_file="i386/t-sjlj-eh"
1425 fi
1426 tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming i386/t-cygwin"
62b4d90e 1427 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
0c44645a 1428 extra_options="${extra_options} i386/cygming.opt"
6c1e551f 1429 extra_objs="winnt.o winnt-stubs.o"
2637551a 1430 c_target_objs="${c_target_objs} msformat-c.o"
1431 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
bb607926 1432 if test x$enable_threads = xyes; then
8728e49b 1433 thread_file='posix'
bb607926 1434 fi
615180dd 1435 use_gcc_stdint=wrap
bb607926 1436 ;;
c8c521bb 1437i[34567]86-*-mingw* | x86_64-*-mingw*)
72f432d4 1438 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
e1688c3e 1439 xm_file=i386/xm-mingw32.h
a4f7c8f7 1440 case ${target} in
1441 x86_64-*-* | *-w64-*)
1442 need_64bit_hwint=yes
ed2b8f56 1443 need_64bit_isa=yes
a4f7c8f7 1444 ;;
1445 *)
1446 ;;
1447 esac
72f432d4 1448 # This makes the logic if mingw's or the w64 feature set has to be used
1449 case ${target} in
1450 *-w64-*)
ac0366be 1451 user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
1452 user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
72f432d4 1453 tm_file="${tm_file} i386/mingw-w64.h"
a4f7c8f7 1454 if test x$enable_targets = xall; then
1455 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1456 case X"${with_cpu}" in
e4168d53 1457 Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
a4f7c8f7 1458 ;;
1459 X)
1460 if test x$with_cpu_64 = x; then
1461 with_cpu_64=generic
1462 fi
1463 ;;
1464 *)
1465 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
e4168d53 1466 echo "generic atom core2 corei7 Xcorei7-avx nocona x86-64 bdver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
a4f7c8f7 1467 exit 1
1468 ;;
1469 esac
1470 fi
72f432d4 1471 ;;
1472 *)
72f432d4 1473 ;;
1474 esac
1475 tm_file="${tm_file} i386/mingw-stdint.h"
8cae609c 1476 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
1477 if test x$sjlj = x0; then
1478 tmake_eh_file="i386/t-dw2-eh"
1479 else
1480 tmake_eh_file="i386/t-sjlj-eh"
1481 fi
b537ad13 1482 tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming t-dfprules"
0767c2a8 1483 case ${target} in
aca9e986 1484 x86_64-w64-*)
0767c2a8 1485 tmake_file="${tmake_file} i386/t-mingw-w64"
1486 ;;
aca9e986 1487 i[34567]86-w64-*)
1488 tmake_file="${tmake_file} i386/t-mingw-w32"
1489 ;;
0767c2a8 1490 *)
1491 tmake_file="${tmake_file} i386/t-mingw32"
1492 ;;
1493 esac
62b4d90e 1494 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
78e16ab5 1495 extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
72f432d4 1496 case ${target} in
1497 *-w64-*)
1498 extra_options="${extra_options} i386/mingw-w64.opt"
1499 ;;
1500 *)
1501 ;;
1502 esac
6c1e551f 1503 extra_objs="winnt.o winnt-stubs.o"
46f8e3b0 1504 c_target_objs="${c_target_objs} msformat-c.o"
1505 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
d91ef9b0 1506 default_use_cxa_atexit=yes
8953973a 1507 use_gcc_stdint=wrap
c89ba7eb 1508 case ${enable_threads} in
6471e33b 1509 "" | yes | win32) thread_file='win32'
a3d38952 1510 tmake_file="${tmake_file} i386/t-gthr-win32"
1511 ;;
c89ba7eb 1512 esac
09c6646e 1513 case ${target} in
c8c521bb 1514 x86_64-*-mingw*)
1515 tmake_file="${tmake_file} i386/t-crtfm"
bb607926 1516 ;;
c8c521bb 1517 *)
1518 ;;
1519 esac
1520 case ${target} in
1521 *mingw32crt*)
1522 tm_file="${tm_file} i386/crtdll.h"
1523 ;;
1524 *mingw32msv* | *mingw*)
170a37e8 1525 ;;
bb607926 1526 esac
1527 ;;
49d31318 1528i[34567]86-*-interix3*)
d2307a72 1529 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h i386/i386-interix3.h interix.h interix3.h"
46f8e3b0 1530 tmake_file="${tmake_file} i386/t-interix"
c92e7977 1531 extra_options="${extra_options} rpath.opt interix.opt"
2fbafe8b 1532 extra_objs=winnt.o
62b4d90e 1533 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
49d31318 1534 if test x$enable_threads = xyes ; then
1535 thread_file='posix'
1536 fi
1537 if test x$stabs = xyes ; then
1538 tm_file="${tm_file} dbxcoff.h"
1539 fi
1540 ;;
bb607926 1541ia64*-*-elf*)
f3449a3c 1542 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
bb607926 1543 tmake_file="ia64/t-ia64"
1544 target_cpu_default="0"
1545 if test x$gas = xyes
1546 then
1547 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1548 fi
1549 if test x$gnu_ld = xyes
1550 then
1551 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1552 fi
127ab935 1553 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
bb607926 1554 ;;
49b2e77d 1555ia64*-*-freebsd*)
0670e09b 1556 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
49b2e77d 1557 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1558 tmake_file="${tmake_file} ia64/t-ia64"
127ab935 1559 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
49b2e77d 1560 ;;
bb607926 1561ia64*-*-linux*)
73f49bc2 1562 tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
8bdf23ae 1563 tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1564 if test x$with_system_libunwind != xyes ; then
1565 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1566 fi
bb607926 1567 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
127ab935 1568 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
bb607926 1569 ;;
d838d791 1570ia64*-*-hpux*)
73f49bc2 1571 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
4c9b2035 1572 tmake_file="ia64/t-ia64 ia64/t-hpux"
d838d791 1573 target_cpu_default="MASK_GNU_AS"
120a2fed 1574 case x$enable_threads in
c5e978ad 1575 x | xyes | xposix )
120a2fed 1576 thread_file=posix
1577 ;;
1578 esac
297cec9a 1579 use_collect2=no
23ebf0fe 1580 c_target_objs="ia64-c.o"
1581 cxx_target_objs="ia64-c.o"
b1c7573c 1582 extra_options="${extra_options} ia64/ilp32.opt"
43cb9222 1583 use_gcc_stdint=wrap
1584 tm_file="${tm_file} hpux-stdint.h"
d838d791 1585 ;;
9b9a2528 1586ia64-hp-*vms*)
1587 tm_file="${tm_file} elfos.h ia64/sysv4.h ia64/elf.h ia64/vms.h ia64/vms64.h"
1588 xm_file="vms/xm-vms.h vms/xm-vms64.h"
ab14e5be 1589 tmake_file="vms/t-vms ia64/t-ia64 ia64/t-vms"
9b9a2528 1590 xmake_file=vms/x-vms
1591 target_cpu_default="0"
1592 if test x$gas = xyes
1593 then
1594 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1595 fi
1596 exeext=.exe
1597 install_headers_dir=install-headers-cp
1598 extra_options="${extra_options} vms/vms.opt"
1599 ;;
54f12d76 1600iq2000*-*-elf*)
773dfb93 1601 tm_file="elfos.h newlib-stdint.h iq2000/iq2000.h"
54f12d76 1602 tmake_file=iq2000/t-iq2000
1603 out_file=iq2000/iq2000.c
54f12d76 1604 md_file=iq2000/iq2000.md
1605 ;;
f6fe91e8 1606lm32-*-elf*)
1607 tm_file="dbxelf.h elfos.h ${tm_file}"
cf842d6a 1608 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
f6fe91e8 1609 ;;
431df6da 1610lm32-*-rtems*)
b4cebe6e 1611 tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h newlib-stdint.h"
431df6da 1612 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
1613 tmake_file="${tmake_file} t-rtems"
1614 ;;
f6fe91e8 1615lm32-*-uclinux*)
1616 tm_file="dbxelf.h elfos.h ${tm_file} linux.h lm32/uclinux-elf.h"
cf842d6a 1617 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
f6fe91e8 1618 ;;
bb607926 1619m32r-*-elf*)
c876b1f0 1620 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
4f889607 1621 extra_parts="crtinit.o crtfini.o"
19cd32af 1622 ;;
467dc9aa 1623m32rle-*-elf*)
c876b1f0 1624 tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}"
467dc9aa 1625 extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
467dc9aa 1626 ;;
e4c85211 1627m32r-*-rtems*)
c876b1f0 1628 tm_file="dbxelf.h elfos.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h"
e4c85211 1629 tmake_file="m32r/t-m32r t-rtems"
1630 extra_parts="crtinit.o crtfini.o"
1631 ;;
467dc9aa 1632m32r-*-linux*)
c876b1f0 1633 tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
1afa774a 1634 # We override the tmake_file for linux -- why?
f92be414 1635 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
467dc9aa 1636 gnu_ld=yes
467dc9aa 1637 if test x$enable_threads = xyes; then
1638 thread_file='posix'
1639 fi
1640 ;;
1641m32rle-*-linux*)
c876b1f0 1642 tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
1afa774a 1643 # We override the tmake_file for linux -- why?
f92be414 1644 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
467dc9aa 1645 gnu_ld=yes
467dc9aa 1646 if test x$enable_threads = xyes; then
1647 thread_file='posix'
1648 fi
1649 ;;
bb607926 1650# m68hc11 and m68hc12 share the same machine description.
1651m68hc11-*-*|m6811-*-*)
f3449a3c 1652 tm_file="dbxelf.h elfos.h usegas.h newlib-stdint.h m68hc11/m68hc11.h"
bb607926 1653 tm_p_file="m68hc11/m68hc11-protos.h"
1654 md_file="m68hc11/m68hc11.md"
1655 out_file="m68hc11/m68hc11.c"
58a8c75f 1656 tmake_file="m68hc11/t-m68hc11"
f3449a3c 1657 use_gcc_stdint=wrap
bb607926 1658 ;;
1659m68hc12-*-*|m6812-*-*)
f3449a3c 1660 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h usegas.h newlib-stdint.h m68hc11/m68hc11.h"
bb607926 1661 tm_p_file="m68hc11/m68hc11-protos.h"
bb607926 1662 md_file="m68hc11/m68hc11.md"
1663 out_file="m68hc11/m68hc11.c"
58a8c75f 1664 tmake_file="m68hc11/t-m68hc11"
bfb701b0 1665 extra_options="${extra_options} m68hc11/m68hc11.opt"
f3449a3c 1666 use_gcc_stdint=wrap
bb607926 1667 ;;
6af9f7ea 1668m68k-*-elf* | fido-*-elf*)
278e2fd1 1669 case ${target} in
1670 fido-*-elf*)
1671 # Check that $with_cpu makes sense.
1672 case $with_cpu in
1673 "" | "fidoa")
1674 ;;
1675 *)
1676 echo "Cannot accept --with-cpu=$with_cpu"
1677 exit 1
1678 ;;
1679 esac
1680 with_cpu=fidoa
1681 ;;
1682 *)
1683 default_m68k_cpu=68020
1684 default_cf_cpu=5206
1685 ;;
1686 esac
f3449a3c 1687 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"
99570287 1688 tm_defines="${tm_defines} MOTOROLA=1"
278e2fd1 1689 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1690 # Add multilibs for targets other than fido.
1691 case ${target} in
1692 fido-*-elf*)
1693 ;;
1694 *)
1695 tmake_file="$tmake_file m68k/t-mlibs"
1696 ;;
1697 esac
37f722b2 1698 extra_parts="crtbegin.o crtend.o"
bb607926 1699 ;;
6af9f7ea 1700m68k*-*-netbsdelf*)
f84195ec 1701 default_m68k_cpu=68020
558b196a 1702 default_cf_cpu=5475
124c3198 1703 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
f466b0a0 1704 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
99570287 1705 tm_defines="${tm_defines} MOTOROLA=1"
124c3198 1706 ;;
984408e9 1707m68k*-*-openbsd*)
f84195ec 1708 default_m68k_cpu=68020
558b196a 1709 default_cf_cpu=5475
984408e9 1710 # needed to unconfuse gdb
f84195ec 1711 tm_defines="${tm_defines} OBSD_OLD_GAS"
8e6600a1 1712 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
984408e9 1713 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1714 # we need collect2 until our bug is fixed...
1715 use_collect2=yes
1716 ;;
8bc67792 1717m68k-*-uclinuxoldabi*) # Motorola m68k/ColdFire running uClinux
1718 # with uClibc, using the original
1719 # m68k-elf-based ABI
1720 default_m68k_cpu=68020
558b196a 1721 default_cf_cpu=5206
f3449a3c 1722 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux-oldabi.h glibc-stdint.h"
99570287 1723 tm_defines="${tm_defines} MOTOROLA=1"
45965f3c 1724 tmake_file="m68k/t-floatlib m68k/t-uclinux"
8bc67792 1725 ;;
1726m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
1727 # with uClibc, using the new GNU/Linux-style
1728 # ABI.
f84195ec 1729 default_m68k_cpu=68020
558b196a 1730 default_cf_cpu=5206
b86ed757 1731 tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
66fd9df9 1732 tm_defines="${tm_defines} MOTOROLA=1 DEFAULT_LIBC=LIBC_UCLIBC"
a4e649cf 1733 extra_options="${extra_options} linux.opt"
558b196a 1734 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
13285dde 1735 ;;
bb607926 1736m68k-*-linux*) # Motorola m68k's running GNU/Linux
1737 # with ELF format using glibc 2
1738 # aka the GNU/Linux C library 6.
f84195ec 1739 default_m68k_cpu=68020
558b196a 1740 default_cf_cpu=5475
27f1c610 1741 with_arch=${with_arch:-m68k}
b86ed757 1742 tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
fbdd0521 1743 extra_options="${extra_options} m68k/ieee.opt"
99570287 1744 tm_defines="${tm_defines} MOTOROLA=1"
27f1c610 1745 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
51bfa4d4 1746 # if not configured with --enable-sjlj-exceptions, bump the
1747 # libgcc version number
1748 if test x$sjlj != x1; then
1749 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1750 fi
bb607926 1751 ;;
41e38a87 1752m68k-*-rtems*)
f84195ec 1753 default_m68k_cpu=68020
558b196a 1754 default_cf_cpu=5206
1755 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems m68k/t-mlibs"
f3449a3c 1756 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"
99570287 1757 tm_defines="${tm_defines} MOTOROLA=1"
37f722b2 1758 extra_parts="crtbegin.o crtend.o"
bb607926 1759 ;;
bb607926 1760mcore-*-elf)
7916fcc3 1761 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
bb607926 1762 tmake_file=mcore/t-mcore
58a8c75f 1763 inhibit_libc=true
bb607926 1764 ;;
1765mcore-*-pe*)
f3449a3c 1766 tm_file="svr3.h dbxcoff.h newlib-stdint.h ${tm_file} mcore/mcore-pe.h"
bb607926 1767 tmake_file=mcore/t-mcore-pe
58a8c75f 1768 inhibit_libc=true
f3449a3c 1769 use_gcc_stdint=wrap
bb607926 1770 ;;
46222c18 1771mep-*-*)
9ddc64c8 1772 tm_file="dbxelf.h elfos.h ${tm_file}"
46222c18 1773 tmake_file=mep/t-mep
1774 extra_parts="crtbegin.o crtend.o"
1775 c_target_objs="mep-pragma.o"
1776 cxx_target_objs="mep-pragma.o"
1777 if test -d "${srcdir}/../newlib/libc/include" &&
1778 test "x$with_headers" = x; then
1779 with_headers=yes
1780 fi
1781 use_gcc_stdint=wrap
1782 ;;
d34b0d1e 1783microblaze*-linux*)
1784 tm_file="${tm_file} dbxelf.h linux.h microblaze/linux.h"
1785 c_target_objs="${c_target_objs} microblaze-c.o"
1786 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1787 tmake_file="${tmake_file} t-slibgcc-elf-ver t-slibgcc-nolc-override t-linux microblaze/t-microblaze"
1788 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o crtbeginT.o"
1789 ;;
1790microblaze*-*-*)
1791 tm_file="${tm_file} dbxelf.h"
1792 c_target_objs="${c_target_objs} microblaze-c.o"
1793 cxx_target_objs="${cxx_target_objs} microblaze-c.o"
1794 tmake_file="${tmake_file} microblaze/t-microblaze"
1795 ;;
be52f086 1796mips-sgi-irix6.5*)
1797 tm_file="elfos.h ${tm_file} mips/iris6.h"
1798 tmake_file="mips/t-iris mips/t-iris6 mips/t-slibgcc-irix"
13c30464 1799 extra_options="${extra_options} rpath.opt"
b93bf04a 1800 target_cpu_default="MASK_ABICALLS"
be52f086 1801 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1802 # Only IRIX Development Foundation 1.3 for IRIX 6.5 provides stdint.h.
1803 use_gcc_stdint=wrap
6e930e6c 1804 if test "x$stabs" = xyes
bb607926 1805 then
0bf68cc9 1806 tm_file="${tm_file} dbx.h"
bb607926 1807 fi
6912d656 1808 if test "x$gnu_ld" = xyes
1809 then
6e930e6c 1810 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
6912d656 1811 fi
2f1d7291 1812 case ${enable_threads}:${have_pthread_h} in
1813 "":yes | yes:yes ) thread_file=posix ;;
1814 esac
bb607926 1815 ;;
4ace673e 1816mips*-*-netbsd*) # NetBSD/mips, either endian.
b93bf04a 1817 target_cpu_default="MASK_ABICALLS"
0ac7fc08 1818 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
f466b0a0 1819 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
bb607926 1820 ;;
606c99b0 1821mips64*-*-linux* | mipsisa64*-*-linux*)
e49cee06 1822 tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h ${tm_file} mips/linux.h mips/linux64.h"
559b0712 1823 tmake_file="${tmake_file} mips/t-linux64 mips/t-libgcc-mips16"
42102a26 1824 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
69f36814 1825 case ${target} in
1826 mips64el-st-linux-gnu)
1827 tm_file="${tm_file} mips/st.h"
1828 tmake_file="${tmake_file} mips/t-st"
1829 ;;
fc84efeb 1830 mips64octeon*-*-linux*)
1831 tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
1832 target_cpu_default=MASK_SOFT_FLOAT_ABI
1833 ;;
606c99b0 1834 mipsisa64r2*-*-linux*)
1835 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
1836 ;;
69f36814 1837 esac
283681bb 1838 extra_parts="$extra_parts crtfastmath.o"
d0faeb9d 1839 gnu_ld=yes
1840 gas=yes
bc4c18f7 1841 test x$with_llsc != x || with_llsc=yes
d0faeb9d 1842 ;;
bb607926 1843mips*-*-linux*) # Linux MIPS, either endian.
e49cee06 1844 tm_file="dbxelf.h elfos.h linux.h glibc-stdint.h ${tm_file} mips/linux.h"
559b0712 1845 tmake_file="${tmake_file} mips/t-libgcc-mips16"
09c6646e 1846 case ${target} in
487874ac 1847 mipsisa32r2*)
1848 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
613a38b0 1849 ;;
487874ac 1850 mipsisa32*)
1851 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
613a38b0 1852 esac
283681bb 1853 extra_parts="$extra_parts crtfastmath.o"
bc4c18f7 1854 test x$with_llsc != x || with_llsc=yes
bb607926 1855 ;;
0ac7fc08 1856mips*-*-openbsd*)
515fdcc2 1857 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
b93bf04a 1858 target_cpu_default="MASK_ABICALLS"
8e6600a1 1859 tm_file="mips/mips.h openbsd.h openbsd-stdint.h openbsd-libpthread.h mips/openbsd.h mips/sdb.h"
09c6646e 1860 case ${target} in
3ebc7dec 1861 mips*el-*-openbsd*)
0ac7fc08 1862 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1863 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1864 esac
bb607926 1865 ;;
5aeba334 1866mips*-sde-elf*)
f3449a3c 1867 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/sde.h"
5aeba334 1868 tmake_file="mips/t-sde mips/t-libgcc-mips16"
0b1d266f 1869 extra_options="${extra_options} mips/sde.opt"
68c9bc25 1870 case "${with_newlib}" in
1871 yes)
1872 # newlib / libgloss.
1873 ;;
1874 *)
1875 # MIPS toolkit libraries.
1876 tm_file="$tm_file mips/sdemtk.h"
1877 tmake_file="$tmake_file mips/t-sdemtk"
68c9bc25 1878 case ${enable_threads} in
1879 "" | yes | mipssde)
1880 thread_file='mipssde'
1881 ;;
1882 esac
1883 ;;
1884 esac
5aeba334 1885 case ${target} in
1886 mipsisa32r2*)
1887 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
1888 ;;
1889 mipsisa32*)
1890 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
1891 ;;
77a32a8e 1892 mipsisa64r2*)
1893 tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
1894 ;;
5aeba334 1895 mipsisa64*)
1896 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
1897 ;;
1898 esac
1899 ;;
7583e786 1900mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1901mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
77a32a8e 1902mipsisa64-*-elf* | mipsisa64el-*-elf* | \
1903mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
f3449a3c 1904 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
5aeba334 1905 tmake_file="mips/t-isa3264 mips/t-libgcc-mips16"
7583e786 1906 case ${target} in
1907 mipsisa32r2*)
1908 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1909 ;;
1910 mipsisa32*)
1911 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1912 ;;
77a32a8e 1913 mipsisa64r2*)
1914 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
1915 ;;
7583e786 1916 mipsisa64*)
1917 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1918 ;;
1919 esac
1920 case ${target} in
1921 mipsisa32*-*-elfoabi*)
1922 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1923 tm_file="${tm_file} mips/elfoabi.h"
1924 ;;
1925 mipsisa64*-*-elfoabi*)
1926 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1927 tm_file="${tm_file} mips/elfoabi.h"
1928 ;;
1929 *-*-elf*)
1930 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1931 ;;
1932 esac
5381547d 1933 ;;
2857c21b 1934mipsisa64sr71k-*-elf*)
f3449a3c 1935 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
2857c21b 1936 tmake_file=mips/t-sr71k
b93bf04a 1937 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
515fdcc2 1938 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
2857c21b 1939 ;;
19c56034 1940mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
f3449a3c 1941 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
5aeba334 1942 tmake_file="mips/t-elf mips/t-libgcc-mips16 mips/t-sb1"
b93bf04a 1943 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
515fdcc2 1944 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
19c56034 1945 ;;
f4deb416 1946mips-*-elf* | mipsel-*-elf*)
f3449a3c 1947 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
5aeba334 1948 tmake_file="mips/t-elf mips/t-libgcc-mips16"
bb607926 1949 ;;
f4deb416 1950mips64-*-elf* | mips64el-*-elf*)
f3449a3c 1951 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
5aeba334 1952 tmake_file="mips/t-elf mips/t-libgcc-mips16"
b93bf04a 1953 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
515fdcc2 1954 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
bb607926 1955 ;;
2857c21b 1956mips64vr-*-elf* | mips64vrel-*-elf*)
f3449a3c 1957 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
2857c21b 1958 tmake_file=mips/t-vr
9d463647 1959 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
2857c21b 1960 ;;
f4deb416 1961mips64orion-*-elf* | mips64orionel-*-elf*)
f3449a3c 1962 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
5aeba334 1963 tmake_file="mips/t-elf mips/t-libgcc-mips16"
b93bf04a 1964 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
515fdcc2 1965 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
bb607926 1966 ;;
742d48c2 1967mips*-*-rtems*)
f3449a3c 1968 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
5aeba334 1969 tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
bb607926 1970 ;;
d9799238 1971mips-wrs-vxworks)
e49cee06 1972 tm_file="elfos.h ${tm_file} mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
d9799238 1973 tmake_file="${tmake_file} mips/t-vxworks"
d9799238 1974 ;;
f4deb416 1975mipstx39-*-elf* | mipstx39el-*-elf*)
f3449a3c 1976 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
5aeba334 1977 tmake_file="mips/t-r3900 mips/t-libgcc-mips16"
bb607926 1978 ;;
68cbb7e3 1979mmix-knuth-mmixware)
f3449a3c 1980 tm_file="${tm_file} newlib-stdint.h"
805e22b2 1981 need_64bit_hwint=yes
f3449a3c 1982 use_gcc_stdint=wrap
68cbb7e3 1983 ;;
bb607926 1984mn10300-*-*)
05381348 1985 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
bb607926 1986 if test x$stabs = xyes
1987 then
1988 tm_file="${tm_file} dbx.h"
1989 fi
1990 use_collect2=no
f3449a3c 1991 use_gcc_stdint=wrap
bb607926 1992 ;;
bb607926 1993pdp11-*-*)
f3449a3c 1994 tm_file="${tm_file} newlib-stdint.h"
1995 use_gcc_stdint=wrap
bb607926 1996 ;;
8372e9ea 1997picochip-*)
f3449a3c 1998 tm_file="${tm_file} newlib-stdint.h"
1999 use_gcc_stdint=wrap
2bd3350b 2000 tmake_file="picochip/t-picochip t-pnt16-warn"
8372e9ea 2001 ;;
0ac7fc08 2002# port not yet contributed
2003#powerpc-*-openbsd*)
b8886216 2004# tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
0ac7fc08 2005# extra_headers=
2006# ;;
17ac16a1 2007powerpc-*-darwin*)
16ac04e7 2008 extra_options="${extra_options} rs6000/darwin.opt"
3da996b9 2009 extra_parts="crt2.o"
8949381a 2010 case ${target} in
9b1f316f 2011 *-darwin1[0-9]* | *-darwin[8-9]*)
3ebc7dec 2012 tmake_file="${tmake_file} rs6000/t-darwin8"
9b1f316f 2013 tm_file="${tm_file} rs6000/darwin8.h"
2014 ;;
2015 *-darwin7*)
2016 tm_file="${tm_file} rs6000/darwin7.h"
2017 ;;
2018 *-darwin[0-6]*)
2019 ;;
8949381a 2020 esac
e2e89254 2021 tmake_file="${tmake_file} t-slibgcc-darwin"
25b7153e 2022 extra_headers=altivec.h
17ac16a1 2023 ;;
84eba009 2024powerpc64-*-darwin*)
84eba009 2025 extra_options="${extra_options} ${cpu_type}/darwin.opt"
191bb103 2026 extra_parts="crt2.o"
e2e89254 2027 tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc-darwin"
191bb103 2028 tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
84eba009 2029 extra_headers=altivec.h
2030 ;;
327811ee 2031powerpc*-*-freebsd*)
7a6d1a72 2032 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
b8886216 2033 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
16ac04e7 2034 extra_options="${extra_options} rs6000/sysv4.opt"
327811ee 2035 ;;
93006578 2036powerpc-*-netbsd*)
5eeaefac 2037 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
f466b0a0 2038 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
5eeaefac 2039 tmake_file="${tmake_file} rs6000/t-netbsd"
16ac04e7 2040 extra_options="${extra_options} rs6000/sysv4.opt"
93006578 2041 ;;
6f0a80d3 2042powerpc-*-eabispe*)
de784bee 2043 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"
16ac04e7 2044 extra_options="${extra_options} rs6000/sysv4.opt"
79bbdafd 2045 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
f3449a3c 2046 use_gcc_stdint=wrap
6f0a80d3 2047 ;;
bbf524e7 2048powerpc-*-eabisimaltivec*)
de784bee 2049 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"
16ac04e7 2050 extra_options="${extra_options} rs6000/sysv4.opt"
b8886216 2051 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
f3449a3c 2052 use_gcc_stdint=wrap
bbf524e7 2053 ;;
bb607926 2054powerpc-*-eabisim*)
de784bee 2055 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"
16ac04e7 2056 extra_options="${extra_options} rs6000/sysv4.opt"
b8886216 2057 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
f3449a3c 2058 use_gcc_stdint=wrap
bb607926 2059 ;;
2060powerpc-*-elf*)
de784bee 2061 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
16ac04e7 2062 extra_options="${extra_options} rs6000/sysv4.opt"
b8886216 2063 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
bb607926 2064 ;;
553c09a8 2065powerpc-*-eabialtivec*)
de784bee 2066 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"
16ac04e7 2067 extra_options="${extra_options} rs6000/sysv4.opt"
b8886216 2068 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
f3449a3c 2069 use_gcc_stdint=wrap
553c09a8 2070 ;;
3f5debcf 2071powerpc-xilinx-eabi*)
de784bee 2072 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"
3f5debcf 2073 extra_options="${extra_options} rs6000/sysv4.opt"
c6312735 2074 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm rs6000/t-xilinx"
f3449a3c 2075 use_gcc_stdint=wrap
3f5debcf 2076 ;;
bb607926 2077powerpc-*-eabi*)
de784bee 2078 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"
16ac04e7 2079 extra_options="${extra_options} rs6000/sysv4.opt"
b8886216 2080 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
f3449a3c 2081 use_gcc_stdint=wrap
bb607926 2082 ;;
2083powerpc-*-rtems*)
de784bee 2084 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"
16ac04e7 2085 extra_options="${extra_options} rs6000/sysv4.opt"
b8886216 2086 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
bb607926 2087 ;;
4e5e2802 2088powerpc-*-linux* | powerpc64-*-linux*)
de784bee 2089 tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h"
16ac04e7 2090 extra_options="${extra_options} rs6000/sysv4.opt"
4e5e2802 2091 tmake_file="t-dfprules rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
8d40ea45 2092 maybe_biarch=yes
2093 case ${target} in
4e5e2802 2094 powerpc64-*-linux*spe* | powerpc64-*-linux*paired*)
2095 echo "*** Configuration ${target} not supported" 1>&2
2096 exit 1
2097 ;;
8d40ea45 2098 powerpc-*-linux*spe* | powerpc-*-linux*paired*)
4e5e2802 2099 maybe_biarch=
2100 ;;
2101 powerpc64-*-linux*)
2102 test x$with_cpu != x || cpu_is_64bit=yes
50ec89c7 2103 maybe_biarch=always
4e5e2802 2104 ;;
8d40ea45 2105 esac
2106 case ${maybe_biarch}:${enable_targets}:${cpu_is_64bit} in
50ec89c7 2107 always:* | yes:*powerpc64* | yes:all:* | yes:*:yes)
cc5ffbb8 2108 if test x$cpu_is_64bit = xyes; then
2109 tm_file="${tm_file} rs6000/default64.h"
2110 fi
f3449a3c 2111 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
cc5ffbb8 2112 tmake_file="$tmake_file rs6000/t-linux64"
e168332d 2113 extra_options="${extra_options} rs6000/linux64.opt"
cc5ffbb8 2114 ;;
2115 *)
f3449a3c 2116 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
cc5ffbb8 2117 ;;
2118 esac
a3eb2117 2119 tmake_file="${tmake_file} t-slibgcc-libgcc rs6000/t-fprules-softfp soft-fp/t-softfp"
8d40ea45 2120 case ${target} in
2121 powerpc*-*-linux*altivec*)
2122 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
2123 powerpc*-*-linux*spe*)
2124 tm_file="${tm_file} rs6000/linuxspe.h rs6000/e500.h" ;;
2125 powerpc*-*-linux*paired*)
2126 tm_file="${tm_file} rs6000/750cl.h" ;;
2127 esac
197f58fa 2128 if test x${enable_secureplt} = xyes; then
2129 tm_file="rs6000/secureplt.h ${tm_file}"
2130 fi
bb607926 2131 ;;
4e5e2802 2132powerpc64-*-gnu*)
de784bee 2133 tm_file="${tm_file} elfos.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/default64.h rs6000/linux64.h rs6000/gnu.h glibc-stdint.h"
4e5e2802 2134 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
a3eb2117 2135 tmake_file="t-slibgcc-elf-ver t-slibgcc-libgcc t-gnu"
4e5e2802 2136 ;;
fca26bb8 2137powerpc-*-gnu-gnualtivec*)
de784bee 2138 tm_file="${cpu_type}/${cpu_type}.h elfos.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h rs6000/gnu.h glibc-stdint.h"
16ac04e7 2139 extra_options="${extra_options} rs6000/sysv4.opt"
a3eb2117 2140 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-slibgcc-libgcc t-gnu rs6000/t-ppccomm"
fca26bb8 2141 if test x$enable_threads = xyes; then
2142 thread_file='posix'
2143 fi
2144 ;;
2145powerpc-*-gnu*)
de784bee 2146 tm_file="${cpu_type}/${cpu_type}.h elfos.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h glibc-stdint.h"
a3eb2117 2147 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-slibgcc-libgcc t-gnu rs6000/t-ppccomm"
16ac04e7 2148 extra_options="${extra_options} rs6000/sysv4.opt"
fca26bb8 2149 if test x$enable_threads = xyes; then
2150 thread_file='posix'
2151 fi
2152 ;;
e6eccdb3 2153powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
de784bee 2154 tm_file="${tm_file} elfos.h freebsd-spec.h rs6000/sysv4.h"
b8886216 2155 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
16ac04e7 2156 extra_options="${extra_options} rs6000/sysv4.opt"
805e22b2 2157 extra_headers=ppc-asm.h
e6eccdb3 2158 case ${target} in
2159 *-vxworksae*)
7c69b636 2160 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
e6eccdb3 2161 tmake_file="${tmake_file} rs6000/t-vxworksae"
2162 ;;
2163 *-vxworks*)
7c69b636 2164 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
e6eccdb3 2165 ;;
2166 esac
805e22b2 2167 ;;
d895dbf9 2168powerpc-*-lynxos*)
2169 xm_defines=POSIX
2170 tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2171 tmake_file="t-lynx rs6000/t-lynx"
16ac04e7 2172 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
d895dbf9 2173 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2174 thread_file=lynx
2175 gnu_ld=yes
2176 gas=yes
2177 ;;
bb607926 2178powerpcle-*-elf*)
de784bee 2179 tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
b8886216 2180 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
16ac04e7 2181 extra_options="${extra_options} rs6000/sysv4.opt"
bb607926 2182 ;;
2183powerpcle-*-eabisim*)
de784bee 2184 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"
b8886216 2185 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
16ac04e7 2186 extra_options="${extra_options} rs6000/sysv4.opt"
f3449a3c 2187 use_gcc_stdint=wrap
bb607926 2188 ;;
2189powerpcle-*-eabi*)
de784bee 2190 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"
b8886216 2191 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
16ac04e7 2192 extra_options="${extra_options} rs6000/sysv4.opt"
f3449a3c 2193 use_gcc_stdint=wrap
bb607926 2194 ;;
bb607926 2195rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
b5e8a0bc 2196 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h rs6000/aix-stdint.h"
bb607926 2197 tmake_file=rs6000/t-aix43
a8bb341c 2198 extra_options="${extra_options} rs6000/aix64.opt"
bb607926 2199 use_collect2=yes
2200 thread_file='aix'
b5e8a0bc 2201 use_gcc_stdint=provide
83287f80 2202 extra_headers=
bb607926 2203 ;;
b1974978 2204rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
b5e8a0bc 2205 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h rs6000/aix-stdint.h"
a8bb341c 2206 extra_options="${extra_options} rs6000/aix64.opt"
bb607926 2207 tmake_file=rs6000/t-aix43
bb607926 2208 use_collect2=yes
2209 thread_file='aix'
b5e8a0bc 2210 use_gcc_stdint=wrap
83287f80 2211 extra_headers=
bb607926 2212 ;;
d4115f8c 2213rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
b5e8a0bc 2214 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h rs6000/aix-stdint.h"
b1974978 2215 tmake_file=rs6000/t-aix52
a8bb341c 2216 extra_options="${extra_options} rs6000/aix64.opt"
b1974978 2217 use_collect2=yes
2218 thread_file='aix'
b5e8a0bc 2219 use_gcc_stdint=wrap
b1974978 2220 extra_headers=
2221 ;;
0cc77516 2222rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
b5e8a0bc 2223 tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h rs6000/aix-stdint.h"
d4115f8c 2224 tmake_file=rs6000/t-aix52
2225 extra_options="${extra_options} rs6000/aix64.opt"
2226 use_collect2=yes
2227 thread_file='aix'
b5e8a0bc 2228 use_gcc_stdint=wrap
4b39bf76 2229 extra_headers=altivec.h
d4115f8c 2230 ;;
0cc77516 2231rs6000-ibm-aix[6789].* | powerpc-ibm-aix[6789].*)
b5e8a0bc 2232 tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
0cc77516 2233 tmake_file=rs6000/t-aix52
2234 extra_options="${extra_options} rs6000/aix64.opt"
2235 use_collect2=yes
2236 thread_file='aix'
b5e8a0bc 2237 use_gcc_stdint=wrap
0cc77516 2238 extra_headers=altivec.h
2239 ;;
24833e1a 2240rx-*-elf*)
f796cdd9 2241 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} ../../libgcc/config/rx/rx-abi.h"
24833e1a 2242 tmake_file="${tmake_file} rx/t-rx"
2243 ;;
582b17a6 2244s390-*-linux*)
7966af2d 2245 tm_file="s390/s390.h dbxelf.h elfos.h linux.h glibc-stdint.h s390/linux.h"
346e8a0c 2246 ;;
582b17a6 2247s390x-*-linux*)
7966af2d 2248 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h linux.h glibc-stdint.h s390/linux.h"
48de175f 2249 tm_p_file=s390/s390-protos.h
2250 md_file=s390/s390.md
b5ccaa7b 2251 extra_modes=s390/s390-modes.def
48de175f 2252 out_file=s390/s390.c
e38fe738 2253 tmake_file="${tmake_file} s390/t-linux64"
346e8a0c 2254 ;;
7c1f201b 2255s390x-ibm-tpf*)
7966af2d 2256 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h s390/tpf.h"
9f88bc9d 2257 tm_p_file=s390/s390-protos.h
2258 md_file=s390/s390.md
2259 extra_modes=s390/s390-modes.def
2260 out_file=s390/s390.c
2261 extra_parts="crtbeginS.o crtendS.o"
9f88bc9d 2262 thread_file='tpf'
2263 extra_options="${extra_options} s390/tpf.opt"
7c1f201b 2264 ;;
3dbfe3e4 2265score-*-elf)
f3449a3c 2266 tm_file="dbxelf.h elfos.h score/elf.h score/score.h newlib-stdint.h"
3dbfe3e4 2267 tmake_file=score/t-score-elf
c0f96d15 2268 extra_objs="score7.o score3.o"
3dbfe3e4 2269 ;;
6af9f7ea 2270sh-*-elf* | sh[12346l]*-*-elf* | \
db281f5a 2271sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
ccf1c0f1 2272 sh-*-linux* | sh[2346lbe]*-*-linux* | \
07168dd9 2273 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2274 sh64-*-netbsd* | sh64l*-*-netbsd*)
2275 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2276 if test x${with_endian} = x; then
2277 case ${target} in
2278 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2279 shbe-*-* | sheb-*-*) with_endian=big,little ;;
2280 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
2281 shl* | sh64l* | sh*-*-linux* | \
2282 sh5l* | sh-superh-elf) with_endian=little,big ;;
2283 sh[1234]*-*-*) with_endian=big ;;
2284 *) with_endian=big,little ;;
2285 esac
2286 fi
f555bf81 2287 # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
2288 # First word : the default endian.
2289 # Second word: the secondary endian (optional).
07168dd9 2290 case ${with_endian} in
f555bf81 2291 big) TM_ENDIAN_CONFIG=mb ;;
2292 little) TM_ENDIAN_CONFIG=ml ;;
2293 big,little) TM_ENDIAN_CONFIG="mb ml" ;;
2294 little,big) TM_ENDIAN_CONFIG="ml mb" ;;
07168dd9 2295 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
2296 esac
2297 case ${with_endian} in
2298 little*) tm_file="sh/little.h ${tm_file}" ;;
2299 esac
9bc320a5 2300 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h"
09c6646e 2301 case ${target} in
07168dd9 2302 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
f3449a3c 2303 tm_file="${tm_file} linux.h glibc-stdint.h sh/linux.h" ;;
f466b0a0 2304 sh*-*-netbsd*)
2305 tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2306 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
2307
2308 ;;
cfcf8539 2309 sh*-superh-elf) if test x$with_libgloss != xno; then
2310 with_libgloss=yes
2311 tm_file="${tm_file} sh/newlib.h"
2312 fi
0e6b6360 2313 tm_file="${tm_file} sh/embed-elf.h"
cfcf8539 2314 tm_file="${tm_file} sh/superh.h"
2315 tmake_file="${tmake_file} sh/t-superh"
2316 extra_options="${extra_options} sh/superh.opt" ;;
65a1f1e9 2317 *) if test x$with_newlib = xyes \
2318 && test x$with_libgloss = xyes; then
2319 tm_file="${tm_file} sh/newlib.h"
2320 fi
2321 tm_file="${tm_file} sh/embed-elf.h" ;;
07168dd9 2322 esac
2323 case ${target} in
2324 sh5*-*-netbsd*)
2325 # SHmedia, 32-bit ABI
2326 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2327 ;;
2328 sh64*-netbsd*)
2329 # SHmedia, 64-bit ABI
2330 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2331 ;;
2332 *-*-netbsd)
2333 tmake_file="${tmake_file} sh/t-netbsd"
2334 ;;
2335 sh64*-*-linux*)
2336 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2337 tm_file="${tm_file} sh/sh64.h"
2338 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2339 ;;
febf5bcd 2340 sh64*)
2341 tmake_file="${tmake_file} sh/t-sh64"
2342 tm_file="${tm_file} sh/sh64.h"
50147a3f 2343 if test x$with_newlib = xyes; then
2344 tm_file="${tm_file} newlib-stdint.h"
2345 fi
febf5bcd 2346 extra_headers="shmedia.h ushmedia.h sshmedia.h"
febf5bcd 2347 ;;
db281f5a 2348 *-*-symbianelf*)
2349 tmake_file="sh/t-symbian"
2350 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
6f88e480 2351 c_target_objs="symbian-base.o symbian-c.o"
2352 cxx_target_objs="symbian-base.o symbian-cxx.o"
db281f5a 2353 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
3ebc7dec 2354 ;;
f3449a3c 2355 *-*-elf*)
2356 tm_file="${tm_file} newlib-stdint.h"
2357 ;;
493914a8 2358 esac
07168dd9 2359 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2360 case `echo ${target} | sed 's/e[lb]-/-/'` in
2361 sh64*-*-netbsd*) sh_cpu_target=sh5-64media ;;
2362 sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
9435e831 2363 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
2364 sh4a_single*) sh_cpu_target=sh4a-single ;;
2365 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
2366 sh4al) sh_cpu_target=sh4al ;;
2367 sh4a*) sh_cpu_target=sh4a ;;
07168dd9 2368 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
2369 sh4_single*) sh_cpu_target=sh4-single ;;
2370 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
2371 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
2372 sh3e*) sh_cpu_target=sh3e ;;
2373 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
7105fb72 2374 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
2375 sh2a_single*) sh_cpu_target=sh2a-single ;;
2376 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
2377 sh2a*) sh_cpu_target=sh2a ;;
07168dd9 2378 sh2e*) sh_cpu_target=sh2e ;;
2379 sh2*) sh_cpu_target=sh2 ;;
2380 *) sh_cpu_target=sh1 ;;
aa76b2b5 2381 esac
65a1f1e9 2382 # did the user say --without-fp ?
2383 if test x$with_fp = xno; then
2384 case ${sh_cpu_target} in
2385 sh5-*media) sh_cpu_target=${sh_cpu_target}-nofpu ;;
2386 sh4al | sh1) ;;
2387 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
2388 sh4*) sh_cpu_target=sh4-nofpu ;;
2389 sh3*) sh_cpu_target=sh3 ;;
2390 sh2a*) sh_cpu_target=sh2a-nofpu ;;
2391 sh2*) sh_cpu_target=sh2 ;;
2392 *) echo --without-fp not available for $target: ignored
2393 esac
2394 tm_defines="$tm_defines STRICT_NOFPU=1"
2395 fi
07168dd9 2396 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2397 case $sh_cpu_default in
2398 sh5-64media-nofpu | sh5-64media | \
2399 sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
7105fb72 2400 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
9435e831 2401 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
99b0f6d9 2402 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
eb4e5153 2403 sh3e | sh3 | sh2e | sh2 | sh1) ;;
07168dd9 2404 "") sh_cpu_default=${sh_cpu_target} ;;
2405 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
febf5bcd 2406 esac
07168dd9 2407 sh_multilibs=${with_multilib_list}
f555bf81 2408 if test "$sh_multilibs" = "default" ; then
07168dd9 2409 case ${target} in
65a1f1e9 2410 sh64-superh-linux* | \
07168dd9 2411 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
2412 sh64* | sh5*) sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2413 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2414 sh*-*-linux*) sh_multilibs=m1,m3e,m4 ;;
2415 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
7105fb72 2416 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
07168dd9 2417 esac
65a1f1e9 2418 if test x$with_fp = xno; then
2419 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`"
2420 fi
07168dd9 2421 fi
3a6994f8 2422 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
07168dd9 2423 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
f555bf81 2424 tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
b56481ad 2425 sh_multilibs=`echo $sh_multilibs | sed -e 's/,/ /g' -e 's/^[Ss][Hh]/m/' -e 's/ [Ss][Hh]/ m/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
07168dd9 2426 for sh_multilib in ${sh_multilibs}; do
2427 case ${sh_multilib} in
f555bf81 2428 m1 | m2 | m2e | m3 | m3e | \
2429 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
2430 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
2431 m2a | m2a-single | m2a-single-only | m2a-nofpu | \
2432 m5-64media | m5-64media-nofpu | \
2433 m5-32media | m5-32media-nofpu | \
2434 m5-compact | m5-compact-nofpu)
2435 # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
2436 # It is passed to MULTIILIB_OPTIONS verbatim.
2437 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
2438 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
07168dd9 2439 ;;
f555bf81 2440 \!*) # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
2441 # It is passed the MULTILIB_EXCEPTIONS verbatim.
2442 TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
07168dd9 2443 *)
2444 echo "with_multilib_list=${sh_multilib} not supported."
2445 exit 1
2446 ;;
2447 esac
2448 done
f555bf81 2449 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
3a6994f8 2450 if test x${enable_incomplete_targets} = xyes ; then
156fac8b 2451 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"
07168dd9 2452 fi
fa22494c 2453 tm_file="$tm_file ./sysroot-suffix.h"
2454 tmake_file="$tmake_file t-sysroot-suffix"
87e19636 2455 ;;
26f6dfe2 2456sh-*-rtems*)
0e0debcf 2457 tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
9bc320a5 2458 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
26f6dfe2 2459 ;;
d9799238 2460sh-wrs-vxworks)
2461 tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
9bc320a5 2462 tm_file="${tm_file} elfos.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
d9799238 2463 ;;
bb607926 2464sparc-*-elf*)
1bb0ad55 2465 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp-elf.h"
b0168e11 2466 case ${target} in
2467 *-leon-*)
2468 tmake_file="sparc/t-leon"
2469 ;;
2470 *-leon[3-9]*)
2471 tmake_file="sparc/t-leon3"
2472 ;;
2473 *)
2474 tmake_file="sparc/t-elf"
2475 ;;
2476 esac
2477 tmake_file="${tmake_file} sparc/t-crtfm"
2478 extra_parts="crtbegin.o crtend.o"
bb607926 2479 ;;
a711a067 2480sparc-*-rtems*)
1bb0ad55 2481 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
a711a067 2482 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
b0168e11 2483 extra_parts="crtbegin.o crtend.o"
a711a067 2484 ;;
2485sparc-*-linux*)
1bb0ad55 2486 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h linux.h glibc-stdint.h"
a9341855 2487 extra_options="${extra_options} sparc/long-double-switch.opt"
b0168e11 2488 case ${target} in
2489 *-leon-*)
2490 tmake_file="${tmake_file} sparc/t-leon"
2491 ;;
2492 *-leon[3-9]*)
2493 tmake_file="${tmake_file} sparc/t-leon3"
2494 ;;
2495 *)
2496 tmake_file="${tmake_file} sparc/t-linux"
2497 ;;
2498 esac
1168681b 2499 if test x$enable_targets = xall; then
2500 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
64c6f17e 2501 tmake_file="${tmake_file} sparc/t-linux64"
1168681b 2502 else
2503 tm_file="${tm_file} sparc/linux.h"
1168681b 2504 fi
64c6f17e 2505 tmake_file="${tmake_file} sparc/t-crtfm"
bb607926 2506 ;;
a711a067 2507sparc-*-netbsdelf*)
1bb0ad55 2508 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
f466b0a0 2509 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
a711a067 2510 extra_options="${extra_options} sparc/long-double-switch.opt"
9afa4711 2511 ;;
8acfe9c6 2512sparc*-*-solaris2*)
1bb0ad55 2513 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sol2.h"
517cabaa 2514 case ${target} in
8acfe9c6 2515 *-*-solaris2.1[0-9]*)
517cabaa 2516 tm_file="${tm_file} sol2-10.h"
f3449a3c 2517 use_gcc_stdint=wrap
2518 ;;
8acfe9c6 2519 *)
f3449a3c 2520 use_gcc_stdint=provide
517cabaa 2521 ;;
2522 esac
8acfe9c6 2523 tm_file="${tm_file} sparc/sol2.h"
8fde03ba 2524 case ${target} in
8acfe9c6 2525 sparc64-*-* | sparcv9-*-*)
2526 tm_file="${tm_file} sparc/sol2-64.h"
f3449a3c 2527 ;;
8acfe9c6 2528 *)
2529 test x$with_cpu != x || with_cpu=v9
517cabaa 2530 ;;
8fde03ba 2531 esac
8acfe9c6 2532 tm_file="${tm_file} sparc/sol2-bi.h"
7d6171f2 2533 if test x$gas = xyes; then
16528046 2534 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
7d6171f2 2535 fi
16528046 2536 if test x$gnu_ld = xyes; then
9232c3b6 2537 tm_file="${tm_file} sol2-gld.h sparc/sol2-gld-bi.h"
16528046 2538 fi
2539 tm_file="${tm_file} tm-dwarf2.h"
2540 tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
bb607926 2541 if test x$gnu_ld = xyes; then
32e8a7fc 2542 tmake_file="$tmake_file t-slibgcc-elf-ver"
bb607926 2543 else
32e8a7fc 2544 tmake_file="$tmake_file t-slibgcc-sld"
bb607926 2545 fi
7d070520 2546 if test x$gas = xyes; then
2547 tm_file="usegas.h ${tm_file}"
2548 fi
1e9af880 2549 c_target_objs="sol2-c.o"
2550 cxx_target_objs="sol2-c.o"
e02a1225 2551 extra_objs="sol2.o"
2552 tm_p_file="${tm_p_file} sol2-protos.h"
d5a614bc 2553 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
334c8279 2554 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
8fde03ba 2555 "":yes:* | yes:yes:* )
6af9f7ea 2556 thread_file=posix
8fde03ba 2557 ;;
2558 "":*:yes | yes:*:yes )
2559 thread_file=solaris
2560 ;;
334c8279 2561 esac
bb607926 2562 ;;
723e1902 2563sparc-wrs-vxworks)
1bb0ad55 2564 tm_file="${tm_file} elfos.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
723e1902 2565 tmake_file="${tmake_file} sparc/t-vxworks"
2566 ;;
bb607926 2567sparc64-*-elf*)
1bb0ad55 2568 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
a9341855 2569 extra_options="${extra_options} sparc/little-endian.opt"
8c9facdb 2570 tmake_file="${tmake_file} sparc/t-crtfm"
bb607926 2571 extra_parts="crtbegin.o crtend.o"
2572 ;;
a711a067 2573sparc64-*-rtems*)
1bb0ad55 2574 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
a711a067 2575 extra_options="${extra_options} sparc/little-endian.opt"
2576 tmake_file="${tmake_file} sparc/t-crtfm t-rtems"
2577 extra_parts="crtbegin.o crtend.o"
2578 ;;
2579sparc64-*-linux*)
1bb0ad55 2580 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h linux.h glibc-stdint.h sparc/linux64.h"
a711a067 2581 extra_options="${extra_options} sparc/long-double-switch.opt"
2582 tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2583 ;;
cf481f89 2584sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2585 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
a9341855 2586 extra_options="${extra_options} sparc/long-double-switch.opt"
8c9facdb 2587 tmake_file="${tmake_file} sparc/t-crtfm"
cf481f89 2588 case "x$with_cpu" in
68345096 2589 xultrasparc) ;;
cf481f89 2590 x) with_cpu=ultrasparc ;;
2591 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2592 esac
2593 ;;
1897a3df 2594sparc64-*-netbsd*)
1897a3df 2595 tm_file="sparc/biarch64.h ${tm_file}"
1bb0ad55 2596 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
f466b0a0 2597 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
a9341855 2598 extra_options="${extra_options} sparc/long-double-switch.opt"
2599 tmake_file="${tmake_file} sparc/t-netbsd64"
1897a3df 2600 ;;
a711a067 2601sparc64-*-openbsd*)
1bb0ad55 2602 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h"
a711a067 2603 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
2604 extra_options="${extra_options} sparc/little-endian.opt"
2605 gas=yes gnu_ld=yes
2606 with_cpu=ultrasparc
2607 ;;
644459d0 2608spu-*-elf*)
f3449a3c 2609 tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h newlib-stdint.h"
644459d0 2610 tmake_file="spu/t-spu-elf"
6cf5579e 2611 extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h spu_cache.h"
644459d0 2612 extra_modes=spu/spu-modes.def
2613 c_target_objs="${c_target_objs} spu-c.o"
2614 cxx_target_objs="${cxx_target_objs} spu-c.o"
2615 ;;
00b114bf 2616v850e1-*-*)
2617 target_cpu_default="TARGET_CPU_v850e1"
156edce8 2618 tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
00b114bf 2619 tm_p_file=v850/v850-protos.h
2620 tmake_file=v850/t-v850e
2621 md_file=v850/v850.md
65b688d7 2622 extra_modes=v850/v850-modes.def
00b114bf 2623 out_file=v850/v850.c
bfb701b0 2624 extra_options="${extra_options} v850/v850.opt"
00b114bf 2625 if test x$stabs = xyes
2626 then
2627 tm_file="${tm_file} dbx.h"
2628 fi
2629 use_collect2=no
2630 c_target_objs="v850-c.o"
2631 cxx_target_objs="v850-c.o"
f3449a3c 2632 use_gcc_stdint=wrap
00b114bf 2633 ;;
5dd3389c 2634v850e-*-*)
2635 target_cpu_default="TARGET_CPU_v850e"
156edce8 2636 tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
5dd3389c 2637 tm_p_file=v850/v850-protos.h
c7feb70c 2638 tmake_file=v850/t-v850e
5dd3389c 2639 md_file=v850/v850.md
65b688d7 2640 extra_modes=v850/v850-modes.def
5dd3389c 2641 out_file=v850/v850.c
bfb701b0 2642 extra_options="${extra_options} v850/v850.opt"
5dd3389c 2643 if test x$stabs = xyes
2644 then
2645 tm_file="${tm_file} dbx.h"
2646 fi
2647 use_collect2=no
2648 c_target_objs="v850-c.o"
2649 cxx_target_objs="v850-c.o"
f3449a3c 2650 use_gcc_stdint=wrap
5dd3389c 2651 ;;
bb607926 2652v850-*-*)
2653 target_cpu_default="TARGET_CPU_generic"
156edce8 2654 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
bb607926 2655 tmake_file=v850/t-v850
2656 if test x$stabs = xyes
2657 then
2658 tm_file="${tm_file} dbx.h"
2659 fi
2660 use_collect2=no
e101acea 2661 c_target_objs="v850-c.o"
2662 cxx_target_objs="v850-c.o"
f3449a3c 2663 use_gcc_stdint=wrap
bb607926 2664 ;;
6718899e 2665vax-*-linux*)
1c35fe61 2666 tm_file="${tm_file} dbxelf.h elfos.h linux.h vax/elf.h vax/linux.h"
fdeaa5f1 2667 tmake_file="${tmake_file} vax/t-linux"
6718899e 2668 ;;
f470dade 2669vax-*-netbsdelf*)
83accbc0 2670 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
f466b0a0 2671 extra_options="${extra_options} netbsd.opt netbsd-elf.opt"
f470dade 2672 ;;
bb607926 2673vax-*-netbsd*)
4ace673e 2674 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
f466b0a0 2675 extra_options="${extra_options} netbsd.opt"
bb607926 2676 tmake_file=t-netbsd
9a33b00e 2677 extra_parts=""
87a1ff8e 2678 use_collect2=yes
bb607926 2679 ;;
2680vax-*-openbsd*)
8e6600a1 2681 tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-pthread.h vax/openbsd.h"
bb607926 2682 use_collect2=yes
2683 ;;
9b954fed 2684xstormy16-*-elf)
2685 # For historical reasons, the target files omit the 'x'.
2487a409 2686 tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h"
9b954fed 2687 tm_p_file=stormy16/stormy16-protos.h
2688 md_file=stormy16/stormy16.md
2689 out_file=stormy16/stormy16.c
840f1481 2690 extra_options=stormy16/stormy16.opt
9b954fed 2691 tmake_file="stormy16/t-stormy16"
2692 extra_parts="crtbegin.o crtend.o"
2693 ;;
a76109da 2694xtensa*-*-elf*)
be47c99e 2695 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h"
54a0bb9d 2696 tmake_file="xtensa/t-xtensa xtensa/t-elf"
f6b7ba2b 2697 ;;
a76109da 2698xtensa*-*-linux*)
be47c99e 2699 tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h xtensa/linux.h"
1afa774a 2700 tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
f6b7ba2b 2701 ;;
1acdfc69 2702am33_2.0-*-linux*)
f3449a3c 2703 tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h glibc-stdint.h mn10300/linux.h"
1afa774a 2704 tmake_file="${tmake_file} mn10300/t-linux"
1acdfc69 2705 gas=yes gnu_ld=yes
1acdfc69 2706 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2707 use_collect2=no
2708 ;;
a41d0b5e 2709m32c-*-rtems*)
3a0201c8 2710 tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
a41d0b5e 2711 tmake_file="${tmake_file} t-rtems"
2712 c_target_objs="m32c-pragma.o"
2713 cxx_target_objs="m32c-pragma.o"
2714 ;;
85c84d5c 2715m32c-*-elf*)
3a0201c8 2716 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
85c84d5c 2717 c_target_objs="m32c-pragma.o"
2718 cxx_target_objs="m32c-pragma.o"
85c84d5c 2719 ;;
bb607926 2720*)
09c6646e 2721 echo "*** Configuration ${target} not supported" 1>&2
bb607926 2722 exit 1
2723 ;;
2724esac
2725
561866ed 2726case ${target} in
561866ed 2727i[34567]86-*-linux* | x86_64-*-linux*)
46f8e3b0 2728 tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
561866ed 2729 ;;
2730i[34567]86-*-* | x86_64-*-*)
46f8e3b0 2731 tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
561866ed 2732 ;;
cf61fe8d 2733powerpc*-*-* | rs6000-*-*)
2734 tm_file="${tm_file} rs6000/option-defaults.h"
561866ed 2735esac
2736
3864b642 2737# Support for --with-cpu and related options (and a few unrelated options,
973f8bf3 2738# too).
370a1d10 2739case ${with_cpu} in
2740 yes | no)
2741 echo "--with-cpu must be passed a value" 1>&2
2742 exit 1
2743 ;;
2744esac
f0b281fe 2745
1f64ad21 2746# Set arch and cpu from ${target} and ${target_noncanonical}. Set cpu
2747# to generic if there is no processor scheduler model for the target.
2748arch=
2749cpu=
05b38372 2750arch_without_sse2=no
ed2b8f56 2751arch_without_64bit=no
1f64ad21 2752case ${target} in
2753 i386-*-*)
2754 arch=i386
2755 cpu=i386
05b38372 2756 arch_without_sse2=yes
ed2b8f56 2757 arch_without_64bit=yes
1f64ad21 2758 ;;
2759 i486-*-*)
2760 arch=i486
2761 cpu=i486
05b38372 2762 arch_without_sse2=yes
ed2b8f56 2763 arch_without_64bit=yes
1f64ad21 2764 ;;
2765 i586-*-*)
05b38372 2766 arch_without_sse2=yes
ed2b8f56 2767 arch_without_64bit=yes
1f64ad21 2768 case ${target_noncanonical} in
2769 k6_2-*)
2770 arch=k6-2
2771 cpu=k6-2
2772 ;;
2773 k6_3-*)
2774 arch=k6-3
2775 cpu=k6-3
2776 ;;
2777 k6-*)
2778 arch=k6
2779 cpu=k6
2780 ;;
2781 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2782 arch=pentium-mmx
2783 cpu=pentium-mmx
2784 ;;
2785 *)
2786 arch=pentium
2787 cpu=pentium
2788 ;;
2789 esac
2790 ;;
2791 i686-*-* | i786-*-*)
2792 case ${target_noncanonical} in
6fc76bb0 2793 bdver1-*)
2794 arch=bdver1
2795 cpu=bdver1
2796 ;;
1f64ad21 2797 amdfam10-*|barcelona-*)
2798 arch=amdfam10
2799 cpu=amdfam10
2800 ;;
2801 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
2802 arch=k8-sse3
2803 cpu=k8-sse3
2804 ;;
2805 k8-*|opteron-*|athlon64-*|athlon_fx-*)
2806 arch=k8
2807 cpu=k8
2808 ;;
2809 athlon_xp-*|athlon_mp-*|athlon_4-*)
2810 arch=athlon-4
2811 cpu=athlon-4
05b38372 2812 arch_without_sse2=yes
ed2b8f56 2813 arch_without_64bit=yes
1f64ad21 2814 ;;
2815 athlon_tbird-*|athlon-*)
2816 arch=athlon
2817 cpu=athlon
05b38372 2818 arch_without_sse2=yes
1f64ad21 2819 ;;
2820 geode-*)
2821 arch=geode
2822 cpu=geode
05b38372 2823 arch_without_sse2=yes
1f64ad21 2824 ;;
2825 pentium2-*)
2826 arch=pentium2
2827 cpu=pentium2
05b38372 2828 arch_without_sse2=yes
1f64ad21 2829 ;;
2830 pentium3-*|pentium3m-*)
2831 arch=pentium3
2832 cpu=pentium3
05b38372 2833 arch_without_sse2=yes
1f64ad21 2834 ;;
2835 pentium4-*|pentium4m-*)
2836 arch=pentium4
2837 cpu=pentium4
2838 ;;
2839 prescott-*)
2840 arch=prescott
2841 cpu=prescott
2842 ;;
2843 nocona-*)
2844 arch=nocona
2845 cpu=nocona
2846 ;;
2847 atom-*)
2848 arch=atom
2849 cpu=atom
2850 ;;
2851 core2-*)
2852 arch=core2
2853 cpu=core2
2854 ;;
b0298715 2855 corei7-*)
2856 arch=corei7
2857 cpu=corei7
2858 ;;
e4168d53 2859 corei7_avx-*)
2860 arch=corei7-avx
2861 cpu=corei7-avx
2862 ;;
1f64ad21 2863 pentium_m-*)
2864 arch=pentium-m
2865 cpu=pentium-m
2866 ;;
2867 pentiumpro-*)
2868 arch=pentiumpro
2869 cpu=pentiumpro
05b38372 2870 arch_without_sse2=yes
1f64ad21 2871 ;;
2872 *)
2873 arch=pentiumpro
2874 cpu=generic
05b38372 2875 arch_without_sse2=yes
ed2b8f56 2876 arch_without_64bit=yes
1f64ad21 2877 ;;
2878 esac
2879 ;;
2880 x86_64-*-*)
2881 case ${target_noncanonical} in
6fc76bb0 2882 bdver1-*)
2883 arch=bdver1
2884 cpu=bdver1
2885 ;;
1f64ad21 2886 amdfam10-*|barcelona-*)
2887 arch=amdfam10
2888 cpu=amdfam10
2889 ;;
2890 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
2891 arch=k8-sse3
2892 cpu=k8-sse3
2893 ;;
2894 k8-*|opteron-*|athlon_64-*)
2895 arch=k8
2896 cpu=k8
2897 ;;
2898 nocona-*)
2899 arch=nocona
2900 cpu=nocona
2901 ;;
2902 atom-*)
2903 arch=atom
2904 cpu=atom
2905 ;;
2906 core2-*)
2907 arch=core2
2908 cpu=core2
2909 ;;
b0298715 2910 corei7-*)
2911 arch=corei7
2912 cpu=corei7
2913 ;;
1f64ad21 2914 *)
2915 arch=x86-64
2916 cpu=generic
2917 ;;
2918 esac
2919 ;;
2920esac
2921
370a1d10 2922# If there is no $with_cpu option, try to infer one from ${target}.
2923# This block sets nothing except for with_cpu.
2924if test x$with_cpu = x ; then
2925 case ${target} in
1f64ad21 2926 i[34567]86-*-*|x86_64-*-*)
2927 with_cpu=$cpu
370a1d10 2928 ;;
2929 alphaev6[78]*-*-*)
2930 with_cpu=ev67
2931 ;;
2932 alphaev6*-*-*)
2933 with_cpu=ev6
2934 ;;
2935 alphapca56*-*-*)
2936 with_cpu=pca56
2937 ;;
2938 alphaev56*-*-*)
2939 with_cpu=ev56
2940 ;;
2941 alphaev5*-*-*)
2942 with_cpu=ev5
2943 ;;
de6e318c 2944 frv-*-*linux* | frv400-*-*linux*)
3e7f6cce 2945 with_cpu=fr400
2946 ;;
de6e318c 2947 frv550-*-*linux*)
2948 with_cpu=fr550
2949 ;;
f84195ec 2950 m68k*-*-*)
558b196a 2951 case "$with_arch" in
2952 "cf")
2953 with_cpu=${default_cf_cpu}
2954 ;;
2955 "" | "m68k")
2956 with_cpu=m${default_m68k_cpu}
2957 ;;
2958 esac
f84195ec 2959 ;;
223f6dbc 2960 mips*-*-vxworks)
2961 with_arch=mips2
2962 ;;
b0168e11 2963 sparc-leon*-*)
2964 with_cpu=v8;
2965 ;;
370a1d10 2966 sparc*-*-*)
2967 with_cpu="`echo ${target} | sed 's/-.*$//'`"
370a1d10 2968 ;;
2969 esac
f067c6b7 2970
2971 # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
2972 case ${target} in
2973 i[34567]86-*-*|x86_64-*-*)
1f64ad21 2974 if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
2975 if test x$with_cpu_32 = x; then
2976 with_cpu_32=$with_cpu
2977 fi
2978 if test x$with_cpu_64 = x; then
2979 with_cpu_64=$with_cpu
2980 fi
2981 with_cpu=
2982 fi
2983 ;;
2984 esac
2985fi
2986
2987# Support for --with-arch and related options (and a few unrelated options,
2988# too).
2989case ${with_arch} in
2990 yes | no)
2991 echo "--with-arch must be passed a value" 1>&2
2992 exit 1
2993 ;;
2994esac
2995
2996# If there is no $with_arch option, try to infer one from ${target}.
2997# This block sets nothing except for with_arch.
2998if test x$with_arch = x ; then
2999 case ${target} in
ffcf29bf 3000 i[34567]86-*-darwin*|x86_64-*-darwin*)
3001 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3002 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3003 ;;
2d2e1f85 3004 i[34567]86-*-*)
05b38372 3005 # --with-fpmath sets the default ISA to SSE2, which is the same
3006 # ISA supported by Pentium 4.
3007 if test x$with_fpmath = x || test $arch_without_sse2 = no; then
3008 with_arch=$arch
3009 else
3010 with_arch=pentium4
2d2e1f85 3011 fi
3012 ;;
3013 x86_64-*-*)
1f64ad21 3014 with_arch=$arch
3015 ;;
3016 esac
3017
3018 # Avoid overriding --with-arch-32 and --with-arch-64 values.
3019 case ${target} in
ffcf29bf 3020 i[34567]86-*-darwin*|x86_64-*-darwin*)
3021 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
3022 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
3023 ;;
1f64ad21 3024 i[34567]86-*-*|x86_64-*-*)
3025 if test x$with_arch_32 != x || test x$with_arch_64 != x; then
3026 if test x$with_arch_32 = x; then
525b174b 3027 with_arch_32=$with_arch
1f64ad21 3028 fi
3029 if test x$with_arch_64 = x; then
ed2b8f56 3030 if test $arch_without_64bit = yes; then
3031 # Set the default 64bit arch to x86-64 if the default arch
3032 # doesn't support 64bit.
3033 with_arch_64=x86-64
3034 else
525b174b 3035 with_arch_64=$with_arch
ed2b8f56 3036 fi
1f64ad21 3037 fi
3038 with_arch=
ed2b8f56 3039 elif test $arch_without_64bit$need_64bit_isa = yesyes; then
3040 # Set the default 64bit arch to x86-64 if the default arch
3041 # doesn't support 64bit and we need 64bit ISA.
525b174b 3042 with_arch_32=$with_arch
ed2b8f56 3043 with_arch_64=x86-64
3044 with_arch=
f067c6b7 3045 fi
3046 ;;
3047 esac
370a1d10 3048fi
f0b281fe 3049
2d2e1f85 3050# Support --with-fpmath.
3051if test x$with_fpmath != x; then
3052 case ${target} in
3053 i[34567]86-*-* | x86_64-*-*)
3054 case ${with_fpmath} in
e69704a5 3055 avx)
3056 tm_file="${tm_file} i386/avxmath.h"
3057 ;;
2d2e1f85 3058 sse)
3059 tm_file="${tm_file} i386/ssemath.h"
3060 ;;
3061 *)
3062 echo "Invalid --with-fpmath=$with_fpmath" 1>&2
3063 exit 1
3064 ;;
3065 esac
3066 ;;
3067 *)
3068 echo "--with-fpmath isn't supported for $target." 1>&2
3069 exit 1
3070 ;;
3071 esac
3072fi
3073
0a76a4fd 3074# Similarly for --with-schedule.
3075if test x$with_schedule = x; then
3076 case ${target} in
6af9f7ea 3077 hppa1*)
0a76a4fd 3078 # Override default PA8000 scheduling model.
3079 with_schedule=7100LC
3080 ;;
3081 esac
3082fi
f0b281fe 3083
0a76a4fd 3084# Validate and mark as valid any --with options supported
3085# by this target. In order to use a particular --with option
3086# you must list it in supported_defaults; validating the value
3087# is optional. This case statement should set nothing besides
3088# supported_defaults.
7dd97ab6 3089
0a76a4fd 3090supported_defaults=
3091case "${target}" in
f0b281fe 3092 alpha*-*-*)
7dd97ab6 3093 supported_defaults="cpu tune"
3094 for which in cpu tune; do
3095 eval "val=\$with_$which"
8d520382 3096 case "$val" in
3097 "" \
3098 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
3099 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
3100 | 21264a)
7dd97ab6 3101 ;;
3102 *)
3103 echo "Unknown CPU used in --with-$which=$val" 1>&2
3104 exit 1
3105 ;;
3106 esac
3107 done
3108 ;;
3109
3110 arm*-*-*)
086571a4 3111 supported_defaults="arch cpu float tune fpu abi mode"
7dd97ab6 3112 for which in cpu tune; do
70ac928b 3113 # See if it matches any of the entries in arm-cores.def
7dd97ab6 3114 eval "val=\$with_$which"
1cfd705e 3115 if [ x"$val" = x ] \
61b58075 3116 || grep "^ARM_CORE(\"$val\"," \
1cfd705e 3117 ${srcdir}/config/arm/arm-cores.def \
3118 > /dev/null; then
3119 # Ok
61b58075 3120 new_val=`grep "^ARM_CORE(\"$val\"," \
3121 ${srcdir}/config/arm/arm-cores.def | \
3122 sed -e 's/^[^,]*,[ ]*//' | \
3123 sed -e 's/,.*$//'`
346bfe2d 3124 eval "target_${which}_cname=$new_val"
61b58075 3125 echo "For $val real value is $new_val"
1cfd705e 3126 true
3127 else
3128 echo "Unknown CPU used in --with-$which=$val" 1>&2
3129 exit 1
70ac928b 3130 fi
7dd97ab6 3131 done
3132
8d520382 3133 case "$with_arch" in
3134 "" \
a2cd141b 3135 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
b77c60b7 3136 | armv5te | armv6j |armv6k | armv6z | armv6zk | armv6-m \
3137 | armv7 | armv7-a | armv7-r | armv7-m \
6b4d6063 3138 | iwmmxt | ep9312)
f0b281fe 3139 # OK
bb678e49 3140 ;;
3141 *)
7dd97ab6 3142 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
f0b281fe 3143 exit 1
3864b642 3144 ;;
3145 esac
f0b281fe 3146
8d520382 3147 case "$with_float" in
3148 "" \
a2cd141b 3149 | soft | hard | softfp)
f0b281fe 3150 # OK
3864b642 3151 ;;
f0b281fe 3152 *)
7dd97ab6 3153 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
f0b281fe 3154 exit 1
3864b642 3155 ;;
3156 esac
7dd97ab6 3157
a2cd141b 3158 case "$with_fpu" in
3159 "" \
414f0dcb 3160 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 | vfpv3 \
3161 | vfpv3-fp16 | vfpv3-d16 | vfpv3-d16-fp16 | vfpv3xd \
3162 | vfpv3xd-fp16 | neon | neon-fp16 | vfpv4 | vfpv4-d16 \
3163 | fpv4-sp-d16 | neon-vfpv4)
a2cd141b 3164 # OK
3165 ;;
3166 *)
f9273c43 3167 echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
3168 exit 1
3169 ;;
3170 esac
3171
3172 case "$with_abi" in
3173 "" \
6cac4dc0 3174 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
f9273c43 3175 #OK
3176 ;;
3177 *)
3178 echo "Unknown ABI used in --with-abi=$with_abi"
a2cd141b 3179 exit 1
3180 ;;
3181 esac
3182
086571a4 3183 case "$with_mode" in
3184 "" \
3185 | arm | thumb )
3186 #OK
3187 ;;
3188 *)
3189 echo "Unknown mode used in --with-mode=$with_mode"
3190 exit 1
3191 ;;
3192 esac
3193
7dd97ab6 3194 if test "x$with_arch" != x && test "x$with_cpu" != x; then
f9273c43 3195 echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
7dd97ab6 3196 fi
3864b642 3197 ;;
3864b642 3198
3e7f6cce 3199 fr*-*-*linux*)
3200 supported_defaults=cpu
3201 case "$with_cpu" in
3202 fr400) ;;
de6e318c 3203 fr550) ;;
3e7f6cce 3204 *)
3205 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3206 exit 1
3207 ;;
3208 esac
3209 ;;
3210
6af9f7ea 3211 fido-*-* | m68k*-*-*)
558b196a 3212 supported_defaults="arch cpu"
3213 case "$with_arch" in
3214 "" | "m68k"| "cf")
3215 m68k_arch_family="$with_arch"
3216 ;;
3217 *)
3218 echo "Invalid --with-arch=$with_arch" 1>&2
3219 exit 1
3220 ;;
3221 esac
f84195ec 3222
3223 # We always have a $with_cpu setting here.
8e80b452 3224 case "$with_cpu" in
8aed3cb3 3225 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
3226 m68k_cpu_ident=$with_cpu
3227 ;;
3228 "m68020-40")
3229 m68k_cpu_ident=m68020
3230 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
3231 ;;
3232 "m68020-60")
3233 m68k_cpu_ident=m68020
3234 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
8e80b452 3235 ;;
3236 *)
8aed3cb3 3237 # We need the C identifier rather than the string.
3238 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
3239 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
3240 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
3241 ${srcdir}/config/m68k/m68k-devices.def`
3242 if [ x"$m68k_cpu_ident" = x ] ; then
3243 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
3244 exit 1
3245 fi
3246 with_cpu="mcpu=$with_cpu"
8e80b452 3247 ;;
3248 esac
3249 ;;
3250
6af9f7ea 3251 hppa*-*-*)
7dd97ab6 3252 supported_defaults="arch schedule"
3253
8d520382 3254 case "$with_arch" in
3255 "" | 1.0 | 1.1 | 2.0)
7dd97ab6 3256 # OK
3257 ;;
3258 *)
3259 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
3260 exit 1
3261 ;;
3262 esac
3263
8d520382 3264 case "$with_schedule" in
3265 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
f0b281fe 3266 # OK
3267 ;;
3268 *)
3269 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
3270 exit 1
3271 ;;
3272 esac
3864b642 3273 ;;
3864b642 3274
f0b281fe 3275 i[34567]86-*-* | x86_64-*-*)
f067c6b7 3276 supported_defaults="arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
3277 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7dd97ab6 3278 eval "val=\$with_$which"
e83e5390 3279 case ${val} in
9db3d688 3280 i386 | i486 \
e83e5390 3281 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
3282 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
3283 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
3451fffd 3284 | athlon-4 | athlon-xp | athlon-mp | geode \
9db3d688 3285 | prescott | pentium-m | pentium4m | pentium3m)
3286 case "${target}" in
3287 x86_64-*-*)
f067c6b7 3288 case "x$which" in
3289 *_32)
3290 ;;
3291 *)
3292 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
3293 exit 1
3294 ;;
3295 esac
9db3d688 3296 ;;
3297 esac
3298 # OK
3299 ;;
414f0dcb 3300 "" | x86-64 | generic | native \
3301 | k8 | k8-sse3 | athlon64 | athlon64-sse3 | opteron \
6fc76bb0 3302 | opteron-sse3 | athlon-fx | bdver1 | amdfam10 \
e4168d53 3303 | barcelona | nocona | core2 | corei7 | corei7-avx | atom)
7dd97ab6 3304 # OK
3305 ;;
3306 *)
3307 echo "Unknown CPU given in --with-$which=$val." 1>&2
3308 exit 1
3309 ;;
3310 esac
3311 done
3312 ;;
3313
3314 mips*-*-*)
1af9587c 3315 supported_defaults="abi arch arch_32 arch_64 float tune tune_32 tune_64 divide llsc mips-plt synci"
7dd97ab6 3316
e83e5390 3317 case ${with_float} in
3318 "" | soft | hard)
f0b281fe 3319 # OK
3320 ;;
3321 *)
7dd97ab6 3322 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
f0b281fe 3323 exit 1
3324 ;;
3325 esac
3864b642 3326
e83e5390 3327 case ${with_abi} in
3328 "" | 32 | o64 | n32 | 64 | eabi)
f0b281fe 3329 # OK
3330 ;;
3331 *)
7dd97ab6 3332 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
f0b281fe 3333 exit 1
3334 ;;
3335 esac
f9262d1e 3336
3337 case ${with_divide} in
3338 "" | breaks | traps)
3339 # OK
3340 ;;
3341 *)
3342 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3343 exit 1
bc4c18f7 3344 ;;
3345 esac
3346
3347 case ${with_llsc} in
3348 yes)
3349 with_llsc=llsc
3350 ;;
3351 no)
3352 with_llsc="no-llsc"
3353 ;;
3354 "")
3355 # OK
3356 ;;
3357 *)
3358 echo "Unknown llsc type used in --with-llsc" 1>&2
3359 exit 1
3360 ;;
f9262d1e 3361 esac
4a909f69 3362
3363 case ${with_mips_plt} in
3364 yes)
3365 with_mips_plt=plt
3366 ;;
3367 no)
3368 with_mips_plt=no-plt
3369 ;;
3370 "")
3371 ;;
3372 *)
3373 echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
3374 exit 1
3375 ;;
3376 esac
1af9587c 3377
3378 case ${with_synci} in
3379 yes)
3380 with_synci=synci
3381 ;;
3382 "" | no)
3383 # No is the default.
3384 with_synci=no-synci
3385 ;;
3386 *)
3387 echo "Unknown synci type used in --with-synci" 1>&2
3388 exit 1
3389 ;;
3390 esac
3864b642 3391 ;;
3864b642 3392
7dd97ab6 3393 powerpc*-*-* | rs6000-*-*)
cf61fe8d 3394 supported_defaults="cpu cpu_32 cpu_64 float tune tune_32 tune_64"
7dd97ab6 3395
cf61fe8d 3396 for which in cpu cpu_32 cpu_64 tune tune_32 tune_64; do
7dd97ab6 3397 eval "val=\$with_$which"
e83e5390 3398 case ${val} in
83ae44d6 3399 default32 | default64)
cf61fe8d 3400 case $which in
3401 cpu | tune)
3402 ;;
3403 *)
3404 echo "$val only valid for --with-cpu and --with-tune." 1>&2
3405 exit 1
3406 ;;
3407 esac
83ae44d6 3408 with_which="with_$which"
3409 eval $with_which=
3410 ;;
e2fcf81b 3411 405cr)
3412 tm_defines="${tm_defines} CONFIG_PPC405CR"
3413 eval "with_$which=405"
3414 ;;
83ae44d6 3415 "" | common \
94f7a54b 3416 | power | power[234567] | power6x | powerpc | powerpc64 \
e83e5390 3417 | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
257bc844 3418 | 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \
ed08558a 3419 | 476 | 476fp | 505 | 601 | 602 | 603 | 603e | ec603e \
3420 | 604 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
81a88188 3421 | a2 | e300c[23] | 854[08] | e500mc | e500mc64 | titan\
2b3ae3ef 3422 | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
7dd97ab6 3423 # OK
3424 ;;
3425 *)
3426 echo "Unknown cpu used in --with-$which=$val." 1>&2
3427 exit 1
3428 ;;
3429 esac
3430 done
3431 ;;
3432
b8c0043c 3433 s390*-*-*)
3434 supported_defaults="arch mode tune"
3435
3436 for which in arch tune; do
3437 eval "val=\$with_$which"
e83e5390 3438 case ${val} in
33d033da 3439 "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10 | z196)
b8c0043c 3440 # OK
3441 ;;
3442 *)
3443 echo "Unknown cpu used in --with-$which=$val." 1>&2
3444 exit 1
3445 ;;
3446 esac
3447 done
3448
e83e5390 3449 case ${with_mode} in
3450 "" | esa | zarch)
b8c0043c 3451 # OK
3452 ;;
3453 *)
3454 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
3455 exit 1
3456 ;;
3457 esac
3458 ;;
3459
07168dd9 3460 sh[123456ble]-*-* | sh-*-*)
3461 supported_defaults="cpu"
3a6994f8 3462 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
07168dd9 3463 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
3464 # OK
3465 ;;
7105fb72 3466 m2a | m2a-single | m2a-single-only | m2a-nofpu)
3467 ;;
9435e831 3468 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
3469 ;;
07168dd9 3470 *)
3471 echo "Unknown CPU used in --with-cpu=$with_cpu, known values:" 1>&2
3472 echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
9435e831 3473 echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
7105fb72 3474 echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
07168dd9 3475 exit 1
3476 ;;
3477 esac
3478 ;;
f0b281fe 3479 sparc*-*-*)
7dd97ab6 3480 supported_defaults="cpu float tune"
3481
3482 for which in cpu tune; do
3483 eval "val=\$with_$which"
e83e5390 3484 case ${val} in
b0168e11 3485 "" | sparc | sparcv9 | sparc64 \
3486 | v7 | cypress \
3487 | v8 | supersparc | hypersparc | leon \
3488 | sparclite | f930 | f934 | sparclite86x \
3489 | sparclet | tsc701 \
d6ecc3a3 3490 | v9 | ultrasparc | ultrasparc3 | niagara | niagara2)
7dd97ab6 3491 # OK
3492 ;;
3493 *)
3494 echo "Unknown cpu used in --with-$which=$val" 1>&2
3495 exit 1
3496 ;;
3497 esac
3498 done
3864b642 3499
e83e5390 3500 case ${with_float} in
3501 "" | soft | hard)
f0b281fe 3502 # OK
3503 ;;
3504 *)
7dd97ab6 3505 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
f0b281fe 3506 exit 1
3507 ;;
3508 esac
3864b642 3509 ;;
3864b642 3510
5474166e 3511 spu-*-*)
3512 supported_defaults="arch tune"
3513
3514 for which in arch tune; do
3515 eval "val=\$with_$which"
3516 case ${val} in
3517 "" | cell | celledp)
3518 # OK
3519 ;;
3520 *)
3521 echo "Unknown cpu used in --with-$which=$val." 1>&2
3522 exit 1
3523 ;;
3524 esac
3525 done
3526 ;;
3527
f0b281fe 3528 v850*-*-*)
7dd97ab6 3529 supported_defaults=cpu
e83e5390 3530 case ${with_cpu} in
3531 "" | v850e | v850e1)
f0b281fe 3532 # OK
3533 ;;
3534 *)
3535 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3536 exit 1
3537 ;;
3538 esac
3864b642 3539 ;;
0a76a4fd 3540esac
3864b642 3541
0a76a4fd 3542# Set some miscellaneous flags for particular targets.
3543target_cpu_default2=
3544case ${target} in
f0b281fe 3545 alpha*-*-*)
f0b281fe 3546 if test x$gas = xyes
3547 then
7dd97ab6 3548 target_cpu_default2="MASK_GAS"
f0b281fe 3549 fi
3864b642 3550 ;;
3864b642 3551
f0b281fe 3552 arm*-*-*)
346bfe2d 3553 if test x$target_cpu_cname = x
3554 then
3555 target_cpu_default2=TARGET_CPU_generic
3556 else
3557 target_cpu_default2=TARGET_CPU_$target_cpu_cname
3558 fi
f0b281fe 3559 ;;
582b17a6 3560
6af9f7ea 3561 hppa*-*-*)
8ab32933 3562 target_cpu_default2="MASK_BIG_SWITCH"
f0b281fe 3563 if test x$gas = xyes
bb607926 3564 then
8ab32933 3565 target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
f0b281fe 3566 fi
3864b642 3567 ;;
3864b642 3568
6af9f7ea 3569 fido*-*-* | m68k*-*-*)
8aed3cb3 3570 target_cpu_default2=$m68k_cpu_ident
558b196a 3571 if [ x"$m68k_arch_family" != x ]; then
3572 tmake_file="m68k/t-$m68k_arch_family $tmake_file"
3573 fi
8aed3cb3 3574 ;;
3575
b3fd46a0 3576 i[34567]86-*-darwin* | x86_64-*-darwin*)
3577 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3578 ;;
8a84c748 3579 i[34567]86-*-linux* | x86_64-*-linux* | \
3580 i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
3581 i[34567]86-*-gnu*)
b3fd46a0 3582 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp i386/t-linux"
3583 ;;
20be3c56 3584 i[34567]86-*-solaris2*)
3585 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3586 ;;
f7ef49da 3587 i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*)
6471e33b 3588 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3589 ;;
278afeb5 3590 i[34567]86-*-freebsd* | x86_64-*-freebsd*)
3591 tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp"
3592 ;;
8b21beb2 3593 ia64*-*-linux*)
3594 tmake_file="${tmake_file} ia64/t-fprules-softfp soft-fp/t-softfp"
3595 ;;
b3fd46a0 3596
f0b281fe 3597 mips*-*-*)
b93bf04a 3598 if test x$gnu_ld = xyes
3599 then
dfae4483 3600 target_cpu_default2="MASK_SPLIT_ADDRESSES"
b93bf04a 3601 fi
09c6646e 3602 case ${target} in
f0b281fe 3603 mips*el-*-*)
3604 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
3605 ;;
3606 esac
1d88eb71 3607 tmake_file="mips/t-mips $tmake_file"
f4deb416 3608 ;;
f0b281fe 3609
3610 powerpc*-*-* | rs6000-*-*)
7dd97ab6 3611 # FIXME: The PowerPC port uses the value set at compile time,
3612 # although it's only cosmetic.
f0b281fe 3613 if test "x$with_cpu" != x
bb607926 3614 then
f0b281fe 3615 target_cpu_default2="\\\"$with_cpu\\\""
bb607926 3616 fi
f0b281fe 3617 out_file=rs6000/rs6000.c
3618 c_target_objs="${c_target_objs} rs6000-c.o"
3619 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3620 tmake_file="rs6000/t-rs6000 ${tmake_file}"
63f9fa57 3621
3622 if test x$enable_e500_double = xyes
3623 then
3624 tm_file="$tm_file rs6000/e500-double.h"
3625 fi
f4deb416 3626 ;;
3864b642 3627
57d5535b 3628 sh[123456ble]*-*-* | sh-*-*)
3629 c_target_objs="${c_target_objs} sh-c.o"
3630 cxx_target_objs="${cxx_target_objs} sh-c.o"
3631 ;;
3632
b0168e11 3633 sparc-leon*-*)
3634 if test x$with_tune = x ; then
3635 with_tune=leon;
3636 fi
3637
3638 # The SPARC port checks this value at compile-time.
3639 target_cpu_default2="TARGET_CPU_$with_cpu"
3640 ;;
3641
f0b281fe 3642 sparc*-*-*)
7dd97ab6 3643 # Some standard aliases.
3644 case x$with_cpu in
3645 xsparc)
3646 with_cpu=v7
3647 ;;
7dd97ab6 3648 xsparcv9 | xsparc64)
3649 with_cpu=v9
3650 ;;
3651 esac
3652
3ce7ff97 3653 # The SPARC port checks this value at compile-time.
3864b642 3654 target_cpu_default2="TARGET_CPU_$with_cpu"
3655 ;;
b0168e11 3656
f0b281fe 3657 v850*-*-*)
7dd97ab6 3658 # FIXME: The v850 is "special" in that it does not support
3659 # runtime CPU selection, only --with-cpu.
f0b281fe 3660 case "x$with_cpu" in
3661 x)
3662 ;;
3663 xv850e)
3664 target_cpu_default2="TARGET_CPU_$with_cpu"
3665 ;;
3666 esac
3667 ;;
0a76a4fd 3668esac
bb607926 3669
0a76a4fd 3670t=
1af9587c 3671all_defaults="abi cpu cpu_32 cpu_64 arch arch_32 arch_64 tune tune_32 tune_64 schedule float mode fpu divide llsc mips-plt synci"
0a76a4fd 3672for option in $all_defaults
3673do
4a909f69 3674 eval "val=\$with_"`echo $option | sed s/-/_/g`
0a76a4fd 3675 if test -n "$val"; then
3676 case " $supported_defaults " in
3677 *" $option "*)
3678 ;;
3679 *)
3680 echo "This target does not support --with-$option." 2>&1
fc3e831e 3681 echo "Valid --with options are: $supported_defaults" 2>&1
0a76a4fd 3682 exit 1
3683 ;;
3684 esac
7dd97ab6 3685
0a76a4fd 3686 if test "x$t" = x
3687 then
3688 t="{ \"$option\", \"$val\" }"
3689 else
3690 t="${t}, { \"$option\", \"$val\" }"
7dd97ab6 3691 fi
7dd97ab6 3692 fi
0a76a4fd 3693done
7dd97ab6 3694
0a76a4fd 3695if test "x$t" = x
3696then
3697 configure_default_options="{ { NULL, NULL} }"
3698else
3699 configure_default_options="{ ${t} }"
3700fi
3701
3702if test "$target_cpu_default2" != ""
3703then
3704 if test "$target_cpu_default" != ""
bb607926 3705 then
0a76a4fd 3706 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3707 else
3708 target_cpu_default=$target_cpu_default2
bb607926 3709 fi
0a76a4fd 3710fi