1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 # 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 2, 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 COPYING. If not, write to the Free
19 #Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 # This is the GCC target-specific configuration file
23 # where a configuration type is mapped to different system-specific
24 # definitions and files. This is invoked by the autoconf-generated
25 # configure script. Putting it in a separate shell file lets us skip
26 # running autoconf when modifying target-specific information.
28 # This file switches on the shell variable ${target}, and also uses the
29 # following shell variables:
31 # with_* Various variables as set by configure.
33 # enable_threads_flag Either the name, yes or no depending on whether
34 # threads support was requested.
36 # default_use_cxa_atexit
37 # "no" by default, can be set to "yes" if a target
38 # wishes to use __cxa_atexit() by default if the
39 # $enable___cxa_atexit variable is not set.
41 # gas_flag Either yes or no depending on whether GNU as was
44 # gnu_ld_flag Either yes or no depending on whether GNU ld was
47 # This file sets the following shell variables for use by the
48 # autoconf-generated configure script:
50 # cpu_type The name of the cpu, if different from the first
51 # chunk of the canonical target name.
53 # tm_defines List of target macros to define for all compilations.
55 # tm_file A list of target macro files, if different from
56 # "$cpu_type/$cpu_type.h". Usually it's constructed
57 # per target in a way like this:
58 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
59 # Note that the preferred order is:
60 # - specific target header "${cpu_type}/${cpu_type.h}"
61 # - generic headers like dbxelf.h elfos.h, netware.h, etc.
62 # - specializing target headers like ${cpu_type.h}/elf.h
63 # This helps to keep OS specific stuff out of the CPU
64 # defining header ${cpu_type}/${cpu_type.h}.
66 # tm_p_file Location of file with declarations for functions
69 # out_file The name of the machine description C support
70 # file, if different from "$cpu_type/$cpu_type.c".
72 # md_file The name of the machine-description file, if
73 # different from "$cpu_type/$cpu_type.md".
75 # tmake_file A list of machine-description-specific
76 # makefile-fragments, if different from
77 # "$cpu_type/t-$cpu_type".
79 # extra_modes The name of the file containing a list of extra
80 # machine modes, if necessary and different from
81 # "$cpu_type/$cpu_type-modes.def".
83 # extra_objs List of extra objects that should be linked into
84 # the compiler proper (cc1, cc1obj, cc1plus)
85 # depending on target.
87 # extra_headers List of used header files from the directory
90 # extra_passes List of extra executables compiled for this target
91 # machine, used for compiling from source to object.
93 # extra_parts List of extra object files that should be compiled
94 # for this target machine.
96 # extra_programs Like extra_passes, but these are used when linking.
98 # c_target_objs List of extra target-dependent objects that be
99 # linked into the C compiler only.
101 # cxx_target_objs List of extra target-dependent objects that be
102 # linked into the C++ compiler only.
104 # target_gtfiles List of extra source files with type information.
106 # xm_defines List of macros to define when compiling for the
109 # xm_file List of files to include when compiling for the
112 # use_collect2 Set to yes or no, depending on whether collect2
115 # target_cpu_default Set to override the default target model.
117 # gdb_needs_out_file_path
118 # Set to yes if gdb needs a dir command with
119 # `dirname $out_file`.
121 # thread_file Set to control which thread package to use.
123 # gas Set to yes or no depending on whether the target
124 # system normally uses GNU as.
126 # need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
127 # for this target. This is true iff
128 # MAX_LONG_TYPE_SIZE is 64. (The code which
129 # determines the underlying integral type for
130 # HOST_WIDE_INT cannot see the definition of
131 # MAX_LONG_TYPE_SIZE.)
133 # configure_default_options
134 # Set to an initializer for configure_default_options
135 # in configargs.h, based on --with-cpu et cetera.
137 # use_fixproto Set to "yes" if fixproto should be run normally,
138 # "no" if fixproto should never be run.
140 # The following variables are used in each case-construct to build up the
141 # outgoing variables:
143 # gnu_ld Set to yes or no depending on whether the target
144 # system normally uses GNU ld.
158 # Set this to force installation and use of collect2.
160 # Set this to override the default target model.
162 # Set this if gdb needs a dir command with `dirname $out_file`
163 gdb_needs_out_file_path=
164 # Set this to control which thread package will be used.
166 # Reinitialize these from the flag values every loop pass, since some
167 # configure entries modify them.
169 gnu_ld="$gnu_ld_flag"
170 enable_threads=$enable_threads_flag
171 default_use_cxa_atexit=no
175 # Default to not using fixproto. Targets which need fixproto should
176 # specifically set this to 'yes'.
179 # Don't carry these over build->host->target. Please.
183 # Obsolete configurations.
189 i?86-moss-msdos | i?86-*-moss* | \
192 i?86-*-freebsd2* | i?86-*-freebsd*aout* | \
193 i?86-*-linux*aout* | \
194 i?86-*-linux*libc1* | \
198 i?86-*-sysv[123]* | \
200 m68k-hp-hpux* | m68000-hp-hpux* | \
202 if test "x$enable_obsolete" != xyes; then
203 echo "*** Configuration ${target} is obsolete." >&2
204 echo "*** Specify --enable-obsolete to build it anyway." >&2
205 echo "*** Support will be REMOVED in the next major release of GCC," >&2
206 echo "*** unless a maintainer comes forward." >&2
211 # Unsupported targets list. Do not put an entry in this list unless
212 # it would otherwise be caught by a more permissive pattern. The list
213 # should be in alphabetical order.
215 alpha*-*-linux*libc1* \
216 | i[34567]86-sequent-sysv \
217 | i[34567]86-sequent-sysv[123]* \
218 | i[34567]86-go32-* \
219 | i[34567]86-*-go32* \
220 | m68k-*-linux*aout* \
221 | m68k-*-linux*libc1* \
222 | mips64orion*-*-rtems* \
223 | powerpc-*-linux*libc1* \
224 | sparc-*-linux*aout* \
225 | sparc-*-linux*libc1* \
226 | sparc-hal-solaris2* \
234 echo "*** Configuration ${target} not supported" 1>&2
239 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
240 # updated in each machine entry. Also set default extra_headers for some
243 cpu_type=`echo ${target} | sed 's/-.*$//'`
257 extra_headers="mmintrin.h"
264 extra_headers="mmintrin.h"
268 extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
272 extra_headers="mmintrin.h xmmintrin.h emmintrin.h pmmintrin.h"
276 extra_headers=ia64intrin.h
279 hppa*-*-* | parisc*-*-*)
287 extra_headers=math-68881.h
290 extra_headers=math-68881.h
298 extra_headers="ppc-asm.h altivec.h spe.h"
314 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
324 tm_file=${cpu_type}/${cpu_type}.h
325 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
327 tm_p_file=${cpu_type}/${cpu_type}-protos.h
330 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
332 extra_modes=${cpu_type}/${cpu_type}-modes.def
337 tm_file="i386/biarch64.h ${tm_file}"
341 # On a.out targets, we need to use collect2.
348 # Common parts for widely ported systems.
351 tm_file="${tm_file} darwin.h"
352 tm_p_file="${tm_p_file} darwin-protos.h"
353 tmake_file="t-darwin"
354 target_gtfiles="\$(srcdir)/config/darwin.c"
355 c_target_objs="darwin-c.o"
356 cxx_target_objs="darwin-c.o"
358 extra_objs="darwin.o"
359 case ${enable_threads} in
360 "" | yes | posix) thread_file='posix' ;;
363 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
364 # This is the place-holder for the generic a.out configuration
365 # of FreeBSD. No actual configuration resides here since
366 # there was only ever a bare-bones ix86 configuration for
367 # a.out and it exists solely in the machine-specific section.
368 # This place-holder must exist to avoid dropping into
369 # the generic ELF configuration of FreeBSD (i.e. it must be
370 # ordered before that section).
373 # This is the generic ELF configuration of FreeBSD. Later
374 # machine-specific sections may refine and add to this
377 # Due to tm_file entry ordering issues that vary between cpu
378 # architectures, we only define fbsd_tm_file to allow the
379 # machine-specific section to dictate the final order of all
380 # entries of tm_file with the minor exception that components
381 # of the tm_file set here will always be of the form:
383 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
385 # The machine-specific section should not tamper with this
386 # ordering but may order all other entries of tm_file as it
387 # pleases around the provided core setting.
390 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
392 *-*-freebsd3 | *-*-freebsd[3].*)
393 tm_defines="${tm_defines} FBSD_MAJOR=3" ;;
394 *-*-freebsd4 | *-*-freebsd[4].*)
395 tm_defines="${tm_defines} FBSD_MAJOR=4" ;;
396 *-*-freebsd5 | *-*-freebsd[5].*)
397 tm_defines="${tm_defines} FBSD_MAJOR=5" ;;
398 *-*-freebsd6 | *-*-freebsd[6].*)
399 tm_defines="${tm_defines} FBSD_MAJOR=6" ;;
401 echo 'Please update *-*-freebsd* in gcc/config.gcc'
405 tmake_file="t-slibgcc-elf-ver t-freebsd"
406 case ${enable_threads} in
408 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
412 tmake_file="${tmake_file} t-freebsd-thread"
413 # Before 5.0, FreeBSD can't bind shared libraries to -lc
414 # when "optionally" threaded via weak pthread_* checks.
416 *-*-freebsd[34] | *-*-freebsd[34].*)
417 tmake_file="${tmake_file} t-slibgcc-nolc-override"
422 echo 'Unknown thread configuration for FreeBSD'
426 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
429 # Must come before *-*-gnu*
430 xm_defines=POSIX # needed for cross-compiling from FreeBSD?
431 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
432 # GNU tools are the only tools.
435 case ${enable_threads} in
436 "" | yes | posix) thread_file='posix' ;;
439 *-*-linux*libc1* | *-*-linux*aout*)
440 # Avoid the generic linux case.
443 # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
444 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
447 case ${enable_threads} in
448 "" | yes | posix) thread_file='posix' ;;
452 # On the Hurd, the setup is just about the same on
453 # each different CPU. The specific machines that we
454 # support are matched above and just set $cpu_type.
455 tm_file="${cpu_type}/gnu.h"
456 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
457 # GNU tools are the only tools.
460 # These details are the same as for Linux.
461 # But here we need a little extra magic.
462 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
465 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
468 tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h gnu.h ${tm_file}"
473 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
477 # NetBSD 2.0 and later get POSIX threads enabled by default.
478 # Allow them to be explicitly enabled on any other version.
479 case ${enable_threads} in
482 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
484 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
490 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
494 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
495 # ELF configurations. We will clear extra_parts in the
496 # a.out configurations.
498 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
499 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
503 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
504 # default (unless overridden by --disable-__cxa_atexit).
506 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
507 default_use_cxa_atexit=yes
512 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
513 case ${enable_threads} in
516 tmake_file="${tmake_file} t-openbsd-thread"
521 case ${enable_threads} in
522 yes) thread_file='rtems' ;;
527 tm_file="${tm_file} elfos.h svr4.h vxworks.h"
528 case ${enable_threads} in
530 "" | yes | vxworks) thread_file='vxworks' ;;
531 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
539 # Support site-specific machine types.
541 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
542 tm_file=${cpu_type}/$rest.h
543 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
544 then xm_file=${cpu_type}/xm-$rest.h
546 if test -f $srcdir/config/${cpu_type}/t-$rest
547 then tmake_file=${cpu_type}/t-$rest
552 tm_file="${tm_file} alpha/unicosmk.h"
554 # Don't include t-ieee for now because we don't support that yet
555 # tmake_file="alpha/t-ieee"
556 tmake_file="alpha/t-unicosmk"
560 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
561 target_cpu_default="MASK_GAS"
562 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
565 target_cpu_default="MASK_GAS"
566 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
569 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
570 target_cpu_default="MASK_GAS"
571 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
572 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
575 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
576 target_cpu_default="MASK_GAS"
577 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
580 tm_defines="OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
581 tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
582 # default x-alpha is only appropriate for dec-osf.
583 target_cpu_default="MASK_GAS"
584 tmake_file="alpha/t-alpha alpha/t-ieee"
587 if test x$stabs = xyes
589 tm_file="${tm_file} dbx.h"
591 if test x$gas != xyes
593 extra_passes="mips-tfile mips-tdump"
596 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
597 tm_file="${tm_file} alpha/osf.h"
598 extra_headers=va_list.h
601 # Set target_cpu_default except on 4.0a.
604 *) target_cpu_default=MASK_SUPPORT_ARCH
608 tm_file="${tm_file} alpha/osf5.h"
609 target_cpu_default=MASK_SUPPORT_ARCH
612 case ${enable_threads} in
615 tmake_file="${tmake_file} alpha/t-osf-pthread"
620 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
621 xm_file="alpha/xm-vms.h"
622 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
627 tm_file="${tm_file} alpha/vms.h"
628 xm_file=alpha/xm-vms.h
629 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
634 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
635 extra_parts="crtinit.o crtfini.o"
638 arm-*-coff* | armel-*-coff*)
639 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
640 tmake_file=arm/t-arm-coff
642 arm-semi-aof | armel-semi-aof)
643 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
644 tmake_file=arm/t-semi
647 tm_file="dbxelf.h elfos.h svr4.h vxworks.h arm/elf.h arm/aout.h arm/arm.h arm/vxworks.h"
648 tmake_file="${tmake_file} arm/t-vxworks"
650 arm*-*-freebsd*|strongarm*-*-freebsd*)
651 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
652 tmake_file="${tmake_file} arm/t-strongarm-elf"
655 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
656 tmake_file="${tmake_file} arm/t-netbsd"
659 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
660 tmake_file="t-netbsd arm/t-netbsd"
664 arm*-*-linux*) # ARM GNU/Linux with ELF
665 tm_file="dbxelf.h elfos.h linux.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h"
666 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
667 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
670 arm*-*-uclinux*) # ARM ucLinux
671 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h"
672 tmake_file=arm/t-arm-elf
675 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
676 tmake_file=arm/t-arm-elf
679 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"
680 tmake_file="arm/t-arm-elf t-rtems"
682 arm*-*-elf | ep9312-*-elf)
683 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
684 tmake_file=arm/t-arm-elf
687 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
688 tmake_file=arm/t-wince-pe
692 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
697 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-arm.h"
698 tmake_file=arm/t-arm-elf
701 tm_file="avr/avr.h dbxelf.h"
704 c4x-*-rtems* | tic4x-*-rtems*)
705 tmake_file="c4x/t-c4x t-rtems"
706 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
707 c_target_objs="c4x-c.o"
708 cxx_target_objs="c4x-c.o"
712 c_target_objs="c4x-c.o"
713 cxx_target_objs="c4x-c.o"
716 tm_file="dbxelf.h ${tm_file} cris/aout.h"
718 tmake_file="cris/t-cris cris/t-aout"
720 cris-*-elf | cris-*-none)
721 tm_file="dbxelf.h elfos.h ${tm_file}"
722 tmake_file="cris/t-cris cris/t-elfmulti"
726 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
727 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
730 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
736 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
737 tmake_file=fr30/t-fr30
738 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
742 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
747 tmake_file="h8300/t-h8300 t-rtems"
748 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h"
751 tmake_file="h8300/t-h8300 h8300/t-elf"
752 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
756 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
759 hppa*64*-*-linux* | parisc*64*-*-linux*)
760 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
761 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
762 pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
763 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux64"
767 hppa*-*-linux* | parisc*-*-linux*)
768 target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS"
769 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
770 pa/pa32-regs.h pa/pa32-linux.h"
771 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
773 # port not yet contributed.
775 # target_cpu_default="MASK_PA_11"
778 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
779 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
780 tmake_file="pa/t-pro"
783 target_cpu_default="MASK_PA_11"
784 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
789 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
790 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h pa/rtems.h rtems.h"
791 tmake_file="pa/t-pro t-rtems"
794 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
795 target_cpu_default="MASK_PA_11"
799 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
800 target_cpu_default="MASK_PA_11"
801 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
802 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
803 if test x$enable_threads = x; then
804 enable_threads=$have_pthread_h
806 case x${enable_threads} in
808 tmake_file="${tmake_file} pa/t-dce-thr"
815 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
816 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
817 if test x$enable_threads = x; then
818 enable_threads=$have_pthread_h
820 case x${enable_threads} in
822 tmake_file="${tmake_file} pa/t-dce-thr"
831 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
832 pa/pa64-regs.h pa/pa-hpux.h \
833 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
835 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
836 pa/pa64-regs.h pa/pa-hpux.h \
837 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
840 tmake_file="pa/t-pa64 pa/t-pa-hpux"
841 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
842 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
843 if test x$gnu_ld = xyes
845 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
847 case x${enable_threads} in
853 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
854 target_cpu_default="MASK_PA_11"
855 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
856 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
857 case x${enable_threads} in
865 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
866 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
867 case x${enable_threads} in
874 i370-*-opened*) # IBM 360/370/390 Architecture
875 xm_defines='FATAL_EXIT_CODE=12'
876 tm_file="i370/oe.h i370/i370.h"
877 tmake_file="i370/t-i370"
878 c_target_objs="i370-c.o"
879 cxx_target_objs="i370-c.o"
880 # Don't bother fixing up header files; they're weird.
883 xm_defines='FATAL_EXIT_CODE=12'
884 tm_file="i370/mvs.h i370/i370.h"
885 tmake_file="i370/t-i370"
886 c_target_objs="i370-c.o"
887 cxx_target_objs="i370-c.o"
891 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h i370/i370.h"
892 tmake_file="t-slibgcc-elf-ver t-linux"
895 i[34567]86-*-darwin*)
896 tm_file="${tm_file} i386/darwin.h"
899 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
900 tmake_file="i386/t-i386elf t-svr4"
903 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
904 xm_defines="SMALL_ARG_MAX"
905 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
906 extra_parts="crtbegin.o crtend.o"
907 tmake_file=i386/t-crtpic
910 i[34567]86-*-netware) # Intel 80386's running netware
911 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
913 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
916 tm_file="${tm_file} usegas.h"
918 xm_defines="SMALL_ARG_MAX"
919 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
921 extra_parts="crtbegin.o crtend.o"
925 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
928 i[34567]86-*-beoself* | i[34567]86-*-beos*)
929 tmake_file='i386/t-beos i386/t-crtpic'
930 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
931 extra_parts='crtbegin.o crtend.o'
933 i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
934 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
937 i[34567]86-*-freebsd*)
938 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
941 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"
943 i[34567]86-*-netbsdelf*)
944 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
946 i[34567]86-*-netbsd*)
947 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
953 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"
955 i[34567]86-*-openbsd*)
956 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"
957 # needed to unconfuse gdb
958 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
959 # we need collect2 until our bug is fixed...
963 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
966 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
968 tmake_file="i386/t-crtstuff"
969 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
972 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
973 # with ELF format using the
974 # GNU/Linux C library 5
975 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
976 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
977 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
979 if test x$enable_threads = xyes; then
983 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
984 # with ELF format using glibc 2
985 # aka GNU/Linux C library 6
986 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
987 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
990 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
991 i386/x86-64.h i386/linux64.h"
992 tmake_file="t-slibgcc-elf-ver t-linux i386/t-linux64"
994 i[34567]86-*-kfreebsd*-gnu) # must be before i[34567]86-*-gnu*
995 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h kfreebsdgnu.h i386/kfreebsdgnu.h"
996 tmake_file="t-slibgcc-elf-ver t-kfreebsd-gnu i386/t-crtstuff"
1002 i[34567]86-pc-msdosdjgpp*)
1003 xm_file=i386/xm-djgpp.h
1004 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
1005 tmake_file=i386/t-djgpp
1009 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1010 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1011 tmake_file=t-libc-ok
1016 i[34567]86-*-lynxos*)
1017 if test x$gas = xyes
1019 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h svr3.h lynx.h i386/lynx.h"
1021 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
1026 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
1027 # tmake_file=t-libc-ok
1031 i[34567]86-*-nto-qnx*)
1032 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
1033 tmake_file=i386/t-nto
1037 i[34567]86-*-rtems*)
1038 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1039 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1040 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1042 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1043 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
1044 if test x$gas = xyes
1046 tm_file="usegas.h ${tm_file}"
1048 tmake_file=i386/t-sco5
1049 extra_parts="crtbegin.o crtend.o"
1052 i[34567]86-*-solaris2*)
1053 xm_defines="SMALL_ARG_MAX"
1054 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
1055 tmake_file="i386/t-sol2 t-svr4"
1056 if test x$gnu_ld = xyes; then
1057 tmake_file="$tmake_file t-slibgcc-elf-ver"
1059 tmake_file="$tmake_file t-slibgcc-sld"
1061 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1062 if test x${enable_threads} = x; then
1063 enable_threads=$have_pthread_h
1064 if test x${enable_threads} = x; then
1065 enable_threads=$have_thread_h
1068 if test x${enable_threads} = xyes; then
1069 if test x${have_pthread_h} = xyes; then
1072 thread_file='solaris'
1076 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1077 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1078 if test x$stabs = xyes
1080 tm_file="${tm_file} dbx.h"
1082 tmake_file="i386/t-crtpic t-svr4"
1083 extra_parts="crtbegin.o crtend.o"
1084 if test x$enable_threads = xyes; then
1089 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1090 xm_defines="SMALL_ARG_MAX"
1091 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1092 if test x$stabs = xyes
1094 tm_file="${tm_file} dbx.h"
1096 tmake_file="i386/t-crtpic t-svr4"
1097 extra_parts="crtbegin.o crtend.o"
1100 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1101 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h i386/udk.h"
1102 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1103 extra_parts="crtbegin.o crtend.o"
1106 i[34567]86-*-sysv*) # Intel 80386's running system V
1107 if test x$gas = xyes
1109 if test x$stabs = xyes
1111 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
1112 tmake_file=i386/t-svr3dbx
1113 extra_parts="svr3.ifile svr3z.ifile"
1115 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
1116 extra_parts="crtbegin.o crtend.o"
1117 tmake_file=i386/t-crtstuff
1120 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
1121 extra_parts="crtbegin.o crtend.o"
1122 tmake_file=i386/t-crtstuff
1124 tmake_file="$tmake_file i386/t-crtpic"
1127 i386-*-vsta) # Intel 80386's running VSTa kernel
1128 xm_file="i386/xm-vsta.h"
1129 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/vsta.h"
1132 i[4567]86-wrs-vxworks)
1133 tm_file="${tm_file} i386/sysv4.h i386/unix.h i386/vxworks.h"
1134 tmake_file="${tmake_file} i386/t-vxworks"
1136 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1137 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1138 xm_file=i386/xm-cygwin.h
1139 tmake_file="i386/t-cygming i386/t-cygwin"
1141 c_target_objs=cygwin2.o
1142 cxx_target_objs=cygwin2.o
1143 if test x$enable_threads = xyes; then
1147 i[34567]86-*-mingw32*)
1148 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1149 xm_file=i386/xm-mingw32.h
1150 tmake_file="i386/t-cygming i386/t-mingw32"
1152 if test x$enable_threads = xyes; then
1157 tm_file="${tm_file} i386/crtdll.h"
1159 *mingw32msv* | *mingw32*)
1164 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1165 tmake_file="i386/t-cygwin i386/t-uwin"
1167 if test x$enable_threads = xyes; then
1172 i[34567]86-*-interix3*)
1173 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"
1174 tmake_file="i386/t-interix"
1176 if test x$enable_threads = xyes ; then
1179 if test x$stabs = xyes ; then
1180 tm_file="${tm_file} dbxcoff.h"
1183 i[34567]86-*-interix*)
1184 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1185 tmake_file="i386/t-interix"
1187 if test x$enable_threads = xyes ; then
1190 if test x$stabs = xyes ; then
1191 tm_file="${tm_file} dbxcoff.h"
1195 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1196 tmake_file="i386/t-i386elf t-svr4"
1199 tm_file="${tm_file} elfos.h svr4.h i860/sysv4.h"
1200 tmake_file="i860/t-i860 i860/t-svr4"
1201 extra_parts="crtbegin.o crtend.o"
1205 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1206 tmake_file=i960/t-960bare
1207 c_target_objs="i960-c.o"
1208 cxx_target_objs="i960-c.o"
1211 tmake_file="i960/t-960bare t-rtems"
1212 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1213 c_target_objs="i960-c.o"
1214 cxx_target_objs="i960-c.o"
1216 i960-*-*) # Default i960 environment.
1218 tmake_file=i960/t-960bare
1219 c_target_objs="i960-c.o"
1220 cxx_target_objs="i960-c.o"
1224 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1225 tmake_file="ia64/t-ia64"
1226 target_cpu_default="0"
1227 if test x$gas = xyes
1229 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1231 if test x$gnu_ld = xyes
1233 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1235 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1239 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1240 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1241 tmake_file="${tmake_file} ia64/t-ia64"
1242 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1245 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1246 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1247 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1248 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1249 if test x"$use_libunwind_exceptions" = xyes; then
1250 tmake_file="$tmake_file t-libunwind"
1254 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
1255 tmake_file="ia64/t-ia64 ia64/t-hpux"
1256 target_cpu_default="MASK_GNU_AS"
1257 case x$enable_threads in
1263 c_target_objs="ia64-c.o"
1264 cxx_target_objs="ia64-c.o"
1265 # If we decide to run fixproto we should define FIXPROTO_DEFINES
1266 # in ia64/t-hpux, and also fix the definition of putenv in
1267 # sys-protos.h (const char not char).
1270 tm_file="elfos.h ${tm_file}"
1274 tm_file="svr4.h elfos.h iq2000/iq2000.h"
1275 tmake_file=iq2000/t-iq2000
1276 out_file=iq2000/iq2000.c
1277 md_file=iq2000/iq2000.md
1281 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1282 extra_parts="crtinit.o crtfini.o"
1286 tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
1287 extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1291 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
1292 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1293 tmake_file="m32r/t-linux"
1296 if test x$enable_threads = xyes; then
1301 tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
1302 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1303 tmake_file="m32r/t-linux"
1306 if test x$enable_threads = xyes; then
1310 # m68hc11 and m68hc12 share the same machine description.
1311 m68hc11-*-*|m6811-*-*)
1312 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1313 tm_p_file="m68hc11/m68hc11-protos.h"
1314 md_file="m68hc11/m68hc11.md"
1315 out_file="m68hc11/m68hc11.c"
1316 tmake_file="m68hc11/t-m68hc11-gas"
1319 m68hc12-*-*|m6812-*-*)
1320 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1321 tm_p_file="m68hc11/m68hc11-protos.h"
1322 md_file="m68hc11/m68hc11.md"
1323 out_file="m68hc11/m68hc11.c"
1324 tmake_file="m68hc11/t-m68hc11-gas"
1327 m68000-hp-hpux*) # HP 9000 series 300
1328 tm_file="m68k/hp320base.h m68k/m68k.h m68k/hp320.h m68k/hp310.h"
1329 tm_defines="TARGET_DEFAULT=0" # 68000, no 68881, no bitfield ops
1330 if test x$gas = xyes
1332 tm_defines="${tm_defines} DBX_DEBUGGING_INFO=1 USE_GAS"
1334 tmake_file=m68k/t-hp320
1338 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1339 tm_file="m68k/hp320base.h m68k/m68k.h m68k/hp320.h"
1340 if test x$gas = xyes
1342 tm_defines="DBX_DEBUGGING_INFO=1 USE_GAS"
1344 tm_defines="NO_DOT_IN_LABEL NO_BUGS"
1349 m68k-hp-hpux*) # HP 9000 series 300
1350 tm_file="m68k/hp320base.h m68k/m68k.h m68k/hp320.h"
1351 if test x$gas = xyes
1353 tm_defines="DBX_DEBUGGING_INFO=1 USE_GAS"
1359 tmake_file=m68k/t-m68kbare
1360 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
1363 tmake_file=m68k/t-m68kbare
1364 tm_defines="MOTOROLA USE_GAS"
1365 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
1368 m68020-*-elf* | m68k-*-elf*)
1369 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1370 tm_defines="MOTOROLA USE_GAS"
1371 tmake_file=m68k/t-m68kelf
1372 extra_parts="crtbegin.o crtend.o"
1375 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1376 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1377 tm_defines="MOTOROLA USE_GAS"
1380 target_cpu_default="0"
1383 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1388 if test "x$enable_obsolete" != xyes; then
1389 echo "*** Configuration ${target} is obsolete." >&2
1390 echo "*** Specify --enable-obsolete to build it anyway." >&2
1391 echo "*** Support will be REMOVED in the next major release of GCC," >&2
1392 echo "*** unless a maintainer comes forward." >&2
1395 tm_file="m68k/m68k.h netbsd.h netbsd-aout.h m68k/netbsd.h"
1401 # needed to unconfuse gdb
1402 tm_defines="OBSD_OLD_GAS TARGET_DEFAULT=(MASK_68020|MASK_68881|MASK_BITFIELD)"
1403 tm_file="m68k/m68k.h openbsd.h m68k/openbsd.h"
1404 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1405 # we need collect2 until our bug is fixed...
1408 m68k-*-sysv4*) # Motorola m68k's running system V.4
1409 tm_file="m68k/m68k.h m68k/sgs.h dbxelf.h elfos.h svr4.h m68k/m68kv4.h"
1410 tm_defines="MOTOROLA SGS SGS_CMP_ORDER SGS_SWITCH_TABLES"
1412 extra_parts="crtbegin.o crtend.o"
1415 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
1416 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
1417 tm_defines="MOTOROLA USE_GAS"
1418 tmake_file=m68k/t-uclinux
1421 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1422 # with ELF format using glibc 2
1423 # aka the GNU/Linux C library 6.
1424 tm_file="m68k/m68k.h dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
1425 tm_defines="MOTOROLA USE_GAS"
1426 tmake_file="t-slibgcc-elf-ver t-linux"
1429 tmake_file="m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems"
1430 tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h m68k/rtemself.h rtems.h"
1431 tm_defines="MOTOROLA USE_GAS"
1432 extra_parts="crtbegin.o crtend.o"
1435 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1436 tmake_file=mcore/t-mcore
1440 tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
1441 tmake_file=mcore/t-mcore-pe
1444 mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
1445 tm_file="${tm_file} mips/iris5.h"
1446 if test x$gas = xyes
1448 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h mips/iris6-o32-gas.h"
1449 if test x$stabs = xyes
1451 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1453 tmake_file=mips/t-iris5-gas
1455 tm_file="${tm_file} mips/iris6-o32-as.h"
1456 tmake_file=mips/t-iris5-as
1458 tm_file="${tm_file} mips/iris6-o32.h"
1459 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1460 target_cpu_default="MASK_ABICALLS"
1461 # mips-tfile doesn't work yet
1462 # See comment in mips/iris5.h file.
1467 # if test x$enable_threads = xyes; then
1468 # thread_file='irix'
1472 mips-sgi-irix6*) # SGI System V.4., IRIX 6
1473 tm_file="${tm_file} mips/iris5.h mips/iris6.h"
1474 tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1475 if test x$gas = xyes
1477 tm_file="${tm_file} mips/iris6gas.h"
1479 if test "x$gnu_ld" = xyes
1481 tm_file="${tm_file} mips/iris6gld.h"
1482 tmake_file="$tmake_file mips/t-iris6gld"
1484 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1485 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1486 # See comment in mips/iris5.h file. Only enabled for O32 ABI
1492 # if test x$enable_threads = xyes; then
1493 # thread_file='irix'
1497 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
1498 tm_file="${tm_file} mips/iris5.h mips/iris6.h mips/cross64.h"
1499 tmake_file="mips/t-iris mips/t-cross64"
1500 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1501 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1502 # See comment in mips/iris[56].h files.
1504 # if test x$enable_threads = xyes; then
1505 # thread_file='irix'
1509 mips-sgi-irix5*) # SGI System V.4., IRIX 5
1510 tm_file="${tm_file} mips/iris5.h"
1511 if test x$gas = xyes
1513 tm_file="${tm_file} mips/sdb.h mips/iris5gas.h"
1514 if test x$stabs = xyes
1516 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1518 tmake_file=mips/t-iris5-gas
1520 tmake_file=mips/t-iris5-as
1522 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1523 target_cpu_default="MASK_ABICALLS"
1524 # mips-tfile doesn't work yet
1525 # See comment in mips/iris5.h file.
1527 # if test x$enable_threads = xyes; then
1528 # thread_file='irix'
1532 mips*-*-netbsd*) # NetBSD/mips, either endian.
1533 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1534 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1537 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1538 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux64"
1540 # This default ABI is a partial lie: t-linux64 overrides the
1541 # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1542 # that is installed. What GCC thinks of as the default must
1543 # remain as ABI_32 such that the SONAMEs of the libgcc shared
1544 # libraries remain compatible with those of mips-linux-gnu.
1545 tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1546 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1547 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1551 mips*-*-linux*) # Linux MIPS, either endian.
1552 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1555 target_cpu_default="MASK_SOFT_FLOAT"
1556 tm_defines="MIPS_ISA_DEFAULT=32"
1559 tmake_file="t-slibgcc-elf-ver t-linux"
1562 tm_defines="OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1563 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1564 tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1567 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1568 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1571 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1572 tm_file="${tm_file} mips/elf.h"
1573 tmake_file=mips/t-isa3264
1574 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1577 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1578 tm_file="${tm_file} mips/elf.h"
1579 tmake_file=mips/t-isa3264
1580 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1583 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1584 tm_file="${tm_file} mips/elf.h"
1585 tmake_file=mips/t-isa3264
1586 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1587 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_EABI"
1590 mipsisa64sr71k-*-elf*)
1591 tm_file="${tm_file} mips/elf.h"
1592 tmake_file=mips/t-sr71k
1593 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1594 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1597 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1598 tm_file="${tm_file} mips/elf.h"
1599 tmake_file=mips/t-elf
1600 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1601 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1604 mips-*-elf* | mipsel-*-elf*)
1605 tm_file="${tm_file} mips/elf.h"
1606 tmake_file=mips/t-elf
1609 mips64-*-elf* | mips64el-*-elf*)
1610 tm_file="${tm_file} mips/elf64.h"
1611 tmake_file=mips/t-elf
1612 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1613 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1616 mips64vr-*-elf* | mips64vrel-*-elf*)
1617 tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1618 tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1619 tmake_file=mips/t-vr
1622 mips64orion-*-elf* | mips64orionel-*-elf*)
1623 tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1624 tmake_file=mips/t-elf
1625 tmake_file=mips/t-elf
1626 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1627 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1631 tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1632 tmake_file="mips/t-elf t-rtems mips/t-rtems"
1635 # We want vxworks.h after mips/elf.h, which unfortunately means we
1636 # have to redo the tm_file list from scratch.
1637 tm_file="elfos.h mips/mips.h svr4.h mips/elf.h vxworks.h mips/vxworks.h"
1638 tmake_file="${tmake_file} mips/t-vxworks"
1639 target_cpu_default="MASK_GAS"
1641 mips-wrs-windiss) # Instruction-level simulator for VxWorks.
1643 tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1644 tmake_file="${tmake_file} mips/t-elf"
1645 target_cpu_default="MASK_GAS"
1648 mipstx39-*-elf* | mipstx39el-*-elf*)
1649 tm_file="${tm_file} mips/r3900.h mips/elf.h"
1650 tmake_file=mips/t-r3900
1653 mmix-knuth-mmixware)
1654 need_64bit_hwint=yes
1657 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1658 if test x$stabs = xyes
1660 tm_file="${tm_file} dbx.h"
1666 echo "GCC does not yet support the ${target} target"; exit 1
1669 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1670 # On NetBSD, the headers are already okay, except for math.h.
1671 tmake_file="t-netbsd ns32k/t-ns32k"
1676 tm_file="${tm_file} pdp11/2bsd.h"
1685 # port not yet contributed
1686 #powerpc-*-openbsd*)
1687 # tmake_file="${tmake_file} rs6000/t-fprules "
1691 tm_file="rs6000/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1693 x|xpowerpc64|xdefault64) tm_file="${tm_file} rs6000/default64.h";;
1695 tm_file="${tm_file} rs6000/linux64.h"
1696 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-ppccomm rs6000/t-linux64"
1699 tm_file="${cpu_type}/${cpu_type}.h elfos.h svr4.h freebsd-spec.h gnu.h rs6000/sysv4.h rs6000/linux64.h rs6000/gnu.h"
1700 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1703 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1704 tmake_file="rs6000/t-fprules rs6000/t-beos"
1709 tm_file="${tm_file} rs6000/darwin.h"
1710 tmake_file="t-darwin t-slibgcc-darwin rs6000/t-darwin"
1711 extra_headers=altivec.h
1713 powerpc*-*-freebsd*)
1714 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1715 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1718 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1719 tmake_file="${tmake_file} rs6000/t-netbsd"
1721 powerpc-*-chorusos*)
1722 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1723 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1724 case ${enable_threads} in
1732 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1733 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1735 powerpc-*-eabisimaltivec*)
1736 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h rs6000/eabialtivec.h"
1737 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1740 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1741 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1744 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1745 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1748 powerpc-*-eabialtivec*)
1749 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1750 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1753 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1754 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1757 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
1758 tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm"
1760 powerpc-*-linux*altivec*)
1761 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1762 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1764 powerpc-*-linux*spe*)
1765 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h"
1766 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1769 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
1770 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
1772 powerpc-*-gnu-gnualtivec*)
1773 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"
1774 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1775 if test x$enable_threads = xyes; then
1780 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"
1781 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
1782 if test x$enable_threads = xyes; then
1786 powerpc-wrs-vxworks*)
1787 # We want vxworks.h after rs6000/sysv4.h, which unfortunately
1788 # means we have to redo the tm_file list from scratch.
1789 tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1790 tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
1791 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
1792 extra_headers=ppc-asm.h
1794 powerpc-wrs-windiss*) # Instruction-level simulator for VxWorks.
1795 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
1796 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1801 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1802 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1806 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
1807 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1810 powerpcle-*-eabisim*)
1811 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/eabisim.h"
1812 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1815 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
1816 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1819 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
1820 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1823 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h kaos.h rs6000/kaos-ppc.h"
1824 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1826 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
1827 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
1828 tmake_file="rs6000/t-fprules rs6000/t-newas"
1833 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
1834 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
1835 tmake_file=rs6000/t-aix43
1840 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
1841 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
1842 tmake_file=rs6000/t-aix43
1847 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
1848 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
1849 tmake_file=rs6000/t-aix52
1855 tm_file="svr3.h lynx.h rs6000/lynxbase.h rs6000/rs6000.h rs6000/lynx.h"
1856 tmake_file=rs6000/t-fprules
1861 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1862 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
1865 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
1866 tm_p_file=s390/s390-protos.h
1867 md_file=s390/s390.md
1868 extra_modes=s390/s390-modes.def
1869 out_file=s390/s390.c
1870 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
1873 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
1874 tm_p_file=s390/s390-protos.h
1875 md_file=s390/s390.md
1876 extra_modes=s390/s390-modes.def
1877 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1878 out_file=s390/s390.c
1879 tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
1881 sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
1882 tmake_file="sh/t-sh sh/t-elf"
1885 tm_file="sh/little.h ${tm_file}"
1886 tmake_file="${tmake_file} sh/t-le"
1889 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h"
1892 tmake_file="${tmake_file} sh/t-sh64"
1893 tm_file="${tm_file} sh/sh64.h"
1894 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1896 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1897 sh4*) target_cpu_default="SELECT_SH4" ;;
1898 sh3e*) target_cpu_default="SELECT_SH3E" ;;
1899 sh3*) target_cpu_default="SELECT_SH3" ;;
1900 sh2e*) target_cpu_default="SELECT_SH2E" ;;
1901 sh2*) target_cpu_default="SELECT_SH2" ;;
1904 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1907 sh*-*-kaos*) tm_file="${tm_file} kaos.h sh/kaos-sh.h" ;;
1912 tmake_file="sh/t-sh sh/t-elf t-rtems"
1913 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
1916 tmake_file="sh/t-sh t-rtems"
1917 tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h"
1919 sh-*-linux* | sh[2346lbe]*-*-linux*)
1920 tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
1922 sh*be-*-* | sh*eb-*-*) ;;
1924 tm_file="sh/little.h ${tm_file}"
1925 tmake_file="${tmake_file} sh/t-le"
1928 tmake_file="${tmake_file} sh/t-linux"
1929 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
1932 tmake_file="${tmake_file} sh/t-sh64"
1933 tm_file="${tm_file} sh/sh64.h"
1934 extra_headers="shmedia.h ushmedia.h sshmedia.h"
1936 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
1937 sh4*) target_cpu_default="SELECT_SH4" ;;
1938 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
1939 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
1940 sh3e*) target_cpu_default="SELECT_SH3E" ;;
1941 sh3*) target_cpu_default="SELECT_SH3" ;;
1942 sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
1943 sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
1944 sh2e*) target_cpu_default="SELECT_SH2E" ;;
1945 sh2*) target_cpu_default="SELECT_SH2" ;;
1948 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
1951 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
1952 sh64-*-netbsd* | sh64l*-*-netbsd*)
1953 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
1954 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
1957 tm_file="sh/little.h ${tm_file}"
1958 tmake_file="${tmake_file} sh/t-le"
1961 tmake_file="${tmake_file} sh/t-be"
1966 # SHmedia, 32-bit ABI
1967 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
1968 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
1971 # SHmedia, 64-bit ABI
1972 target_cpu_default="SH5_BIT|SH4_BIT"
1973 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
1976 # SH3, software floating point
1977 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
1978 tmake_file="${tmake_file} sh/t-netbsd"
1983 tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
1984 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/vxworks.h"
1987 tm_file="${tm_file} dbxcoff.h sh/coff.h"
1991 tm_file="${tm_file} sparc/pbd.h"
1995 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
1998 tm_defines=OBSD_OLD_GAS
1999 tm_file="sparc/sparc.h openbsd.h sparc/openbsd.h"
2000 # needed to unconfuse gdb
2001 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2002 # we need collect2 until our bug is fixed...
2006 tm_file="sparc/openbsd1-64.h sparc/sparc.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2011 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
2012 tmake_file="sparc/t-elf sparc/t-crtfm"
2013 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2016 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
2017 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2018 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
2021 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
2022 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2023 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2025 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2026 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
2027 if test x$gnu_ld = xyes; then
2028 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2030 if test x$gas = xyes; then
2031 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2033 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2034 if test x$gnu_ld = xyes; then
2035 tmake_file="$tmake_file t-slibgcc-elf-ver"
2037 tmake_file="$tmake_file t-slibgcc-sld"
2039 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2040 if test x${enable_threads} = x ; then
2041 enable_threads=$have_pthread_h
2042 if test x${enable_threads} = x ; then
2043 enable_threads=$have_thread_h
2046 if test x${enable_threads} = xyes ; then
2047 if test x${have_pthread_h} = xyes ; then
2050 thread_file='solaris'
2053 need_64bit_hwint=yes
2056 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
2057 if test x$gnu_ld = xyes; then
2058 tm_file="${tm_file} sparc/sol2-gld.h"
2060 tmake_file="sparc/t-sol2 sparc/t-crtfm"
2061 if test x$gnu_ld = xyes; then
2062 tmake_file="$tmake_file t-slibgcc-elf-ver"
2064 tmake_file="$tmake_file t-slibgcc-sld"
2067 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2068 if test x$gnu_ld = xno; then
2069 tm_file="${tm_file} sparc/sol26-sld.h"
2072 *-*-solaris2.[789] | *-*-solaris2.1[0-9])
2073 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2074 if test x$gnu_ld = xyes; then
2075 tm_file="${tm_file} sparc/sol2-gld-bi.h"
2077 if test x$gas = xyes; then
2078 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2080 tmake_file="$tmake_file sparc/t-sol2-64"
2081 need_64bit_hwint=yes
2084 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2085 if test x${enable_threads} = x; then
2086 enable_threads=$have_pthread_h
2087 if test x${enable_threads} = x; then
2088 enable_threads=$have_thread_h
2091 if test x${enable_threads} = xyes; then
2092 if test x${have_pthread_h} = xyes; then
2095 thread_file='solaris'
2100 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
2102 extra_parts="crtbegin.o crtend.o"
2106 tm_file="${tm_file} sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
2107 tmake_file=sparc/t-sparclite
2110 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/liteelf.h"
2111 tmake_file="sparc/t-sparclite sparc/t-crtfm"
2112 extra_parts="crtbegin.o crtend.o"
2116 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/sp86x-elf.h"
2117 tmake_file="sparc/t-sp86x sparc/t-crtfm"
2118 extra_parts="crtbegin.o crtend.o"
2122 tm_file="sparc/sparc.h sparc/aout.h sparc/sp64-aout.h"
2126 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2127 tmake_file="${tmake_file} sparc/t-crtfm"
2128 extra_parts="crtbegin.o crtend.o"
2131 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2132 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2133 tmake_file="${tmake_file} sparc/t-crtfm"
2134 case "x$with_cpu" in
2136 x) with_cpu=ultrasparc ;;
2137 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2139 need_64bit_hwint=yes
2141 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
2142 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
2143 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2146 tmake_file="${tmake_file} sparc/t-netbsd64"
2147 tm_file="sparc/biarch64.h ${tm_file}"
2148 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2151 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2152 tmake_file=arm/t-strongarm-elf
2155 extra_modes=arm/arm-modes.def
2159 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
2160 tmake_file=arm/t-strongarm-pe
2163 extra_modes=arm/arm-modes.def
2168 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-strongarm.h"
2169 tmake_file=arm/t-strongarm-elf
2172 extra_modes=arm/arm-modes.def
2175 target_cpu_default="TARGET_CPU_v850e1"
2176 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2177 tm_p_file=v850/v850-protos.h
2178 tmake_file=v850/t-v850e
2179 md_file=v850/v850.md
2180 out_file=v850/v850.c
2181 if test x$stabs = xyes
2183 tm_file="${tm_file} dbx.h"
2186 c_target_objs="v850-c.o"
2187 cxx_target_objs="v850-c.o"
2191 target_cpu_default="TARGET_CPU_v850e"
2192 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2193 tm_p_file=v850/v850-protos.h
2194 tmake_file=v850/t-v850e
2195 md_file=v850/v850.md
2196 out_file=v850/v850.c
2197 if test x$stabs = xyes
2199 tm_file="${tm_file} dbx.h"
2202 c_target_objs="v850-c.o"
2203 cxx_target_objs="v850-c.o"
2207 target_cpu_default="TARGET_CPU_generic"
2208 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2209 tmake_file=v850/t-v850
2210 if test x$stabs = xyes
2212 tm_file="${tm_file} dbx.h"
2215 c_target_objs="v850-c.o"
2216 cxx_target_objs="v850-c.o"
2219 vax-*-bsd*) # VAXen running BSD
2220 tm_file="${tm_file} vax/bsd.h"
2224 vax-*-sysv*) # VAXen running system V
2225 tm_file="${tm_file} vax/vaxv.h"
2229 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2232 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2238 tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2241 vax-*-ultrix*) # VAXen running ultrix
2242 tm_file="${tm_file} vax/ultrix.h"
2245 vax-*-*) # VAX default entry
2246 if test "x$enable_obsolete" != xyes; then
2247 echo "*** Configuration ${target} is obsolete." >&2
2248 echo "*** Specify --enable-obsolete to build it anyway." >&2
2249 echo "*** Support will be REMOVED in the next major release of GCC," >&2
2250 echo "*** unless a maintainer comes forward." >&2
2256 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2257 tmake_file=arm/t-xscale-elf
2260 extra_modes=arm/arm-modes.def
2264 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
2265 tmake_file=arm/t-xscale-coff
2268 extra_modes=arm/arm-modes.def
2272 # For historical reasons, the target files omit the 'x'.
2273 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2274 tm_p_file=stormy16/stormy16-protos.h
2275 md_file=stormy16/stormy16.md
2276 out_file=stormy16/stormy16.c
2277 tmake_file="stormy16/t-stormy16"
2278 extra_parts="crtbegin.o crtend.o"
2282 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2283 tmake_file="xtensa/t-xtensa xtensa/t-elf"
2286 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2287 tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
2290 tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2291 tmake_file="t-slibgcc-elf-ver t-linux mn10300/t-linux"
2293 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2297 echo "*** Configuration ${target} not supported" 1>&2
2302 # Support for --with-cpu and related options (and a few unrelated options,
2306 echo "--with-cpu must be passed a value" 1>&2
2311 # If there is no $with_cpu option, try to infer one from ${target}.
2312 # This block sets nothing except for with_cpu.
2313 if test x$with_cpu = x ; then
2316 # A Cirrus ARM variant.
2323 case ${target_noncanonical} in
2333 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2334 with_cpu=pentium-mmx
2341 i686-*-* | i786-*-*)
2342 case ${target_noncanonical} in
2343 k8-*|opteron-*|athlon_64-*)
2346 athlon_xp-*|athlon_mp-*|athlon_4-*)
2349 athlon_tbird-*|athlon-*)
2385 with_cpu="`echo ${target} | sed 's/-.*$//'`"
2386 if [ x$with_cpu = xsparc64 ]; then
2393 # Similarly for --with-schedule.
2394 if test x$with_schedule = x; then
2397 # Override default PA8000 scheduling model.
2398 with_schedule=7100LC
2403 # Validate and mark as valid any --with options supported
2404 # by this target. In order to use a particular --with option
2405 # you must list it in supported_defaults; validating the value
2406 # is optional. This case statement should set nothing besides
2407 # supported_defaults.
2412 supported_defaults="cpu tune"
2413 for which in cpu tune; do
2414 eval "val=\$with_$which"
2417 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2418 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2422 echo "Unknown CPU used in --with-$which=$val" 1>&2
2430 supported_defaults="arch cpu float tune"
2431 for which in cpu tune; do
2432 eval "val=\$with_$which"
2435 | arm[236789] | arm250 | arm[67][01]0 \
2436 | arm60 | arm620 | arm7d | arm7di \
2437 | arm7m | arm7dm | arm7dmi | arm[79]tdmi \
2438 | arm70 | arm700i | arm710t | arm720 \
2439 | arm720t | arm740t | arm710c | arm920 \
2440 | arm920t | arm926ejs | arm940t | arm9e | arm10tdmi \
2441 | arm7100 | arm7500 | arm7500fe | arm810 \
2442 | arm1026ejs | arm1020t | arm1136js | arm1136jfs \
2445 | strongarm | strongarm110 | strongarm11[01]0)
2449 echo "Unknown CPU used in --with-$which=$val" 1>&2
2455 case "$with_arch" in
2457 | armv[2345] | armv2a | armv3m | armv4t | armv5t \
2458 | armv5te | armv6j | ep9312)
2462 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2467 case "$with_float" in
2473 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2478 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2479 echo "Warning: --with-arch overrides --with-cpu" 1>&2
2483 hppa*-*-* | parisc*-*-*)
2484 supported_defaults="arch schedule"
2486 case "$with_arch" in
2487 "" | 1.0 | 1.1 | 2.0)
2491 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
2496 case "$with_schedule" in
2497 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
2501 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
2507 i[34567]86-*-* | x86_64-*-*)
2508 supported_defaults="arch cpu tune"
2509 for which in arch cpu tune; do
2510 eval "val=\$with_$which"
2513 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
2514 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
2515 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
2516 | athlon-4 | athlon-xp | athlon-mp | k8 | opteron \
2517 | athlon64 | athlon-fx)
2521 echo "Unknown CPU given in --with-$which=$val." 1>&2
2529 supported_defaults="abi arch float tune"
2531 case ${with_float} in
2536 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2542 "" | 32 | o64 | n32 | 64 | eabi)
2546 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
2552 powerpc*-*-* | rs6000-*-*)
2553 supported_defaults="cpu float tune"
2555 for which in cpu tune; do
2556 eval "val=\$with_$which"
2558 "" | default32 | default64 | common \
2559 | power | power2 | power3 | power4 \
2560 | powerpc | powerpc64 \
2561 | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
2562 | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
2563 | 601 | 602 | 603 | 603e | ec603e | 604 \
2564 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 \
2565 | 8540 | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5)
2569 echo "Unknown cpu used in --with-$which=$val." 1>&2
2577 supported_defaults="arch mode tune"
2579 for which in arch tune; do
2580 eval "val=\$with_$which"
2582 "" | g5 | g6 | z900 | z990)
2586 echo "Unknown cpu used in --with-$which=$val." 1>&2
2592 case ${with_mode} in
2597 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
2604 supported_defaults="cpu float tune"
2606 for which in cpu tune; do
2607 eval "val=\$with_$which"
2609 "" | sparc | sparcv9 | sparc64 | sparc86x \
2610 | v7 | cypress | v8 | supersparc | sparclite | f930 \
2611 | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
2612 | v9 | ultrasparc | ultrasparc3)
2616 echo "Unknown cpu used in --with-$which=$val" 1>&2
2622 case ${with_float} in
2627 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2634 supported_defaults=cpu
2636 "" | v850e | v850e1)
2640 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2647 # Set some miscellaneous flags for particular targets.
2648 target_cpu_default2=
2651 if test x$gas = xyes
2653 target_cpu_default2="MASK_GAS"
2658 case "x$with_cpu" in
2661 target_cpu_default2="TARGET_CPU_generic"
2665 target_cpu_default2="TARGET_CPU_$with_cpu"
2670 hppa*-*-* | parisc*-*-*)
2671 if test x$gas = xyes
2673 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2679 mips*-*-ecoff* | mips*-*-elf*)
2680 if test x$gas = xyes
2682 if test x$gnu_ld = xyes
2684 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2686 target_cpu_default2="MASK_GAS"
2691 if test x$gas = xyes
2693 target_cpu_default2="MASK_GAS"
2699 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2703 *mips/elf.h* | *mips/elf64.h*)
2704 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2707 if test "x$enable_gofast" = xyes
2709 tm_defines="US_SOFTWARE_GOFAST $tm_defines"
2710 tmake_file="mips/t-gofast $tmake_file"
2712 tmake_file="mips/t-mips $tmake_file"
2716 powerpc*-*-* | rs6000-*-*)
2717 if test x$enable_altivec = xyes
2719 tm_file="$tm_file rs6000/altivec-defs.h"
2721 # FIXME: The PowerPC port uses the value set at compile time,
2722 # although it's only cosmetic.
2723 if test "x$with_cpu" != x
2725 target_cpu_default2="\\\"$with_cpu\\\""
2727 out_file=rs6000/rs6000.c
2728 c_target_objs="${c_target_objs} rs6000-c.o"
2729 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2730 tmake_file="rs6000/t-rs6000 ${tmake_file}"
2734 # Some standard aliases.
2740 with_cpu=sparclite86x
2742 xsparcv9 | xsparc64)
2747 # The Sparc port checks this value at compile-time.
2748 target_cpu_default2="TARGET_CPU_$with_cpu"
2751 # FIXME: The v850 is "special" in that it does not support
2752 # runtime CPU selection, only --with-cpu.
2753 case "x$with_cpu" in
2757 target_cpu_default2="TARGET_CPU_$with_cpu"
2764 all_defaults="abi cpu arch tune schedule float mode"
2765 for option in $all_defaults
2767 eval "val=\$with_$option"
2768 if test -n "$val"; then
2769 case " $supported_defaults " in
2773 echo "This target does not support --with-$option." 2>&1
2780 t="{ \"$option\", \"$val\" }"
2782 t="${t}, { \"$option\", \"$val\" }"
2788 configure_default_options="{ { NULL, NULL} }"
2790 configure_default_options="{ ${t} }"
2793 if test "$target_cpu_default2" != ""
2795 if test "$target_cpu_default" != ""
2797 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2799 target_cpu_default=$target_cpu_default2