1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008, 2009, 2010 Free Software Foundation, Inc.
5 #This file is part of GCC.
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
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
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/>.
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.
27 # When you change the cases in the OS or target switches, consider
28 # updating ../libgcc/config.host also.
30 # This file switches on the shell variable ${target}, and also uses the
31 # following shell variables:
33 # with_* Various variables as set by configure.
35 # enable_threads Either the name, yes or no depending on whether
36 # threads support was requested.
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.
48 # gas_flag Either yes or no depending on whether GNU as was
51 # gnu_ld_flag Either yes or no depending on whether GNU ld was
54 # This file sets the following shell variables for use by the
55 # autoconf-generated configure script:
57 # cpu_type The name of the cpu, if different from the first
58 # chunk of the canonical target name.
60 # tm_defines List of target macros to define for all compilations.
62 # tm_file A list of target macro files, if different from
63 # "$cpu_type/$cpu_type.h". Usually it's constructed
64 # per target in a way like this:
65 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
66 # Note that the preferred order is:
67 # - specific target header "${cpu_type}/${cpu_type.h}"
68 # - generic headers like dbxelf.h elfos.h, etc.
69 # - specializing target headers like ${cpu_type.h}/elf.h
70 # This helps to keep OS specific stuff out of the CPU
71 # defining header ${cpu_type}/${cpu_type.h}.
73 # It is possible to include automatically-generated
74 # build-directory files by prefixing them with "./".
75 # All other files should relative to $srcdir/config.
77 # tm_p_file Location of file with declarations for functions
80 # out_file The name of the machine description C support
81 # file, if different from "$cpu_type/$cpu_type.c".
83 # md_file The name of the machine-description file, if
84 # different from "$cpu_type/$cpu_type.md".
86 # tmake_file A list of machine-description-specific
87 # makefile-fragments, if different from
88 # "$cpu_type/t-$cpu_type".
90 # extra_modes The name of the file containing a list of extra
91 # machine modes, if necessary and different from
92 # "$cpu_type/$cpu_type-modes.def".
94 # extra_objs List of extra objects that should be linked into
95 # the compiler proper (cc1, cc1obj, cc1plus)
96 # depending on target.
98 # extra_gcc_objs List of extra objects that should be linked into
99 # the compiler driver (gcc) depending on target.
101 # extra_headers List of used header files from the directory
102 # config/${cpu_type}.
104 # user_headers_inc_next_pre
105 # List of header file names of internal gcc header
106 # files, which should be prefixed by an include_next.
107 # user_headers_inc_next_post
108 # List of header file names of internal gcc header
109 # files, which should be postfixed by an include_next.
110 # use_gcc_tgmath If set, add tgmath.h to the list of used header
113 # use_gcc_stdint If "wrap", install a version of stdint.h that
114 # wraps the system's copy for hosted compilations;
115 # if "provide", provide a version of systems without
116 # such a system header; otherwise "none", do not
117 # provide such a header at all.
119 # extra_passes List of extra executables compiled for this target
120 # machine, used for compiling from source to object.
122 # extra_parts List of extra object files that should be compiled
123 # for this target machine.
125 # extra_programs Like extra_passes, but these are used when linking.
127 # extra_options List of target-dependent .opt files.
129 # c_target_objs List of extra target-dependent objects that be
130 # linked into the C compiler only.
132 # cxx_target_objs List of extra target-dependent objects that be
133 # linked into the C++ compiler only.
135 # fortran_target_objs List of extra target-dependent objects that be
136 # linked into the fortran compiler only.
138 # target_gtfiles List of extra source files with type information.
140 # xm_defines List of macros to define when compiling for the
143 # xm_file List of files to include when compiling for the
146 # use_collect2 Set to yes or no, depending on whether collect2
149 # target_cpu_default Set to override the default target model.
151 # gdb_needs_out_file_path
152 # Set to yes if gdb needs a dir command with
153 # `dirname $out_file`.
155 # thread_file Set to control which thread package to use.
157 # gas Set to yes or no depending on whether the target
158 # system normally uses GNU as.
160 # need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
161 # for this target. This is true if this target
162 # supports "long" or "wchar_t" wider than 32 bits,
163 # or BITS_PER_WORD is wider than 32 bits.
164 # The setting made here must match the one made in
165 # other locations such as libcpp/configure.ac
167 # configure_default_options
168 # Set to an initializer for configure_default_options
169 # in configargs.h, based on --with-cpu et cetera.
171 # The following variables are used in each case-construct to build up the
172 # outgoing variables:
174 # gnu_ld Set to yes or no depending on whether the target
175 # system normally uses GNU ld.
180 user_headers_inc_next_pre=
181 user_headers_inc_next_post=
195 # Set this to force installation and use of collect2.
197 # Set this to override the default target model.
199 # Set this if gdb needs a dir command with `dirname $out_file`
200 gdb_needs_out_file_path=
201 # Set this to control which thread package will be used.
203 # Reinitialize these from the flag values every loop pass, since some
204 # configure entries modify them.
206 gnu_ld="$gnu_ld_flag"
207 default_use_cxa_atexit=no
211 # Selects the object file format reader/writer used by LTO.
212 lto_binary_reader=lto-elf
214 # Don't carry these over build->host->target. Please.
218 # Obsolete configurations.
221 # if test "x$enable_obsolete" != xyes; then
222 # echo "*** Configuration ${target} is obsolete." >&2
223 # echo "*** Specify --enable-obsolete to build it anyway." >&2
224 # echo "*** Support will be REMOVED in the next major release of GCC," >&2
225 # echo "*** unless a maintainer comes forward." >&2
230 # Unsupported targets list. Do not put an entry in this list unless
231 # it would otherwise be caught by a more permissive pattern. The list
232 # should be in alphabetical order.
235 | i[34567]86-*-go32* \
236 | mips64orion*-*-rtems* \
238 | sparc-hal-solaris2* \
246 | *-*-solaris2.[0-7] \
247 | *-*-solaris2.[0-7].* \
251 echo "*** Configuration ${target} not supported" 1>&2
256 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
257 # updated in each machine entry. Also set default extra_headers for some
260 cpu_type=`echo ${target} | sed 's/-.*$//'`
265 tmake_file=m32c/t-m32c
270 extra_options="${extra_options} g.opt"
277 extra_headers="mmintrin.h arm_neon.h"
278 c_target_objs="arm-c.o"
279 cxx_target_objs="arm-c.o"
283 c_target_objs="avr-c.o"
284 cxx_target_objs="avr-c.o"
293 extra_options="${extra_options} g.opt"
295 moxie*) cpu_type=moxie
299 extra_headers=math-68881.h
303 c_target_objs="i386-c.o"
304 cxx_target_objs="i386-c.o"
305 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
306 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
307 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
308 immintrin.h x86intrin.h avxintrin.h xopintrin.h
309 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
314 c_target_objs="i386-c.o"
315 cxx_target_objs="i386-c.o"
316 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
317 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
318 nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h
319 immintrin.h x86intrin.h avxintrin.h xopintrin.h
320 ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h
325 extra_headers=ia64intrin.h
327 extra_options="${extra_options} g.opt"
333 extra_options="${extra_options} g.opt"
337 extra_options="${extra_options} g.opt"
340 extra_headers=math-68881.h
345 extra_headers="loongson.h"
346 extra_options="${extra_options} g.opt"
353 extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h"
356 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[34567]|xpower6x|xrs64a|xcell|xa2|xe500mc64)
360 extra_options="${extra_options} g.opt"
364 extra_options="${extra_options} g.opt"
368 extra_options="${extra_options} g.opt"
382 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
383 sh[123456789lbe]*-*-* | sh-*-*)
389 tm_file=${cpu_type}/${cpu_type}.h
390 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
392 tm_p_file=${cpu_type}/${cpu_type}-protos.h
395 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
397 extra_modes=${cpu_type}/${cpu_type}-modes.def
399 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
401 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
406 if test "x$enable_cld" = xyes; then
407 tm_defines="${tm_defines} USE_IX86_CLD=1"
409 if test "x$enable_frame_pointer" = xyes; then
410 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
412 tm_file="vxworks-dummy.h ${tm_file}"
415 tm_file="i386/biarch64.h ${tm_file}"
416 if test "x$enable_cld" = xyes; then
417 tm_defines="${tm_defines} USE_IX86_CLD=1"
419 if test "x$enable_frame_pointer" = xyes; then
420 tm_defines="${tm_defines} USE_IX86_FRAME_POINTER=1"
422 tm_file="vxworks-dummy.h ${tm_file}"
426 # On a.out targets, we need to use collect2.
433 # Common C libraries.
434 tm_defines="$tm_defines LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3"
436 # Common parts for widely ported systems.
439 tmake_file="t-darwin ${cpu_type}/t-darwin"
440 tm_file="${tm_file} darwin.h"
443 tm_file="${tm_file} darwin9.h"
445 *-*-darwin[12][0-9]*)
446 tm_file="${tm_file} darwin9.h darwin10.h"
449 tm_file="${tm_file} ${cpu_type}/darwin.h"
450 tm_p_file="${tm_p_file} darwin-protos.h"
451 target_gtfiles="\$(srcdir)/config/darwin.c"
452 extra_options="${extra_options} darwin.opt"
453 c_target_objs="${c_target_objs} darwin-c.o"
454 cxx_target_objs="${cxx_target_objs} darwin-c.o"
455 fortran_target_objs="darwin-f.o"
456 extra_objs="darwin.o"
457 extra_gcc_objs="darwin-driver.o"
458 default_use_cxa_atexit=yes
460 case ${enable_threads} in
461 "" | yes | posix) thread_file='posix' ;;
464 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
465 # This is the place-holder for the generic a.out configuration
466 # of FreeBSD. No actual configuration resides here since
467 # there was only ever a bare-bones ix86 configuration for
468 # a.out and it exists solely in the machine-specific section.
469 # This place-holder must exist to avoid dropping into
470 # the generic ELF configuration of FreeBSD (i.e. it must be
471 # ordered before that section).
474 # This is the generic ELF configuration of FreeBSD. Later
475 # machine-specific sections may refine and add to this
478 # Due to tm_file entry ordering issues that vary between cpu
479 # architectures, we only define fbsd_tm_file to allow the
480 # machine-specific section to dictate the final order of all
481 # entries of tm_file with the minor exception that components
482 # of the tm_file set here will always be of the form:
484 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
486 # The machine-specific section should not tamper with this
487 # ordering but may order all other entries of tm_file as it
488 # pleases around the provided core setting.
491 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
492 fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
493 tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
494 tmake_file="t-slibgcc-elf-ver t-freebsd"
495 case ${enable_threads} in
497 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
501 tmake_file="${tmake_file} t-freebsd-thread"
502 # Before 5.0, FreeBSD can't bind shared libraries to -lc
503 # when "optionally" threaded via weak pthread_* checks.
505 *-*-freebsd[34] | *-*-freebsd[34].*)
506 tmake_file="${tmake_file} t-slibgcc-nolc-override"
511 echo 'Unknown thread configuration for FreeBSD'
515 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h freebsd-stdint.h"
520 default_use_cxa_atexit=yes;;
522 # need_64bit_hwint=yes # system compiler has this for all arch!
525 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu)
526 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
529 case ${enable_threads} in
530 "" | yes | posix) thread_file='posix' ;;
532 tmake_file="t-slibgcc-elf-ver t-linux"
534 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-kopensolaris*-gnu)
537 tmake_file="$tmake_file t-gnu";;
539 # glibc / uclibc / bionic switch.
540 # uclibc and bionic aren't usable for GNU/Hurd and neither for GNU/k*BSD.
543 extra_options="$extra_options linux.opt";;
545 tm_defines="$tm_defines OPTION_GLIBC=1";;
549 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_BIONIC"
552 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC"
555 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_GLIBC"
558 # Assume that glibc or uClibc or Bionic are being used and so __cxa_atexit
560 default_use_cxa_atexit=yes
563 # Add Android userspace support to Linux targets.
566 tm_file="$tm_file linux-android.h"
567 extra_options="$extra_options linux-android.opt"
570 # Enable compilation for Android by default for *android* targets.
573 tm_defines="$tm_defines ANDROID_DEFAULT=1"
576 tm_defines="$tm_defines ANDROID_DEFAULT=0"
581 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
585 # NetBSD 2.0 and later get POSIX threads enabled by default.
586 # Allow them to be explicitly enabled on any other version.
587 case ${enable_threads} in
590 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
592 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
598 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
602 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
603 # ELF configurations. We will clear extra_parts in the
604 # a.out configurations.
606 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
607 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
611 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
612 # default (unless overridden by --disable-__cxa_atexit).
614 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
615 default_use_cxa_atexit=yes
620 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
621 case ${enable_threads} in
624 tmake_file="${tmake_file} t-openbsd-thread"
628 *-*-openbsd2.*|*-*-openbsd3.[012])
629 tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
633 case ${enable_threads} in
634 yes) thread_file='rtems' ;;
644 extra_options="${extra_options} vxworks.opt"
646 case ${enable_threads} in
648 "" | yes | vxworks) thread_file='vxworks' ;;
649 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
653 # Assume that newlib is being used and so __cxa_atexit is provided.
654 default_use_cxa_atexit=yes
660 # Support site-specific machine types.
662 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
663 tm_file=${cpu_type}/$rest.h
664 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
665 then xm_file=${cpu_type}/xm-$rest.h
667 if test -f $srcdir/config/${cpu_type}/t-$rest
668 then tmake_file=${cpu_type}/t-$rest
672 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
673 target_cpu_default="MASK_GAS"
674 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
677 tm_file="$tm_file alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h glibc-stdint.h alpha/gnu.h"
678 target_cpu_default="MASK_GAS"
679 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
682 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
683 target_cpu_default="MASK_GAS"
684 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
685 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
688 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
689 target_cpu_default="MASK_GAS"
690 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
693 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
694 tm_file="alpha/alpha.h alpha/elf.h openbsd.h openbsd-stdint.h alpha/openbsd.h openbsd-libpthread.h"
695 # default x-alpha is only appropriate for dec-osf.
696 target_cpu_default="MASK_GAS"
697 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
700 if test x$stabs = xyes
702 tm_file="${tm_file} dbx.h"
704 if test x$gas != xyes
706 extra_passes="mips-tfile mips-tdump"
709 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf5"
710 tm_file="${tm_file} alpha/osf5.h"
711 tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
712 extra_headers=va_list.h
713 use_gcc_stdint=provide
714 case ${enable_threads} in
717 tmake_file="${tmake_file} alpha/t-osf-pthread"
722 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
723 xm_file="alpha/xm-vms.h vms/xm-vms64.h"
724 tmake_file="alpha/t-alpha vms/t-vms vms/t-vms64 alpha/t-vms alpha/t-ieee"
727 install_headers_dir=install-headers-cp
728 extra_options="${extra_options} vms/vms.opt"
731 tm_file="${tm_file} alpha/vms.h"
732 xm_file="alpha/xm-vms.h"
733 tmake_file="alpha/t-alpha vms/t-vms alpha/t-vms alpha/t-ieee"
736 install_headers_dir=install-headers-cp
737 extra_options="${extra_options} vms/vms.opt"
740 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
741 extra_parts="crtinit.o crtfini.o"
744 tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
745 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
748 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
749 tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
752 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
753 tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
756 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
757 tmake_file="t-netbsd arm/t-arm arm/t-netbsd"
761 arm*-*-linux*) # ARM GNU/Linux with ELF
762 tm_file="dbxelf.h elfos.h linux.h linux-android.h glibc-stdint.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
765 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
768 tmake_file="${tmake_file} t-linux arm/t-arm"
771 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
772 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
773 # Define multilib configuration for arm-linux-androideabi.
776 tmake_file="$tmake_file arm/t-linux-androideabi"
779 # The BPABI long long divmod functions return a 128-bit value in
780 # registers r0-r3. Correctly modeling that requires the use of
783 # The EABI requires the use of __cxa_atexit.
784 default_use_cxa_atexit=yes
787 tmake_file="$tmake_file arm/t-linux"
790 tm_file="$tm_file arm/aout.h arm/arm.h"
791 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
793 arm*-*-uclinux*) # ARM ucLinux
794 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h glibc-stdint.h"
795 tmake_file="arm/t-arm arm/t-arm-elf"
798 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
799 tmake_file="$tmake_file arm/t-bpabi"
800 # The BPABI long long divmod functions return a 128-bit value in
801 # registers r0-r3. Correctly modeling that requires the use of
804 # The EABI requires the use of __cxa_atexit.
805 default_use_cxa_atexit=yes
807 tm_file="$tm_file arm/aout.h arm/arm.h"
808 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
811 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"
812 tmake_file="arm/t-arm arm/t-arm-elf"
813 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
815 arm*-*-eabi* | arm*-*-symbianelf* )
816 # The BPABI long long divmod functions return a 128-bit value in
817 # registers r0-r3. Correctly modeling that requires the use of
820 default_use_cxa_atexit=yes
821 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
822 tmake_file="arm/t-arm arm/t-arm-elf"
825 tm_file="$tm_file newlib-stdint.h"
826 tmake_file="${tmake_file} arm/t-bpabi"
830 tm_file="${tm_file} arm/symbian.h"
831 # We do not include t-bpabi for Symbian OS because the system
832 # provides its own implementation of the BPABI functions.
833 tmake_file="${tmake_file} arm/t-symbian"
836 tm_file="${tm_file} arm/aout.h arm/arm.h"
837 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
840 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"
841 tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
842 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
845 tm_file="dbxelf.h elfos.h newlib-stdint.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
846 tmake_file="arm/t-arm arm/t-arm-elf"
847 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
850 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
851 tmake_file="arm/t-arm arm/t-wince-pe"
852 extra_options="${extra_options} arm/pe.opt"
856 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h newlib-stdint.h"
857 tmake_file="arm/t-arm arm/t-pe"
859 extra_options="${extra_options} arm/pe.opt"
863 tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h newlib-stdint.h"
864 tmake_file="avr/t-avr t-rtems avr/t-rtems"
865 extra_gcc_objs="driver-avr.o avr-devices.o"
866 extra_objs="avr-devices.o"
869 tm_file="avr/avr.h dbxelf.h newlib-stdint.h"
871 extra_gcc_objs="driver-avr.o avr-devices.o"
872 extra_objs="avr-devices.o"
875 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
876 tmake_file=bfin/t-bfin-elf
880 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h glibc-stdint.h bfin/uclinux.h"
881 tmake_file=bfin/t-bfin-uclinux
882 tm_defines="${tm_defines} DEFAULT_LIBC=LIBC_UCLIBC"
883 extra_options="${extra_options} linux.opt"
887 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h glibc-stdint.h bfin/linux.h ./linux-sysroot-suffix.h"
888 tmake_file="t-slibgcc-elf-ver bfin/t-bfin-linux"
889 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
893 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
894 tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
897 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h bfin/elf.h"
898 tmake_file=bfin/t-bfin
902 crisv32-*-elf | crisv32-*-none)
903 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
904 tmake_file="cris/t-cris"
905 target_cpu_default=32
907 extra_options="${extra_options} cris/elf.opt"
910 cris-*-elf | cris-*-none)
911 tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
912 tmake_file="cris/t-cris cris/t-elfmulti"
914 extra_options="${extra_options} cris/elf.opt"
917 crisv32-*-linux* | cris-*-linux*)
918 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h glibc-stdint.h cris/linux.h"
919 # We need to avoid using t-linux, so override default tmake_file
920 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
921 extra_options="${extra_options} cris/linux.opt"
924 target_cpu_default=10
927 target_cpu_default=32
932 tm_file="elfos.h newlib-stdint.h ${tm_file}"
933 extra_parts="crtbegin.o crtend.o"
937 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
938 tmake_file=fr30/t-fr30
939 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
942 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file} frv/frv-abi.h"
946 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} \
947 linux.h glibc-stdint.h frv/linux.h frv/frv-abi.h"
948 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
953 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
954 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
955 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp"
960 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h glibc-stdint.h moxie/uclinux.h"
961 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
962 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp"
963 tm_defines="${tm_defines} DEFAULT_LIBC=LIBC_UCLIBC"
964 extra_options="${extra_options} linux.opt"
967 tmake_file="${tmake_file} moxie/t-moxie moxie/t-moxie-softfp soft-fp/t-softfp moxie/t-rtems"
968 tm_file="moxie/moxie.h dbxelf.h elfos.h moxie/rtems.h rtems.h newlib-stdint.h"
971 tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
972 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h"
975 tmake_file="h8300/t-h8300 h8300/t-elf"
976 tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h"
979 target_cpu_default="MASK_PA_11|MASK_PA_20"
980 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
981 glibc-stdint.h pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h \
983 tmake_file="${tmake_file} pa/t-linux64"
988 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
989 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h pa/pa-linux.h \
990 pa/pa32-regs.h pa/pa32-linux.h"
991 tmake_file="${tmake_file} pa/t-linux t-slibgcc-libgcc"
992 # Set the libgcc version number
993 if test x$sjlj = x1; then
994 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
996 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
999 # port not yet contributed.
1001 # target_cpu_default="MASK_PA_11"
1003 hppa[12]*-*-hpux10*)
1005 hppa1.1-*-* | hppa2*-*-*)
1006 target_cpu_default="MASK_PA_11"
1009 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1010 pa/pa-hpux.h pa/pa-hpux10.h"
1011 extra_options="${extra_options} pa/pa-hpux.opt"
1014 tm_file="${tm_file} pa/pa-hpux1010.h"
1015 extra_options="${extra_options} pa/pa-hpux1010.opt"
1018 use_gcc_stdint=provide
1019 tm_file="${tm_file} hpux-stdint.h"
1020 tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
1021 case ${enable_threads} in
1023 if test x$have_pthread_h = xyes ; then
1024 tmake_file="${tmake_file} pa/t-dce-thr"
1028 tmake_file="${tmake_file} pa/t-dce-thr"
1031 # Set the libgcc version number
1032 if test x$sjlj = x1; then
1033 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1035 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1041 target_cpu_default="MASK_PA_11|MASK_PA_20"
1042 if test x$gnu_ld = xyes
1044 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1046 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1047 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1051 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
1052 extra_options="${extra_options} pa/pa-hpux1111.opt"
1055 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1058 extra_options="${extra_options} pa/pa-hpux.opt \
1059 pa/pa-hpux1010.opt pa/pa64-hpux.opt"
1060 need_64bit_hwint=yes
1061 tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
1062 # Set the libgcc version number
1063 if test x$sjlj = x1; then
1064 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1066 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1068 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
1070 case x${enable_threads} in
1078 use_gcc_stdint=provide
1079 tm_file="${tm_file} hpux-stdint.h"
1083 tm_file="${tm_file} hpux-stdint.h"
1087 hppa[12]*-*-hpux11*)
1089 hppa1.1-*-* | hppa2*-*-*)
1090 target_cpu_default="MASK_PA_11"
1093 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1094 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1095 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt"
1098 tm_file="${tm_file} pa/pa-hpux1111.h"
1099 extra_options="${extra_options} pa/pa-hpux1111.opt"
1102 tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
1103 # Set the libgcc version number
1104 if test x$sjlj = x1; then
1105 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1107 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1109 extra_parts="libgcc_stub.a"
1110 case x${enable_threads} in
1119 use_gcc_stdint=provide
1120 tm_file="${tm_file} hpux-stdint.h"
1124 tm_file="${tm_file} hpux-stdint.h"
1128 i[34567]86-*-darwin*)
1129 need_64bit_hwint=yes
1132 # This is so that '.../configure && make' doesn't fail due to
1133 # config.guess deciding that the configuration is i386-*-darwin* and
1134 # then this file using that to set --with-cpu=i386 which has no -m64
1136 with_cpu=${with_cpu:-generic}
1137 tmake_file="${tmake_file} t-slibgcc-darwin i386/t-crtpc i386/t-crtfm"
1138 extra_options="${extra_options} i386/darwin.opt"
1139 lto_binary_reader=lto-macho
1142 with_cpu=${with_cpu:-generic}
1143 tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-crtpc i386/t-crtfm"
1144 tm_file="${tm_file} ${cpu_type}/darwin64.h"
1145 extra_options="${extra_options} i386/darwin.opt"
1146 lto_binary_reader=lto-macho
1149 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h"
1150 tmake_file="${tmake_file} i386/t-i386elf t-svr4"
1153 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h"
1154 tmake_file="${tmake_file} i386/t-i386elf t-svr4"
1156 i[34567]86-*-freebsd*)
1157 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1160 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"
1161 tmake_file="${tmake_file} i386/t-crtstuff"
1163 i[34567]86-*-netbsdelf*)
1164 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1166 i[34567]86-*-netbsd*)
1167 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1168 tmake_file="${tmake_file} t-netbsd"
1173 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"
1174 tmake_file="${tmake_file} i386/t-crtstuff"
1176 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
1177 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"
1178 # needed to unconfuse gdb
1179 tmake_file="${tmake_file} t-libc-ok t-openbsd i386/t-openbsd"
1180 # we need collect2 until our bug is fixed...
1183 i[34567]86-*-openbsd*)
1184 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1185 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h i386/openbsdelf.h"
1189 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu)
1190 # Intel 80386's running GNU/*
1191 # with ELF format using glibc 2
1192 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h"
1194 i[34567]86-*-linux*)
1195 if test x$enable_targets = xall; then
1196 tm_file="${tm_file} i386/x86-64.h i386/linux64.h"
1197 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1198 tmake_file="${tmake_file} i386/t-linux64"
1199 need_64bit_hwint=yes
1201 case X"${with_cpu}" in
1202 Xgeneric|Xatom|Xcore2|Xnocona|Xx86-64|Xbdver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
1205 if test x$with_cpu_64 = x; then
1210 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1211 echo "generic atom core2 nocona x86-64 bdver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
1216 tm_file="${tm_file} i386/linux.h"
1219 i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1220 i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
1221 i[34567]86-*-kopensolaris*-gnu) tm_file="${tm_file} i386/linux.h kopensolaris-gnu.h i386/kopensolaris-gnu.h" ;;
1222 i[34567]86-*-gnu*) tm_file="$tm_file i386/linux.h gnu.h i386/gnu.h";;
1224 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
1226 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
1227 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h \
1228 i386/x86-64.h i386/linux64.h"
1230 x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
1231 x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1233 tmake_file="${tmake_file} i386/t-linux64 i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
1235 i[34567]86-pc-msdosdjgpp*)
1236 xm_file=i386/xm-djgpp.h
1237 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
1238 tmake_file="${tmake_file} i386/t-djgpp"
1239 extra_options="${extra_options} i386/djgpp.opt"
1244 i[34567]86-*-lynxos*)
1246 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1247 tmake_file="${tmake_file} i386/t-crtstuff t-lynx"
1248 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1249 extra_options="${extra_options} lynx.opt"
1254 i[3456x]86-*-netware*)
1255 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h tm-dwarf2.h i386/netware.h"
1256 tmake_file="${tmake_file} i386/t-netware"
1257 extra_objs=netware.o
1260 extra_objs="$extra_objs nwld.o"
1261 tm_file="${tm_file} i386/nwld.h"
1262 tmake_file="${tmake_file} i386/t-nwld"
1263 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1266 case x${enable_threads} in
1267 x | xyes | xposix) thread_file='posix';;
1268 xnks) thread_file='nks';;
1270 *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1273 i[34567]86-*-nto-qnx*)
1274 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
1275 tmake_file="${tmake_file} i386/t-nto"
1279 i[34567]86-*-rtems*)
1280 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"
1281 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1282 tmake_file="${tmake_file} i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1284 i[34567]86-*-solaris2*)
1285 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h"
1286 # Set default arch_32 to pentium4, tune_32 to generic like the other
1287 # i386 targets, although config.guess defaults to i386-pc-solaris2*.
1290 # Solaris 8 and 9/x86 cannot execute SSE/SSE2 instructions by
1292 with_arch_32=${with_arch_32:-pentiumpro}
1295 with_arch_32=${with_arch_32:-pentium4}
1298 with_tune_32=${with_tune_32:-generic}
1300 *-*-solaris2.1[0-9]*)
1301 tm_file="${tm_file} sol2-10.h"
1304 tm_file="${tm_file} i386/sol2.h"
1305 if test x$gnu_ld = xyes; then
1306 tm_file="${tm_file} sol2-gld.h"
1308 if test x$gas = xyes; then
1309 tm_file="${tm_file} i386/sol2-gas.h"
1311 tmake_file="${tmake_file} t-sol2 t-svr4"
1312 c_target_objs="${c_target_objs} sol2-c.o"
1313 cxx_target_objs="${cxx_target_objs} sol2-c.o"
1315 tm_p_file="${tm_p_file} sol2-protos.h"
1316 if test x$gnu_ld = xyes; then
1317 tmake_file="$tmake_file t-slibgcc-elf-ver"
1318 tm_defines="${tm_defines} TARGET_GNU_LD=1"
1320 tmake_file="$tmake_file t-slibgcc-sld"
1322 if test x$gas = xyes; then
1323 tm_file="usegas.h ${tm_file}"
1325 tm_file="$tm_file tm-dwarf2.h"
1327 *-*-solaris2.1[0-9]*)
1328 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1329 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1330 tmake_file="$tmake_file i386/t-sol2-10"
1331 # i386/t-crtstuff only affects libgcc. Its inclusion
1332 # depends on a runtime test and is thus performed in
1333 # libgcc/configure.ac instead.
1334 need_64bit_hwint=yes
1337 case X"${with_cpu}" in
1338 Xgeneric|Xatom|Xcore2|Xnocona|Xx86-64|Xbdver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
1341 if test x$with_cpu_64 = x; then
1346 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1347 echo "generic atom core2 nocona x86-64 bdver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
1353 use_gcc_stdint=provide
1356 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
1357 "":yes:* | yes:yes:* )
1360 "":*:yes | yes:*:yes )
1365 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
1366 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h svr4.h vx-common.h"
1369 tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h"
1370 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1373 tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h"
1374 tmake_file="${tmake_file} i386/t-vxworks"
1378 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1379 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"
1380 xm_file=i386/xm-cygwin.h
1381 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
1382 if test x$sjlj = x0; then
1383 tmake_eh_file="i386/t-dw2-eh"
1385 tmake_eh_file="i386/t-sjlj-eh"
1387 tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming i386/t-cygwin"
1388 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1389 extra_options="${extra_options} i386/cygming.opt"
1390 extra_objs="winnt.o winnt-stubs.o"
1391 c_target_objs="${c_target_objs} cygwin2.o msformat-c.o"
1392 cxx_target_objs="${cxx_target_objs} cygwin2.o winnt-cxx.o msformat-c.o"
1393 extra_gcc_objs=cygwin1.o
1394 if test x$enable_threads = xyes; then
1398 lto_binary_reader=lto-coff
1400 i[34567]86-*-mingw* | x86_64-*-mingw*)
1401 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1402 xm_file=i386/xm-mingw32.h
1404 x86_64-*-* | *-w64-*)
1405 need_64bit_hwint=yes
1411 # This makes the logic if mingw's or the w64 feature set has to be used
1414 user_headers_inc_next_post="${user_headers_inc_next_post} float.h"
1415 user_headers_inc_next_pre="${user_headers_inc_next_pre} stddef.h stdarg.h"
1416 tm_file="${tm_file} i386/mingw-w64.h"
1417 if test x$enable_targets = xall; then
1418 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1419 case X"${with_cpu}" in
1420 Xgeneric|Xatom|Xcore2|Xnocona|Xx86-64|Xbdver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3)
1423 if test x$with_cpu_64 = x; then
1428 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1429 echo "generic atom core2 nocona x86-64 bdver1 amdfam10 barcelona k8 opteron athlon64 athlon-fx athlon64-sse3 k8-sse3 opteron-sse3" 1>&2
1438 tm_file="${tm_file} i386/mingw-stdint.h"
1439 # This has to match the logic for DWARF2_UNWIND_INFO in gcc/config/i386/cygming.h
1440 if test x$sjlj = x0; then
1441 tmake_eh_file="i386/t-dw2-eh"
1443 tmake_eh_file="i386/t-sjlj-eh"
1445 tmake_file="${tmake_file} ${tmake_eh_file} i386/t-cygming t-dfprules"
1448 tmake_file="${tmake_file} i386/t-mingw-w64"
1451 tmake_file="${tmake_file} i386/t-mingw-w32"
1454 tmake_file="${tmake_file} i386/t-mingw32"
1457 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1458 extra_options="${extra_options} i386/cygming.opt i386/mingw.opt"
1461 extra_options="${extra_options} i386/mingw-w64.opt"
1466 extra_objs="winnt.o winnt-stubs.o"
1467 c_target_objs="${c_target_objs} msformat-c.o"
1468 cxx_target_objs="${cxx_target_objs} winnt-cxx.o msformat-c.o"
1469 default_use_cxa_atexit=yes
1471 lto_binary_reader=lto-coff
1472 case ${enable_threads} in
1473 "" | yes | win32) thread_file='win32'
1474 tmake_file="${tmake_file} i386/t-gthr-win32"
1479 tmake_file="${tmake_file} i386/t-crtfm"
1486 tm_file="${tm_file} i386/crtdll.h"
1488 *mingw32msv* | *mingw*)
1492 i[34567]86-*-interix3*)
1493 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"
1494 tmake_file="${tmake_file} i386/t-interix"
1496 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1497 if test x$enable_threads = xyes ; then
1500 if test x$stabs = xyes ; then
1501 tm_file="${tm_file} dbxcoff.h"
1505 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h ia64/sysv4.h ia64/elf.h"
1506 tmake_file="ia64/t-ia64"
1507 target_cpu_default="0"
1508 if test x$gas = xyes
1510 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1512 if test x$gnu_ld = xyes
1514 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1516 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1519 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1520 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1521 tmake_file="${tmake_file} ia64/t-ia64"
1522 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1525 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
1526 tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1527 if test x$with_system_libunwind != xyes ; then
1528 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1530 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1531 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1534 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
1535 tmake_file="ia64/t-ia64 ia64/t-hpux"
1536 target_cpu_default="MASK_GNU_AS"
1537 case x$enable_threads in
1543 c_target_objs="ia64-c.o"
1544 cxx_target_objs="ia64-c.o"
1545 extra_options="${extra_options} ia64/ilp32.opt"
1547 tm_file="${tm_file} hpux-stdint.h"
1550 tm_file="${tm_file} elfos.h ia64/sysv4.h ia64/elf.h ia64/vms.h ia64/vms64.h"
1551 xm_file="vms/xm-vms.h vms/xm-vms64.h"
1552 tmake_file="vms/t-vms vms/t-vms64 ia64/t-ia64 ia64/t-vms"
1553 xmake_file=vms/x-vms
1554 target_cpu_default="0"
1555 if test x$gas = xyes
1557 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1560 install_headers_dir=install-headers-cp
1561 extra_options="${extra_options} vms/vms.opt"
1564 tm_file="svr4.h elfos.h newlib-stdint.h iq2000/iq2000.h"
1565 tmake_file=iq2000/t-iq2000
1566 out_file=iq2000/iq2000.c
1567 md_file=iq2000/iq2000.md
1570 tm_file="dbxelf.h elfos.h ${tm_file}"
1571 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
1574 tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h"
1575 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
1576 tmake_file="${tmake_file} t-rtems"
1579 tm_file="dbxelf.h elfos.h ${tm_file} linux.h lm32/uclinux-elf.h"
1580 tmake_file="${tmake_file} lm32/t-lm32 lm32/t-fprules-softfp soft-fp/t-softfp"
1583 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
1584 extra_parts="crtinit.o crtfini.o"
1587 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h m32r/little.h ${tm_file}"
1588 extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1591 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h"
1592 tmake_file="m32r/t-m32r t-rtems"
1593 extra_parts="crtinit.o crtfini.o"
1596 tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
1597 # We override the tmake_file for linux -- why?
1598 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1600 if test x$enable_threads = xyes; then
1605 tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
1606 # We override the tmake_file for linux -- why?
1607 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1609 if test x$enable_threads = xyes; then
1613 # m68hc11 and m68hc12 share the same machine description.
1614 m68hc11-*-*|m6811-*-*)
1615 tm_file="dbxelf.h elfos.h usegas.h newlib-stdint.h m68hc11/m68hc11.h"
1616 tm_p_file="m68hc11/m68hc11-protos.h"
1617 md_file="m68hc11/m68hc11.md"
1618 out_file="m68hc11/m68hc11.c"
1619 tmake_file="m68hc11/t-m68hc11"
1622 m68hc12-*-*|m6812-*-*)
1623 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h usegas.h newlib-stdint.h m68hc11/m68hc11.h"
1624 tm_p_file="m68hc11/m68hc11-protos.h"
1625 md_file="m68hc11/m68hc11.md"
1626 out_file="m68hc11/m68hc11.c"
1627 tmake_file="m68hc11/t-m68hc11"
1628 extra_options="${extra_options} m68hc11/m68hc11.opt"
1631 m68k-*-elf* | fido-*-elf*)
1634 # Check that $with_cpu makes sense.
1639 echo "Cannot accept --with-cpu=$with_cpu"
1646 default_m68k_cpu=68020
1650 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"
1651 tm_defines="${tm_defines} MOTOROLA=1"
1652 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1653 # Add multilibs for targets other than fido.
1658 tmake_file="$tmake_file m68k/t-mlibs"
1661 extra_parts="crtbegin.o crtend.o"
1664 default_m68k_cpu=68020
1666 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1667 tm_defines="${tm_defines} MOTOROLA=1"
1670 default_m68k_cpu=68020
1672 # needed to unconfuse gdb
1673 tm_defines="${tm_defines} OBSD_OLD_GAS"
1674 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h m68k/openbsd.h"
1675 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1676 # we need collect2 until our bug is fixed...
1679 m68k-*-uclinuxoldabi*) # Motorola m68k/ColdFire running uClinux
1680 # with uClibc, using the original
1681 # m68k-elf-based ABI
1682 default_m68k_cpu=68020
1684 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux-oldabi.h glibc-stdint.h"
1685 tm_defines="${tm_defines} MOTOROLA=1"
1686 tmake_file="m68k/t-floatlib m68k/t-uclinux"
1688 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
1689 # with uClibc, using the new GNU/Linux-style
1691 default_m68k_cpu=68020
1693 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
1694 tm_defines="${tm_defines} MOTOROLA=1 DEFAULT_LIBC=LIBC_UCLIBC"
1695 extra_options="${extra_options} linux.opt"
1696 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
1698 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1699 # with ELF format using glibc 2
1700 # aka the GNU/Linux C library 6.
1701 default_m68k_cpu=68020
1703 with_arch=${with_arch:-m68k}
1704 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h m68k/linux.h ./sysroot-suffix.h"
1705 extra_options="${extra_options} m68k/ieee.opt"
1706 tm_defines="${tm_defines} MOTOROLA=1"
1707 tmake_file="${tmake_file} m68k/t-floatlib m68k/t-linux m68k/t-mlibs"
1708 # if not configured with --enable-sjlj-exceptions, bump the
1709 # libgcc version number
1710 if test x$sjlj != x1; then
1711 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1715 default_m68k_cpu=68020
1717 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems m68k/t-mlibs"
1718 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"
1719 tm_defines="${tm_defines} MOTOROLA=1"
1720 extra_parts="crtbegin.o crtend.o"
1723 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
1724 tmake_file=mcore/t-mcore
1728 tm_file="svr3.h dbxcoff.h newlib-stdint.h ${tm_file} mcore/mcore-pe.h"
1729 tmake_file=mcore/t-mcore-pe
1734 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1735 tmake_file=mep/t-mep
1736 extra_parts="crtbegin.o crtend.o"
1737 c_target_objs="mep-pragma.o"
1738 cxx_target_objs="mep-pragma.o"
1739 if test -d "${srcdir}/../newlib/libc/include" &&
1740 test "x$with_headers" = x; then
1746 tm_file="elfos.h ${tm_file} mips/iris6.h"
1747 tmake_file="mips/t-iris mips/t-iris6 mips/t-slibgcc-irix"
1748 target_cpu_default="MASK_ABICALLS"
1749 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1750 # Only IRIX Development Foundation 1.3 for IRIX 6.5 provides stdint.h.
1752 if test "x$stabs" = xyes
1754 tm_file="${tm_file} dbx.h"
1756 if test "x$gnu_ld" = xyes
1758 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
1760 case ${enable_threads}:${have_pthread_h} in
1761 "":yes | yes:yes ) thread_file=posix ;;
1764 mips*-*-netbsd*) # NetBSD/mips, either endian.
1765 target_cpu_default="MASK_ABICALLS"
1766 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1768 mips64*-*-linux* | mipsisa64*-*-linux*)
1769 tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ${tm_file} mips/linux.h mips/linux64.h"
1770 tmake_file="${tmake_file} mips/t-linux64 mips/t-libgcc-mips16"
1771 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
1773 mips64el-st-linux-gnu)
1774 tm_file="${tm_file} mips/st.h"
1775 tmake_file="${tmake_file} mips/t-st"
1777 mips64octeon*-*-linux*)
1778 tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"octeon\\\""
1779 target_cpu_default=MASK_SOFT_FLOAT_ABI
1781 mipsisa64r2*-*-linux*)
1782 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
1785 extra_parts="$extra_parts crtfastmath.o"
1788 test x$with_llsc != x || with_llsc=yes
1790 mips*-*-linux*) # Linux MIPS, either endian.
1791 tm_file="dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ${tm_file} mips/linux.h"
1792 tmake_file="${tmake_file} mips/t-libgcc-mips16"
1795 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1798 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1800 extra_parts="$extra_parts crtfastmath.o"
1801 test x$with_llsc != x || with_llsc=yes
1804 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1805 target_cpu_default="MASK_ABICALLS"
1806 tm_file="mips/mips.h openbsd.h openbsd-stdint.h openbsd-libpthread.h mips/openbsd.h mips/sdb.h"
1809 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1810 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1814 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/sde.h"
1815 tmake_file="mips/t-sde mips/t-libgcc-mips16"
1816 extra_options="${extra_options} mips/sde.opt"
1817 case "${with_newlib}" in
1819 # newlib / libgloss.
1822 # MIPS toolkit libraries.
1823 tm_file="$tm_file mips/sdemtk.h"
1824 tmake_file="$tmake_file mips/t-sdemtk"
1825 case ${enable_threads} in
1827 thread_file='mipssde'
1834 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
1837 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
1840 tm_defines="MIPS_ISA_DEFAULT=65 MIPS_ABI_DEFAULT=ABI_N32"
1843 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
1847 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1848 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
1849 mipsisa64-*-elf* | mipsisa64el-*-elf* | \
1850 mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
1851 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
1852 tmake_file="mips/t-isa3264 mips/t-libgcc-mips16"
1855 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1858 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1861 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=65"
1864 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1868 mipsisa32*-*-elfoabi*)
1869 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1870 tm_file="${tm_file} mips/elfoabi.h"
1872 mipsisa64*-*-elfoabi*)
1873 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1874 tm_file="${tm_file} mips/elfoabi.h"
1877 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1881 mipsisa64sr71k-*-elf*)
1882 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
1883 tmake_file=mips/t-sr71k
1884 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1885 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1887 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1888 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
1889 tmake_file="mips/t-elf mips/t-libgcc-mips16 mips/t-sb1"
1890 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1891 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1893 mips-*-elf* | mipsel-*-elf*)
1894 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
1895 tmake_file="mips/t-elf mips/t-libgcc-mips16"
1897 mips64-*-elf* | mips64el-*-elf*)
1898 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h"
1899 tmake_file="mips/t-elf mips/t-libgcc-mips16"
1900 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1901 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1903 mips64vr-*-elf* | mips64vrel-*-elf*)
1904 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/vr.h mips/elf.h"
1905 tmake_file=mips/t-vr
1906 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1908 mips64orion-*-elf* | mips64orionel-*-elf*)
1909 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elforion.h mips/elf.h"
1910 tmake_file="mips/t-elf mips/t-libgcc-mips16"
1911 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1912 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1915 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
1916 tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
1919 tm_file="elfos.h ${tm_file} svr4.h mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
1920 tmake_file="${tmake_file} mips/t-vxworks"
1922 mipstx39-*-elf* | mipstx39el-*-elf*)
1923 tm_file="elfos.h newlib-stdint.h ${tm_file} mips/r3900.h mips/elf.h"
1924 tmake_file="mips/t-r3900 mips/t-libgcc-mips16"
1926 mmix-knuth-mmixware)
1927 tm_file="${tm_file} newlib-stdint.h"
1928 need_64bit_hwint=yes
1932 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
1933 if test x$stabs = xyes
1935 tm_file="${tm_file} dbx.h"
1941 tm_file="${tm_file} newlib-stdint.h"
1945 tm_file="${tm_file} newlib-stdint.h"
1948 # port not yet contributed
1949 #powerpc-*-openbsd*)
1950 # tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
1954 extra_options="${extra_options} rs6000/darwin.opt"
1955 extra_parts="crt2.o"
1957 *-darwin1[0-9]* | *-darwin[8-9]*)
1958 tmake_file="${tmake_file} rs6000/t-darwin8"
1959 tm_file="${tm_file} rs6000/darwin8.h"
1962 tm_file="${tm_file} rs6000/darwin7.h"
1967 tmake_file="${tmake_file} t-slibgcc-darwin"
1968 lto_binary_reader=lto-macho
1969 extra_headers=altivec.h
1971 powerpc64-*-darwin*)
1972 extra_options="${extra_options} ${cpu_type}/darwin.opt"
1973 extra_parts="crt2.o"
1974 tmake_file="${tmake_file} ${cpu_type}/t-darwin64 t-slibgcc-darwin"
1975 tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
1976 lto_binary_reader=lto-macho
1977 extra_headers=altivec.h
1979 powerpc*-*-freebsd*)
1980 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1981 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1982 extra_options="${extra_options} rs6000/sysv4.opt"
1985 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1986 tmake_file="${tmake_file} rs6000/t-netbsd"
1987 extra_options="${extra_options} rs6000/sysv4.opt"
1990 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabispe.h"
1991 extra_options="${extra_options} rs6000/sysv4.opt"
1992 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1995 powerpc-*-eabisimaltivec*)
1996 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h rs6000/eabialtivec.h"
1997 extra_options="${extra_options} rs6000/sysv4.opt"
1998 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
2002 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
2003 extra_options="${extra_options} rs6000/sysv4.opt"
2004 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2008 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h"
2009 extra_options="${extra_options} rs6000/sysv4.opt"
2010 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2012 powerpc-*-eabialtivec*)
2013 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabialtivec.h"
2014 extra_options="${extra_options} rs6000/sysv4.opt"
2015 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
2018 powerpc-xilinx-eabi*)
2019 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/singlefp.h rs6000/xfpu.h rs6000/xilinx.h"
2020 extra_options="${extra_options} rs6000/sysv4.opt"
2021 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm rs6000/t-xilinx"
2025 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
2026 extra_options="${extra_options} rs6000/sysv4.opt"
2027 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2031 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h"
2032 extra_options="${extra_options} rs6000/sysv4.opt"
2033 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
2035 powerpc-*-linux* | powerpc64-*-linux*)
2036 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2037 extra_options="${extra_options} rs6000/sysv4.opt"
2038 tmake_file="t-dfprules rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2041 powerpc64-*-linux*spe* | powerpc64-*-linux*paired*)
2042 echo "*** Configuration ${target} not supported" 1>&2
2045 powerpc-*-linux*spe* | powerpc-*-linux*paired*)
2049 test x$with_cpu != x || cpu_is_64bit=yes
2053 case ${maybe_biarch}:${enable_targets}:${cpu_is_64bit} in
2054 always:* | yes:*powerpc64* | yes:all:* | yes:*:yes)
2055 if test x$cpu_is_64bit = xyes; then
2056 tm_file="${tm_file} rs6000/default64.h"
2058 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h glibc-stdint.h"
2059 tmake_file="$tmake_file rs6000/t-linux64"
2060 extra_options="${extra_options} rs6000/linux64.opt"
2063 tm_file="${tm_file} rs6000/linux.h glibc-stdint.h"
2066 tmake_file="${tmake_file} t-slibgcc-libgcc rs6000/t-fprules-softfp soft-fp/t-softfp"
2068 powerpc*-*-linux*altivec*)
2069 tm_file="${tm_file} rs6000/linuxaltivec.h" ;;
2070 powerpc*-*-linux*spe*)
2071 tm_file="${tm_file} rs6000/linuxspe.h rs6000/e500.h" ;;
2072 powerpc*-*-linux*paired*)
2073 tm_file="${tm_file} rs6000/750cl.h" ;;
2075 if test x${enable_secureplt} = xyes; then
2076 tm_file="rs6000/secureplt.h ${tm_file}"
2080 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/default64.h rs6000/linux64.h rs6000/gnu.h glibc-stdint.h"
2081 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
2082 tmake_file="t-slibgcc-elf-ver t-slibgcc-libgcc t-gnu"
2084 powerpc-*-gnu-gnualtivec*)
2085 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h rs6000/gnu.h glibc-stdint.h"
2086 extra_options="${extra_options} rs6000/sysv4.opt"
2087 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-slibgcc-libgcc t-gnu rs6000/t-ppccomm"
2088 if test x$enable_threads = xyes; then
2093 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux.h rs6000/gnu.h glibc-stdint.h"
2094 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-slibgcc-libgcc t-gnu rs6000/t-ppccomm"
2095 extra_options="${extra_options} rs6000/sysv4.opt"
2096 if test x$enable_threads = xyes; then
2100 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
2101 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2102 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
2103 extra_options="${extra_options} rs6000/sysv4.opt"
2104 extra_headers=ppc-asm.h
2107 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
2108 tmake_file="${tmake_file} rs6000/t-vxworksae"
2111 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
2117 tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2118 tmake_file="t-lynx rs6000/t-lynx"
2119 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
2120 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2121 extra_options="${extra_options} lynx.opt"
2127 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h"
2128 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2129 extra_options="${extra_options} rs6000/sysv4.opt"
2131 powerpcle-*-eabisim*)
2132 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
2133 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2134 extra_options="${extra_options} rs6000/sysv4.opt"
2138 tm_file="${tm_file} dbxelf.h elfos.h usegas.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h"
2139 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2140 extra_options="${extra_options} rs6000/sysv4.opt"
2143 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2144 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h rs6000/aix-stdint.h"
2145 tmake_file=rs6000/t-aix43
2146 extra_options="${extra_options} rs6000/aix64.opt"
2149 use_gcc_stdint=provide
2152 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2153 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h rs6000/aix-stdint.h"
2154 extra_options="${extra_options} rs6000/aix64.opt"
2155 tmake_file=rs6000/t-aix43
2161 rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
2162 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h rs6000/aix-stdint.h"
2163 tmake_file=rs6000/t-aix52
2164 extra_options="${extra_options} rs6000/aix64.opt"
2170 rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
2171 tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h rs6000/aix-stdint.h"
2172 tmake_file=rs6000/t-aix52
2173 extra_options="${extra_options} rs6000/aix64.opt"
2177 extra_headers=altivec.h
2179 rs6000-ibm-aix[6789].* | powerpc-ibm-aix[6789].*)
2180 tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
2181 tmake_file=rs6000/t-aix52
2182 extra_options="${extra_options} rs6000/aix64.opt"
2186 extra_headers=altivec.h
2189 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file} ../../libgcc/config/rx/rx-abi.h"
2190 tmake_file="${tmake_file} rx/t-rx"
2193 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h s390/linux.h"
2196 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h s390/linux.h"
2197 tm_p_file=s390/s390-protos.h
2198 md_file=s390/s390.md
2199 extra_modes=s390/s390-modes.def
2200 out_file=s390/s390.c
2201 tmake_file="${tmake_file} s390/t-linux64"
2204 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
2205 tm_p_file=s390/s390-protos.h
2206 md_file=s390/s390.md
2207 extra_modes=s390/s390-modes.def
2208 out_file=s390/s390.c
2209 extra_parts="crtbeginS.o crtendS.o"
2211 extra_options="${extra_options} s390/tpf.opt"
2214 tm_file="dbxelf.h elfos.h score/elf.h score/score.h newlib-stdint.h"
2215 tmake_file=score/t-score-elf
2216 extra_objs="score7.o score3.o"
2218 sh-*-elf* | sh[12346l]*-*-elf* | \
2219 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
2220 sh-*-linux* | sh[2346lbe]*-*-linux* | \
2221 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2222 sh64-*-netbsd* | sh64l*-*-netbsd*)
2223 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2224 if test x${with_endian} = x; then
2226 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2227 shbe-*-* | sheb-*-*) with_endian=big,little ;;
2228 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
2229 shl* | sh64l* | sh*-*-linux* | \
2230 sh5l* | sh-superh-elf) with_endian=little,big ;;
2231 sh[1234]*-*-*) with_endian=big ;;
2232 *) with_endian=big,little ;;
2235 # TM_ENDIAN_CONFIG is used by t-sh to determine multilibs.
2236 # First word : the default endian.
2237 # Second word: the secondary endian (optional).
2238 case ${with_endian} in
2239 big) TM_ENDIAN_CONFIG=mb ;;
2240 little) TM_ENDIAN_CONFIG=ml ;;
2241 big,little) TM_ENDIAN_CONFIG="mb ml" ;;
2242 little,big) TM_ENDIAN_CONFIG="ml mb" ;;
2243 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
2245 case ${with_endian} in
2246 little*) tm_file="sh/little.h ${tm_file}" ;;
2248 tm_file="${tm_file} dbxelf.h elfos.h"
2251 *) tm_file="${tm_file} svr4.h" ;;
2253 tm_file="${tm_file} sh/elf.h"
2255 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
2256 tm_file="${tm_file} linux.h glibc-stdint.h sh/linux.h" ;;
2257 sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
2258 sh*-superh-elf) if test x$with_libgloss != xno; then
2260 tm_file="${tm_file} sh/newlib.h"
2262 tm_file="${tm_file} sh/embed-elf.h"
2263 tm_file="${tm_file} sh/superh.h"
2264 tmake_file="${tmake_file} sh/t-superh"
2265 extra_options="${extra_options} sh/superh.opt" ;;
2266 *) if test x$with_newlib = xyes \
2267 && test x$with_libgloss = xyes; then
2268 tm_file="${tm_file} sh/newlib.h"
2270 tm_file="${tm_file} sh/embed-elf.h" ;;
2274 # SHmedia, 32-bit ABI
2275 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2278 # SHmedia, 64-bit ABI
2279 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2282 tmake_file="${tmake_file} sh/t-netbsd"
2285 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2286 tm_file="${tm_file} sh/sh64.h"
2287 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2290 tmake_file="${tmake_file} sh/t-sh64"
2291 tm_file="${tm_file} sh/sh64.h"
2292 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2295 tmake_file="sh/t-symbian"
2296 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
2297 c_target_objs="symbian-base.o symbian-c.o"
2298 cxx_target_objs="symbian-base.o symbian-cxx.o"
2299 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
2302 tm_file="${tm_file} newlib-stdint.h"
2305 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2306 case `echo ${target} | sed 's/e[lb]-/-/'` in
2307 sh64*-*-netbsd*) sh_cpu_target=sh5-64media ;;
2308 sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
2309 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
2310 sh4a_single*) sh_cpu_target=sh4a-single ;;
2311 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
2312 sh4al) sh_cpu_target=sh4al ;;
2313 sh4a*) sh_cpu_target=sh4a ;;
2314 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
2315 sh4_single*) sh_cpu_target=sh4-single ;;
2316 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
2317 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
2318 sh3e*) sh_cpu_target=sh3e ;;
2319 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
2320 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
2321 sh2a_single*) sh_cpu_target=sh2a-single ;;
2322 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
2323 sh2a*) sh_cpu_target=sh2a ;;
2324 sh2e*) sh_cpu_target=sh2e ;;
2325 sh2*) sh_cpu_target=sh2 ;;
2326 *) sh_cpu_target=sh1 ;;
2328 # did the user say --without-fp ?
2329 if test x$with_fp = xno; then
2330 case ${sh_cpu_target} in
2331 sh5-*media) sh_cpu_target=${sh_cpu_target}-nofpu ;;
2333 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
2334 sh4*) sh_cpu_target=sh4-nofpu ;;
2335 sh3*) sh_cpu_target=sh3 ;;
2336 sh2a*) sh_cpu_target=sh2a-nofpu ;;
2337 sh2*) sh_cpu_target=sh2 ;;
2338 *) echo --without-fp not available for $target: ignored
2340 tm_defines="$tm_defines STRICT_NOFPU=1"
2342 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2343 case $sh_cpu_default in
2344 sh5-64media-nofpu | sh5-64media | \
2345 sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
2346 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2347 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2348 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
2349 sh3e | sh3 | sh2e | sh2 | sh1) ;;
2350 "") sh_cpu_default=${sh_cpu_target} ;;
2351 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2353 sh_multilibs=${with_multilib_list}
2354 if test "$sh_multilibs" = "default" ; then
2356 sh64-superh-linux* | \
2357 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
2358 sh64* | sh5*) sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2359 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2360 sh*-*-linux*) sh_multilibs=m1,m3e,m4 ;;
2361 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
2362 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2364 if test x$with_fp = xno; then
2365 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`"
2368 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2369 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2370 tm_defines="$tm_defines SUPPORT_`echo $sh_cpu_default | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2371 sh_multilibs=`echo $sh_multilibs | sed -e 's/,/ /g' -e 's/^[Ss][Hh]/m/' -e 's/ [Ss][Hh]/ m/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
2372 for sh_multilib in ${sh_multilibs}; do
2373 case ${sh_multilib} in
2374 m1 | m2 | m2e | m3 | m3e | \
2375 m4 | m4-single | m4-single-only | m4-nofpu | m4-300 |\
2376 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al | \
2377 m2a | m2a-single | m2a-single-only | m2a-nofpu | \
2378 m5-64media | m5-64media-nofpu | \
2379 m5-32media | m5-32media-nofpu | \
2380 m5-compact | m5-compact-nofpu)
2381 # TM_MULTILIB_CONFIG is used by t-sh for the non-endian multilib definition
2382 # It is passed to MULTIILIB_OPTIONS verbatim.
2383 TM_MULTILIB_CONFIG="${TM_MULTILIB_CONFIG}/${sh_multilib}"
2384 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib | sed 's/^m/sh/' | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2386 \!*) # TM_MULTILIB_EXCEPTIONS_CONFIG is used by t-sh
2387 # It is passed the MULTILIB_EXCEPTIONS verbatim.
2388 TM_MULTILIB_EXCEPTIONS_CONFIG="${TM_MULTILIB_EXCEPTIONS_CONFIG} `echo $sh_multilib | sed 's/^!//'`" ;;
2390 echo "with_multilib_list=${sh_multilib} not supported."
2395 TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's:^/::'`
2396 if test x${enable_incomplete_targets} = xyes ; then
2397 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"
2399 tm_file="$tm_file ./sysroot-suffix.h"
2400 tmake_file="$tmake_file t-sysroot-suffix"
2403 tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
2404 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h newlib-stdint.h"
2407 tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
2408 tm_file="${tm_file} elfos.h svr4.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
2411 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2412 extra_options="${extra_options} sparc/long-double-switch.opt"
2415 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h"
2416 tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h"
2417 extra_options="${extra_options} sparc/little-endian.opt"
2422 tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h svr4.h sparc/sysv4.h sparc/sp-elf.h"
2423 tmake_file="sparc/t-elf sparc/t-crtfm"
2424 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2426 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
2427 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h"
2428 extra_options="${extra_options} sparc/long-double-switch.opt"
2429 tmake_file="${tmake_file} sparc/t-linux"
2430 if test x$enable_targets = xall; then
2431 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
2432 tmake_file="${tmake_file} sparc/t-linux64"
2434 tm_file="${tm_file} sparc/linux.h"
2436 tmake_file="${tmake_file} sparc/t-crtfm"
2439 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
2440 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2441 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2444 tm_file="${tm_file} dbxelf.h elfos.h svr4.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h"
2445 extra_options="${extra_options} sparc/little-endian.opt"
2446 tmake_file="${tmake_file} sparc/t-crtfm t-rtems"
2447 extra_parts="crtbegin.o crtend.o"
2450 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2452 *-*-solaris2.1[0-9]*)
2453 tm_file="${tm_file} sol2-10.h"
2457 use_gcc_stdint=provide
2460 tm_file="${tm_file} sparc/sol2.h"
2462 sparc64-*-* | sparcv9-*-*)
2463 tm_file="${tm_file} sparc/sol2-64.h"
2466 test x$with_cpu != x || with_cpu=v9
2469 tm_file="${tm_file} sparc/sol2-bi.h"
2470 if test x$gas = xyes; then
2471 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
2473 if test x$gnu_ld = xyes; then
2474 tm_file="${tm_file} sol2-gld.h sparc/sol2-gld-bi.h"
2476 tm_file="${tm_file} tm-dwarf2.h"
2477 tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2478 if test x$gnu_ld = xyes; then
2479 tmake_file="$tmake_file t-slibgcc-elf-ver"
2481 tmake_file="$tmake_file t-slibgcc-sld"
2483 if test x$gas = xyes; then
2484 tm_file="usegas.h ${tm_file}"
2486 c_target_objs="sol2-c.o"
2487 cxx_target_objs="sol2-c.o"
2489 tm_p_file="${tm_p_file} sol2-protos.h"
2490 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2491 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2492 "":yes:* | yes:yes:* )
2495 "":*:yes | yes:*:yes )
2501 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2502 tmake_file="${tmake_file} sparc/t-vxworks"
2505 tm_file="${tm_file} dbxelf.h elfos.h svr4.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h"
2506 extra_options="${extra_options} sparc/little-endian.opt"
2507 tmake_file="${tmake_file} sparc/t-crtfm"
2508 extra_parts="crtbegin.o crtend.o"
2510 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2511 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2512 extra_options="${extra_options} sparc/long-double-switch.opt"
2513 tmake_file="${tmake_file} sparc/t-crtfm"
2514 case "x$with_cpu" in
2516 x) with_cpu=ultrasparc ;;
2517 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2520 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
2521 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h sparc/linux64.h"
2522 extra_options="${extra_options} sparc/long-double-switch.opt"
2523 tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2526 tm_file="sparc/biarch64.h ${tm_file}"
2527 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2528 extra_options="${extra_options} sparc/long-double-switch.opt"
2529 tmake_file="${tmake_file} sparc/t-netbsd64"
2532 tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h newlib-stdint.h"
2533 tmake_file="spu/t-spu-elf"
2534 extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h spu_cache.h"
2535 extra_modes=spu/spu-modes.def
2536 c_target_objs="${c_target_objs} spu-c.o"
2537 cxx_target_objs="${cxx_target_objs} spu-c.o"
2540 target_cpu_default="TARGET_CPU_v850e1"
2541 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h v850/v850.h"
2542 tm_p_file=v850/v850-protos.h
2543 tmake_file=v850/t-v850e
2544 md_file=v850/v850.md
2545 extra_modes=v850/v850-modes.def
2546 out_file=v850/v850.c
2547 extra_options="${extra_options} v850/v850.opt"
2548 if test x$stabs = xyes
2550 tm_file="${tm_file} dbx.h"
2553 c_target_objs="v850-c.o"
2554 cxx_target_objs="v850-c.o"
2558 target_cpu_default="TARGET_CPU_v850e"
2559 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h v850/v850.h"
2560 tm_p_file=v850/v850-protos.h
2561 tmake_file=v850/t-v850e
2562 md_file=v850/v850.md
2563 extra_modes=v850/v850-modes.def
2564 out_file=v850/v850.c
2565 extra_options="${extra_options} v850/v850.opt"
2566 if test x$stabs = xyes
2568 tm_file="${tm_file} dbx.h"
2571 c_target_objs="v850-c.o"
2572 cxx_target_objs="v850-c.o"
2576 target_cpu_default="TARGET_CPU_generic"
2577 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
2578 tmake_file=v850/t-v850
2579 if test x$stabs = xyes
2581 tm_file="${tm_file} dbx.h"
2584 c_target_objs="v850-c.o"
2585 cxx_target_objs="v850-c.o"
2589 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h vax/elf.h vax/linux.h"
2590 tmake_file="${tmake_file} vax/t-linux"
2593 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2596 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2602 tm_file="vax/vax.h vax/openbsd1.h openbsd.h openbsd-stdint.h openbsd-pthread.h vax/openbsd.h"
2606 # For historical reasons, the target files omit the 'x'.
2607 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h stormy16/stormy16.h"
2608 tm_p_file=stormy16/stormy16-protos.h
2609 md_file=stormy16/stormy16.md
2610 out_file=stormy16/stormy16.c
2611 extra_options=stormy16/stormy16.opt
2612 tmake_file="stormy16/t-stormy16"
2613 extra_parts="crtbegin.o crtend.o"
2616 tm_file="${tm_file} dbxelf.h elfos.h svr4.h newlib-stdint.h xtensa/elf.h"
2617 tmake_file="xtensa/t-xtensa xtensa/t-elf"
2620 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h xtensa/linux.h"
2621 tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
2624 tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h glibc-stdint.h mn10300/linux.h"
2625 tmake_file="${tmake_file} mn10300/t-linux"
2627 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2631 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h"
2632 tmake_file="${tmake_file} t-rtems"
2633 c_target_objs="m32c-pragma.o"
2634 cxx_target_objs="m32c-pragma.o"
2637 tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
2638 c_target_objs="m32c-pragma.o"
2639 cxx_target_objs="m32c-pragma.o"
2642 echo "*** Configuration ${target} not supported" 1>&2
2648 i[34567]86-*-linux* | x86_64-*-linux*)
2649 tmake_file="${tmake_file} i386/t-pmm_malloc i386/t-i386"
2651 i[34567]86-*-* | x86_64-*-*)
2652 tmake_file="${tmake_file} i386/t-gmm_malloc i386/t-i386"
2654 powerpc*-*-* | rs6000-*-*)
2655 tm_file="${tm_file} rs6000/option-defaults.h"
2658 # Support for --with-cpu and related options (and a few unrelated options,
2662 echo "--with-cpu must be passed a value" 1>&2
2667 # Set arch and cpu from ${target} and ${target_noncanonical}. Set cpu
2668 # to generic if there is no processor scheduler model for the target.
2671 arch_without_sse2=no
2672 arch_without_64bit=no
2677 arch_without_sse2=yes
2678 arch_without_64bit=yes
2683 arch_without_sse2=yes
2684 arch_without_64bit=yes
2687 arch_without_sse2=yes
2688 arch_without_64bit=yes
2689 case ${target_noncanonical} in
2702 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2712 i686-*-* | i786-*-*)
2713 case ${target_noncanonical} in
2718 amdfam10-*|barcelona-*)
2722 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
2726 k8-*|opteron-*|athlon64-*|athlon_fx-*)
2730 athlon_xp-*|athlon_mp-*|athlon_4-*)
2733 arch_without_sse2=yes
2734 arch_without_64bit=yes
2736 athlon_tbird-*|athlon-*)
2739 arch_without_sse2=yes
2744 arch_without_sse2=yes
2749 arch_without_sse2=yes
2751 pentium3-*|pentium3m-*)
2754 arch_without_sse2=yes
2756 pentium4-*|pentium4m-*)
2783 arch_without_sse2=yes
2788 arch_without_sse2=yes
2789 arch_without_64bit=yes
2794 case ${target_noncanonical} in
2799 amdfam10-*|barcelona-*)
2803 k8_sse3-*|opteron_sse3-*|athlon64_sse3-*)
2807 k8-*|opteron-*|athlon_64-*)
2831 # If there is no $with_cpu option, try to infer one from ${target}.
2832 # This block sets nothing except for with_cpu.
2833 if test x$with_cpu = x ; then
2835 i[34567]86-*-*|x86_64-*-*)
2853 frv-*-*linux* | frv400-*-*linux*)
2860 case "$with_arch" in
2862 with_cpu=${default_cf_cpu}
2865 with_cpu=m${default_m68k_cpu}
2873 with_cpu="`echo ${target} | sed 's/-.*$//'`"
2877 # Avoid overriding --with-cpu-32 and --with-cpu-64 values.
2879 i[34567]86-*-*|x86_64-*-*)
2880 if test x$with_cpu_32 != x || test x$with_cpu_64 != x; then
2881 if test x$with_cpu_32 = x; then
2882 with_cpu_32=$with_cpu
2884 if test x$with_cpu_64 = x; then
2885 with_cpu_64=$with_cpu
2893 # Support for --with-arch and related options (and a few unrelated options,
2895 case ${with_arch} in
2897 echo "--with-arch must be passed a value" 1>&2
2902 # If there is no $with_arch option, try to infer one from ${target}.
2903 # This block sets nothing except for with_arch.
2904 if test x$with_arch = x ; then
2906 i[34567]86-*-darwin*|x86_64-*-darwin*)
2907 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
2908 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
2911 # --with-fpmath sets the default ISA to SSE2, which is the same
2912 # ISA supported by Pentium 4.
2913 if test x$with_fpmath = x || test $arch_without_sse2 = no; then
2924 # Avoid overriding --with-arch-32 and --with-arch-64 values.
2926 i[34567]86-*-darwin*|x86_64-*-darwin*)
2927 # Default arch is set via TARGET_SUBTARGET32_ISA_DEFAULT
2928 # and TARGET_SUBTARGET64_ISA_DEFAULT in config/i386/darwin.h.
2930 i[34567]86-*-*|x86_64-*-*)
2931 if test x$with_arch_32 != x || test x$with_arch_64 != x; then
2932 if test x$with_arch_32 = x; then
2933 with_arch_32=$with_arch
2935 if test x$with_arch_64 = x; then
2936 if test $arch_without_64bit = yes; then
2937 # Set the default 64bit arch to x86-64 if the default arch
2938 # doesn't support 64bit.
2941 with_arch_64=$with_arch
2945 elif test $arch_without_64bit$need_64bit_isa = yesyes; then
2946 # Set the default 64bit arch to x86-64 if the default arch
2947 # doesn't support 64bit and we need 64bit ISA.
2948 with_arch_32=$with_arch
2956 # Support --with-fpmath.
2957 if test x$with_fpmath != x; then
2959 i[34567]86-*-* | x86_64-*-*)
2960 case ${with_fpmath} in
2962 tm_file="${tm_file} i386/ssemath.h"
2965 echo "Invalid --with-fpmath=$with_fpmath" 1>&2
2971 echo "--with-fpmath isn't supported for $target." 1>&2
2977 # Similarly for --with-schedule.
2978 if test x$with_schedule = x; then
2981 # Override default PA8000 scheduling model.
2982 with_schedule=7100LC
2987 # Validate and mark as valid any --with options supported
2988 # by this target. In order to use a particular --with option
2989 # you must list it in supported_defaults; validating the value
2990 # is optional. This case statement should set nothing besides
2991 # supported_defaults.
2996 supported_defaults="cpu tune"
2997 for which in cpu tune; do
2998 eval "val=\$with_$which"
3001 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
3002 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
3006 echo "Unknown CPU used in --with-$which=$val" 1>&2
3014 supported_defaults="arch cpu float tune fpu abi mode"
3015 for which in cpu tune; do
3016 # See if it matches any of the entries in arm-cores.def
3017 eval "val=\$with_$which"
3018 if [ x"$val" = x ] \
3019 || grep "^ARM_CORE(\"$val\"," \
3020 ${srcdir}/config/arm/arm-cores.def \
3023 new_val=`grep "^ARM_CORE(\"$val\"," \
3024 ${srcdir}/config/arm/arm-cores.def | \
3025 sed -e 's/^[^,]*,[ ]*//' | \
3027 eval "target_${which}_cname=$new_val"
3028 echo "For $val real value is $new_val"
3031 echo "Unknown CPU used in --with-$which=$val" 1>&2
3036 case "$with_arch" in
3038 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
3039 | armv5te | armv6j |armv6k | armv6z | armv6zk | armv6-m \
3040 | armv7 | armv7-a | armv7-r | armv7-m \
3045 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
3050 case "$with_float" in
3052 | soft | hard | softfp)
3056 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3063 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 | vfpv3 \
3064 | vfpv3-fp16 | vfpv3-d16 | vfpv3-d16-fp16 | vfpv3xd \
3065 | vfpv3xd-fp16 | neon | neon-fp16 | vfpv4 | vfpv4-d16 \
3066 | fpv4-sp-d16 | neon-vfpv4)
3070 echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
3077 | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
3081 echo "Unknown ABI used in --with-abi=$with_abi"
3086 case "$with_mode" in
3092 echo "Unknown mode used in --with-mode=$with_mode"
3097 if test "x$with_arch" != x && test "x$with_cpu" != x; then
3098 echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
3103 supported_defaults=cpu
3108 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3114 fido-*-* | m68k*-*-*)
3115 supported_defaults="arch cpu"
3116 case "$with_arch" in
3118 m68k_arch_family="$with_arch"
3121 echo "Invalid --with-arch=$with_arch" 1>&2
3126 # We always have a $with_cpu setting here.
3128 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
3129 m68k_cpu_ident=$with_cpu
3132 m68k_cpu_ident=m68020
3133 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
3136 m68k_cpu_ident=m68020
3137 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3140 # We need the C identifier rather than the string.
3141 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
3142 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
3143 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
3144 ${srcdir}/config/m68k/m68k-devices.def`
3145 if [ x"$m68k_cpu_ident" = x ] ; then
3146 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
3149 with_cpu="mcpu=$with_cpu"
3155 supported_defaults="arch schedule"
3157 case "$with_arch" in
3158 "" | 1.0 | 1.1 | 2.0)
3162 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
3167 case "$with_schedule" in
3168 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
3172 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
3178 i[34567]86-*-* | x86_64-*-*)
3179 supported_defaults="arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64"
3180 for which in arch arch_32 arch_64 cpu cpu_32 cpu_64 tune tune_32 tune_64; do
3181 eval "val=\$with_$which"
3184 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
3185 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
3186 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
3187 | athlon-4 | athlon-xp | athlon-mp | geode \
3188 | prescott | pentium-m | pentium4m | pentium3m)
3195 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
3203 "" | x86-64 | generic | native \
3204 | k8 | k8-sse3 | athlon64 | athlon64-sse3 | opteron \
3205 | opteron-sse3 | athlon-fx | bdver1 | amdfam10 \
3206 | barcelona | nocona | core2 | atom)
3210 echo "Unknown CPU given in --with-$which=$val." 1>&2
3218 supported_defaults="abi arch arch_32 arch_64 float tune tune_32 tune_64 divide llsc mips-plt synci"
3220 case ${with_float} in
3225 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3231 "" | 32 | o64 | n32 | 64 | eabi)
3235 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
3240 case ${with_divide} in
3241 "" | breaks | traps)
3245 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3250 case ${with_llsc} in
3261 echo "Unknown llsc type used in --with-llsc" 1>&2
3266 case ${with_mips_plt} in
3271 with_mips_plt=no-plt
3276 echo "Unknown --with-mips-plt argument: $with_mips_plt" 1>&2
3281 case ${with_synci} in
3286 # No is the default.