8540.md: New file.
[gcc.git] / gcc / config.gcc
1 # GCC build-, host- and target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 # Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free
9 #Software Foundation; either version 2, or (at your option) any later
10 #version.
11
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
13 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 #FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 #for more details.
16
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING. If not, write to the Free
19 #Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 #02111-1307, USA.
21
22 # This is the GCC build-, host- and target-specific configuration file
23 # where a configuration type, as recognized and generated by config.bfd,
24 # is mapped to different system-specific definitions and files. This is
25 # invoked by the autoconf-generated configure script, called for build,
26 # host and target in that order, setting ${machine} to each. Putting it
27 # in a separate shell file lets us skip running autoconf when modifying
28 # build-, host- and target-specific information.
29
30 # This file switches on the shell variable ${machine}, and also uses the
31 # following shell variables:
32 #
33 # with_* Various variables as set by configure.
34 #
35 # enable_threads_flag Either the name, yes or no depending on whether
36 # threads support was requested.
37 #
38 # gas_flag Either yes or no depending on whether GNU as was
39 # requested.
40 #
41 # gnu_ld_flag Either yes or no depending on whether GNU ld was
42 # requested.
43
44 # This file sets the following shell variables for use by the
45 # autoconf-generated configure script:
46 #
47 # cpu_type The name of the cpu, if different from machine.
48 #
49 # tm_defines List of target macros to define for all compilations.
50 #
51 # tm_file A list of target macro files, if different from
52 # "$cpu_type/$cpu_type.h". Usually it's constructed
53 # per target in a way like this:
54 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
55 # Note that the preferred order is:
56 # - specific target header "${cpu_type}/${cpu_type.h}"
57 # - generic headers like dbxelf.h elfos.h, netware.h, etc.
58 # - specializing target headers like ${cpu_type.h}/elf.h
59 # This helps to keep OS specific stuff out of the CPU
60 # defining header ${cpu_type}/${cpu_type.h}.
61 #
62 # tm_p_file Location of file with declarations for functions
63 # in $out_file.
64 #
65 # out_file The name of the machine description C support
66 # file, if different from "$cpu_type/$cpu_type.c".
67 #
68 # md_file The name of the machine-description file, if
69 # different from "$cpu_type/$cpu_type.md".
70 #
71 # tmake_file A list of machine-description-specific
72 # makefile-fragments, if different from
73 # "$cpu_type/t-$cpu_type".
74 #
75 # extra_modes The name of the file containing a list of extra
76 # machine modes, if necessary and different from
77 # "$cpu_type/$cpu_type-modes.def".
78 #
79 # extra_objs List of extra objects that should be linked into
80 # the compiler proper (cc1, cc1obj, cc1plus)
81 # depending on target.
82 #
83 # extra_headers List of used header files from the directory
84 # config/${cpu_type}.
85 #
86 # host_xmake_file List of host-specific makefile-fragments.
87 #
88 # extra_passes List of extra executables compiled for this target
89 # machine, used for compiling from source to object.
90 #
91 # extra_parts List of extra object files that should be compiled
92 # for this target machine.
93 #
94 # extra_programs Like extra_passes, but these are used when linking.
95 #
96 # host_extra_objs List of extra host-dependent objects that should
97 # be linked into the compiler proper.
98 #
99 # host_extra_gcc_objs List of extra host-dependent objects that should
100 # be linked into the gcc driver.
101 #
102 # out_host_hook_obj An object file that provides the host hooks.
103 #
104 # c_target_objs List of extra target-dependent objects that be
105 # linked into the C compiler only.
106 #
107 # cxx_target_objs List of extra target-dependent objects that be
108 # linked into the C++ compiler only.
109 #
110 # target_gtfiles List of extra source files with type information.
111 #
112 # build_xm_defines List of macros to define when compiling for the
113 # build machine.
114 #
115 # build_xm_file List of files to include when compiling for the
116 # build machine.
117 #
118 # host_xm_defines List of macros to define when compiling for the
119 # host machine.
120 #
121 # host_xm_file List of files to include when compiling for the
122 # host machine.
123 #
124 # xm_defines List of macros to define when compiling for the
125 # target machine.
126 #
127 # xm_file List of files to include when compiling for the
128 # target machine.
129 #
130 # use_collect2 Set to yes or no, depending on whether collect2
131 # will be used.
132 #
133 # target_cpu_default Set to override the default target model.
134 #
135 # build_install_headers_dir
136 # Target to use when installing header files.
137 #
138 # host_truncate_target
139 # Non-empty if the target name should be truncated
140 # on this host, due to filename length issues.
141 #
142 # gdb_needs_out_file_path
143 # Set to yes if gdb needs a dir command with
144 # `dirname $out_file`.
145 #
146 # build_exeext Set to the suffix, if the build machine requires
147 # executables to have a file name suffix.
148 #
149 # host_exeext Set to the suffix, if the host machine requires
150 # executables to have a file name suffix.
151 #
152 # thread_file Set to control which thread package to use.
153 #
154 # gas Set to yes or no depending on whether the target
155 # system normally uses GNU as.
156 #
157 # need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
158 # for this target. This is true iff
159 # MAX_LONG_TYPE_SIZE is 64. (The code which
160 # determines the underlying integral type for
161 # HOST_WIDE_INT cannot see the definition of
162 # MAX_LONG_TYPE_SIZE.)
163
164 # The following variables are used in each case-construct to build up the
165 # outgoing variables:
166 #
167 # xmake_file Makefile-fragment when this system is as a host,
168 # for host_xmake_file.
169 #
170 # extra_host_objs List of extra objects that should be linked into
171 # the compiler proper when this system is a host,
172 # for host_extra_objs.
173 #
174 # host_hook_obj An object file that provides the host hooks.
175 #
176 # install_headers_dir Makefile-target for how the header file directory
177 # is installed, when this system is a build system,
178 # for build_install_headers_dir.
179 #
180 # truncate_target Non-empty if the target name should be truncated
181 # when this system is a host, due to filename length
182 # issues. For host_truncate_target.
183 #
184 # exeext The suffix for executables on this system.
185 #
186 # gnu_ld Set to yes or no depending on whether the target
187 # system normally uses GNU ld.
188
189 out_file=
190 xmake_file=
191 tmake_file=
192 extra_headers=
193 extra_passes=
194 extra_parts=
195 extra_programs=
196 extra_objs=
197 extra_host_objs=
198 extra_gcc_objs=
199 c_target_objs=
200 cxx_target_objs=
201 host_hook_obj=host-default.o
202 tm_defines=
203 xm_defines=
204 # Set this to force installation and use of collect2.
205 use_collect2=
206 # Set this to override the default target model.
207 target_cpu_default=
208 # Set this to control how the header file directory is installed.
209 install_headers_dir=install-headers-tar
210 # Set this if directory names should be truncated to 14 characters.
211 truncate_target=
212 # Set this if gdb needs a dir command with `dirname $out_file`
213 gdb_needs_out_file_path=
214 # Set this if the build machine requires executables to have a
215 # file name suffix.
216 exeext=
217 # Set this to control which thread package will be used.
218 thread_file=
219 # Reinitialize these from the flag values every loop pass, since some
220 # configure entries modify them.
221 gas="$gas_flag"
222 gnu_ld="$gnu_ld_flag"
223 enable_threads=$enable_threads_flag
224 target_gtfiles=
225 need_64bit_hwint=
226
227 # Obsolete configurations.
228 case $machine in
229 m88k-*-aout* \
230 | m88k-*-openbsd* \
231 | m88k-*-sysv4* \
232 | mips-sni-sysv4 \
233 | mn10200-*-* \
234 | ns32k-*-openbsd* \
235 | romp-*-openbsd* \
236 )
237 if test "x$enable_obsolete" != xyes; then
238 echo "*** Configuration $machine is obsolete." >&2
239 echo "*** Specify --enable-obsolete to build it anyway." >&2
240 echo "*** Support will be REMOVED in the next major release of GCC," >&2
241 echo "*** unless a maintainer comes forward." >&2
242 exit 1
243 fi;;
244 esac
245
246 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
247 # updated in each machine entry. Also set default extra_headers for some
248 # machines.
249 tm_p_file=
250 cpu_type=`echo $machine | sed 's/-.*$//'`
251 case $machine in
252 alpha*-*-*)
253 cpu_type=alpha
254 need_64bit_hwint=yes
255 ;;
256 strongarm*-*-*)
257 cpu_type=arm
258 ;;
259 arm*-*-*)
260 cpu_type=arm
261 ;;
262 ep9312*-*-*)
263 cpu_type=arm
264 ;;
265 xscale-*-*)
266 cpu_type=arm
267 ;;
268 i[34567]86-*-*)
269 cpu_type=i386
270 extra_headers="mmintrin.h xmmintrin.h"
271 ;;
272 x86_64-*-*)
273 cpu_type=i386
274 extra_headers="mmintrin.h xmmintrin.h"
275 need_64bit_hwint=yes
276 ;;
277 ia64-*-*)
278 extra_headers=ia64intrin.h
279 need_64bit_hwint=yes
280 ;;
281 hppa*-*-* | parisc*-*-*)
282 cpu_type=pa
283 ;;
284 m680[012]0-*-*)
285 cpu_type=m68k
286 extra_headers=math-68881.h
287 ;;
288 m68k-*-*)
289 extra_headers=math-68881.h
290 ;;
291 mips*-*-*)
292 cpu_type=mips
293 need_64bit_hwint=yes
294 ;;
295 powerpc*-*-*)
296 cpu_type=rs6000
297 extra_headers="ppc-asm.h altivec.h spe.h"
298 need_64bit_hwint=yes
299 ;;
300 rs6000*-*-*)
301 need_64bit_hwint=yes
302 ;;
303 sparc64*-*-*)
304 cpu_type=sparc
305 need_64bit_hwint=yes
306 ;;
307 sparc*-*-*)
308 cpu_type=sparc
309 ;;
310 s390*-*-*)
311 need_64bit_hwint=yes
312 ;;
313 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
314 sh[123456789l]*-*-*)
315 cpu_type=sh
316 need_64bit_hwint=yes
317 ;;
318 tic4x-*-*)
319 cpu_type=c4x
320 ;;
321 esac
322
323 tm_file=${cpu_type}/${cpu_type}.h
324 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
325 then
326 tm_p_file=${cpu_type}/${cpu_type}-protos.h
327 fi
328 extra_modes=
329 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
330 then
331 extra_modes=${cpu_type}/${cpu_type}-modes.def
332 fi
333
334 case $machine in
335 x86_64-*-*)
336 tm_file="i386/biarch64.h ${tm_file}"
337 ;;
338 esac
339
340 # On a.out targets, we need to use collect2.
341 case $machine in
342 *-*-*aout*)
343 use_collect2=yes
344 ;;
345 esac
346
347 # Common parts for widely ported systems.
348 case $machine in
349 *-*-linux*)
350 case $machine in
351 *-*-linux*ecoff* | *-*-linux*libc1* | *-*-linux*oldld* | *-*-linux*aout*)
352 ;;
353 *)
354 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
355 gas=yes gnu_ld=yes
356 case x${enable_threads} in
357 x | xyes | xposix) thread_file='posix'
358 ;;
359 esac
360 ;;
361 esac
362 ;;
363 *-*-gnu*)
364 # On the Hurd, the setup is just about the same on
365 # each different CPU. The specific machines that we
366 # support are matched above and just set $cpu_type.
367 tm_file="${cpu_type}/gnu.h"
368 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
369 # GNU always uses ELF.
370 elf=yes
371 # GNU tools are the only tools.
372 gnu_ld=yes
373 gas=yes
374 # These details are the same as for Linux.
375 # But here we need a little extra magic.
376 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
377 case $machine in
378 alpha*)
379 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
380 ;;
381 i[34567]86-*-*)
382 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}"
383 ;;
384 esac
385 ;;
386 *-*-openbsd*)
387 tm_file=${cpu_type}/openbsd.h
388 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
389 if test x$enable_threads = xyes; then
390 thread_file='posix'
391 tmake_file="${tmake_file} t-openbsd-thread"
392 fi
393 ;;
394 *-*-netbsd*)
395 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
396 gas=yes
397 gnu_ld=yes
398
399 # NetBSD 2.0 and later get POSIX threads enabled by default.
400 # Allow them to be explicitly enabled on any other version.
401 case x${enable_threads} in
402 x)
403 case $machine in
404 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
405 thread_file='posix'
406 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
407 ;;
408 esac
409 ;;
410 xyes | xposix)
411 thread_file='posix'
412 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
413 ;;
414 esac
415
416 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
417 # ELF configurations. We will clear extra_parts in the
418 # a.out configurations.
419 case $machine in
420 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
421 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
422 ;;
423 esac
424 ;;
425 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
426 # This is the place-holder for the generic a.out configuration
427 # of FreeBSD. No actual configuration resides here since
428 # there was only ever a bare-bones ix86 configuration for
429 # a.out and it exists solely in the machine-specific section.
430 # This place-holder must exist to avoid dropping into
431 # the generic ELF configuration of FreeBSD (i.e. it must be
432 # ordered before that section).
433 ;;
434 *-*-freebsd*)
435 # This is the generic ELF configuration of FreeBSD. Later
436 # machine-specific sections may refine and add to this
437 # configuration.
438 #
439 # Due to tm_file entry ordering issues that vary between cpu
440 # architectures, we only define fbsd_tm_file to allow the
441 # machine-specific section to dictate the final order of all
442 # entries of tm_file with the minor exception that components
443 # of the tm_file set here will always be of the form:
444 #
445 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
446 #
447 # The machine-specific section should not tamper with this
448 # ordering but may order all other entries of tm_file as it
449 # pleases around the provided core setting.
450 gas=yes
451 gnu_ld=yes
452 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
453 case $machine in
454 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
455 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
456 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
457 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
458 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
459 esac
460 tmake_file="t-slibgcc-elf-ver t-freebsd"
461 xmake_file=none
462 case x${enable_threads} in
463 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
464 x | xyes | xpthreads | xposix)
465 thread_file='posix'
466 tmake_file="${tmake_file} t-freebsd-thread"
467 # Before 5.0, FreeBSD can't bind shared libraries to -lc
468 # when "optionally" threaded via weak pthread_* checks.
469 case $machine in
470 *-*-freebsd[34] | *-*-freebsd[34].*)
471 tmake_file="${tmake_file} t-slibgcc-nolc-override";;
472 esac
473 ;;
474 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
475 esac
476 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
477 ;;
478 *-*-darwin*)
479 tm_file="${tm_file} darwin.h"
480 tm_p_file="${tm_p_file} darwin-protos.h"
481 tmake_file="t-darwin"
482 target_gtfiles="\$(srcdir)/config/darwin.c"
483 c_target_objs="darwin-c.o"
484 cxx_target_objs="darwin-c.o"
485 extra_parts="crt2.o"
486 # Darwin linker does collect2 functionality
487 use_collect2=no
488 extra_objs="darwin.o"
489 ;;
490 *-*-vxworks*)
491 tmake_file=t-vxworks
492 tm_file="${tm_file} elfos.h svr4.h vxworks.h"
493 thread_file='vxworks'
494 use_collect2=yes
495 ;;
496 esac
497
498 case $machine in
499 # Support site-specific machine types.
500 *local*)
501 rest=`echo $machine | sed -e "s/$cpu_type-//"`
502 tm_file=${cpu_type}/$rest.h
503 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
504 then xm_file=${cpu_type}/xm-$rest.h
505 fi
506 if test -f $srcdir/config/${cpu_type}/x-$rest
507 then xmake_file=${cpu_type}/x-$rest
508 fi
509 if test -f $srcdir/config/${cpu_type}/t-$rest
510 then tmake_file=${cpu_type}/t-$rest
511 fi
512 ;;
513 alpha*-*-unicosmk*)
514 use_collect2=yes
515 tm_file="${tm_file} alpha/unicosmk.h"
516
517 # Don't include t-ieee for now because we don't support that yet
518 # tmake_file="alpha/t-ieee"
519 tmake_file="alpha/t-unicosmk"
520 ;;
521 alpha-*-interix)
522 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
523
524 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
525 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
526
527 # GAS + IEEE_CONFORMANT
528 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
529
530 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
531 if test x$enable_threads = xyes ; then
532 thread_file='posix'
533 fi
534 if test x$stabs = xyes ; then
535 tm_file="${tm_file} dbxcoff.h"
536 fi
537 #prefix='$$INTERIX_ROOT'/usr/contrib
538 #local_prefix='$$INTERIX_ROOT'/usr/contrib
539 ;;
540 alpha*-*-linux*ecoff*)
541 echo "Configuration $machine no longer supported" 1>&2
542 exit 1
543 ;;
544 alpha*-*-linux*libc1*)
545 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
546 target_cpu_default="MASK_GAS"
547 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
548 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
549 gas=yes gnu_ld=yes
550 if test x$enable_threads = xyes; then
551 thread_file='posix'
552 fi
553 ;;
554 alpha*-*-linux*)
555 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
556 target_cpu_default="MASK_GAS"
557 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
558 ;;
559 alpha*-*-gnu*)
560 target_cpu_default="MASK_GAS"
561 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
562 ;;
563 alpha*-*-freebsd*)
564 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
565 target_cpu_default="MASK_GAS"
566 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
567 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
568 ;;
569 alpha*-*-netbsd*)
570 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
571 target_cpu_default="MASK_GAS"
572 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
573 ;;
574
575 alpha*-*-openbsd*)
576 tm_file="${cpu_type}/${cpu_type}.h ${tm_file}"
577 # default x-alpha is only appropriate for dec-osf.
578 target_cpu_default="MASK_GAS"
579 tmake_file="alpha/t-alpha alpha/t-ieee"
580 ;;
581
582 alpha*-dec-osf[45]*)
583 if test x$stabs = xyes
584 then
585 tm_file="${tm_file} dbx.h"
586 fi
587 if test x$gas != xyes
588 then
589 extra_passes="mips-tfile mips-tdump"
590 fi
591 use_collect2=yes
592 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
593 tm_file="${tm_file} alpha/osf.h"
594 extra_headers=va_list.h
595 case $machine in
596 *-*-osf4*)
597 # Some versions of OSF4 (specifically X4.0-9 296.7) have
598 # a broken tar, so we use cpio instead.
599 install_headers_dir=install-headers-cpio
600 # Set target_cpu_default except on 4.0a.
601 case $machine in
602 *-*-osf4.0a) ;;
603 *) target_cpu_default=MASK_SUPPORT_ARCH
604 esac
605 ;;
606 *-*-osf5*)
607 tm_file="${tm_file} alpha/osf5.h"
608 target_cpu_default=MASK_SUPPORT_ARCH
609 ;;
610 esac
611 ;;
612 alpha64-dec-*vms*)
613 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
614 xm_file="alpha/xm-vms.h"
615 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
616 xmake_file=alpha/x-vms
617 exeext=.exe
618 # This removes the cpu type and manufacturer components and
619 # replaces "." with "_" in the operating system version.
620 case $host in *-*-*vms*)
621 target_alias=`echo $host \
622 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
623 ;;
624 esac
625 install_headers_dir=install-headers-cp
626 prefix=/gnu
627 local_prefix=/gnu
628 ;;
629 alpha*-dec-*vms*)
630 tm_file="${tm_file} alpha/vms.h"
631 xm_file=alpha/xm-vms.h
632 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
633 xmake_file=alpha/x-vms
634 exeext=.exe
635 # This removes the cpu type and manufacturer components and
636 # replaces "." with "_" in the operating system version.
637 case $host in *-*-*vms*)
638 target_alias=`echo $host \
639 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
640 ;;
641 esac
642 install_headers_dir=install-headers-cp
643 prefix=/gnu
644 local_prefix=/gnu
645 ;;
646 arc-*-elf*)
647 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
648 extra_parts="crtinit.o crtfini.o"
649 ;;
650 arm-*-coff* | armel-*-coff*)
651 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
652 tmake_file=arm/t-arm-coff
653 ;;
654 arm-semi-aout | armel-semi-aout)
655 tm_file="arm/semi.h arm/aout.h arm/arm.h"
656 tmake_file=arm/t-semi
657 ;;
658 arm-semi-aof | armel-semi-aof)
659 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
660 tmake_file=arm/t-semi
661 ;;
662 arm*-*-freebsd*|strongarm*-*-freebsd*)
663 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
664 tmake_file="${tmake_file} arm/t-strongarm-elf"
665 ;;
666 arm*-*-netbsdelf*)
667 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
668 tmake_file="${tmake_file} arm/t-netbsd"
669 ;;
670 arm*-*-netbsd*)
671 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
672 tmake_file="t-netbsd arm/t-netbsd"
673 extra_parts=""
674 use_collect2=yes
675 ;;
676 arm*-*-linux*) # ARM GNU/Linux with ELF
677 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"
678 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
679 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
680 gnu_ld=yes
681 case x${enable_threads} in
682 x | xyes | xpthreads | xposix)
683 thread_file='posix'
684 ;;
685 esac
686 ;;
687 arm*-*-uclinux*) # ARM ucLinux
688 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"
689 tmake_file=arm/t-arm-elf
690 ;;
691 arm*-*-aout)
692 tm_file="arm/aout.h arm/arm.h"
693 tmake_file=arm/t-arm-aout
694 ;;
695 arm*-*-ecos-elf)
696 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
697 tmake_file=arm/t-arm-elf
698 ;;
699 arm*-*-rtems*)
700 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"
701 tmake_file="arm/t-arm-elf t-rtems"
702 if test x$enable_threads = xyes; then
703 thread_file='rtems'
704 fi
705 ;;
706 arm*-*-elf | ep9312-*-elf)
707 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
708 tmake_file=arm/t-arm-elf
709 ;;
710 arm*-*-conix*)
711 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
712 tmake_file=arm/t-arm-elf
713 ;;
714 arm*-*-oabi)
715 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
716 tmake_file=arm/t-arm-elf
717 ;;
718 arm-*-pe*)
719 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
720 tmake_file=arm/t-pe
721 extra_objs="pe.o"
722 ;;
723 avr-*-*)
724 ;;
725 c4x-*-rtems* | tic4x-*-rtems*)
726 tmake_file="c4x/t-c4x t-rtems"
727 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
728 if test x$enable_threads = xyes; then
729 thread_file='rtems'
730 fi
731 c_target_objs="c4x-c.o"
732 cxx_target_objs="c4x-c.o"
733 ;;
734 c4x-* | tic4x-*)
735 tmake_file=c4x/t-c4x
736 c_target_objs="c4x-c.o"
737 cxx_target_objs="c4x-c.o"
738 ;;
739 cris-*-aout)
740 tm_file="dbxelf.h ${tm_file} cris/aout.h"
741 gas=yes
742 tmake_file="cris/t-cris cris/t-aout"
743 ;;
744 cris-*-elf | cris-*-none)
745 tm_file="dbxelf.h elfos.h ${tm_file}"
746 tmake_file="cris/t-cris cris/t-elfmulti"
747 gas=yes
748 ;;
749 cris-*-linux*)
750 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
751 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
752 ;;
753 d30v-*)
754 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
755 ;;
756 dsp16xx-*)
757 ;;
758 fr30-*-elf)
759 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
760 tmake_file=fr30/t-fr30
761 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
762 ;;
763 frv-*-elf)
764 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
765 tmake_file=frv/t-frv
766 ;;
767 h8300-*-rtems*)
768 tmake_file="h8300/t-h8300 t-rtems"
769 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
770 if test x$enable_threads = xyes; then
771 thread_file='rtems'
772 fi
773 ;;
774 h8300-*-elf*)
775 tmake_file="h8300/t-h8300 h8300/t-elf"
776 tm_file="h8300/h8300.h h8300/elf.h"
777 ;;
778 h8300-*-*)
779 ;;
780 hppa*64*-*-linux* | parisc*64*-*-linux*)
781 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
782 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
783 pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
784 tmake_file=pa/t-linux64
785 gas=yes gnu_ld=yes
786 need_64bit_hwint=yes
787 ;;
788 hppa*-*-linux* | parisc*-*-linux*)
789 target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS"
790 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
791 pa/pa32-regs.h pa/pa32-linux.h"
792 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
793 ;;
794 hppa*-*-openbsd*)
795 target_cpu_default="MASK_PA_11"
796 tmake_file=pa/t-bsd
797 ;;
798 hppa1.1-*-pro*)
799 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
800 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
801 tmake_file="pa/t-bsd pa/t-pro"
802 xmake_file="pa/x-ada"
803 ;;
804 hppa1.1-*-osf*)
805 target_cpu_default="MASK_PA_11"
806 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
807 tmake_file="pa/t-bsd pa/t-pa"
808 xmake_file="pa/x-ada"
809 use_collect2=yes
810 ;;
811 hppa1.1-*-rtems*)
812 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
813 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"
814 tmake_file="pa/t-bsd pa/t-pro t-rtems"
815 xmake_file="pa/x-ada"
816 if test x$enable_threads = xyes; then
817 thread_file='rtems'
818 fi
819 ;;
820 hppa1.0-*-osf*)
821 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
822 tmake_file="pa/t-bsd pa/t-pa"
823 xmake_file="pa/x-ada"
824 use_collect2=yes
825 ;;
826 hppa1.1-*-bsd*)
827 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
828 target_cpu_default="MASK_PA_11"
829 tmake_file="pa/t-bsd pa/t-pa"
830 xmake_file="pa/x-ada"
831 use_collect2=yes
832 ;;
833 hppa1.0-*-bsd*)
834 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
835 tmake_file="pa/t-bsd pa/t-pa"
836 xmake_file="pa/x-ada"
837 use_collect2=yes
838 ;;
839 hppa1.0-*-hpux7*)
840 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
841 tmake_file=pa/t-pa-hpux
842 install_headers_dir=install-headers-cpio
843 use_collect2=yes
844 ;;
845 hppa1.0-*-hpux8.0[0-2]*)
846 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
847 tmake_file=pa/t-pa-hpux
848 if test x$gas != xyes
849 then
850 tm_file="pa/pa-oldas.h ${tm_file}"
851 fi
852 install_headers_dir=install-headers-cpio
853 use_collect2=yes
854 ;;
855 hppa1.1-*-hpux8.0[0-2]*)
856 target_cpu_default="MASK_PA_11"
857 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
858 tmake_file=pa/t-pa-hpux
859 if test x$gas != xyes
860 then
861 tm_file="pa/pa-oldas.h ${tm_file}"
862 fi
863 install_headers_dir=install-headers-cpio
864 use_collect2=yes
865 ;;
866 hppa1.1-*-hpux8*)
867 target_cpu_default="MASK_PA_11"
868 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
869 tmake_file=pa/t-pa-hpux
870 install_headers_dir=install-headers-cpio
871 use_collect2=yes
872 ;;
873 hppa1.0-*-hpux8*)
874 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
875 tmake_file=pa/t-pa-hpux
876 install_headers_dir=install-headers-cpio
877 use_collect2=yes
878 ;;
879 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
880 target_cpu_default="MASK_PA_11"
881 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
882 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
883 xmake_file="pa/x-ada"
884 if test x$enable_threads = x; then
885 enable_threads=$have_pthread_h
886 fi
887 case x${enable_threads} in
888 xyes | xdce)
889 tmake_file="${tmake_file} pa/t-dce-thr"
890 ;;
891 esac
892 install_headers_dir=install-headers-cpio
893 use_collect2=yes
894 ;;
895 hppa1.0-*-hpux10*)
896 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
897 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
898 xmake_file="pa/x-ada"
899 if test x$enable_threads = x; then
900 enable_threads=$have_pthread_h
901 fi
902 case x${enable_threads} in
903 xyes | xdce)
904 tmake_file="${tmake_file} pa/t-dce-thr"
905 ;;
906 esac
907 install_headers_dir=install-headers-cpio
908 use_collect2=yes
909 ;;
910 hppa*64*-*-hpux11*)
911 if test x$gas = xyes
912 then
913 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
914 pa/pa64-regs.h pa/long_double.h pa/pa-hpux.h \
915 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
916 else
917 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
918 pa/pa64-regs.h pa/long_double.h pa/pa-hpux.h \
919 pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
920 fi
921 need_64bit_hwint=yes
922 tmake_file="pa/t-pa64 pa/t-pa-hpux"
923 xmake_file="pa/x-ada"
924 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
925 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
926 if test x$gnu_ld = xyes
927 then
928 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
929 fi
930 # if [ x$enable_threads = x ]; then
931 # enable_threads=$have_pthread_h
932 # fi
933 # if [ x$enable_threads = xyes ]; then
934 # thread_file='dce'
935 # tmake_file="${tmake_file} pa/t-dce-thr"
936 # fi
937 install_headers_dir=install-headers-cpio
938 ;;
939 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
940 target_cpu_default="MASK_PA_11"
941 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
942 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
943 xmake_file="pa/x-ada"
944 # if test x$enable_threads = x; then
945 # enable_threads=$have_pthread_h
946 # fi
947 # if test x$enable_threads = xyes; then
948 # thread_file='dce'
949 # tmake_file="${tmake_file} pa/t-dce-thr"
950 # fi
951 install_headers_dir=install-headers-cpio
952 use_collect2=yes
953 ;;
954 hppa1.0-*-hpux11*)
955 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
956 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
957 xmake_file="pa/x-ada"
958 # if test x$enable_threads = x; then
959 # enable_threads=$have_pthread_h
960 # fi
961 # if test x$enable_threads = xyes; then
962 # thread_file='dce'
963 # tmake_file="${tmake_file} pa/t-dce-thr"
964 # fi
965 install_headers_dir=install-headers-cpio
966 use_collect2=yes
967 ;;
968 hppa1.1-*-hpux* | hppa2*-*-hpux*)
969 target_cpu_default="MASK_PA_11"
970 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
971 tmake_file=pa/t-pa-hpux
972 install_headers_dir=install-headers-cpio
973 use_collect2=yes
974 ;;
975 hppa1.0-*-hpux*)
976 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
977 tmake_file=pa/t-pa-hpux
978 install_headers_dir=install-headers-cpio
979 use_collect2=yes
980 ;;
981 hppa1.1-*-hiux* | hppa2*-*-hiux*)
982 target_cpu_default="MASK_PA_11"
983 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
984 tmake_file=pa/t-pa-hpux
985 install_headers_dir=install-headers-cpio
986 use_collect2=yes
987 ;;
988 hppa1.0-*-hiux*)
989 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
990 tmake_file=pa/t-pa-hpux
991 install_headers_dir=install-headers-cpio
992 use_collect2=yes
993 ;;
994 hppa*-*-lites*)
995 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
996 target_cpu_default="MASK_PA_11"
997 tmake_file="pa/t-bsd pa/t-pa"
998 xmake_file="pa/x-ada"
999 use_collect2=yes
1000 ;;
1001 hppa*-*-mpeix*)
1002 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
1003 tmake_file=pa/t-mpeix
1004 echo "You must use gas. Assuming it is already installed."
1005 gas=yes
1006 install_headers_dir=install-headers-tar
1007 use_collect2=yes
1008 ;;
1009 i370-*-opened*) # IBM 360/370/390 Architecture
1010 xm_defines='FATAL_EXIT_CODE=12'
1011 tm_file=i370/oe.h
1012 tmake_file="i370/t-oe i370/t-i370"
1013 c_target_objs="i370-c.o"
1014 cxx_target_objs="i370-c.o"
1015 ;;
1016 i370-*-mvs*)
1017 xm_defines='FATAL_EXIT_CODE=12'
1018 tm_file=i370/mvs.h
1019 tmake_file="i370/t-i370"
1020 c_target_objs="i370-c.o"
1021 cxx_target_objs="i370-c.o"
1022 ;;
1023 i370-*-linux*)
1024 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
1025 tmake_file="t-slibgcc-elf-ver t-linux"
1026 # broken_install=yes
1027 elf=yes
1028 ;;
1029 i[34567]86-*-darwin*)
1030 tm_file="${tm_file} i386/darwin.h"
1031 ;;
1032 i[34567]86-*-elf*)
1033 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1034 tmake_file="i386/t-i386elf t-svr4"
1035 ;;
1036 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
1037 xm_defines="SMALL_ARG_MAX"
1038 if test x$stabs = xyes -a x$gas = xyes
1039 then
1040 tm_file=i386/sysv4gdb.h
1041 else
1042 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1043 fi
1044 extra_parts="crtbegin.o crtend.o"
1045 tmake_file=i386/t-crtpic
1046 ;;
1047 i[34567]86-*-netware) # Intel 80386's running netware
1048 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1049 tmake_file=i386/t-netware
1050 ;;
1051 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1052 if test x$gas = xyes
1053 then
1054 tm_file="${tm_file} usegas.h"
1055 fi
1056 xm_defines="SMALL_ARG_MAX"
1057 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1058 tmake_file=t-svr4
1059 extra_parts="crtbegin.o crtend.o"
1060 install_headers_dir=install-headers-cpio
1061 ;;
1062 i[34567]86-sequent-sysv*) # would otherwise be caught by i?86-*-sysv*
1063 echo "*** Configuration $machine not supported" 1>&2
1064 exit 1
1065 ;;
1066 i[34567]86-*-aout*)
1067 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1068 ;;
1069 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1070 tmake_file='i386/t-beos i386/t-crtpic'
1071 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1072 extra_parts='crtbegin.o crtend.o'
1073 ;;
1074 i[34567]86-*-freebsd2 | i[34567]86-*-freebsd2.* | i[34567]86-*-freebsd*aout*)
1075 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
1076 tmake_file=t-freebsd
1077 ;;
1078 i[34567]86-*-freebsd*)
1079 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1080 ;;
1081 x86_64-*-freebsd*)
1082 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"
1083 ;;
1084 i[34567]86-*-netbsdelf*)
1085 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1086 ;;
1087 i[34567]86-*-netbsd*)
1088 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1089 tmake_file=t-netbsd
1090 extra_parts=""
1091 use_collect2=yes
1092 ;;
1093 x86_64-*-netbsd*)
1094 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"
1095 ;;
1096 i[34567]86-*-openbsd*)
1097 tm_file="${cpu_type}/${cpu_type}.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h ${tm_file}"
1098 # needed to unconfuse gdb
1099 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1100 # we need collect2 until our bug is fixed...
1101 use_collect2=yes
1102 ;;
1103 i[34567]86-*-coff*)
1104 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1105 ;;
1106 i[34567]86-*-linux*oldld*) # would otherwise be caught by i?86-*-linux*
1107 echo "*** Configuration $machine not supported" 1>&2
1108 exit 1
1109 ;;
1110 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1111 # with a.out format
1112 tmake_file="t-linux-aout i386/t-crtstuff"
1113 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
1114 gnu_ld=yes
1115 ;;
1116 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1117 # with ELF format using the
1118 # GNU/Linux C library 5
1119 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1120 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1121 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1122 gnu_ld=yes
1123 if test x$enable_threads = xyes; then
1124 thread_file='single'
1125 fi
1126 ;;
1127 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1128 # with ELF format using glibc 2
1129 # aka GNU/Linux C library 6
1130 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1131 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1132 ;;
1133 x86_64-*-linux*)
1134 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1135 i386/x86-64.h i386/linux64.h"
1136 tmake_file="t-slibgcc-elf-ver t-linux i386/t-linux64"
1137 ;;
1138 i[34567]86-*-gnu*)
1139 ;;
1140 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1141 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1142 exit 1
1143 ;;
1144 i[34567]86-pc-msdosdjgpp*)
1145 xm_file=i386/xm-djgpp.h
1146 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
1147 tmake_file=i386/t-djgpp
1148 gnu_ld=yes
1149 gas=yes
1150 exeext=.exe
1151 case $host in *pc-msdosdjgpp*)
1152 target_alias=djgpp
1153 ;;
1154 esac
1155 ;;
1156 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1157 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1158 tmake_file=t-libc-ok
1159 gnu_ld=yes
1160 gas=yes
1161 ;;
1162 i[34567]86-*-lynxos*)
1163 if test x$gas = xyes
1164 then
1165 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
1166 else
1167 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
1168 fi
1169 ;;
1170 i[34567]86-*-mach*)
1171 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
1172 # tmake_file=t-libc-ok
1173 use_collect2=yes
1174 ;;
1175 i[34567]86-go32-rtems* | i[34567]86-*-rtemscoff*)
1176 # would otherwise be caught by i?86-*-rtems*
1177 echo "*** Configuration $machine not supported" 1>&2
1178 exit 1
1179 ;;
1180 i[34567]86-*-rtems*)
1181 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1182 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1183 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1184 if test x$enable_threads = xyes; then
1185 thread_file='rtems'
1186 fi
1187 ;;
1188 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1189 install_headers_dir=install-headers-cpio
1190 tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
1191 if test x$gas = xyes
1192 then
1193 tm_file="usegas.h ${tm_file}"
1194 tmake_file=i386/t-sco5gas
1195 else
1196 tmake_file=i386/t-sco5
1197 fi
1198 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1199 ;;
1200 i[34567]86-*-solaris2*)
1201 xm_defines="SMALL_ARG_MAX"
1202 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h i386/sol2.h"
1203 tmake_file="i386/t-sol2 t-svr4"
1204 if test x$gnu_ld = xyes; then
1205 tmake_file="$tmake_file t-slibgcc-elf-ver"
1206 else
1207 tmake_file="$tmake_file t-slibgcc-sld"
1208 fi
1209 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1210 if test x${enable_threads} = x; then
1211 enable_threads=$have_pthread_h
1212 if test x${enable_threads} = x; then
1213 enable_threads=$have_thread_h
1214 fi
1215 fi
1216 if test x${enable_threads} = xyes; then
1217 if test x${have_pthread_h} = xyes; then
1218 thread_file='posix'
1219 else
1220 thread_file='solaris'
1221 fi
1222 fi
1223 ;;
1224 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1225 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1226 if test x$stabs = xyes
1227 then
1228 tm_file="${tm_file} dbx.h"
1229 fi
1230 tmake_file="i386/t-crtpic t-svr4"
1231 extra_parts="crtbegin.o crtend.o"
1232 if test x$enable_threads = xyes; then
1233 thread_file='posix'
1234 fi
1235 ;;
1236 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1237 xm_defines="SMALL_ARG_MAX"
1238 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1239 if test x$stabs = xyes
1240 then
1241 tm_file="${tm_file} dbx.h"
1242 fi
1243 tmake_file="i386/t-crtpic t-svr4"
1244 extra_parts="crtbegin.o crtend.o"
1245 ;;
1246 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1247 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"
1248 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1249 extra_parts="crtbegin.o crtend.o"
1250 install_headers_dir=install-headers-cpio
1251 ;;
1252 i[34567]86-*-sysv*) # Intel 80386's running system V
1253 if test x$gas = xyes
1254 then
1255 if test x$stabs = xyes
1256 then
1257 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
1258 tmake_file=i386/t-svr3dbx
1259 extra_parts="svr3.ifile svr3z.ifile"
1260 else
1261 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
1262 extra_parts="crtbegin.o crtend.o"
1263 tmake_file=i386/t-crtstuff
1264 fi
1265 else
1266 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
1267 extra_parts="crtbegin.o crtend.o"
1268 tmake_file=i386/t-crtstuff
1269 fi
1270 tmake_file="$tmake_file i386/t-crtpic"
1271 ;;
1272 i386-*-vsta) # Intel 80386's running VSTa kernel
1273 xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1274 tm_file="${tm_file} i386/vsta.h"
1275 ;;
1276 i[34567]86-*-win32)
1277 xm_file=i386/xm-cygwin.h
1278 tmake_file=i386/t-cygwin
1279 tm_file="${tm_file} i386/win32.h"
1280 extra_objs=winnt.o
1281 if test x$enable_threads = xyes; then
1282 thread_file='win32'
1283 fi
1284 exeext=.exe
1285 ;;
1286 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1287 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1288 xm_file=i386/xm-cygwin.h
1289 tmake_file="i386/t-cygming i386/t-cygwin"
1290 extra_objs=winnt.o
1291 c_target_objs=cygwin2.o
1292 cxx_target_objs=cygwin2.o
1293 if test x$enable_threads = xyes; then
1294 thread_file='posix'
1295 fi
1296 exeext=.exe
1297 ;;
1298 i[34567]86-*-mingw32*)
1299 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1300 xm_file=i386/xm-mingw32.h
1301 tmake_file="i386/t-cygming i386/t-mingw32"
1302 extra_objs=winnt.o
1303 if test x$enable_threads = xyes; then
1304 thread_file='win32'
1305 fi
1306 exeext=.exe
1307 case $machine in
1308 *mingw32crt*)
1309 tm_file="${tm_file} i386/crtdll.h"
1310 ;;
1311 *mingw32msv* | *mingw32*)
1312 ;;
1313 esac
1314 ;;
1315 i[34567]86-*-uwin*)
1316 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1317 tmake_file="i386/t-cygwin i386/t-uwin"
1318 extra_objs=winnt.o
1319 if test x$enable_threads = xyes; then
1320 thread_file='win32'
1321 fi
1322 exeext=.exe
1323 ;;
1324 i[34567]86-*-interix3*)
1325 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"
1326 tmake_file="t-interix i386/t-interix"
1327 extra_objs=winnt.o
1328 xmake_file="x-interix"
1329 if test x$enable_threads = xyes ; then
1330 thread_file='posix'
1331 fi
1332 if test x$stabs = xyes ; then
1333 tm_file="${tm_file} dbxcoff.h"
1334 fi
1335 ;;
1336 i[34567]86-*-interix*)
1337 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1338 tmake_file="t-interix i386/t-interix"
1339 extra_objs=winnt.o
1340 if test x$enable_threads = xyes ; then
1341 thread_file='posix'
1342 fi
1343 if test x$stabs = xyes ; then
1344 tm_file="${tm_file} dbxcoff.h"
1345 fi
1346 ;;
1347 i960-*-coff*)
1348 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1349 tmake_file=i960/t-960bare
1350 c_target_objs="i960-c.o"
1351 cxx_target_objs="i960-c.o"
1352 ;;
1353 i960-*-rtems)
1354 tmake_file="i960/t-960bare t-rtems"
1355 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1356 if test x$enable_threads = xyes; then
1357 thread_file='rtems'
1358 fi
1359 c_target_objs="i960-c.o"
1360 cxx_target_objs="i960-c.o"
1361 ;;
1362 i960-*-*) # Default i960 environment.
1363 use_collect2=yes
1364 tmake_file=i960/t-960bare
1365 c_target_objs="i960-c.o"
1366 cxx_target_objs="i960-c.o"
1367 ;;
1368 ia64*-*-elf*)
1369 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1370 tmake_file="ia64/t-ia64"
1371 target_cpu_default="0"
1372 if test x$gas = xyes
1373 then
1374 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1375 fi
1376 if test x$gnu_ld = xyes
1377 then
1378 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1379 fi
1380 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1381 ;;
1382 ia64*-*-freebsd*)
1383 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1384 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1385 tmake_file="${tmake_file} ia64/t-ia64"
1386 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1387 ;;
1388 ia64*-*-linux*)
1389 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1390 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1391 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1392 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1393 if test x"$use_libunwind_exceptions" = xyes; then
1394 tmake_file="$tmake_file t-libunwind"
1395 fi
1396 ;;
1397 ia64*-*-hpux*)
1398 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1399 tmake_file="ia64/t-ia64 ia64/t-hpux"
1400 target_cpu_default="MASK_GNU_AS"
1401 if test x$enable_threads = xyes; then
1402 thread_file='posix'
1403 fi
1404 use_collect2=no
1405 c_target_objs="ia64-c.o"
1406 cxx_target_objs="ia64-c.o"
1407 ;;
1408 ip2k-*-elf)
1409 ;;
1410 m32r-*-elf*)
1411 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1412 extra_parts="crtinit.o crtfini.o"
1413 ;;
1414 # m68hc11 and m68hc12 share the same machine description.
1415 m68hc11-*-*|m6811-*-*)
1416 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1417 tm_p_file="m68hc11/m68hc11-protos.h"
1418 md_file="m68hc11/m68hc11.md"
1419 out_file="m68hc11/m68hc11.c"
1420 tmake_file="m68hc11/t-m68hc11-gas"
1421 ;;
1422 m68hc12-*-*|m6812-*-*)
1423 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1424 tm_p_file="m68hc11/m68hc11-protos.h"
1425 md_file="m68hc11/m68hc11.md"
1426 out_file="m68hc11/m68hc11.c"
1427 tmake_file="m68hc11/t-m68hc11-gas"
1428 ;;
1429 m68000-hp-bsd*) # HP 9000/200 running BSD
1430 tm_file=m68k/hp2bsd.h
1431 use_collect2=yes
1432 ;;
1433 m68000-hp-hpux*) # HP 9000 series 300
1434 if test x$gas = xyes
1435 then
1436 tm_file=m68k/hp310g.h
1437 else
1438 tm_file=m68k/hp310.h
1439 fi
1440 tmake_file=m68k/t-hp320
1441 install_headers_dir=install-headers-cpio
1442 use_collect2=yes
1443 ;;
1444 m68000-sun-sunos3*)
1445 tm_file=m68k/sun2.h
1446 use_collect2=yes
1447 ;;
1448 m68000-sun-sunos4*)
1449 tm_file=m68k/sun2o4.h
1450 use_collect2=yes
1451 ;;
1452 m68000-att-sysv*)
1453 if test x$gas = xyes
1454 then
1455 tm_file=m68k/3b1g.h
1456 else
1457 tm_file=m68k/3b1.h
1458 fi
1459 use_collect2=yes
1460 ;;
1461 m68k-atari-sysv4*) # Atari variant of V.4.
1462 tm_file=m68k/atari.h
1463 tmake_file=t-svr4
1464 extra_parts="crtbegin.o crtend.o"
1465 ;;
1466 m68k-apollo-sysv* | m68k-bull-sysv*)
1467 # can otherwise be caught by m68k-*-sysv4*
1468 echo "*** Configuration $machine not supported" 1>&2
1469 exit 1
1470 ;;
1471 m68k-motorola-sysv*)
1472 tm_file=m68k/mot3300.h
1473 if test x$gas = xyes
1474 then
1475 if test x$gnu_ld = xyes
1476 then
1477 tmake_file=m68k/t-mot3300-gald
1478 else
1479 tmake_file=m68k/t-mot3300-gas
1480 use_collect2=yes
1481 fi
1482 else
1483 if test x$gnu_ld = xyes
1484 then
1485 tmake_file=m68k/t-mot3300-gld
1486 else
1487 tmake_file=m68k/t-mot3300
1488 use_collect2=yes
1489 fi
1490 fi
1491 gdb_needs_out_file_path=yes
1492 extra_parts="crt0.o mcrt0.o"
1493 ;;
1494 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1495 tm_file=m68k/tower-as.h
1496 extra_parts="crtbegin.o crtend.o"
1497 ;;
1498 m68k-plexus-sysv*)
1499 tm_file=m68k/plexus.h
1500 use_collect2=yes
1501 ;;
1502 m68k-tti-*)
1503 tm_file=m68k/pbb.h
1504 ;;
1505 m68k-crds-unos*)
1506 tm_file=m68k/crds.h
1507 use_collect2=yes
1508 ;;
1509 m68k-cbm-sysv4*) # Commodore variant of V.4.
1510 tm_file=m68k/amix.h
1511 tmake_file=t-svr4
1512 extra_parts="crtbegin.o crtend.o"
1513 ;;
1514 m68k-ccur-rtu)
1515 tm_file=m68k/ccur-GAS.h
1516 use_collect2=yes
1517 ;;
1518 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1519 tm_file=m68k/hp3bsd44.h
1520 use_collect2=yes
1521 ;;
1522 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1523 tm_file=m68k/hp3bsd.h
1524 use_collect2=yes
1525 ;;
1526 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1527 if test x$gas = xyes
1528 then
1529 xmake_file=m68k/x-hp320g
1530 tm_file=m68k/hp320g.h
1531 else
1532 xmake_file=m68k/x-hp320
1533 tm_file=m68k/hpux7.h
1534 fi
1535 install_headers_dir=install-headers-cpio
1536 use_collect2=yes
1537 ;;
1538 m68k-hp-hpux*) # HP 9000 series 300
1539 if test x$gas = xyes
1540 then
1541 xmake_file=m68k/x-hp320g
1542 tm_file=m68k/hp320g.h
1543 else
1544 xmake_file=m68k/x-hp320
1545 tm_file=m68k/hp320.h
1546 fi
1547 install_headers_dir=install-headers-cpio
1548 use_collect2=yes
1549 ;;
1550 m68k-sun-mach*)
1551 tm_file=m68k/sun3mach.h
1552 use_collect2=yes
1553 ;;
1554 m68k-sun-sunos3*)
1555 if test x$with_fp = xno
1556 then
1557 tm_file=m68k/sun3n3.h
1558 else
1559 tm_file=m68k/sun3o3.h
1560 fi
1561 use_collect2=yes
1562 ;;
1563 m68k-sun-sunos*) # For SunOS 4 (the default).
1564 if test x$with_fp = xno
1565 then
1566 tm_file=m68k/sun3n.h
1567 else
1568 tm_file=m68k/sun3.h
1569 fi
1570 use_collect2=yes
1571 ;;
1572 m68k-*-aout*)
1573 tmake_file=m68k/t-m68kbare
1574 tm_file="m68k/m68k-aout.h libgloss.h"
1575 ;;
1576 m68k-*-coff*)
1577 tmake_file=m68k/t-m68kbare
1578 tm_file="m68k/m68k-coff.h dbx.h"
1579 ;;
1580 m68020-*-elf* | m68k-*-elf*)
1581 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1582 tmake_file=m68k/t-m68kelf
1583 extra_parts="crtbegin.o crtend.o"
1584 ;;
1585 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1586 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1587 case $machine in
1588 m68010*)
1589 target_cpu_default="0"
1590 ;;
1591 *)
1592 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1593 ;;
1594 esac
1595 ;;
1596 m68k*-*-netbsd*)
1597 tm_file=m68k/netbsd.h
1598 tmake_file=t-netbsd
1599 extra_parts=""
1600 use_collect2=yes
1601 ;;
1602 m68k*-*-openbsd*)
1603 # needed to unconfuse gdb
1604 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1605 # we need collect2 until our bug is fixed...
1606 use_collect2=yes
1607 ;;
1608 m68k-*-sysv4*) # Motorola m68k's running system V.4
1609 tm_file=m68k/m68kv4.h
1610 tmake_file=t-svr4
1611 extra_parts="crtbegin.o crtend.o"
1612 ;;
1613 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1614 # with a.out format
1615 tm_file=m68k/linux-aout.h
1616 tmake_file="t-linux-aout"
1617 gnu_ld=yes
1618 ;;
1619 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1620 # with ELF format using the
1621 # GNU/Linux C library 5
1622 tm_file=m68k/linux.h
1623 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
1624 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1625 gnu_ld=yes
1626 ;;
1627 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1628 # with ELF format using glibc 2
1629 # aka the GNU/Linux C library 6.
1630 tm_file=m68k/linux.h
1631 tmake_file="t-slibgcc-elf-ver t-linux"
1632 ;;
1633 m68k-*-psos*)
1634 tmake_file=m68k/t-m68kbare
1635 tm_file=m68k/m68k-psos.h
1636 ;;
1637 m68k-*-rtemscoff*) # would otherwise be caught by m68k-*-rtems*
1638 echo "*** Configuration $machine not supported" 1>&2
1639 exit 1
1640 ;;
1641 m68k-*-rtems*)
1642 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1643 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"
1644 extra_parts="crtbegin.o crtend.o"
1645 if test x$enable_threads = xyes; then
1646 thread_file='rtems'
1647 fi
1648 ;;
1649 m88k-*-aout*)
1650 tm_file=m88k/m88k-aout.h
1651 ;;
1652 m88k-*-openbsd*)
1653 tmake_file="${tmake_file} m88k/t-luna-gas"
1654 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
1655 ;;
1656 m88k-*-sysv4*)
1657 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
1658 extra_parts="crtbegin.o crtend.o"
1659 tmake_file=m88k/t-sysv4
1660 ;;
1661 mcore-*-elf)
1662 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1663 tmake_file=mcore/t-mcore
1664 ;;
1665 mcore-*-pe*)
1666 tm_file=mcore/mcore-pe.h
1667 tmake_file=mcore/t-mcore-pe
1668 ;;
1669 mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
1670 if test x$gas = xyes
1671 then
1672 tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h"
1673 if test x$stabs = xyes
1674 then
1675 tm_file="${tm_file} dbx.h"
1676 fi
1677 tmake_file=mips/t-iris5-gas
1678 else
1679 tm_file="mips/iris5.h mips/iris6-o32-as.h"
1680 tmake_file=mips/t-iris5-as
1681 fi
1682 tm_file="${tm_file} mips/iris6-o32.h"
1683 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1684 xm_file=mips/xm-iris5.h
1685 # mips-tfile doesn't work yet
1686 # See comment in mips/iris5.h file.
1687 use_collect2=yes
1688 # if test x$enable_threads = xyes; then
1689 # thread_file='irix'
1690 # fi
1691 ;;
1692 mips-sgi-irix6*) # SGI System V.4., IRIX 6
1693 if test "x$gnu_ld" = xyes
1694 then
1695 tm_file="mips/iris6.h mips/iris6gld.h"
1696 else
1697 tm_file=mips/iris6.h
1698 fi
1699 tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1700 # if test x$enable_threads = xyes; then
1701 # thread_file='irix'
1702 # fi
1703 ;;
1704 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
1705 tm_file="mips/iris6.h mips/cross64.h"
1706 xm_file=mips/xm-iris5.h
1707 tmake_file="mips/t-iris mips/t-cross64"
1708 # See comment in mips/iris[56].h files.
1709 use_collect2=yes
1710 # if test x$enable_threads = xyes; then
1711 # thread_file='irix'
1712 # fi
1713 ;;
1714 mips-sni-sysv4)
1715 if test x$gas = xyes
1716 then
1717 if test x$stabs = xyes
1718 then
1719 tm_file=mips/iris5gdb.h
1720 else
1721 tm_file="mips/sni-svr4.h mips/sni-gas.h"
1722 fi
1723 else
1724 tm_file=mips/sni-svr4.h
1725 fi
1726 if test x$gnu_ld != xyes
1727 then
1728 use_collect2=yes
1729 fi
1730 ;;
1731 mips-sgi-irix5*) # SGI System V.4., IRIX 5
1732 if test x$gas = xyes
1733 then
1734 tm_file="mips/iris5.h mips/iris5gas.h"
1735 if test x$stabs = xyes
1736 then
1737 tm_file="${tm_file} dbx.h"
1738 fi
1739 tmake_file=mips/t-iris5-gas
1740 else
1741 tm_file=mips/iris5.h
1742 tmake_file=mips/t-iris5-as
1743 fi
1744 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1745 xm_file=mips/xm-iris5.h
1746 # mips-tfile doesn't work yet
1747 # See comment in mips/iris5.h file.
1748 use_collect2=yes
1749 # if test x$enable_threads = xyes; then
1750 # thread_file='irix'
1751 # fi
1752 ;;
1753 mips-sgi-*) # would otherwise be caught by mips-*-elf*
1754 echo "*** Configuration $machine not supported" 1>&2
1755 exit 1
1756 ;;
1757 mips*-*-netbsd*) # NetBSD/mips, either endian.
1758 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1759 tm_file="elfos.h ${tm_file} mips/netbsd.h"
1760 tmake_file="${tmake_file}"
1761 ;;
1762 mips64*-*-linux*)
1763 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1764 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux mips/t-linux64"
1765
1766 # This default ABI is a partial lie: t-linux64 overrides the
1767 # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1768 # that is installed. What GCC thinks of as the default must
1769 # remain as ABI_32 such that the SONAMEs of the libgcc shared
1770 # libraries remain compatible with those of mips-linux-gnu.
1771 tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1772 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1773 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1774 gnu_ld=yes
1775 gas=yes
1776 if test x$enable_threads = xyes; then
1777 thread_file='posix'
1778 fi
1779 ;;
1780 mips*-*-linux*) # Linux MIPS, either endian.
1781 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1782 case $machine in
1783 mipsisa32*-*)
1784 target_cpu_default="MASK_SOFT_FLOAT"
1785 tm_defines="MIPS_ISA_DEFAULT=32"
1786 ;;
1787 esac
1788 tmake_file="t-slibgcc-elf-ver t-linux"
1789 ;;
1790 mips*el-*-openbsd*) # mips little endian
1791 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1792 ;;
1793 mips*-*-openbsd*) # mips big endian
1794 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1795 tm_file="mips/openbsd-be.h ${tm_file}"
1796 ;;
1797 mips-*-ecoff* | mipsel-*-ecoff*)
1798 if test x$stabs = xyes; then
1799 tm_file="${tm_file} dbx.h"
1800 fi
1801 tmake_file=mips/t-ecoff
1802 ;;
1803 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1804 tm_file="${tm_file} mips/elf.h"
1805 tmake_file=mips/t-isa3264
1806 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1807 ;;
1808 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1809 tm_file="${tm_file} mips/elf.h"
1810 tmake_file=mips/t-isa3264
1811 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1812 ;;
1813 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1814 tm_file="${tm_file} mips/elf.h"
1815 tmake_file=mips/t-isa3264
1816 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1817 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_MEABI"
1818 ;;
1819 mipsisa64sr71k-*-elf*)
1820 tm_file="${tm_file} mips/elf.h"
1821 tmake_file=mips/t-sr71k
1822 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1823 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_MEABI"
1824 ;;
1825 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1826 tm_file="${tm_file} mips/elf.h"
1827 tmake_file=mips/t-elf
1828 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1829 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1830 ;;
1831 mips-*-elf* | mipsel-*-elf*)
1832 tm_file="${tm_file} mips/elf.h"
1833 tmake_file=mips/t-elf
1834 ;;
1835 mips64-*-elf* | mips64el-*-elf*)
1836 tm_file="${tm_file} mips/elf64.h"
1837 tmake_file=mips/t-elf
1838 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1839 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1840 ;;
1841 mips64vr-*-elf* | mips64vrel-*-elf*)
1842 tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1843 tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1844 tmake_file=mips/t-vr
1845 ;;
1846 mips64orion-*-elf* | mips64orionel-*-elf*)
1847 tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1848 tmake_file=mips/t-elf
1849 tmake_file=mips/t-elf
1850 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1851 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1852 ;;
1853 mips64orion-*-rtems*)
1854 tm_file="${tm_file} mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
1855 tmake_file="mips/t-elf t-rtems"
1856 tmake_file=mips/t-elf
1857 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1858 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1859 if test x$enable_threads = xyes; then
1860 thread_file='rtems'
1861 fi
1862 ;;
1863 mips*-*-rtems*)
1864 tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1865 tmake_file="mips/t-elf t-rtems"
1866 if test x$enable_threads = xyes; then
1867 thread_file='rtems'
1868 fi
1869 ;;
1870 mipstx39-*-elf* | mipstx39el-*-elf*)
1871 tm_file="${tm_file} mips/r3900.h mips/elf.h"
1872 tmake_file=mips/t-r3900
1873 ;;
1874 mmix-knuth-mmixware)
1875 need_64bit_hwint=yes
1876 ;;
1877 mn10200-*-*)
1878 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1879 if test x$stabs = xyes
1880 then
1881 tm_file="${tm_file} dbx.h"
1882 fi
1883 use_collect2=no
1884 ;;
1885 mn10300-*-*)
1886 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1887 if test x$stabs = xyes
1888 then
1889 tm_file="${tm_file} dbx.h"
1890 fi
1891 use_collect2=no
1892 ;;
1893 ns32k-*-netbsdelf*)
1894 echo "GCC does not yet support the ${machine} target"; exit 1
1895 ;;
1896 ns32k-*-netbsd*)
1897 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1898 # On NetBSD, the headers are already okay, except for math.h.
1899 tmake_file="t-netbsd ns32k/t-ns32k"
1900 extra_parts=""
1901 use_collect2=yes
1902 ;;
1903 pdp11-*-bsd)
1904 tm_file="${tm_file} pdp11/2bsd.h"
1905 ;;
1906 pdp11-*-*)
1907 ;;
1908 avr-*-*)
1909 ;;
1910 ns32k-*-openbsd*)
1911 # Nothing special
1912 ;;
1913 romp-*-openbsd*)
1914 # Nothing special
1915 ;;
1916 powerpc-*-openbsd*)
1917 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-openbsd"
1918 extra_headers=
1919 ;;
1920 powerpc64-*-linux*)
1921 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
1922 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-linux64"
1923 ;;
1924 powerpc64-*-gnu*)
1925 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"
1926 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1927 ;;
1928 powerpc-*-beos*)
1929 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1930 tmake_file="rs6000/t-fprules rs6000/t-beos"
1931 extra_headers=
1932 ;;
1933 powerpc-*-darwin*)
1934 tm_file="${tm_file} rs6000/darwin.h"
1935 tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin"
1936 extra_headers=altivec.h
1937 # override ppc default
1938 need_64bit_hwint=
1939 # powerpc-darwin host support.
1940 host_hook_obj=host-darwin.o
1941 xmake_file=rs6000/x-darwin
1942 ;;
1943 powerpc*-*-freebsd*)
1944 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1945 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1946 ;;
1947 powerpc-*-sysv*)
1948 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1949 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1950 ;;
1951 powerpc-*-netbsd*)
1952 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1953 tmake_file="${tmake_file} rs6000/t-netbsd"
1954 ;;
1955 powerpc-*-chorusos*)
1956 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1957 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1958 case x${enable_threads} in
1959 xyes | xpthreads | xposix)
1960 thread_file='posix'
1961 ;;
1962 esac
1963 ;;
1964 powerpc-*-eabiaix*)
1965 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
1966 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1967 ;;
1968 powerpc-*-eabispe*)
1969 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1970 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1971 ;;
1972 powerpc-*-eabisimaltivec*)
1973 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"
1974 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1975 ;;
1976 powerpc-*-eabisim*)
1977 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1978 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1979 ;;
1980 powerpc-*-elf*)
1981 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1982 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1983 ;;
1984 powerpc-*-eabialtivec*)
1985 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1986 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1987 ;;
1988 powerpc-*-eabi*)
1989 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1990 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1991 ;;
1992 powerpc-*-rtems*)
1993 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
1994 tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm"
1995 if test x$enable_threads = xyes; then
1996 thread_file='rtems'
1997 fi
1998 ;;
1999 powerpc-*-linux*libc1)
2000 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2001 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2002 if test x$enable_threads = xyes; then
2003 thread_file='posix'
2004 fi
2005 ;;
2006 powerpc-*-linux-gnualtivec*)
2007 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2008 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2009 ;;
2010 powerpc-*-linux*)
2011 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2012 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2013 ;;
2014 powerpc-*-gnu-gnualtivec*)
2015 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"
2016 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2017 if test x$enable_threads = xyes; then
2018 thread_file='posix'
2019 fi
2020 ;;
2021 powerpc-*-gnu*)
2022 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"
2023 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2024 if test x$enable_threads = xyes; then
2025 thread_file='posix'
2026 fi
2027 ;;
2028 powerpc-wrs-vxworks*)
2029 # We want vxworks.h after rs6000/sysv4.h, which unfortunately
2030 # means we have to redo the tm_file list from scratch.
2031 tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2032 tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
2033 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
2034 extra_headers=ppc-asm.h
2035 ;;
2036 powerpc-wrs-windiss*)
2037 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2038 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2039 thread_file=""
2040 ;;
2041 powerpcle-*-sysv*)
2042 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2043 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
2044 ;;
2045 powerpcle-*-elf*)
2046 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2047 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2048 ;;
2049 powerpcle-*-eabisim*)
2050 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"
2051 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2052 ;;
2053 powerpcle-*-eabi*)
2054 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2055 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2056 ;;
2057 rs6000-ibm-aix3.[01]*)
2058 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2059 use_collect2=yes
2060 ;;
2061 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2062 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2063 tmake_file="rs6000/t-fprules rs6000/t-newas"
2064 use_collect2=yes
2065 extra_headers=
2066 ;;
2067 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2068 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2069 tmake_file="rs6000/t-fprules rs6000/t-newas"
2070 use_collect2=yes
2071 extra_headers=
2072 ;;
2073 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2074 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2075 tmake_file=rs6000/t-aix43
2076 use_collect2=yes
2077 thread_file='aix'
2078 extra_headers=
2079 ;;
2080 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2081 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2082 tmake_file=rs6000/t-aix43
2083 use_collect2=yes
2084 thread_file='aix'
2085 extra_headers=
2086 ;;
2087 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2088 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2089 tmake_file=rs6000/t-aix52
2090 use_collect2=yes
2091 thread_file='aix'
2092 extra_headers=
2093 ;;
2094 rs6000-ibm-aix*)
2095 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2096 use_collect2=yes
2097 ;;
2098 rs6000-bull-bosx)
2099 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2100 use_collect2=yes
2101 ;;
2102 rs6000-*-mach*)
2103 tm_file="${tm_file} rs6000/mach.h"
2104 use_collect2=yes
2105 ;;
2106 rs6000-*-lynxos*)
2107 tm_file="lynx.h rs6000/lynx.h"
2108 tmake_file=rs6000/t-fprules
2109 use_collect2=yes
2110 ;;
2111 s390-*-linux*)
2112 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2113 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
2114 ;;
2115 s390x-*-linux*)
2116 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2117 tm_p_file=s390/s390-protos.h
2118 md_file=s390/s390.md
2119 extra_modes=s390/s390-modes.def
2120 out_file=s390/s390.c
2121 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
2122 ;;
2123 sh-*-elf* | sh[2346l]*-*-elf*)
2124 tmake_file="sh/t-sh sh/t-elf"
2125 case $machine in
2126 shl* | sh64l*)
2127 tm_file="sh/little.h ${tm_file}"
2128 tmake_file="${tmake_file} sh/t-le"
2129 ;;
2130 esac
2131 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
2132 case $machine in
2133 sh64*)
2134 tmake_file="${tmake_file} sh/t-sh64"
2135 tm_file="${tm_file} sh/sh64.h"
2136 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2137 ;;
2138 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2139 sh4*) target_cpu_default="SELECT_SH4" ;;
2140 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2141 sh3*) target_cpu_default="SELECT_SH3" ;;
2142 sh2e*) target_cpu_default="SELECT_SH2E" ;;
2143 sh2*) target_cpu_default="SELECT_SH2" ;;
2144 esac
2145 case $machine in
2146 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2147 esac
2148 ;;
2149 sh-*-rtemself*)
2150 tmake_file="sh/t-sh sh/t-elf t-rtems"
2151 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
2152 if test x$enable_threads = xyes; then
2153 thread_file='rtems'
2154 fi
2155 ;;
2156 sh-*-rtems*)
2157 tmake_file="sh/t-sh t-rtems"
2158 tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
2159 if test x$enable_threads = xyes; then
2160 thread_file='rtems'
2161 fi
2162 ;;
2163 sh-*-linux* | sh[2346lbe]*-*-linux*)
2164 tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux sh/t-linux"
2165 case $machine in
2166 sh*be-*-* | sh*eb-*-*) ;;
2167 *)
2168 tm_file="sh/little.h ${tm_file}"
2169 tmake_file="${tmake_file} sh/t-le"
2170 ;;
2171 esac
2172 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
2173 case $machine in
2174 sh64*)
2175 tmake_file="${tmake_file} sh/t-sh64"
2176 tm_file="${tm_file} sh/sh64.h"
2177 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2178 ;;
2179 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2180 sh4*) target_cpu_default="SELECT_SH4" ;;
2181 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
2182 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
2183 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2184 sh3*) target_cpu_default="SELECT_SH3" ;;
2185 sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
2186 sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
2187 sh2e*) target_cpu_default="SELECT_SH2E" ;;
2188 sh2*) target_cpu_default="SELECT_SH2" ;;
2189 esac
2190 case $machine in
2191 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2192 esac
2193 ;;
2194 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2195 sh64-*-netbsd* | sh64l*-*-netbsd*)
2196 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2197 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2198 case $machine in
2199 sh*l*-*)
2200 tm_file="sh/little.h ${tm_file}"
2201 tmake_file="${tmake_file} sh/t-le"
2202 ;;
2203 *)
2204 tmake_file="${tmake_file} sh/t-be"
2205 ;;
2206 esac
2207 case $machine in
2208 sh5*-*)
2209 # SHmedia, 32-bit ABI
2210 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
2211 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
2212 ;;
2213 sh64*-*)
2214 # SHmedia, 64-bit ABI
2215 target_cpu_default="SH5_BIT|SH4_BIT"
2216 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
2217 ;;
2218 *)
2219 # SH3, software floating point
2220 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
2221 tmake_file="${tmake_file} sh/t-netbsd"
2222 ;;
2223 esac
2224 ;;
2225 sh-*-*)
2226 tm_file="${tm_file} sh/coff.h"
2227 ;;
2228 sparc-tti-*)
2229 tm_file="${tm_file} sparc/pbd.h"
2230 ;;
2231 sparc-*-aout*)
2232 tmake_file=sparc/t-sparcbare
2233 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2234 ;;
2235 sparc-*-netbsdelf*)
2236 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2237 ;;
2238 sparc-*-netbsd*)
2239 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2240 tmake_file=t-netbsd
2241 extra_parts=""
2242 use_collect2=yes
2243 ;;
2244 sparc-*-openbsd*)
2245 tm_file="sparc/sparc.h ${tm_file}"
2246 # needed to unconfuse gdb
2247 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2248 # we need collect2 until our bug is fixed...
2249 use_collect2=yes
2250 ;;
2251 sparc64-*-openbsd*)
2252 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"
2253 gas=yes gnu_ld=yes
2254 with_cpu=ultrasparc
2255 ;;
2256 sparc-*-bsd*)
2257 tm_file="${tm_file} sparc/bsd.h"
2258 ;;
2259 sparc-*-chorusos*)
2260 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h chorus.h"
2261 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
2262 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2263 case x${enable_threads} in
2264 xyes | xpthreads | xposix)
2265 thread_file='posix'
2266 ;;
2267 esac
2268 ;;
2269 sparc-*-elf*)
2270 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
2271 tmake_file="sparc/t-elf sparc/t-crtfm"
2272 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2273 ;;
2274 sparc-*-linux*aout*) # SPARC's running GNU/Linux, a.out
2275 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
2276 gnu_ld=yes
2277 ;;
2278 sparc-*-linux*libc1*) # SPARC's running GNU/Linux, libc5
2279 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2280 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
2281 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2282 gnu_ld=yes
2283 ;;
2284 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
2285 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2286 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
2287 ;;
2288 sparc-*-lynxos*)
2289 if test x$gas = xyes
2290 then
2291 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
2292 else
2293 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
2294 fi
2295 tmake_file=sparc/t-sunos41
2296 ;;
2297 sparc-*-rtemsaout*) # would otherwise be caught by sparc-*-rtems*
2298 echo "*** Configuration $machine not supported" 1>&2
2299 exit 1
2300 ;;
2301 sparc-*-rtems*)
2302 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"
2303 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2304 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2305 if test x$enable_threads = xyes; then
2306 thread_file='rtems'
2307 fi
2308 ;;
2309 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2310 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"
2311 if test x$gnu_ld = xyes; then
2312 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2313 fi
2314 if test x$gas = xyes; then
2315 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2316 fi
2317 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2318 if test x$gnu_ld = xyes; then
2319 tmake_file="$tmake_file t-slibgcc-elf-ver"
2320 else
2321 tmake_file="$tmake_file t-slibgcc-sld"
2322 fi
2323 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2324 if test x${enable_threads} = x ; then
2325 enable_threads=$have_pthread_h
2326 if test x${enable_threads} = x ; then
2327 enable_threads=$have_thread_h
2328 fi
2329 fi
2330 if test x${enable_threads} = xyes ; then
2331 if test x${have_pthread_h} = xyes ; then
2332 thread_file='posix'
2333 else
2334 thread_file='solaris'
2335 fi
2336 fi
2337 need_64bit_hwint=yes
2338 ;;
2339 sparc-hal-solaris2*)
2340 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h"
2341 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
2342 if test x$gnu_ld = xyes; then
2343 tm_file="${tm_file} sparc/sol2-gld.h"
2344 tmake_file="$tmake_file t-slibgcc-elf-ver"
2345 else
2346 tmake_file="$tmake_file t-slibgcc-sld"
2347 fi
2348 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
2349 thread_file='solaris'
2350 ;;
2351 sparc-*-solaris2*)
2352 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
2353 if test x$gnu_ld = xyes; then
2354 tm_file="${tm_file} sparc/sol2-gld.h"
2355 fi
2356 tmake_file="sparc/t-sol2 sparc/t-crtfm"
2357 if test x$gnu_ld = xyes; then
2358 tmake_file="$tmake_file t-slibgcc-elf-ver"
2359 else
2360 tmake_file="$tmake_file t-slibgcc-sld"
2361 fi
2362 case $machine in
2363 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2364 if test x$gnu_ld = xno; then
2365 tm_file="${tm_file} sparc/sol26-sld.h"
2366 fi
2367 ;;
2368 *-*-solaris2.[789])
2369 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2370 if test x$gnu_ld = xyes; then
2371 tm_file="${tm_file} sparc/sol2-gld-bi.h"
2372 fi
2373 if test x$gas = xyes; then
2374 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2375 fi
2376 tmake_file="$tmake_file sparc/t-sol2-64"
2377 need_64bit_hwint=yes
2378 ;;
2379 esac
2380 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2381 if test x${enable_threads} = x; then
2382 enable_threads=$have_pthread_h
2383 if test x${enable_threads} = x; then
2384 enable_threads=$have_thread_h
2385 fi
2386 fi
2387 if test x${enable_threads} = xyes; then
2388 if test x${have_pthread_h} = xyes; then
2389 thread_file='posix'
2390 else
2391 thread_file='solaris'
2392 fi
2393 fi
2394 ;;
2395 sparc-*-sunos4.0*)
2396 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2397 use_collect2=yes
2398 ;;
2399 sparc-*-sunos4*)
2400 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2401 tmake_file=sparc/t-sunos41
2402 use_collect2=yes
2403 if test x$gas = xyes; then
2404 tm_file="${tm_file} sparc/sun4gas.h"
2405 fi
2406 ;;
2407 sparc-*-sunos3*)
2408 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
2409 use_collect2=yes
2410 ;;
2411 sparc-*-sysv4*)
2412 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
2413 tmake_file=t-svr4
2414 extra_parts="crtbegin.o crtend.o"
2415 ;;
2416 sparclet-*-aout*)
2417 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
2418 tmake_file=sparc/t-splet
2419 ;;
2420 sparclite-*-coff*)
2421 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
2422 tmake_file=sparc/t-sparclite
2423 ;;
2424 sparclite-*-aout*)
2425 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
2426 tmake_file=sparc/t-sparclite
2427 ;;
2428 sparclite-*-elf*)
2429 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
2430 tmake_file="sparc/t-sparclite sparc/t-crtfm"
2431 extra_parts="crtbegin.o crtend.o"
2432 ;;
2433 sparc86x-*-aout*)
2434 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
2435 tmake_file=sparc/t-sp86x
2436 ;;
2437 sparc86x-*-elf*)
2438 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
2439 tmake_file="sparc/t-sp86x sparc/t-crtfm"
2440 extra_parts="crtbegin.o crtend.o"
2441 ;;
2442 sparc64-*-aout*)
2443 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
2444 ;;
2445 sparc64-*-elf*)
2446 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2447 tmake_file="${tmake_file} sparc/t-crtfm"
2448 extra_parts="crtbegin.o crtend.o"
2449 ;;
2450 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2451 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2452 tmake_file="${tmake_file} sparc/t-crtfm"
2453 xmake_file=none
2454 case "x$with_cpu" in
2455 xultrasparc) ;;
2456 x) with_cpu=ultrasparc ;;
2457 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2458 esac
2459 need_64bit_hwint=yes
2460 ;;
2461 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
2462 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
2463 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2464 ;;
2465 sparc64-*-netbsd*)
2466 tmake_file="${tmake_file} sparc/t-netbsd64"
2467 tm_file="sparc/biarch64.h ${tm_file}"
2468 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2469 ;;
2470 strongarm-*-elf*)
2471 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2472 tmake_file=arm/t-strongarm-elf
2473 out_file=arm/arm.c
2474 md_file=arm/arm.md
2475 extra_modes=arm/arm-modes.def
2476 ;;
2477 strongarm-*-coff*)
2478 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
2479 tmake_file=arm/t-strongarm-coff
2480 out_file=arm/arm.c
2481 md_file=arm/arm.md
2482 extra_modes=arm/arm-modes.def
2483 ;;
2484 strongarm-*-pe)
2485 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
2486 tmake_file=arm/t-strongarm-pe
2487 out_file=arm/arm.c
2488 md_file=arm/arm.md
2489 extra_modes=arm/arm-modes.def
2490 extra_objs=pe.o
2491 ;;
2492 thumb*-*-*)
2493 { echo "config.gcc: error:
2494 *** The Thumb targets have been deprecated. The equivalent
2495 *** ARM based toolchain can now generate Thumb instructions
2496 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
2497 ;;
2498 v850-*-rtems*)
2499 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
2500 tmake_file="v850/t-v850 t-rtems"
2501 if test x$stabs = xyes
2502 then
2503 tm_file="${tm_file} dbx.h"
2504 fi
2505 use_collect2=no
2506 c_target_objs="v850-c.o"
2507 cxx_target_objs="v850-c.o"
2508 ;;
2509 v850e-*-*)
2510 target_cpu_default="TARGET_CPU_v850e"
2511 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2512 tm_p_file=v850/v850-protos.h
2513 tmake_file=v850/t-v850
2514 md_file=v850/v850.md
2515 out_file=v850/v850.c
2516 if test x$stabs = xyes
2517 then
2518 tm_file="${tm_file} dbx.h"
2519 fi
2520 use_collect2=no
2521 c_target_objs="v850-c.o"
2522 cxx_target_objs="v850-c.o"
2523 ;;
2524 v850-*-*)
2525 target_cpu_default="TARGET_CPU_generic"
2526 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2527 tmake_file=v850/t-v850
2528 if test x$stabs = xyes
2529 then
2530 tm_file="${tm_file} dbx.h"
2531 fi
2532 use_collect2=no
2533 c_target_objs="v850-c.o"
2534 cxx_target_objs="v850-c.o"
2535 ;;
2536 vax-*-bsd*) # VAXen running BSD
2537 tm_file="${tm_file} vax/bsd.h"
2538 use_collect2=yes
2539 ;;
2540 vax-*-sysv*) # VAXen running system V
2541 tm_file="${tm_file} vax/vaxv.h"
2542 ;;
2543 vax-*-netbsdelf*)
2544 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2545 ;;
2546 vax-*-netbsd*)
2547 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2548 tmake_file=t-netbsd
2549 extra_parts=""
2550 use_collect2=yes
2551 ;;
2552 vax-*-openbsd*)
2553 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
2554 use_collect2=yes
2555 ;;
2556 vax-*-ultrix*) # VAXen running ultrix
2557 tm_file="${tm_file} vax/ultrix.h"
2558 ;;
2559 vax-*-vms*) # VAXen running VMS
2560 echo "Configuration $machine no longer supported" 1>&2
2561 exit 1
2562 ;;
2563 vax-*-*) # VAX default entry
2564 ;;
2565 xscale-*-elf)
2566 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2567 tmake_file=arm/t-xscale-elf
2568 out_file=arm/arm.c
2569 md_file=arm/arm.md
2570 extra_modes=arm/arm-modes.def
2571 ;;
2572 xscale-*-coff)
2573 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
2574 tmake_file=arm/t-xscale-coff
2575 out_file=arm/arm.c
2576 md_file=arm/arm.md
2577 extra_modes=arm/arm-modes.def
2578 ;;
2579 xstormy16-*-elf)
2580 # For historical reasons, the target files omit the 'x'.
2581 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2582 tm_p_file=stormy16/stormy16-protos.h
2583 md_file=stormy16/stormy16.md
2584 out_file=stormy16/stormy16.c
2585 tmake_file="stormy16/t-stormy16"
2586 extra_parts="crtbegin.o crtend.o"
2587 ;;
2588 xtensa-*-elf*)
2589 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2590 tmake_file="xtensa/t-xtensa xtensa/t-elf"
2591 ;;
2592 xtensa-*-linux*)
2593 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2594 tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
2595 ;;
2596 *)
2597 echo "*** Configuration $machine not supported" 1>&2
2598 exit 1
2599 ;;
2600 esac
2601
2602 case $machine in
2603 *-*-sysv*)
2604 install_headers_dir=install-headers-cpio
2605 ;;
2606 esac
2607
2608 # Distinguish i[34567]86
2609 # Also, do not run mips-tfile on MIPS if using gas.
2610 # Process --with-cpu= for PowerPC/rs6000
2611 target_cpu_default2=
2612 case $machine in
2613 i486-*-*)
2614 target_cpu_default2=TARGET_CPU_DEFAULT_i486
2615 ;;
2616 i586-*-*)
2617 case $target_alias in
2618 k6_2-*)
2619 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2620 ;;
2621 k6_3-*)
2622 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2623 ;;
2624 k6-*)
2625 target_cpu_default2=TARGET_CPU_DEFAULT_k6
2626 ;;
2627 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2628 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
2629 ;;
2630 *)
2631 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
2632 ;;
2633 esac
2634 ;;
2635 i686-*-* | i786-*-*)
2636 case $target_alias in
2637 k8-*)
2638 target_cpu_default2=TARGET_CPU_DEFAULT_k8
2639 ;;
2640 athlon_xp-*|athlon_mp-*|athlon_4-*)
2641 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2642 ;;
2643 athlon_tbird-*|athlon-*)
2644 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2645 ;;
2646 pentium2-*)
2647 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2648 ;;
2649 pentium3-*)
2650 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2651 ;;
2652 pentium4-*)
2653 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
2654 ;;
2655 *)
2656 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
2657 ;;
2658 esac
2659 ;;
2660 x86_64-*-*)
2661 # We should have hammer chip here, but it does not exist yet and
2662 # thus it is not supported. Athlon_SSE is probably equivalent feature
2663 # wise to hammer from our point of view except for 64bit mode.
2664 target_cpu_default2=TARGET_CPU_DEFAULT_k8
2665 ;;
2666 alpha*-*-*)
2667 case $machine in
2668 alphaev6[78]*)
2669 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2670 ;;
2671 alphaev6*)
2672 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2673 ;;
2674 alphapca56*)
2675 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2676 ;;
2677 alphaev56*)
2678 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2679 ;;
2680 alphaev5*)
2681 target_cpu_default2="MASK_CPU_EV5"
2682 ;;
2683 esac
2684
2685 if test x$gas = xyes
2686 then
2687 if test "$target_cpu_default2" = ""
2688 then
2689 target_cpu_default2="MASK_GAS"
2690 else
2691 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2692 fi
2693 fi
2694 ;;
2695 arm*-*-*)
2696 case "x$with_cpu" in
2697 x)
2698 # The most generic
2699 target_cpu_default2="TARGET_CPU_generic"
2700 ;;
2701
2702 # Distinguish cores, and major variants
2703 # arm7m doesn't exist, but D & I don't affect code
2704 xarm[236789] | xarm250 | xarm[67][01]0 \
2705 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
2706 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
2707 | xxscale \
2708 | xep9312 \
2709 | xstrongarm | xstrongarm110 | xstrongarm1100)
2710 target_cpu_default2="TARGET_CPU_$with_cpu"
2711 ;;
2712
2713 xyes | xno)
2714 echo "--with-cpu must be passed a value" 1>&2
2715 exit 1
2716 ;;
2717
2718 *)
2719 if test x$pass2done = xyes
2720 then
2721 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2722 exit 1
2723 fi
2724 ;;
2725 esac
2726 case $machine in
2727 9ep9312-*-*)
2728 target_cpu_default2="TARGET_CPU_9ep9312"
2729 ;;
2730 esac
2731 ;;
2732
2733 hppa*-*-* | parisc*-*-*)
2734 if test x$gas = xyes
2735 then
2736 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2737 fi
2738 case $machine in
2739 hppa1* | parisc1*)
2740 tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
2741 ;;
2742 esac
2743 ;;
2744 mips*-*-*)
2745 case $machine in
2746 mips*-*-ecoff* | mips*-*-elf*)
2747 if test x$gas = xyes
2748 then
2749 if test x$gnu_ld = xyes
2750 then
2751 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2752 else
2753 target_cpu_default2="MASK_GAS"
2754 fi
2755 fi
2756 ;;
2757 mips*-*-*)
2758 if test x$gas = xyes
2759 then
2760 target_cpu_default2="MASK_GAS"
2761 fi
2762 ;;
2763 esac
2764 case $machine in
2765 mips*el-*-*)
2766 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2767 ;;
2768 esac
2769 case $tm_file in
2770 *mips/elf.h* | *mips/elf64.h*)
2771 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2772 ;;
2773 esac
2774 if test "x$enable_gofast" = xyes
2775 then
2776 tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines"
2777 tm_file="gofast.h $tm_file"
2778 tmake_file="mips/t-gofast $tmake_file"
2779 else
2780 tmake_file="mips/t-mips $tmake_file"
2781 fi
2782 ;;
2783 powerpc*-*-* | rs6000-*-*)
2784 if test x$enable_altivec = xyes
2785 then
2786 tm_file="$tm_file rs6000/altivec-defs.h"
2787 fi
2788 case "x$with_cpu" in
2789 x)
2790 ;;
2791
2792 xcommon | xpowerpc | xpowerpc64 \
2793 | xpower | xpower2 | xpower3 | xpower4 \
2794 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2795 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2796 | x740 | x750 | x7400 | x7450 | x505)
2797 target_cpu_default2="\\\"$with_cpu\\\""
2798 ;;
2799
2800 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
2801 target_cpu_default2="\\\"$with_cpu\\\""
2802 ;;
2803
2804 xyes | xno)
2805 echo "--with-cpu must be passed a value" 1>&2
2806 exit 1
2807 ;;
2808
2809 *)
2810 if test x$pass2done = xyes
2811 then
2812 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2813 exit 1
2814 fi
2815 ;;
2816 esac
2817 out_file=rs6000/rs6000.c
2818 c_target_objs="${c_target_objs} rs6000-c.o"
2819 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2820 tmake_file="rs6000/t-rs6000 ${tmake_file}"
2821 ;;
2822 sparc*-*-*)
2823 case ".$with_cpu" in
2824 .)
2825 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2826 ;;
2827 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2828 target_cpu_default2="TARGET_CPU_$with_cpu"
2829 ;;
2830 *)
2831 if test x$pass2done = xyes
2832 then
2833 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2834 exit 1
2835 fi
2836 ;;
2837 esac
2838 ;;
2839 v850*-*-*)
2840 case "x$with_cpu" in
2841 x)
2842 ;;
2843 xv850e)
2844 target_cpu_default2="TARGET_CPU_$with_cpu"
2845 ;;
2846 *)
2847 if test x$pass2done = xyes
2848 then
2849 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2850 exit 1
2851 fi
2852 ;;
2853 esac
2854 ;;
2855 esac
2856
2857 if test "$target_cpu_default2" != ""
2858 then
2859 if test "$target_cpu_default" != ""
2860 then
2861 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2862 else
2863 target_cpu_default=$target_cpu_default2
2864 fi
2865 fi
2866
2867 # Save data on machine being used to compile GCC in build_xm_file.
2868 # Save data on host machine in vars host_xm_file and host_xmake_file.
2869 if test x$pass1done = x
2870 then
2871 if test x$xm_file != x
2872 then build_xm_file=$xm_file
2873 fi
2874 build_xm_defines=$xm_defines
2875 build_install_headers_dir=$install_headers_dir
2876 build_exeext=$exeext
2877 pass1done=yes
2878 else
2879 if test x$pass2done = x
2880 then
2881 if test x$xm_file != x
2882 then host_xm_file=$xm_file
2883 fi
2884 host_xm_defines=$xm_defines
2885 host_xmake_file="$xmake_file"
2886 host_truncate_target=$truncate_target
2887 host_extra_gcc_objs=$extra_gcc_objs
2888 host_extra_objs=$extra_host_objs
2889 host_exeext=$exeext
2890 out_host_hook_obj=$host_hook_obj
2891 pass2done=yes
2892 fi
2893 fi