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