d8354d0290b1cbbc31f77d7a37854932ffbf4212
[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 float_format=i386
1291 extra_objs=winnt.o
1292 c_target_objs=cygwin2.o
1293 cxx_target_objs=cygwin2.o
1294 if test x$enable_threads = xyes; then
1295 thread_file='posix'
1296 fi
1297 exeext=.exe
1298 ;;
1299 i[34567]86-*-mingw32*)
1300 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1301 xm_file=i386/xm-mingw32.h
1302 tmake_file="i386/t-cygming i386/t-mingw32"
1303 float_format=i386
1304 extra_objs=winnt.o
1305 if test x$enable_threads = xyes; then
1306 thread_file='win32'
1307 fi
1308 exeext=.exe
1309 case $machine in
1310 *mingw32crt*)
1311 tm_file="${tm_file} i386/crtdll.h"
1312 ;;
1313 *mingw32msv* | *mingw32*)
1314 ;;
1315 esac
1316 ;;
1317 i[34567]86-*-uwin*)
1318 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1319 tmake_file="i386/t-cygwin i386/t-uwin"
1320 extra_objs=winnt.o
1321 if test x$enable_threads = xyes; then
1322 thread_file='win32'
1323 fi
1324 exeext=.exe
1325 ;;
1326 i[34567]86-*-interix3*)
1327 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"
1328 tmake_file="t-interix i386/t-interix"
1329 extra_objs=winnt.o
1330 xmake_file="x-interix"
1331 if test x$enable_threads = xyes ; then
1332 thread_file='posix'
1333 fi
1334 if test x$stabs = xyes ; then
1335 tm_file="${tm_file} dbxcoff.h"
1336 fi
1337 ;;
1338 i[34567]86-*-interix*)
1339 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1340 tmake_file="t-interix i386/t-interix"
1341 extra_objs=winnt.o
1342 if test x$enable_threads = xyes ; then
1343 thread_file='posix'
1344 fi
1345 if test x$stabs = xyes ; then
1346 tm_file="${tm_file} dbxcoff.h"
1347 fi
1348 ;;
1349 i960-*-coff*)
1350 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1351 tmake_file=i960/t-960bare
1352 c_target_objs="i960-c.o"
1353 cxx_target_objs="i960-c.o"
1354 ;;
1355 i960-*-rtems)
1356 tmake_file="i960/t-960bare t-rtems"
1357 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1358 if test x$enable_threads = xyes; then
1359 thread_file='rtems'
1360 fi
1361 c_target_objs="i960-c.o"
1362 cxx_target_objs="i960-c.o"
1363 ;;
1364 i960-*-*) # Default i960 environment.
1365 use_collect2=yes
1366 tmake_file=i960/t-960bare
1367 c_target_objs="i960-c.o"
1368 cxx_target_objs="i960-c.o"
1369 ;;
1370 ia64*-*-elf*)
1371 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1372 tmake_file="ia64/t-ia64"
1373 target_cpu_default="0"
1374 if test x$gas = xyes
1375 then
1376 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1377 fi
1378 if test x$gnu_ld = xyes
1379 then
1380 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1381 fi
1382 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1383 ;;
1384 ia64*-*-freebsd*)
1385 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1386 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1387 tmake_file="${tmake_file} ia64/t-ia64"
1388 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1389 ;;
1390 ia64*-*-linux*)
1391 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1392 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1393 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1394 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1395 if test x"$use_libunwind_exceptions" = xyes; then
1396 tmake_file="$tmake_file t-libunwind"
1397 fi
1398 ;;
1399 ia64*-*-hpux*)
1400 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1401 tmake_file="ia64/t-ia64 ia64/t-hpux"
1402 target_cpu_default="MASK_GNU_AS"
1403 if test x$enable_threads = xyes; then
1404 thread_file='posix'
1405 fi
1406 use_collect2=no
1407 c_target_objs="ia64-c.o"
1408 cxx_target_objs="ia64-c.o"
1409 ;;
1410 ip2k-*-elf)
1411 ;;
1412 m32r-*-elf*)
1413 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1414 extra_parts="crtinit.o crtfini.o"
1415 ;;
1416 # m68hc11 and m68hc12 share the same machine description.
1417 m68hc11-*-*|m6811-*-*)
1418 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1419 tm_p_file="m68hc11/m68hc11-protos.h"
1420 md_file="m68hc11/m68hc11.md"
1421 out_file="m68hc11/m68hc11.c"
1422 tmake_file="m68hc11/t-m68hc11-gas"
1423 ;;
1424 m68hc12-*-*|m6812-*-*)
1425 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1426 tm_p_file="m68hc11/m68hc11-protos.h"
1427 md_file="m68hc11/m68hc11.md"
1428 out_file="m68hc11/m68hc11.c"
1429 tmake_file="m68hc11/t-m68hc11-gas"
1430 ;;
1431 m68000-hp-bsd*) # HP 9000/200 running BSD
1432 tm_file=m68k/hp2bsd.h
1433 use_collect2=yes
1434 ;;
1435 m68000-hp-hpux*) # HP 9000 series 300
1436 if test x$gas = xyes
1437 then
1438 tm_file=m68k/hp310g.h
1439 else
1440 tm_file=m68k/hp310.h
1441 fi
1442 tmake_file=m68k/t-hp320
1443 install_headers_dir=install-headers-cpio
1444 use_collect2=yes
1445 ;;
1446 m68000-sun-sunos3*)
1447 tm_file=m68k/sun2.h
1448 use_collect2=yes
1449 ;;
1450 m68000-sun-sunos4*)
1451 tm_file=m68k/sun2o4.h
1452 use_collect2=yes
1453 ;;
1454 m68000-att-sysv*)
1455 if test x$gas = xyes
1456 then
1457 tm_file=m68k/3b1g.h
1458 else
1459 tm_file=m68k/3b1.h
1460 fi
1461 use_collect2=yes
1462 ;;
1463 m68k-atari-sysv4*) # Atari variant of V.4.
1464 tm_file=m68k/atari.h
1465 tmake_file=t-svr4
1466 extra_parts="crtbegin.o crtend.o"
1467 ;;
1468 m68k-apollo-sysv* | m68k-bull-sysv*)
1469 # can otherwise be caught by m68k-*-sysv4*
1470 echo "*** Configuration $machine not supported" 1>&2
1471 exit 1
1472 ;;
1473 m68k-motorola-sysv*)
1474 tm_file=m68k/mot3300.h
1475 if test x$gas = xyes
1476 then
1477 if test x$gnu_ld = xyes
1478 then
1479 tmake_file=m68k/t-mot3300-gald
1480 else
1481 tmake_file=m68k/t-mot3300-gas
1482 use_collect2=yes
1483 fi
1484 else
1485 if test x$gnu_ld = xyes
1486 then
1487 tmake_file=m68k/t-mot3300-gld
1488 else
1489 tmake_file=m68k/t-mot3300
1490 use_collect2=yes
1491 fi
1492 fi
1493 gdb_needs_out_file_path=yes
1494 extra_parts="crt0.o mcrt0.o"
1495 ;;
1496 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1497 tm_file=m68k/tower-as.h
1498 extra_parts="crtbegin.o crtend.o"
1499 ;;
1500 m68k-plexus-sysv*)
1501 tm_file=m68k/plexus.h
1502 use_collect2=yes
1503 ;;
1504 m68k-tti-*)
1505 tm_file=m68k/pbb.h
1506 ;;
1507 m68k-crds-unos*)
1508 tm_file=m68k/crds.h
1509 use_collect2=yes
1510 ;;
1511 m68k-cbm-sysv4*) # Commodore variant of V.4.
1512 tm_file=m68k/amix.h
1513 tmake_file=t-svr4
1514 extra_parts="crtbegin.o crtend.o"
1515 ;;
1516 m68k-ccur-rtu)
1517 tm_file=m68k/ccur-GAS.h
1518 use_collect2=yes
1519 ;;
1520 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1521 tm_file=m68k/hp3bsd44.h
1522 use_collect2=yes
1523 ;;
1524 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1525 tm_file=m68k/hp3bsd.h
1526 use_collect2=yes
1527 ;;
1528 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1529 if test x$gas = xyes
1530 then
1531 xmake_file=m68k/x-hp320g
1532 tm_file=m68k/hp320g.h
1533 else
1534 xmake_file=m68k/x-hp320
1535 tm_file=m68k/hpux7.h
1536 fi
1537 install_headers_dir=install-headers-cpio
1538 use_collect2=yes
1539 ;;
1540 m68k-hp-hpux*) # HP 9000 series 300
1541 if test x$gas = xyes
1542 then
1543 xmake_file=m68k/x-hp320g
1544 tm_file=m68k/hp320g.h
1545 else
1546 xmake_file=m68k/x-hp320
1547 tm_file=m68k/hp320.h
1548 fi
1549 install_headers_dir=install-headers-cpio
1550 use_collect2=yes
1551 ;;
1552 m68k-sun-mach*)
1553 tm_file=m68k/sun3mach.h
1554 use_collect2=yes
1555 ;;
1556 m68k-sun-sunos3*)
1557 if test x$with_fp = xno
1558 then
1559 tm_file=m68k/sun3n3.h
1560 else
1561 tm_file=m68k/sun3o3.h
1562 fi
1563 use_collect2=yes
1564 ;;
1565 m68k-sun-sunos*) # For SunOS 4 (the default).
1566 if test x$with_fp = xno
1567 then
1568 tm_file=m68k/sun3n.h
1569 else
1570 tm_file=m68k/sun3.h
1571 fi
1572 use_collect2=yes
1573 ;;
1574 m68k-*-aout*)
1575 tmake_file=m68k/t-m68kbare
1576 tm_file="m68k/m68k-aout.h libgloss.h"
1577 ;;
1578 m68k-*-coff*)
1579 tmake_file=m68k/t-m68kbare
1580 tm_file="m68k/m68k-coff.h dbx.h"
1581 ;;
1582 m68020-*-elf* | m68k-*-elf*)
1583 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1584 tmake_file=m68k/t-m68kelf
1585 extra_parts="crtbegin.o crtend.o"
1586 ;;
1587 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1588 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1589 case $machine in
1590 m68010*)
1591 target_cpu_default="0"
1592 ;;
1593 *)
1594 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
1595 ;;
1596 esac
1597 ;;
1598 m68k*-*-netbsd*)
1599 tm_file=m68k/netbsd.h
1600 tmake_file=t-netbsd
1601 extra_parts=""
1602 use_collect2=yes
1603 ;;
1604 m68k*-*-openbsd*)
1605 # needed to unconfuse gdb
1606 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1607 # we need collect2 until our bug is fixed...
1608 use_collect2=yes
1609 ;;
1610 m68k-*-sysv4*) # Motorola m68k's running system V.4
1611 tm_file=m68k/m68kv4.h
1612 tmake_file=t-svr4
1613 extra_parts="crtbegin.o crtend.o"
1614 ;;
1615 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
1616 # with a.out format
1617 tm_file=m68k/linux-aout.h
1618 tmake_file="t-linux-aout"
1619 gnu_ld=yes
1620 ;;
1621 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
1622 # with ELF format using the
1623 # GNU/Linux C library 5
1624 tm_file=m68k/linux.h
1625 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
1626 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1627 gnu_ld=yes
1628 ;;
1629 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1630 # with ELF format using glibc 2
1631 # aka the GNU/Linux C library 6.
1632 tm_file=m68k/linux.h
1633 tmake_file="t-slibgcc-elf-ver t-linux"
1634 ;;
1635 m68k-*-psos*)
1636 tmake_file=m68k/t-m68kbare
1637 tm_file=m68k/m68k-psos.h
1638 ;;
1639 m68k-*-rtemscoff*) # would otherwise be caught by m68k-*-rtems*
1640 echo "*** Configuration $machine not supported" 1>&2
1641 exit 1
1642 ;;
1643 m68k-*-rtems*)
1644 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
1645 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"
1646 extra_parts="crtbegin.o crtend.o"
1647 if test x$enable_threads = xyes; then
1648 thread_file='rtems'
1649 fi
1650 ;;
1651 m88k-*-aout*)
1652 tm_file=m88k/m88k-aout.h
1653 ;;
1654 m88k-*-openbsd*)
1655 tmake_file="${tmake_file} m88k/t-luna-gas"
1656 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
1657 ;;
1658 m88k-*-sysv4*)
1659 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
1660 extra_parts="crtbegin.o crtend.o"
1661 tmake_file=m88k/t-sysv4
1662 ;;
1663 mcore-*-elf)
1664 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1665 tmake_file=mcore/t-mcore
1666 ;;
1667 mcore-*-pe*)
1668 tm_file=mcore/mcore-pe.h
1669 tmake_file=mcore/t-mcore-pe
1670 ;;
1671 mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
1672 if test x$gas = xyes
1673 then
1674 tm_file="mips/iris5.h mips/iris5gas.h mips/iris6-o32-gas.h"
1675 if test x$stabs = xyes
1676 then
1677 tm_file="${tm_file} dbx.h"
1678 fi
1679 tmake_file=mips/t-iris5-gas
1680 else
1681 tm_file="mips/iris5.h mips/iris6-o32-as.h"
1682 tmake_file=mips/t-iris5-as
1683 fi
1684 tm_file="${tm_file} mips/iris6-o32.h"
1685 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1686 xm_file=mips/xm-iris5.h
1687 # mips-tfile doesn't work yet
1688 # See comment in mips/iris5.h file.
1689 use_collect2=yes
1690 # if test x$enable_threads = xyes; then
1691 # thread_file='irix'
1692 # fi
1693 ;;
1694 mips-sgi-irix6*) # SGI System V.4., IRIX 6
1695 if test "x$gnu_ld" = xyes
1696 then
1697 tm_file="mips/iris6.h mips/iris6gld.h"
1698 else
1699 tm_file=mips/iris6.h
1700 fi
1701 tmake_file="mips/t-iris mips/t-iris5-6 mips/t-iris6"
1702 # if test x$enable_threads = xyes; then
1703 # thread_file='irix'
1704 # fi
1705 ;;
1706 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
1707 tm_file="mips/iris6.h mips/cross64.h"
1708 xm_file=mips/xm-iris5.h
1709 tmake_file="mips/t-iris mips/t-cross64"
1710 # See comment in mips/iris[56].h files.
1711 use_collect2=yes
1712 # if test x$enable_threads = xyes; then
1713 # thread_file='irix'
1714 # fi
1715 ;;
1716 mips-sni-sysv4)
1717 if test x$gas = xyes
1718 then
1719 if test x$stabs = xyes
1720 then
1721 tm_file=mips/iris5gdb.h
1722 else
1723 tm_file="mips/sni-svr4.h mips/sni-gas.h"
1724 fi
1725 else
1726 tm_file=mips/sni-svr4.h
1727 fi
1728 if test x$gnu_ld != xyes
1729 then
1730 use_collect2=yes
1731 fi
1732 ;;
1733 mips-sgi-irix5*) # SGI System V.4., IRIX 5
1734 if test x$gas = xyes
1735 then
1736 tm_file="mips/iris5.h mips/iris5gas.h"
1737 if test x$stabs = xyes
1738 then
1739 tm_file="${tm_file} dbx.h"
1740 fi
1741 tmake_file=mips/t-iris5-gas
1742 else
1743 tm_file=mips/iris5.h
1744 tmake_file=mips/t-iris5-as
1745 fi
1746 tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
1747 xm_file=mips/xm-iris5.h
1748 # mips-tfile doesn't work yet
1749 # See comment in mips/iris5.h file.
1750 use_collect2=yes
1751 # if test x$enable_threads = xyes; then
1752 # thread_file='irix'
1753 # fi
1754 ;;
1755 mips-sgi-*) # would otherwise be caught by mips-*-elf*
1756 echo "*** Configuration $machine not supported" 1>&2
1757 exit 1
1758 ;;
1759 mips*-*-netbsd*) # NetBSD/mips, either endian.
1760 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1761 tm_file="elfos.h ${tm_file} mips/netbsd.h"
1762 tmake_file="${tmake_file}"
1763 ;;
1764 mips64*-*-linux*)
1765 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1766 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux mips/t-linux64"
1767
1768 # This default ABI is a partial lie: t-linux64 overrides the
1769 # DRIVER_SELF_SPEC that sets the default abi, in the spec file
1770 # that is installed. What GCC thinks of as the default must
1771 # remain as ABI_32 such that the SONAMEs of the libgcc shared
1772 # libraries remain compatible with those of mips-linux-gnu.
1773 tm_defines="MIPS_ISA_DEFAULT=1 MIPS_ABI_DEFAULT=ABI_32"
1774 target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
1775 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1776 gnu_ld=yes
1777 gas=yes
1778 if test x$enable_threads = xyes; then
1779 thread_file='posix'
1780 fi
1781 ;;
1782 mips*-*-linux*) # Linux MIPS, either endian.
1783 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1784 case $machine in
1785 mipsisa32*-*)
1786 target_cpu_default="MASK_SOFT_FLOAT"
1787 tm_defines="MIPS_ISA_DEFAULT=32"
1788 ;;
1789 esac
1790 tmake_file="t-slibgcc-elf-ver t-linux"
1791 ;;
1792 mips*el-*-openbsd*) # mips little endian
1793 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1794 ;;
1795 mips*-*-openbsd*) # mips big endian
1796 target_cpu_default="MASK_GAS|MASK_ABICALLS"
1797 tm_file="mips/openbsd-be.h ${tm_file}"
1798 ;;
1799 mips-*-ecoff* | mipsel-*-ecoff*)
1800 if test x$stabs = xyes; then
1801 tm_file="${tm_file} dbx.h"
1802 fi
1803 tmake_file=mips/t-ecoff
1804 ;;
1805 mipsisa32-*-elf* | mipsisa32el-*-elf*)
1806 tm_file="${tm_file} mips/elf.h"
1807 tmake_file=mips/t-isa3264
1808 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_EABI"
1809 ;;
1810 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
1811 tm_file="${tm_file} mips/elf.h"
1812 tmake_file=mips/t-isa3264
1813 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_EABI"
1814 ;;
1815 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1816 tm_file="${tm_file} mips/elf.h"
1817 tmake_file=mips/t-isa3264
1818 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1819 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_MEABI"
1820 ;;
1821 mipsisa64sr71k-*-elf*)
1822 tm_file="${tm_file} mips/elf.h"
1823 tmake_file=mips/t-sr71k
1824 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1825 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_MEABI"
1826 ;;
1827 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1828 tm_file="${tm_file} mips/elf.h"
1829 tmake_file=mips/t-elf
1830 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1831 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1832 ;;
1833 mips-*-elf* | mipsel-*-elf*)
1834 tm_file="${tm_file} mips/elf.h"
1835 tmake_file=mips/t-elf
1836 ;;
1837 mips64-*-elf* | mips64el-*-elf*)
1838 tm_file="${tm_file} mips/elf64.h"
1839 tmake_file=mips/t-elf
1840 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1841 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1842 ;;
1843 mips64vr-*-elf* | mips64vrel-*-elf*)
1844 tm_file="mips/vr.h ${tm_file} mips/elf64.h"
1845 tm_defines="MIPS_ABI_DEFAULT=ABI_O64 MIPS_MARCH_CONTROLS_SOFT_FLOAT=1"
1846 tmake_file=mips/t-vr
1847 ;;
1848 mips64orion-*-elf* | mips64orionel-*-elf*)
1849 tm_file="${tm_file} mips/elforion.h mips/elf64.h"
1850 tmake_file=mips/t-elf
1851 tmake_file=mips/t-elf
1852 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1853 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1854 ;;
1855 mips64orion-*-rtems*)
1856 tm_file="${tm_file} mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
1857 tmake_file="mips/t-elf t-rtems"
1858 tmake_file=mips/t-elf
1859 target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
1860 tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1861 if test x$enable_threads = xyes; then
1862 thread_file='rtems'
1863 fi
1864 ;;
1865 mips*-*-rtems*)
1866 tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h"
1867 tmake_file="mips/t-elf t-rtems"
1868 if test x$enable_threads = xyes; then
1869 thread_file='rtems'
1870 fi
1871 ;;
1872 mipstx39-*-elf* | mipstx39el-*-elf*)
1873 tm_file="${tm_file} mips/r3900.h mips/elf.h"
1874 tmake_file=mips/t-r3900
1875 ;;
1876 mmix-knuth-mmixware)
1877 need_64bit_hwint=yes
1878 ;;
1879 mn10200-*-*)
1880 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1881 if test x$stabs = xyes
1882 then
1883 tm_file="${tm_file} dbx.h"
1884 fi
1885 use_collect2=no
1886 ;;
1887 mn10300-*-*)
1888 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1889 if test x$stabs = xyes
1890 then
1891 tm_file="${tm_file} dbx.h"
1892 fi
1893 use_collect2=no
1894 ;;
1895 ns32k-*-netbsdelf*)
1896 echo "GCC does not yet support the ${machine} target"; exit 1
1897 ;;
1898 ns32k-*-netbsd*)
1899 tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1900 # On NetBSD, the headers are already okay, except for math.h.
1901 tmake_file="t-netbsd ns32k/t-ns32k"
1902 extra_parts=""
1903 use_collect2=yes
1904 ;;
1905 pdp11-*-bsd)
1906 tm_file="${tm_file} pdp11/2bsd.h"
1907 ;;
1908 pdp11-*-*)
1909 ;;
1910 avr-*-*)
1911 ;;
1912 ns32k-*-openbsd*)
1913 # Nothing special
1914 ;;
1915 romp-*-openbsd*)
1916 # Nothing special
1917 ;;
1918 powerpc-*-openbsd*)
1919 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-openbsd"
1920 extra_headers=
1921 ;;
1922 powerpc64-*-linux*)
1923 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
1924 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-linux rs6000/t-linux64"
1925 ;;
1926 powerpc64-*-gnu*)
1927 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"
1928 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
1929 ;;
1930 powerpc-*-beos*)
1931 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1932 tmake_file="rs6000/t-fprules rs6000/t-beos"
1933 extra_headers=
1934 ;;
1935 powerpc-*-darwin*)
1936 tm_file="${tm_file} rs6000/darwin.h"
1937 tmake_file="rs6000/t-fprules t-darwin rs6000/t-darwin"
1938 extra_headers=altivec.h
1939 # override ppc default
1940 need_64bit_hwint=
1941 # powerpc-darwin host support.
1942 host_hook_obj=host-darwin.o
1943 xmake_file=rs6000/x-darwin
1944 ;;
1945 powerpc*-*-freebsd*)
1946 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1947 tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1948 ;;
1949 powerpc-*-sysv*)
1950 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1951 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1952 ;;
1953 powerpc-*-netbsd*)
1954 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1955 tmake_file="${tmake_file} rs6000/t-netbsd"
1956 ;;
1957 powerpc-*-chorusos*)
1958 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1959 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
1960 case x${enable_threads} in
1961 xyes | xpthreads | xposix)
1962 thread_file='posix'
1963 ;;
1964 esac
1965 ;;
1966 powerpc-*-eabiaix*)
1967 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
1968 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1969 ;;
1970 powerpc-*-eabispe*)
1971 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabispe.h"
1972 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1973 ;;
1974 powerpc-*-eabisimaltivec*)
1975 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"
1976 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1977 ;;
1978 powerpc-*-eabisim*)
1979 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
1980 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1981 ;;
1982 powerpc-*-elf*)
1983 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1984 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1985 ;;
1986 powerpc-*-eabialtivec*)
1987 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
1988 tmake_file="rs6000/t-fprules rs6000/t-ppcendian rs6000/t-ppccomm"
1989 ;;
1990 powerpc-*-eabi*)
1991 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
1992 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
1993 ;;
1994 powerpc-*-rtems*)
1995 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
1996 tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm"
1997 if test x$enable_threads = xyes; then
1998 thread_file='rtems'
1999 fi
2000 ;;
2001 powerpc-*-linux*libc1)
2002 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2003 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2004 if test x$enable_threads = xyes; then
2005 thread_file='posix'
2006 fi
2007 ;;
2008 powerpc-*-linux-gnualtivec*)
2009 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2010 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2011 ;;
2012 powerpc-*-linux*)
2013 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2014 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2015 ;;
2016 powerpc-*-gnu-gnualtivec*)
2017 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"
2018 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2019 if test x$enable_threads = xyes; then
2020 thread_file='posix'
2021 fi
2022 ;;
2023 powerpc-*-gnu*)
2024 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"
2025 tmake_file="rs6000/t-fprules rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2026 if test x$enable_threads = xyes; then
2027 thread_file='posix'
2028 fi
2029 ;;
2030 powerpc-wrs-vxworks*)
2031 # We want vxworks.h after rs6000/sysv4.h, which unfortunately
2032 # means we have to redo the tm_file list from scratch.
2033 tm_file="rs6000/rs6000.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2034 tm_file="${tm_file} vxworks.h rs6000/vxworks.h"
2035 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppccomm rs6000/t-vxworks"
2036 extra_headers=ppc-asm.h
2037 ;;
2038 powerpc-wrs-windiss*)
2039 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2040 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2041 thread_file=""
2042 ;;
2043 powerpcle-*-sysv*)
2044 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2045 tmake_file="rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm"
2046 ;;
2047 powerpcle-*-elf*)
2048 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2049 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2050 ;;
2051 powerpcle-*-eabisim*)
2052 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"
2053 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2054 ;;
2055 powerpcle-*-eabi*)
2056 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2057 tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
2058 ;;
2059 rs6000-ibm-aix3.[01]*)
2060 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2061 use_collect2=yes
2062 ;;
2063 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2064 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2065 tmake_file="rs6000/t-fprules rs6000/t-newas"
2066 use_collect2=yes
2067 extra_headers=
2068 ;;
2069 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2070 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2071 tmake_file="rs6000/t-fprules rs6000/t-newas"
2072 use_collect2=yes
2073 extra_headers=
2074 ;;
2075 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2076 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2077 tmake_file=rs6000/t-aix43
2078 use_collect2=yes
2079 thread_file='aix'
2080 extra_headers=
2081 ;;
2082 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2083 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2084 tmake_file=rs6000/t-aix43
2085 use_collect2=yes
2086 thread_file='aix'
2087 extra_headers=
2088 ;;
2089 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2090 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2091 tmake_file=rs6000/t-aix52
2092 use_collect2=yes
2093 thread_file='aix'
2094 extra_headers=
2095 ;;
2096 rs6000-ibm-aix*)
2097 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2098 use_collect2=yes
2099 ;;
2100 rs6000-bull-bosx)
2101 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2102 use_collect2=yes
2103 ;;
2104 rs6000-*-mach*)
2105 tm_file="${tm_file} rs6000/mach.h"
2106 use_collect2=yes
2107 ;;
2108 rs6000-*-lynxos*)
2109 tm_file="lynx.h rs6000/lynx.h"
2110 tmake_file=rs6000/t-fprules
2111 use_collect2=yes
2112 ;;
2113 s390-*-linux*)
2114 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2115 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff"
2116 ;;
2117 s390x-*-linux*)
2118 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2119 tm_p_file=s390/s390-protos.h
2120 md_file=s390/s390.md
2121 extra_modes=s390/s390-modes.def
2122 out_file=s390/s390.c
2123 tmake_file="t-slibgcc-elf-ver t-linux s390/t-crtstuff s390/t-linux64"
2124 ;;
2125 sh-*-elf* | sh[2346l]*-*-elf*)
2126 tmake_file="sh/t-sh sh/t-elf"
2127 case $machine in
2128 shl* | sh64l*)
2129 tm_file="sh/little.h ${tm_file}"
2130 tmake_file="${tmake_file} sh/t-le"
2131 ;;
2132 esac
2133 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h"
2134 case $machine in
2135 sh64*)
2136 tmake_file="${tmake_file} sh/t-sh64"
2137 tm_file="${tm_file} sh/sh64.h"
2138 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2139 ;;
2140 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2141 sh4*) target_cpu_default="SELECT_SH4" ;;
2142 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2143 sh3*) target_cpu_default="SELECT_SH3" ;;
2144 sh2e*) target_cpu_default="SELECT_SH2E" ;;
2145 sh2*) target_cpu_default="SELECT_SH2" ;;
2146 esac
2147 case $machine in
2148 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2149 esac
2150 ;;
2151 sh-*-rtemself*)
2152 tmake_file="sh/t-sh sh/t-elf t-rtems"
2153 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/rtemself.h rtems.h"
2154 if test x$enable_threads = xyes; then
2155 thread_file='rtems'
2156 fi
2157 ;;
2158 sh-*-rtems*)
2159 tmake_file="sh/t-sh t-rtems"
2160 tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h"
2161 if test x$enable_threads = xyes; then
2162 thread_file='rtems'
2163 fi
2164 ;;
2165 sh-*-linux* | sh[2346lbe]*-*-linux*)
2166 tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux sh/t-linux"
2167 case $machine in
2168 sh*be-*-* | sh*eb-*-*) ;;
2169 *)
2170 tm_file="sh/little.h ${tm_file}"
2171 tmake_file="${tmake_file} sh/t-le"
2172 ;;
2173 esac
2174 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
2175 case $machine in
2176 sh64*)
2177 tmake_file="${tmake_file} sh/t-sh64"
2178 tm_file="${tm_file} sh/sh64.h"
2179 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2180 ;;
2181 sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
2182 sh4*) target_cpu_default="SELECT_SH4" ;;
2183 sh3e[lb]e*) target_cpu_default="SELECT_SH3E" ;;
2184 sh3e[lb]*) target_cpu_default="SELECT_SH3" ;;
2185 sh3e*) target_cpu_default="SELECT_SH3E" ;;
2186 sh3*) target_cpu_default="SELECT_SH3" ;;
2187 sh2e[lb]e*) target_cpu_default="SELECT_SH2E" ;;
2188 sh2e[lb]*) target_cpu_default="SELECT_SH2" ;;
2189 sh2e*) target_cpu_default="SELECT_SH2E" ;;
2190 sh2*) target_cpu_default="SELECT_SH2" ;;
2191 esac
2192 case $machine in
2193 sh[234]*) tmake_file="${tmake_file} sh/t-monolib" ;;
2194 esac
2195 ;;
2196 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2197 sh64-*-netbsd* | sh64l*-*-netbsd*)
2198 tm_file="${tm_file} dbxelf.h elfos.h sh/elf.h netbsd.h netbsd-elf.h sh/netbsd-elf.h"
2199 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2200 case $machine in
2201 sh*l*-*)
2202 tm_file="sh/little.h ${tm_file}"
2203 tmake_file="${tmake_file} sh/t-le"
2204 ;;
2205 *)
2206 tmake_file="${tmake_file} sh/t-be"
2207 ;;
2208 esac
2209 case $machine in
2210 sh5*-*)
2211 # SHmedia, 32-bit ABI
2212 target_cpu_default="SH5_BIT|SH4_BIT|SH3_BIT|SH_E_BIT"
2213 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5"
2214 ;;
2215 sh64*-*)
2216 # SHmedia, 64-bit ABI
2217 target_cpu_default="SH5_BIT|SH4_BIT"
2218 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd-sh5 sh/t-netbsd-sh5-64"
2219 ;;
2220 *)
2221 # SH3, software floating point
2222 target_cpu_default="SH1_BIT|SH2_BIT|SH3_BIT"
2223 tmake_file="${tmake_file} sh/t-netbsd"
2224 ;;
2225 esac
2226 ;;
2227 sh-*-*)
2228 tm_file="${tm_file} sh/coff.h"
2229 ;;
2230 sparc-tti-*)
2231 tm_file="${tm_file} sparc/pbd.h"
2232 ;;
2233 sparc-*-aout*)
2234 tmake_file=sparc/t-sparcbare
2235 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
2236 ;;
2237 sparc-*-netbsdelf*)
2238 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2239 ;;
2240 sparc-*-netbsd*)
2241 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
2242 tmake_file=t-netbsd
2243 extra_parts=""
2244 use_collect2=yes
2245 ;;
2246 sparc-*-openbsd*)
2247 tm_file="sparc/sparc.h ${tm_file}"
2248 # needed to unconfuse gdb
2249 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
2250 # we need collect2 until our bug is fixed...
2251 use_collect2=yes
2252 ;;
2253 sparc64-*-openbsd*)
2254 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"
2255 gas=yes gnu_ld=yes
2256 with_cpu=ultrasparc
2257 ;;
2258 sparc-*-bsd*)
2259 tm_file="${tm_file} sparc/bsd.h"
2260 ;;
2261 sparc-*-chorusos*)
2262 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h chorus.h"
2263 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
2264 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2265 case x${enable_threads} in
2266 xyes | xpthreads | xposix)
2267 thread_file='posix'
2268 ;;
2269 esac
2270 ;;
2271 sparc-*-elf*)
2272 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h"
2273 tmake_file="sparc/t-elf sparc/t-crtfm"
2274 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2275 ;;
2276 sparc-*-linux*aout*) # SPARC's running GNU/Linux, a.out
2277 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
2278 gnu_ld=yes
2279 ;;
2280 sparc-*-linux*libc1*) # SPARC's running GNU/Linux, libc5
2281 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2282 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
2283 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2284 gnu_ld=yes
2285 ;;
2286 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
2287 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
2288 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
2289 ;;
2290 sparc-*-lynxos*)
2291 if test x$gas = xyes
2292 then
2293 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
2294 else
2295 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
2296 fi
2297 tmake_file=sparc/t-sunos41
2298 ;;
2299 sparc-*-rtemsaout*) # would otherwise be caught by sparc-*-rtems*
2300 echo "*** Configuration $machine not supported" 1>&2
2301 exit 1
2302 ;;
2303 sparc-*-rtems*)
2304 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"
2305 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2306 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2307 if test x$enable_threads = xyes; then
2308 thread_file='rtems'
2309 fi
2310 ;;
2311 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2312 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"
2313 if test x$gnu_ld = xyes; then
2314 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2315 fi
2316 if test x$gas = xyes; then
2317 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2318 fi
2319 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2320 if test x$gnu_ld = xyes; then
2321 tmake_file="$tmake_file t-slibgcc-elf-ver"
2322 else
2323 tmake_file="$tmake_file t-slibgcc-sld"
2324 fi
2325 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2326 if test x${enable_threads} = x ; then
2327 enable_threads=$have_pthread_h
2328 if test x${enable_threads} = x ; then
2329 enable_threads=$have_thread_h
2330 fi
2331 fi
2332 if test x${enable_threads} = xyes ; then
2333 if test x${have_pthread_h} = xyes ; then
2334 thread_file='posix'
2335 else
2336 thread_file='solaris'
2337 fi
2338 fi
2339 need_64bit_hwint=yes
2340 ;;
2341 sparc-hal-solaris2*)
2342 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/hal.h"
2343 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
2344 if test x$gnu_ld = xyes; then
2345 tm_file="${tm_file} sparc/sol2-gld.h"
2346 tmake_file="$tmake_file t-slibgcc-elf-ver"
2347 else
2348 tmake_file="$tmake_file t-slibgcc-sld"
2349 fi
2350 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
2351 thread_file='solaris'
2352 ;;
2353 sparc-*-solaris2*)
2354 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h"
2355 if test x$gnu_ld = xyes; then
2356 tm_file="${tm_file} sparc/sol2-gld.h"
2357 fi
2358 tmake_file="sparc/t-sol2 sparc/t-crtfm"
2359 if test x$gnu_ld = xyes; then
2360 tmake_file="$tmake_file t-slibgcc-elf-ver"
2361 else
2362 tmake_file="$tmake_file t-slibgcc-sld"
2363 fi
2364 case $machine in
2365 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2366 if test x$gnu_ld = xno; then
2367 tm_file="${tm_file} sparc/sol26-sld.h"
2368 fi
2369 ;;
2370 *-*-solaris2.[789])
2371 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2372 if test x$gnu_ld = xyes; then
2373 tm_file="${tm_file} sparc/sol2-gld-bi.h"
2374 fi
2375 if test x$gas = xyes; then
2376 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2377 fi
2378 tmake_file="$tmake_file sparc/t-sol2-64"
2379 need_64bit_hwint=yes
2380 ;;
2381 esac
2382 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2383 if test x${enable_threads} = x; then
2384 enable_threads=$have_pthread_h
2385 if test x${enable_threads} = x; then
2386 enable_threads=$have_thread_h
2387 fi
2388 fi
2389 if test x${enable_threads} = xyes; then
2390 if test x${have_pthread_h} = xyes; then
2391 thread_file='posix'
2392 else
2393 thread_file='solaris'
2394 fi
2395 fi
2396 ;;
2397 sparc-*-sunos4.0*)
2398 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2399 use_collect2=yes
2400 ;;
2401 sparc-*-sunos4*)
2402 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
2403 tmake_file=sparc/t-sunos41
2404 use_collect2=yes
2405 if test x$gas = xyes; then
2406 tm_file="${tm_file} sparc/sun4gas.h"
2407 fi
2408 ;;
2409 sparc-*-sunos3*)
2410 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
2411 use_collect2=yes
2412 ;;
2413 sparc-*-sysv4*)
2414 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
2415 tmake_file=t-svr4
2416 extra_parts="crtbegin.o crtend.o"
2417 ;;
2418 sparclet-*-aout*)
2419 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
2420 tmake_file=sparc/t-splet
2421 ;;
2422 sparclite-*-coff*)
2423 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
2424 tmake_file=sparc/t-sparclite
2425 ;;
2426 sparclite-*-aout*)
2427 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
2428 tmake_file=sparc/t-sparclite
2429 ;;
2430 sparclite-*-elf*)
2431 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"
2432 tmake_file="sparc/t-sparclite sparc/t-crtfm"
2433 extra_parts="crtbegin.o crtend.o"
2434 ;;
2435 sparc86x-*-aout*)
2436 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
2437 tmake_file=sparc/t-sp86x
2438 ;;
2439 sparc86x-*-elf*)
2440 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"
2441 tmake_file="sparc/t-sp86x sparc/t-crtfm"
2442 extra_parts="crtbegin.o crtend.o"
2443 ;;
2444 sparc64-*-aout*)
2445 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
2446 ;;
2447 sparc64-*-elf*)
2448 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
2449 tmake_file="${tmake_file} sparc/t-crtfm"
2450 extra_parts="crtbegin.o crtend.o"
2451 ;;
2452 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2453 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2454 tmake_file="${tmake_file} sparc/t-crtfm"
2455 xmake_file=none
2456 case "x$with_cpu" in
2457 xultrasparc) ;;
2458 x) with_cpu=ultrasparc ;;
2459 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2460 esac
2461 need_64bit_hwint=yes
2462 ;;
2463 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
2464 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
2465 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
2466 ;;
2467 sparc64-*-netbsd*)
2468 tmake_file="${tmake_file} sparc/t-netbsd64"
2469 tm_file="sparc/biarch64.h ${tm_file}"
2470 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2471 ;;
2472 strongarm-*-elf*)
2473 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2474 tmake_file=arm/t-strongarm-elf
2475 out_file=arm/arm.c
2476 md_file=arm/arm.md
2477 extra_modes=arm/arm-modes.def
2478 ;;
2479 strongarm-*-coff*)
2480 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
2481 tmake_file=arm/t-strongarm-coff
2482 out_file=arm/arm.c
2483 md_file=arm/arm.md
2484 extra_modes=arm/arm-modes.def
2485 ;;
2486 strongarm-*-pe)
2487 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"
2488 tmake_file=arm/t-strongarm-pe
2489 out_file=arm/arm.c
2490 md_file=arm/arm.md
2491 extra_modes=arm/arm-modes.def
2492 extra_objs=pe.o
2493 ;;
2494 thumb*-*-*)
2495 { echo "config.gcc: error:
2496 *** The Thumb targets have been deprecated. The equivalent
2497 *** ARM based toolchain can now generate Thumb instructions
2498 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
2499 ;;
2500 v850-*-rtems*)
2501 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
2502 tmake_file="v850/t-v850 t-rtems"
2503 if test x$stabs = xyes
2504 then
2505 tm_file="${tm_file} dbx.h"
2506 fi
2507 use_collect2=no
2508 c_target_objs="v850-c.o"
2509 cxx_target_objs="v850-c.o"
2510 ;;
2511 v850e-*-*)
2512 target_cpu_default="TARGET_CPU_v850e"
2513 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2514 tm_p_file=v850/v850-protos.h
2515 tmake_file=v850/t-v850
2516 md_file=v850/v850.md
2517 out_file=v850/v850.c
2518 if test x$stabs = xyes
2519 then
2520 tm_file="${tm_file} dbx.h"
2521 fi
2522 use_collect2=no
2523 c_target_objs="v850-c.o"
2524 cxx_target_objs="v850-c.o"
2525 ;;
2526 v850-*-*)
2527 target_cpu_default="TARGET_CPU_generic"
2528 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2529 tmake_file=v850/t-v850
2530 if test x$stabs = xyes
2531 then
2532 tm_file="${tm_file} dbx.h"
2533 fi
2534 use_collect2=no
2535 c_target_objs="v850-c.o"
2536 cxx_target_objs="v850-c.o"
2537 ;;
2538 vax-*-bsd*) # VAXen running BSD
2539 tm_file="${tm_file} vax/bsd.h"
2540 use_collect2=yes
2541 ;;
2542 vax-*-sysv*) # VAXen running system V
2543 tm_file="${tm_file} vax/vaxv.h"
2544 ;;
2545 vax-*-netbsdelf*)
2546 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2547 float_format=vax
2548 ;;
2549 vax-*-netbsd*)
2550 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2551 tmake_file=t-netbsd
2552 extra_parts=""
2553 use_collect2=yes
2554 ;;
2555 vax-*-openbsd*)
2556 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
2557 use_collect2=yes
2558 ;;
2559 vax-*-ultrix*) # VAXen running ultrix
2560 tm_file="${tm_file} vax/ultrix.h"
2561 ;;
2562 vax-*-vms*) # VAXen running VMS
2563 echo "Configuration $machine no longer supported" 1>&2
2564 exit 1
2565 ;;
2566 vax-*-*) # VAX default entry
2567 ;;
2568 xscale-*-elf)
2569 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2570 tmake_file=arm/t-xscale-elf
2571 out_file=arm/arm.c
2572 md_file=arm/arm.md
2573 extra_modes=arm/arm-modes.def
2574 ;;
2575 xscale-*-coff)
2576 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
2577 tmake_file=arm/t-xscale-coff
2578 out_file=arm/arm.c
2579 md_file=arm/arm.md
2580 extra_modes=arm/arm-modes.def
2581 ;;
2582 xstormy16-*-elf)
2583 # For historical reasons, the target files omit the 'x'.
2584 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2585 tm_p_file=stormy16/stormy16-protos.h
2586 md_file=stormy16/stormy16.md
2587 out_file=stormy16/stormy16.c
2588 tmake_file="stormy16/t-stormy16"
2589 extra_parts="crtbegin.o crtend.o"
2590 ;;
2591 xtensa-*-elf*)
2592 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2593 tmake_file="xtensa/t-xtensa xtensa/t-elf"
2594 ;;
2595 xtensa-*-linux*)
2596 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2597 tmake_file="t-slibgcc-elf-ver t-linux xtensa/t-xtensa xtensa/t-linux"
2598 ;;
2599 *)
2600 echo "*** Configuration $machine not supported" 1>&2
2601 exit 1
2602 ;;
2603 esac
2604
2605 case $machine in
2606 *-*-sysv*)
2607 install_headers_dir=install-headers-cpio
2608 ;;
2609 esac
2610
2611 # Distinguish i[34567]86
2612 # Also, do not run mips-tfile on MIPS if using gas.
2613 # Process --with-cpu= for PowerPC/rs6000
2614 target_cpu_default2=
2615 case $machine in
2616 i486-*-*)
2617 target_cpu_default2=TARGET_CPU_DEFAULT_i486
2618 ;;
2619 i586-*-*)
2620 case $target_alias in
2621 k6_2-*)
2622 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
2623 ;;
2624 k6_3-*)
2625 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
2626 ;;
2627 k6-*)
2628 target_cpu_default2=TARGET_CPU_DEFAULT_k6
2629 ;;
2630 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2631 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
2632 ;;
2633 *)
2634 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
2635 ;;
2636 esac
2637 ;;
2638 i686-*-* | i786-*-*)
2639 case $target_alias in
2640 k8-*)
2641 target_cpu_default2=TARGET_CPU_DEFAULT_k8
2642 ;;
2643 athlon_xp-*|athlon_mp-*|athlon_4-*)
2644 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
2645 ;;
2646 athlon_tbird-*|athlon-*)
2647 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
2648 ;;
2649 pentium2-*)
2650 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
2651 ;;
2652 pentium3-*)
2653 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
2654 ;;
2655 pentium4-*)
2656 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
2657 ;;
2658 *)
2659 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
2660 ;;
2661 esac
2662 ;;
2663 x86_64-*-*)
2664 # We should have hammer chip here, but it does not exist yet and
2665 # thus it is not supported. Athlon_SSE is probably equivalent feature
2666 # wise to hammer from our point of view except for 64bit mode.
2667 target_cpu_default2=TARGET_CPU_DEFAULT_k8
2668 ;;
2669 alpha*-*-*)
2670 case $machine in
2671 alphaev6[78]*)
2672 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
2673 ;;
2674 alphaev6*)
2675 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
2676 ;;
2677 alphapca56*)
2678 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
2679 ;;
2680 alphaev56*)
2681 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
2682 ;;
2683 alphaev5*)
2684 target_cpu_default2="MASK_CPU_EV5"
2685 ;;
2686 esac
2687
2688 if test x$gas = xyes
2689 then
2690 if test "$target_cpu_default2" = ""
2691 then
2692 target_cpu_default2="MASK_GAS"
2693 else
2694 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
2695 fi
2696 fi
2697 ;;
2698 arm*-*-*)
2699 case "x$with_cpu" in
2700 x)
2701 # The most generic
2702 target_cpu_default2="TARGET_CPU_generic"
2703 ;;
2704
2705 # Distinguish cores, and major variants
2706 # arm7m doesn't exist, but D & I don't affect code
2707 xarm[236789] | xarm250 | xarm[67][01]0 \
2708 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
2709 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
2710 | xxscale \
2711 | xep9312 \
2712 | xstrongarm | xstrongarm110 | xstrongarm1100)
2713 target_cpu_default2="TARGET_CPU_$with_cpu"
2714 ;;
2715
2716 xyes | xno)
2717 echo "--with-cpu must be passed a value" 1>&2
2718 exit 1
2719 ;;
2720
2721 *)
2722 if test x$pass2done = xyes
2723 then
2724 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2725 exit 1
2726 fi
2727 ;;
2728 esac
2729 case $machine in
2730 9ep9312-*-*)
2731 target_cpu_default2="TARGET_CPU_9ep9312"
2732 ;;
2733 esac
2734 ;;
2735
2736 hppa*-*-* | parisc*-*-*)
2737 if test x$gas = xyes
2738 then
2739 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
2740 fi
2741 case $machine in
2742 hppa1* | parisc1*)
2743 tm_defines="TARGET_SCHED_DEFAULT=\\\"7100LC\\\""
2744 ;;
2745 esac
2746 ;;
2747 mips*-*-*)
2748 case $machine in
2749 mips*-*-ecoff* | mips*-*-elf*)
2750 if test x$gas = xyes
2751 then
2752 if test x$gnu_ld = xyes
2753 then
2754 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
2755 else
2756 target_cpu_default2="MASK_GAS"
2757 fi
2758 fi
2759 ;;
2760 mips*-*-*)
2761 if test x$gas = xyes
2762 then
2763 target_cpu_default2="MASK_GAS"
2764 fi
2765 ;;
2766 esac
2767 case $machine in
2768 mips*el-*-*)
2769 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
2770 ;;
2771 esac
2772 case $tm_file in
2773 *mips/elf.h* | *mips/elf64.h*)
2774 tm_defines="OBJECT_FORMAT_ELF $tm_defines"
2775 ;;
2776 esac
2777 if test "x$enable_gofast" = xyes
2778 then
2779 tm_defines="INIT_SUBTARGET_OPTABS=INIT_GOFAST_OPTABS $tm_defines"
2780 tm_file="gofast.h $tm_file"
2781 tmake_file="mips/t-gofast $tmake_file"
2782 else
2783 tmake_file="mips/t-mips $tmake_file"
2784 fi
2785 ;;
2786 powerpc*-*-* | rs6000-*-*)
2787 if test x$enable_altivec = xyes
2788 then
2789 tm_file="$tm_file rs6000/altivec-defs.h"
2790 fi
2791 case "x$with_cpu" in
2792 x)
2793 ;;
2794
2795 xcommon | xpowerpc | xpowerpc64 \
2796 | xpower | xpower2 | xpower3 | xpower4 \
2797 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
2798 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
2799 | x740 | x750 | x7400 | x7450 | x505)
2800 target_cpu_default2="\\\"$with_cpu\\\""
2801 ;;
2802
2803 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
2804 target_cpu_default2="\\\"$with_cpu\\\""
2805 ;;
2806
2807 xyes | xno)
2808 echo "--with-cpu must be passed a value" 1>&2
2809 exit 1
2810 ;;
2811
2812 *)
2813 if test x$pass2done = xyes
2814 then
2815 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2816 exit 1
2817 fi
2818 ;;
2819 esac
2820 out_file=rs6000/rs6000.c
2821 c_target_objs="${c_target_objs} rs6000-c.o"
2822 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
2823 tmake_file="rs6000/t-rs6000 ${tmake_file}"
2824 ;;
2825 sparc*-*-*)
2826 case ".$with_cpu" in
2827 .)
2828 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
2829 ;;
2830 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
2831 target_cpu_default2="TARGET_CPU_$with_cpu"
2832 ;;
2833 *)
2834 if test x$pass2done = xyes
2835 then
2836 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2837 exit 1
2838 fi
2839 ;;
2840 esac
2841 ;;
2842 v850*-*-*)
2843 case "x$with_cpu" in
2844 x)
2845 ;;
2846 xv850e)
2847 target_cpu_default2="TARGET_CPU_$with_cpu"
2848 ;;
2849 *)
2850 if test x$pass2done = xyes
2851 then
2852 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
2853 exit 1
2854 fi
2855 ;;
2856 esac
2857 ;;
2858 esac
2859
2860 if test "$target_cpu_default2" != ""
2861 then
2862 if test "$target_cpu_default" != ""
2863 then
2864 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
2865 else
2866 target_cpu_default=$target_cpu_default2
2867 fi
2868 fi
2869
2870 # Save data on machine being used to compile GCC in build_xm_file.
2871 # Save data on host machine in vars host_xm_file and host_xmake_file.
2872 if test x$pass1done = x
2873 then
2874 if test x$xm_file != x
2875 then build_xm_file=$xm_file
2876 fi
2877 build_xm_defines=$xm_defines
2878 build_install_headers_dir=$install_headers_dir
2879 build_exeext=$exeext
2880 pass1done=yes
2881 else
2882 if test x$pass2done = x
2883 then
2884 if test x$xm_file != x
2885 then host_xm_file=$xm_file
2886 fi
2887 host_xm_defines=$xm_defines
2888 host_xmake_file="$xmake_file"
2889 host_truncate_target=$truncate_target
2890 host_extra_gcc_objs=$extra_gcc_objs
2891 host_extra_objs=$extra_host_objs
2892 host_exeext=$exeext
2893 out_host_hook_obj=$host_hook_obj
2894 pass2done=yes
2895 fi
2896 fi