config.gcc: Correct test of --enable-obsolete.
[gcc.git] / gcc / config.gcc
1 # GCC build-, host- and target-specific configuration file.
2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3
4 #This file is part of GCC.
5
6 #GCC is free software; you can redistribute it and/or modify it under
7 #the terms of the GNU General Public License as published by the Free
8 #Software Foundation; either version 2, or (at your option) any later
9 #version.
10
11 #GCC is distributed in the hope that it will be useful, but WITHOUT
12 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 #FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 #for more details.
15
16 #You should have received a copy of the GNU General Public License
17 #along with GCC; see the file COPYING. If not, write to the Free
18 #Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19 #02111-1307, USA.
20
21 # This is the GCC build-, host- and target-specific configuration file
22 # where a configuration type, as recognized and generated by config.bfd,
23 # is mapped to different system-specific definitions and files. This is
24 # invoked by the autoconf-generated configure script, called for build,
25 # host and target in that order, setting ${machine} to each. Putting it
26 # in a separate shell file lets us skip running autoconf when modifying
27 # build-, host- and target-specific information.
28
29 # This file switches on the shell variable ${machine}, and also uses the
30 # following shell variables:
31 #
32 # with_* Various variables as set by configure.
33 #
34 # enable_threads_flag Either the name, yes or no depending on whether
35 # threads support was requested.
36 #
37 # gas_flag Either yes or no depending on whether GNU as was
38 # requested.
39 #
40 # gnu_ld_flag Either yes or no depending on whether GNU ld was
41 # requested.
42
43 # This file sets the following shell variables for use by the
44 # autoconf-generated configure script:
45 #
46 # cpu_type The name of the cpu, if different from machine.
47 #
48 # tm_file A list of target macro files, if different from
49 # "$cpu_type/$cpu_type.h". Usually it's constructed
50 # per target in a way like this:
51 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
52 # Note that the preferred order is:
53 # - specific target header "${cpu_type}/${cpu_type.h}"
54 # - generic headers like dbxelf.h elfos.h, netware.h, etc.
55 # - specializing target headers like ${cpu_type.h}/elf.h
56 # This helps to keep OS specific stuff out of the CPU
57 # defining header ${cpu_type}/${cpu_type.h}.
58 #
59 # tm_p_file Location of file with declarations for functions
60 # in $out_file.
61 #
62 # out_file The name of the machine description C support
63 # file, if different from "$cpu_type/$cpu_type.c".
64 #
65 # md_file The name of the machine-description file, if
66 # different from "$cpu_type/$cpu_type.md".
67 #
68 # tmake_file A list of machine-description-specific
69 # makefile-fragments, if different from
70 # "$cpu_type/t-$cpu_type".
71 #
72 # float_format Set to the symbolic name for the floating-point
73 # formats used for this machine, if different from
74 # "i64". Used to derive a header file name to
75 # include, like "vax" for "float-vax.h". If no such
76 # file is wanted, set to "none".
77 #
78 # extra_objs List of extra objects that should be linked into
79 # the compiler proper (cc1, cc1obj, cc1plus)
80 # depending on target.
81 #
82 # extra_headers List of used header files from the directory
83 # config/${cpu_type}.
84 #
85 # host_xmake_file List of host-specific makefile-fragments.
86 #
87 # extra_passes List of extra executables compiled for this target
88 # machine, used for compiling from source to object.
89 #
90 # extra_parts List of extra object files that should be compiled
91 # for this target machine.
92 #
93 # extra_programs Like extra_passes, but these are used when linking.
94 #
95 # host_extra_objs List of extra host-dependent objects that should
96 # be linked into the compiler proper.
97 #
98 # host_extra_gcc_objs List of extra host-dependent objects that should
99 # be linked into the gcc driver.
100 #
101 # c_target_objs List of extra target-dependent objects that be
102 # linked into the C compiler only.
103 #
104 # cxx_target_objs List of extra target-dependent objects that be
105 # linked into the C++ compiler only.
106 #
107 # build_xm_defines List of macros to define when compiling for the
108 # build machine.
109 #
110 # build_xm_file List of files to include when compiling for the
111 # build machine.
112 #
113 # host_xm_defines List of macros to define when compiling for the
114 # host machine.
115 #
116 # host_xm_file List of files to include when compiling for the
117 # host machine.
118 #
119 # xm_defines List of macros to define when compiling for the
120 # target machine.
121 #
122 # xm_file List of files to include when compiling for the
123 # target machine.
124 #
125 # use_collect2 Set to yes or no, depending on whether collect2
126 # will be used.
127 #
128 # target_cpu_default Set to override the default target model.
129 #
130 # build_install_headers_dir
131 # Target to use when installing header files.
132 #
133 # host_truncate_target
134 # Non-empty if the target name should be truncated
135 # on this host, due to filename length issues.
136 #
137 # gdb_needs_out_file_path
138 # Set to yes if gdb needs a dir command with
139 # `dirname $out_file`.
140 #
141 # build_exeext Set to the suffix, if the build machine requires
142 # executables to have a file name suffix.
143 #
144 # host_exeext Set to the suffix, if the host machine requires
145 # executables to have a file name suffix.
146 #
147 # thread_file Set to control which thread package to use.
148 #
149 # gas Set to yes or no depending on whether the target
150 # system normally uses GNU as.
151
152 # The following variables are used in each case-construct to build up the
153 # outgoing variables:
154 #
155 # xmake_file Makefile-fragment when this system is as a host,
156 # for host_xmake_file.
157 #
158 # extra_host_objs List of extra objects that should be linked into
159 # the compiler proper when this system is a host,
160 # for host_extra_objs.
161 #
162 # install_headers_dir Makefile-target for how the header file directory
163 # is installed, when this system is a build system,
164 # for build_install_headers_dir.
165 #
166 # truncate_target Non-empty if the target name should be truncated
167 # when this system is a host, due to filename length
168 # issues. For host_truncate_target.
169 #
170 # exeext The suffix for executables on this system.
171 #
172 # gnu_ld Set to yes or no depending on whether the target
173 # system normally uses GNU ld.
174
175 out_file=
176 xmake_file=
177 tmake_file=
178 extra_headers=
179 extra_passes=
180 extra_parts=
181 extra_programs=
182 extra_objs=
183 extra_host_objs=
184 extra_gcc_objs=
185 c_target_objs=
186 cxx_target_objs=
187 xm_defines=
188 float_format=
189 # Set this to force installation and use of collect2.
190 use_collect2=
191 # Set this to override the default target model.
192 target_cpu_default=
193 # Set this to control how the header file directory is installed.
194 install_headers_dir=install-headers-tar
195 # Set this if directory names should be truncated to 14 characters.
196 truncate_target=
197 # Set this if gdb needs a dir command with `dirname $out_file`
198 gdb_needs_out_file_path=
199 # Set this if the build machine requires executables to have a
200 # file name suffix.
201 exeext=
202 # Set this to control which thread package will be used.
203 thread_file=
204 # Reinitialize these from the flag values every loop pass, since some
205 # configure entries modify them.
206 gas="$gas_flag"
207 gnu_ld="$gnu_ld_flag"
208 enable_threads=$enable_threads_flag
209
210 # Obsolete configurations.
211 # To avoid some tedious lists, we have a blacklist with a whitelist
212 # embedded within it.
213 case $machine in
214 1750a-* \
215 | a29k-* \
216 | alpha*-*-osf[123]* \
217 | arm-*-riscix* \
218 | c*-convex-* \
219 | clipper-* \
220 | elxsi-* \
221 | i860-* \
222 | i?86-*-aix* \
223 | i?86-*-bsd* \
224 | i?86-*-chorusos* \
225 | i?86-*-dgux* \
226 | i?86-*-freebsd1.* \
227 | i?86-*-isc* \
228 | i?86-*-linux*oldld* \
229 | i?86-*-osf1* \
230 | i?86-*-osfrose* \
231 | i?86-*-rtemscoff* \
232 | i?86-*-sunos* \
233 | i?86-go32-rtems* \
234 | i?86-next-* \
235 | i?86-sequent-bsd* \
236 | i?86-sequent-ptx[12]* \
237 | i?86-sequent-sysv3* \
238 | m68[k0]*-*-lynxos* \
239 | m68[k0]*-*-rtemscoff* \
240 | m68[k0]*-*-sysv3* \
241 | m68[k0]*-altos-* \
242 | m68[k0]*-apollo-* \
243 | m68[k0]*-apple-* \
244 | m68[k0]*-bull-* \
245 | m68[k0]*-convergent-* \
246 | m68[k0]*-isi-* \
247 | m68[k0]*-next-* \
248 | m68[k0]*-sony-* \
249 | m88k-* \
250 | mips-*-bsd* \
251 | mips-*-riscos* \
252 | mips-*-sysv* \
253 | mips-*-ultrix* \
254 | mips-dec-* \
255 | mips-sgi-irix[1234]* \
256 | mips-sony-* \
257 | mips-tandem-* \
258 | ns32k-* \
259 | pj-* \
260 | pjl-* \
261 | romp-* \
262 | sparc-*-rtemsaout* \
263 | we32k-* \
264 )
265 case $machine in
266 mips-sni-sysv4 \
267 | m88k-*-aout* | m88k-*-openbsd* | m88k-*-sysv4* \
268 | ns32k-*-netbsd* | ns32k-*-openbsd* \
269 | romp-*-openbsd* \
270 )
271 # Whitelisted.
272 ;;
273 *)
274 if test "x$enable_obsolete" != xyes; then
275 echo "*** Configuration $machine is obsolete." >&2
276 echo "*** Specify --enable-obsolete to build it anyway." >&2
277 echo "*** Support will be REMOVED in the next major release of GCC," >&2
278 echo "*** unless a maintainer comes forward." >&2
279 exit 1
280 fi;;
281 esac
282 esac
283
284 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
285 # updated in each machine entry. Also set default extra_headers for some
286 # machines.
287 tm_p_file=
288 cpu_type=`echo $machine | sed 's/-.*$//'`
289 case $machine in
290 alpha*-*-*)
291 cpu_type=alpha
292 ;;
293 strongarm*-*-*)
294 cpu_type=arm
295 ;;
296 arm*-*-*)
297 cpu_type=arm
298 ;;
299 xscale-*-*)
300 cpu_type=arm
301 ;;
302 c*-convex-*)
303 cpu_type=convex
304 extra_headers=proto.h
305 ;;
306 i[34567]86-*-*)
307 cpu_type=i386
308 extra_headers="mmintrin.h xmmintrin.h"
309 ;;
310 x86_64-*-*)
311 cpu_type=i386
312 extra_headers="mmintrin.h xmmintrin.h"
313 ;;
314 ia64-*-*)
315 extra_headers=ia64intrin.h
316 ;;
317 hppa*-*-* | parisc*-*-*)
318 cpu_type=pa
319 ;;
320 m680[012]0-*-*)
321 cpu_type=m68k
322 extra_headers=math-68881.h
323 ;;
324 m68k-*-*)
325 extra_headers=math-68881.h
326 ;;
327 mips*-*-*)
328 cpu_type=mips
329 ;;
330 pj*-*-*)
331 cpu_type=pj
332 ;;
333 powerpc*-*-*)
334 cpu_type=rs6000
335 extra_headers="ppc-asm.h altivec.h"
336 ;;
337 sparc*-*-*)
338 cpu_type=sparc
339 ;;
340 sh64-*-*)
341 cpu_type=sh
342 ;;
343 esac
344
345 tm_file=${cpu_type}/${cpu_type}.h
346 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
347 then
348 tm_p_file=${cpu_type}/${cpu_type}-protos.h
349 fi
350
351 case $machine in
352 x86_64-*-*)
353 tm_file="i386/biarch64.h ${tm_file}"
354 ;;
355 esac
356
357 # On a.out targets, we need to use collect2.
358 case $machine in
359 *-*-*aout*)
360 use_collect2=yes
361 ;;
362 esac
363
364 # Common parts for GNU/Linux, GNU/Hurd, OpenBSD, NetBSD, and FreeBSD systems.
365 case $machine in
366 *-*-linux*)
367 xm_defines=POSIX
368 ;;
369 *-*-gnu*)
370 # On the Hurd, the setup is just about the same on
371 # each different CPU. The specific machines that we
372 # support are matched above and just set $cpu_type.
373 xm_defines=POSIX
374 tm_file="${cpu_type}/gnu.h"
375 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
376 # GNU always uses ELF.
377 elf=yes
378 # GNU tools are the only tools.
379 gnu_ld=yes
380 gas=yes
381 # These details are the same as for Linux.
382 # But here we need a little extra magic.
383 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
384 case $machine in
385 alpha*)
386 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
387 ;;
388 i[34567]86-*-*)
389 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}"
390 ;;
391 esac
392 ;;
393 *-*-openbsd*)
394 tm_file=${cpu_type}/openbsd.h
395 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
396 xm_defines=POSIX
397 if test x$enable_threads = xyes; then
398 thread_file='posix'
399 tmake_file="${tmake_file} t-openbsd-thread"
400 fi
401 ;;
402 *-*-netbsd*)
403 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd"
404 xm_defines=POSIX
405 gas=yes
406 gnu_ld=yes
407 ;;
408 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
409 # This is the place-holder for the generic a.out configuration
410 # of FreeBSD. No actual configuration resides here since
411 # there was only ever a bare-bones ix86 configuration for
412 # a.out and it exists solely in the machine-specific section.
413 # This place-holder must exist to avoid dropping into
414 # the generic ELF configuration of FreeBSD (i.e. it must be
415 # ordered before that section).
416 ;;
417 *-*-freebsd*)
418 # This is the generic ELF configuration of FreeBSD. Later
419 # machine-specific sections may refine and add to this
420 # configuration.
421 #
422 # Due to tm_file entry ordering issues that vary between cpu
423 # architectures, we only define fbsd_tm_file to allow the
424 # machine-specific section to dictate the final order of all
425 # entries of tm_file with the minor exception that components
426 # of the tm_file set here will always be of the form:
427 #
428 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
429 #
430 # The machine-specific section should not tamper with this
431 # ordering but may order all other entries of tm_file as it
432 # pleases around the provided core setting.
433 gas=yes
434 gnu_ld=yes
435 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
436 case $machine in
437 *-*-freebsd3 | *-*-freebsd[3].*) fbsd_tm_file="freebsd3.h";;
438 *-*-freebsd4 | *-*-freebsd[4].*) fbsd_tm_file="freebsd4.h";;
439 *-*-freebsd5 | *-*-freebsd[5].*) fbsd_tm_file="freebsd5.h";;
440 *-*-freebsd6 | *-*-freebsd[6].*) fbsd_tm_file="freebsd6.h";;
441 *) echo 'Please update *-*-freebsd* in gcc/config.gcc'; exit 1;;
442 esac
443 tmake_file="t-slibgcc-elf-ver t-freebsd"
444 xmake_file=none
445 xm_defines=POSIX
446 case x${enable_threads} in
447 xno) fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h";;
448 x | xyes | xpthreads | xposix)
449 thread_file='posix'
450 tmake_file="${tmake_file} t-freebsd-thread"
451 # Before 5.0, FreeBSD can't bind shared libraries to -lc
452 # when "optionally" threaded via weak pthread_* checks.
453 case $machine in
454 *-*-freebsd[34] | *-*-freebsd[34].*)
455 tmake_file="${tmake_file} t-slibgcc-nolc-override";;
456 esac
457 ;;
458 *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
459 esac
460 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
461 ;;
462 esac
463
464 case $machine in
465 # Support site-specific machine types.
466 *local*)
467 rest=`echo $machine | sed -e "s/$cpu_type-//"`
468 tm_file=${cpu_type}/$rest.h
469 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
470 then xm_file=${cpu_type}/xm-$rest.h
471 fi
472 if test -f $srcdir/config/${cpu_type}/x-$rest
473 then xmake_file=${cpu_type}/x-$rest
474 fi
475 if test -f $srcdir/config/${cpu_type}/t-$rest
476 then tmake_file=${cpu_type}/t-$rest
477 fi
478 ;;
479 1750a-*-*)
480 # 1750a is only supported as a target.
481 case "$build,$host" in 1750a*,* | *,1750a* )
482 echo "*** $machine is only supported as a target" >&2
483 exit 1
484 esac
485 ;;
486 a29k-*-bsd* | a29k-*-sym1*)
487 tm_file="${tm_file} a29k/unix.h"
488 xm_defines=POSIX
489 use_collect2=yes
490 ;;
491 a29k-*-udi | a29k-*-coff)
492 tm_file="${tm_file} dbxcoff.h"
493 tmake_file=a29k/t-a29kbare
494 ;;
495 a29k*-*-rtems*)
496 xm_defines=POSIX
497 tm_file="a29k/a29k.h a29k/rtems.h rtems.h"
498 tmake_file="a29k/t-a29kbare t-rtems"
499 if test x$enable_threads = xyes; then
500 thread_file='rtems'
501 fi
502 ;;
503 a29k-wrs-vxworks*)
504 tm_file="${tm_file} dbxcoff.h a29k/vx29k.h"
505 tmake_file=a29k/t-vx29k
506 extra_parts="crtbegin.o crtend.o"
507 thread_file='vxworks'
508 ;;
509 a29k-*-*) # Default a29k environment.
510 use_collect2=yes
511 ;;
512 alpha*-*-unicosmk*)
513 use_collect2=yes
514 tm_file="${tm_file} alpha/unicosmk.h"
515
516 # Don't include t-ieee for now because we don't support that yet
517 # tmake_file="alpha/t-ieee"
518 tmake_file="alpha/t-unicosmk"
519 ;;
520 alpha-*-interix)
521 tm_file="${tm_file} alpha/alpha32.h interix.h alpha/alpha-interix.h"
522
523 # GAS + IEEE_CONFORMANT+IEEE (no inexact);
524 #target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT|MASK_IEEE"
525
526 # GAS + IEEE_CONFORMANT
527 target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"
528
529 xm_defines=POSIX
530 xm_file="alpha/xm-alpha-interix.h"
531 tmake_file="alpha/t-alpha t-interix alpha/t-interix alpha/t-ieee"
532 if test x$enable_threads = xyes ; then
533 thread_file='posix'
534 fi
535 if test x$stabs = xyes ; then
536 tm_file="${tm_file} dbxcoff.h"
537 fi
538 #prefix='$$INTERIX_ROOT'/usr/contrib
539 #local_prefix='$$INTERIX_ROOT'/usr/contrib
540 ;;
541 alpha*-*-linux*ecoff*)
542 echo "Configuration $machine no longer supported" 1>&2
543 exit 1
544 ;;
545 alpha*-*-linux*libc1*)
546 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
547 target_cpu_default="MASK_GAS"
548 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 alpha/t-alpha alpha/t-crtfm alpha/t-ieee"
549 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
550 gas=yes gnu_ld=yes
551 if test x$enable_threads = xyes; then
552 thread_file='posix'
553 fi
554 ;;
555 alpha*-*-linux*)
556 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
557 target_cpu_default="MASK_GAS"
558 tmake_file="t-slibgcc-elf-ver t-linux alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
559 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
560 gas=yes gnu_ld=yes
561 if test x$enable_threads = xyes; then
562 thread_file='posix'
563 fi
564 ;;
565 alpha*-*-gnu*)
566 target_cpu_default="MASK_GAS"
567 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
568 ;;
569 alpha*-*-freebsd*)
570 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
571 target_cpu_default="MASK_GAS"
572 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
573 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
574 ;;
575 alpha*-*-netbsd*)
576 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
577 target_cpu_default="MASK_GAS"
578 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
579 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
580 ;;
581
582 alpha*-*-openbsd*)
583 tm_file="${cpu_type}/${cpu_type}.h ${tm_file}"
584 # default x-alpha is only appropriate for dec-osf.
585 target_cpu_default="MASK_GAS"
586 tmake_file="alpha/t-alpha alpha/t-ieee"
587 ;;
588
589 alpha*-dec-osf*)
590 xm_defines=POSIX
591 if test x$stabs = xyes
592 then
593 tm_file="${tm_file} dbx.h"
594 fi
595 if test x$gas != xyes
596 then
597 extra_passes="mips-tfile mips-tdump"
598 fi
599 use_collect2=yes
600 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm"
601 extra_headers=va_list.h
602 case $machine in
603 *-*-osf1*)
604 tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
605 ;;
606 *-*-osf[23]*)
607 tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h"
608 ;;
609 *-*-osf4*)
610 tm_file="${tm_file} alpha/osf.h"
611 tmake_file="$tmake_file alpha/t-osf4"
612 # Some versions of OSF4 (specifically X4.0-9 296.7) have
613 # a broken tar, so we use cpio instead.
614 install_headers_dir=install-headers-cpio
615 ;;
616 *-*-osf5*)
617 tm_file="${tm_file} alpha/osf.h alpha/osf5.h"
618 tmake_file="$tmake_file alpha/t-osf4"
619 float_format=i128
620 ;;
621 esac
622 case $machine in
623 *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5*)
624 target_cpu_default=MASK_SUPPORT_ARCH
625 ;;
626 esac
627 ;;
628 alpha*-*-vxworks*)
629 xm_defines=POSIX
630 tm_file="${tm_file} dbx.h alpha/vxworks.h"
631 tmake_file="alpha/t-alpha alpha/t-ieee"
632 if [ x$gas != xyes ]
633 then
634 extra_passes="mips-tfile mips-tdump"
635 fi
636 use_collect2=yes
637 thread_file='vxworks'
638 ;;
639 alpha64-dec-*vms*)
640 xm_defines=POSIX
641 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
642 xm_file="alpha/xm-vms.h alpha/xm-vms64.h"
643 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
644 xmake_file=alpha/x-vms
645 exeext=.exe
646 # This removes the cpu type and manufacturer components and
647 # replaces "." with "_" in the operating system version.
648 case $host in *-*-*vms*)
649 target_alias=`echo $host \
650 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
651 ;;
652 esac
653 install_headers_dir=install-headers-cp
654 prefix=/gnu
655 local_prefix=/gnu
656 ;;
657 alpha*-dec-*vms*)
658 xm_defines=POSIX
659 tm_file="${tm_file} alpha/vms.h"
660 xm_file=alpha/xm-vms.h
661 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
662 xmake_file=alpha/x-vms
663 exeext=.exe
664 # This removes the cpu type and manufacturer components and
665 # replaces "." with "_" in the operating system version.
666 case $host in *-*-*vms*)
667 target_alias=`echo $host \
668 | sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
669 ;;
670 esac
671 install_headers_dir=install-headers-cp
672 prefix=/gnu
673 local_prefix=/gnu
674 ;;
675 arc-*-elf*)
676 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
677 extra_parts="crtinit.o crtfini.o"
678 ;;
679 arm-*-coff* | armel-*-coff*)
680 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h"
681 tmake_file=arm/t-arm-coff
682 ;;
683 arm-*-vxworks*)
684 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/vxarm.h arm/arm.h"
685 tmake_file=arm/t-arm-coff
686 thread_file='vxworks'
687 ;;
688 arm-*-riscix1.[01]*) # Acorn RISC machine (early versions)
689 tm_file="arm/riscix1-1.h arm/arm.h"
690 use_collect2=yes
691 ;;
692 arm-*-riscix*) # Acorn RISC machine
693 if test x$gas = xyes
694 then
695 tm_file="arm/riscix.h arm/rix-gas.h arm/arm.h"
696 else
697 tm_file="arm/riscix.h arm/arm.h"
698 fi
699 tmake_file=arm/t-riscix
700 use_collect2=yes
701 ;;
702 arm-semi-aout | armel-semi-aout)
703 tm_file="arm/semi.h arm/aout.h arm/arm.h"
704 tmake_file=arm/t-semi
705 ;;
706 arm-semi-aof | armel-semi-aof)
707 tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
708 tmake_file=arm/t-semi
709 ;;
710 arm*-*-freebsd*|strongarm*-*-freebsd*)
711 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
712 tmake_file="${tmake_file} arm/t-strongarm-elf"
713 ;;
714 arm*-*-netbsdelf*)
715 echo "GCC does not yet support the ${machine} target"; exit 1
716 ;;
717 arm*-*-netbsd*)
718 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
719 tmake_file="t-netbsd arm/t-netbsd"
720 use_collect2=yes
721 ;;
722 arm*-*-linux*) # ARM GNU/Linux with ELF
723 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"
724 tmake_file="t-slibgcc-elf-ver t-linux arm/t-linux"
725 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
726 gnu_ld=yes
727 case x${enable_threads} in
728 x | xyes | xpthreads | xposix)
729 thread_file='posix'
730 ;;
731 esac
732 ;;
733 arm*-*-uclinux*) # ARM ucLinux
734 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"
735 tmake_file=arm/t-arm-elf
736 ;;
737 arm*-*-aout)
738 tm_file="arm/aout.h arm/arm.h"
739 tmake_file=arm/t-arm-aout
740 ;;
741 arm*-*-ecos-elf)
742 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
743 tmake_file=arm/t-arm-elf
744 ;;
745 arm*-*-rtems*)
746 xm_defines=POSIX
747 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"
748 tmake_file="arm/t-arm-elf t-rtems"
749 if test x$enable_threads = xyes; then
750 thread_file='rtems'
751 fi
752 ;;
753 arm*-*-elf)
754 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
755 tmake_file=arm/t-arm-elf
756 ;;
757 arm*-*-conix*)
758 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h"
759 tmake_file=arm/t-arm-elf
760 ;;
761 arm*-*-oabi)
762 tm_file="arm/unknown-elf-oabi.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
763 tmake_file=arm/t-arm-elf
764 ;;
765 arm-*-pe*)
766 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h"
767 tmake_file=arm/t-pe
768 extra_objs="pe.o"
769 ;;
770 avr-*-*)
771 ;;
772 c1-convex-*) # Convex C1
773 target_cpu_default=1
774 use_collect2=yes
775 ;;
776 c2-convex-*) # Convex C2
777 target_cpu_default=2
778 use_collect2=yes
779 ;;
780 c32-convex-*)
781 target_cpu_default=4
782 use_collect2=yes
783 ;;
784 c34-convex-*)
785 target_cpu_default=8
786 use_collect2=yes
787 ;;
788 c38-convex-*)
789 target_cpu_default=16
790 use_collect2=yes
791 ;;
792 c4x-*-rtems*)
793 xm_defines=POSIX
794 tmake_file="c4x/t-c4x t-rtems"
795 tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
796 if test x$enable_threads = xyes; then
797 thread_file='rtems'
798 fi
799 c_target_objs="c4x-c.o"
800 cxx_target_objs="c4x-c.o"
801 ;;
802 c4x-*)
803 float_format=c4x
804 tmake_file=c4x/t-c4x
805 c_target_objs="c4x-c.o"
806 cxx_target_objs="c4x-c.o"
807 ;;
808 clipper-intergraph-clix*)
809 tm_file="${tm_file} svr3.h clipper/clix.h"
810 xm_defines=POSIX
811 extra_parts="crtbegin.o crtend.o"
812 install_headers_dir=install-headers-cpio
813 ;;
814 cris-*-aout)
815 tm_file="dbxelf.h ${tm_file} cris/aout.h"
816 gas=yes
817 tmake_file="cris/t-cris cris/t-aout"
818 ;;
819 cris-*-elf | cris-*-none)
820 tm_file="dbxelf.h elfos.h ${tm_file}"
821 tmake_file="cris/t-cris cris/t-elfmulti"
822 gas=yes
823 ;;
824 cris-*-linux*)
825 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
826 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
827 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
828 case x${enable_threads} in
829 x | xyes | xpthreads | xposix)
830 thread_file=posix
831 ;;
832 esac
833 gas=yes
834 ;;
835 d30v-*)
836 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
837 float_format=i64
838 ;;
839 dsp16xx-*)
840 ;;
841 elxsi-elxsi-*)
842 use_collect2=yes
843 ;;
844 fr30-*-elf)
845 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
846 tmake_file=fr30/t-fr30
847 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
848 ;;
849 h8300-*-rtems*)
850 xm_defines=POSIX
851 tmake_file="h8300/t-h8300 t-rtems"
852 tm_file="h8300/h8300.h h8300/rtems.h rtems.h"
853 if test x$enable_threads = xyes; then
854 thread_file='rtems'
855 fi
856 float_format=i32
857 ;;
858 h8300-*-elf*)
859 tmake_file="h8300/t-h8300 h8300/t-elf"
860 tm_file="h8300/h8300.h h8300/elf.h"
861 float_format=i32
862 ;;
863 h8300-*-*)
864 float_format=i32
865 ;;
866 hppa*64*-*-linux* | parisc*64*-*-linux*)
867 target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
868 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
869 pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
870 tmake_file=pa/t-linux64
871 gas=yes gnu_ld=yes
872 ;;
873 hppa*-*-linux* | parisc*-*-linux*)
874 target_cpu_default="MASK_PA_11"
875 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
876 pa/pa32-regs.h pa/pa32-linux.h"
877 tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux"
878 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
879 gas=yes gnu_ld=yes
880 if test x$enable_threads = xyes; then
881 thread_file='posix'
882 fi
883 ;;
884 hppa*-*-openbsd*)
885 target_cpu_default="MASK_PA_11"
886 tmake_file=pa/t-bsd
887 ;;
888 hppa1.1-*-pro*)
889 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
890 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h pa/pa-pro-end.h libgloss.h"
891 tmake_file="pa/t-bsd pa/t-pro"
892 xmake_file="pa/x-ada"
893 ;;
894 hppa1.1-*-osf*)
895 target_cpu_default="MASK_PA_11"
896 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
897 tmake_file="pa/t-bsd pa/t-pa"
898 xmake_file="pa/x-ada"
899 use_collect2=yes
900 ;;
901 hppa1.1-*-rtems*)
902 xm_defines=POSIX
903 target_cpu_default="(MASK_JUMP_IN_DELAY | MASK_PORTABLE_RUNTIME | MASK_GAS | MASK_NO_SPACE_REGS | MASK_SOFT_FLOAT)"
904 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"
905 tmake_file="pa/t-bsd pa/t-pro"
906 xmake_file="pa/x-ada"
907 ;;
908 hppa1.0-*-osf*)
909 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-osf.h"
910 tmake_file="pa/t-bsd pa/t-pa"
911 xmake_file="pa/x-ada"
912 use_collect2=yes
913 ;;
914 hppa1.1-*-bsd*)
915 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
916 target_cpu_default="MASK_PA_11"
917 tmake_file="pa/t-bsd pa/t-pa"
918 xmake_file="pa/x-ada"
919 use_collect2=yes
920 ;;
921 hppa1.0-*-bsd*)
922 tm_file="${tm_file} pa/pa32-regs.h pa/som.h"
923 tmake_file="pa/t-bsd pa/t-pa"
924 xmake_file="pa/x-ada"
925 use_collect2=yes
926 ;;
927 hppa1.0-*-hpux7*)
928 tm_file="pa/pa-oldas.h ${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux7.h"
929 xm_defines=POSIX
930 tmake_file=pa/t-pa-hpux
931 install_headers_dir=install-headers-cpio
932 use_collect2=yes
933 ;;
934 hppa1.0-*-hpux8.0[0-2]*)
935 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
936 xm_defines=POSIX
937 tmake_file=pa/t-pa-hpux
938 if test x$gas != xyes
939 then
940 tm_file="pa/pa-oldas.h ${tm_file}"
941 fi
942 install_headers_dir=install-headers-cpio
943 use_collect2=yes
944 ;;
945 hppa1.1-*-hpux8.0[0-2]*)
946 target_cpu_default="MASK_PA_11"
947 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
948 xm_defines=POSIX
949 tmake_file=pa/t-pa-hpux
950 if test x$gas != xyes
951 then
952 tm_file="pa/pa-oldas.h ${tm_file}"
953 fi
954 install_headers_dir=install-headers-cpio
955 use_collect2=yes
956 ;;
957 hppa1.1-*-hpux8*)
958 target_cpu_default="MASK_PA_11"
959 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
960 xm_defines=POSIX
961 tmake_file=pa/t-pa-hpux
962 install_headers_dir=install-headers-cpio
963 use_collect2=yes
964 ;;
965 hppa1.0-*-hpux8*)
966 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h"
967 xm_defines=POSIX
968 tmake_file=pa/t-pa-hpux
969 install_headers_dir=install-headers-cpio
970 use_collect2=yes
971 ;;
972 hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
973 target_cpu_default="MASK_PA_11"
974 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
975 float_format=i128
976 xm_defines=POSIX
977 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
978 xmake_file="pa/x-ada"
979 if test x$enable_threads = x; then
980 enable_threads=$have_pthread_h
981 fi
982 case x${enable_threads} in
983 xyes | xdce)
984 tmake_file="${tmake_file} pa/t-dce-thr"
985 ;;
986 esac
987 install_headers_dir=install-headers-cpio
988 use_collect2=yes
989 ;;
990 hppa1.0-*-hpux10*)
991 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux10.h"
992 float_format=i128
993 xm_defines=POSIX
994 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
995 xmake_file="pa/x-ada"
996 if test x$enable_threads = x; then
997 enable_threads=$have_pthread_h
998 fi
999 case x${enable_threads} in
1000 xyes | xdce)
1001 tmake_file="${tmake_file} pa/t-dce-thr"
1002 ;;
1003 esac
1004 install_headers_dir=install-headers-cpio
1005 use_collect2=yes
1006 ;;
1007 hppa*64*-*-hpux11*)
1008 xm_defines=POSIX
1009 tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h pa/pa64-hpux.h"
1010 float_format=i128
1011 tmake_file="pa/t-pa64 pa/t-pa-hpux"
1012 xmake_file="pa/x-ada"
1013 target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)"
1014
1015 # if [ x$enable_threads = x ]; then
1016 # enable_threads=$have_pthread_h
1017 # fi
1018 # if [ x$enable_threads = xyes ]; then
1019 # thread_file='dce'
1020 # tmake_file="${tmake_file} pa/t-dce-thr"
1021 # fi
1022 install_headers_dir=install-headers-cpio
1023 use_collect2=yes
1024 ;;
1025 hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
1026 target_cpu_default="MASK_PA_11"
1027 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
1028 float_format=i128
1029 xm_defines=POSIX
1030 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
1031 xmake_file="pa/x-ada"
1032 # if test x$enable_threads = x; then
1033 # enable_threads=$have_pthread_h
1034 # fi
1035 # if test x$enable_threads = xyes; then
1036 # thread_file='dce'
1037 # tmake_file="${tmake_file} pa/t-dce-thr"
1038 # fi
1039 install_headers_dir=install-headers-cpio
1040 use_collect2=yes
1041 ;;
1042 hppa1.0-*-hpux11*)
1043 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
1044 float_format=i128
1045 xm_defines=POSIX
1046 tmake_file="pa/t-pa pa/t-pa-hpux pa/t-hpux-shlib"
1047 xmake_file="pa/x-ada"
1048 # if test x$enable_threads = x; then
1049 # enable_threads=$have_pthread_h
1050 # fi
1051 # if test x$enable_threads = xyes; then
1052 # thread_file='dce'
1053 # tmake_file="${tmake_file} pa/t-dce-thr"
1054 # fi
1055 install_headers_dir=install-headers-cpio
1056 use_collect2=yes
1057 ;;
1058 hppa1.1-*-hpux* | hppa2*-*-hpux*)
1059 target_cpu_default="MASK_PA_11"
1060 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
1061 xm_defines=POSIX
1062 tmake_file=pa/t-pa-hpux
1063 install_headers_dir=install-headers-cpio
1064 use_collect2=yes
1065 ;;
1066 hppa1.0-*-hpux*)
1067 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hpux9.h"
1068 xm_defines=POSIX
1069 tmake_file=pa/t-pa-hpux
1070 install_headers_dir=install-headers-cpio
1071 use_collect2=yes
1072 ;;
1073 hppa1.1-*-hiux* | hppa2*-*-hiux*)
1074 target_cpu_default="MASK_PA_11"
1075 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
1076 xm_defines=POSIX
1077 tmake_file=pa/t-pa-hpux
1078 install_headers_dir=install-headers-cpio
1079 use_collect2=yes
1080 ;;
1081 hppa1.0-*-hiux*)
1082 tm_file="${tm_file} pa/pa32-regs.h pa/som.h pa/pa-hpux.h pa/pa-hiux.h"
1083 xm_defines=POSIX
1084 tmake_file=pa/t-pa-hpux
1085 install_headers_dir=install-headers-cpio
1086 use_collect2=yes
1087 ;;
1088 hppa*-*-lites*)
1089 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h"
1090 target_cpu_default="MASK_PA_11"
1091 tmake_file="pa/t-bsd pa/t-pa"
1092 xmake_file="pa/x-ada"
1093 use_collect2=yes
1094 ;;
1095 hppa*-*-mpeix*)
1096 tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-mpeix.h"
1097 tmake_file=pa/t-mpeix
1098 echo "You must use gas. Assuming it is already installed."
1099 gas=yes
1100 install_headers_dir=install-headers-tar
1101 use_collect2=yes
1102 ;;
1103 i370-*-opened*) # IBM 360/370/390 Architecture
1104 xm_defines='POSIX FATAL_EXIT_CODE=12'
1105 tm_file=i370/oe.h
1106 tmake_file="i370/t-oe i370/t-i370"
1107 c_target_objs="i370-c.o"
1108 cxx_target_objs="i370-c.o"
1109 ;;
1110 i370-*-mvs*)
1111 xm_defines='POSIX FATAL_EXIT_CODE=12'
1112 tm_file=i370/mvs.h
1113 tmake_file="i370/t-i370"
1114 c_target_objs="i370-c.o"
1115 cxx_target_objs="i370-c.o"
1116 ;;
1117 i370-*-linux*)
1118 tm_file="dbxelf.h elfos.h svr4.h linux.h i370/linux.h ${tm_file}"
1119 tmake_file="t-slibgcc-elf-ver t-linux"
1120 # broken_install=yes
1121 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1122 # extra_parts="crtbegin.o crtend.o"
1123 gnu_ld=yes
1124 gas=yes
1125 elf=yes
1126 if test x$enable_threads = xyes; then
1127 thread_file='posix'
1128 fi
1129 ;;
1130 i[34567]86-*-chorusos*)
1131 xm_defines=POSIX
1132 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h chorus.h"
1133 tmake_file="i386/t-i386elf t-svr4"
1134 case x${enable_threads} in
1135 xyes | xpthreads | xposix)
1136 thread_file='posix'
1137 ;;
1138 esac
1139 ;;
1140 i[34567]86-*-elf*)
1141 xm_defines=POSIX
1142 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1143 tmake_file="i386/t-i386elf t-svr4"
1144 ;;
1145 i[34567]86-ibm-aix*) # IBM PS/2 running AIX
1146 if test x$gas = xyes
1147 then
1148 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/aix386.h"
1149 extra_parts="crtbegin.o crtend.o"
1150 tmake_file=i386/t-crtstuff
1151 else
1152 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/aix386ng.h"
1153 use_collect2=yes
1154 fi
1155 xm_defines=POSIX
1156 ;;
1157 i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
1158 xm_defines="POSIX SMALL_ARG_MAX"
1159 if test x$stabs = xyes -a x$gas = xyes
1160 then
1161 tm_file=i386/sysv4gdb.h
1162 else
1163 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1164 fi
1165 extra_parts="crtbegin.o crtend.o"
1166 tmake_file=i386/t-crtpic
1167 ;;
1168 i[34567]86-next-*)
1169 tm_p_file="${tm_p_file} nextstep-protos.h"
1170 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h nextstep.h i386/next.h"
1171 tmake_file=i386/t-next
1172 extra_objs=nextstep.o
1173 extra_parts="crtbegin.o crtend.o"
1174 if test x$enable_threads = xyes; then
1175 thread_file='mach'
1176 fi
1177 ;;
1178 i[34567]86-*-netware) # Intel 80386's running netware
1179 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h netware.h i386/netware.h"
1180 tmake_file=i386/t-netware
1181 ;;
1182 i[34567]86-sequent-bsd*) # 80386 from Sequent
1183 use_collect2=yes
1184 if test x$gas = xyes
1185 then
1186 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/sequent.h i386/seq-gas.h"
1187 else
1188 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/sequent.h"
1189 fi
1190 ;;
1191 i[34567]86-sequent-ptx1*)
1192 xm_defines=POSIX
1193 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/seq-sysv3.h"
1194 tmake_file=i386/t-crtstuff
1195 extra_parts="crtbegin.o crtend.o"
1196 install_headers_dir=install-headers-cpio
1197 ;;
1198 i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
1199 xm_defines=POSIX
1200 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/seq-sysv3.h i386/seq2-sysv3.h"
1201 tmake_file=i386/t-crtstuff
1202 extra_parts="crtbegin.o crtend.o"
1203 install_headers_dir=install-headers-cpio
1204 ;;
1205 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1206 if test x$gas = xyes
1207 then
1208 tm_file="${tm_file} usegas.h"
1209 fi
1210 xm_defines="POSIX SMALL_ARG_MAX"
1211 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1212 tmake_file=t-svr4
1213 extra_parts="crtbegin.o crtend.o"
1214 install_headers_dir=install-headers-cpio
1215 ;;
1216 i386-sun-sunos*) # Sun i386 roadrunner
1217 xm_defines=POSIX
1218 tm_file="${tm_file} i386/unix.h i386/sun386.h i386/sun.h"
1219 use_collect2=yes
1220 ;;
1221 i[34567]86-wrs-vxworks*)
1222 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h i386/vxi386.h"
1223 thread_file='vxworks'
1224 ;;
1225 i[34567]86-*-aout*)
1226 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1227 ;;
1228 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1229 xm_defines=POSIX
1230 tmake_file='i386/t-beos i386/t-crtpic'
1231 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1232 extra_parts='crtbegin.o crtend.o'
1233 ;;
1234 i[34567]86-*-bsdi* | i[34567]86-*-bsd386*)
1235 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/386bsd.h i386/bsd386.h"
1236 # tmake_file=t-libc-ok
1237 ;;
1238 i[34567]86-*-bsd*)
1239 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/386bsd.h"
1240 # tmake_file=t-libc-ok
1241 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
1242 # use_collect2=yes
1243 ;;
1244 i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd*aout*)
1245 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/freebsd-aout.h"
1246 tmake_file=t-freebsd
1247 ;;
1248 i[34567]86-*-freebsd*)
1249 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1250 ;;
1251 x86_64-*-freebsd*)
1252 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"
1253 ;;
1254 i[34567]86-*-netbsdelf*)
1255 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1256 float_format=i386
1257 ;;
1258 i[34567]86-*-netbsd*)
1259 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1260 tmake_file=t-netbsd
1261 use_collect2=yes
1262 ;;
1263 x86_64-*-netbsd*)
1264 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"
1265 float_format=i386
1266 ;;
1267 i[34567]86-*-openbsd*)
1268 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}"
1269 # needed to unconfuse gdb
1270 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1271 # we need collect2 until our bug is fixed...
1272 use_collect2=yes
1273 ;;
1274 i[34567]86-*-coff*)
1275 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1276 ;;
1277 i[34567]86-*-isc*) # 80386 running ISC system
1278 xm_defines=POSIX
1279 if test x$gas = xyes -a x$stabs = xyes
1280 then
1281 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h i386/iscdbx.h"
1282 tmake_file=i386/t-svr3dbx
1283 extra_parts="svr3.ifile svr3z.ifile"
1284 else
1285 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h i386/isc.h"
1286 tmake_file=i386/t-crtstuff
1287 extra_parts="crtbegin.o crtend.o"
1288 fi
1289 install_headers_dir=install-headers-cpio
1290 ;;
1291 i[34567]86-*-linux*oldld*) # Intel 80386's running GNU/Linux
1292 # with a.out format using
1293 # pre BFD linkers
1294 tmake_file="t-linux-aout i386/t-crtstuff"
1295 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-oldld.h"
1296 gnu_ld=yes
1297 float_format=i386
1298 ;;
1299 i[34567]86-*-linux*aout*) # Intel 80386's running GNU/Linux
1300 # with a.out format
1301 tmake_file="t-linux-aout i386/t-crtstuff"
1302 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h linux-aout.h i386/linux-aout.h"
1303 gnu_ld=yes
1304 float_format=i386
1305 ;;
1306 i[34567]86-*-linux*libc1) # Intel 80386's running GNU/Linux
1307 # with ELF format using the
1308 # GNU/Linux C library 5
1309 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1310 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 i386/t-crtstuff"
1311 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1312 gnu_ld=yes
1313 float_format=i386
1314 if test x$enable_threads = xyes; then
1315 thread_file='single'
1316 fi
1317 ;;
1318 i[34567]86-*-linux*) # Intel 80386's running GNU/Linux
1319 # with ELF format using glibc 2
1320 # aka GNU/Linux C library 6
1321 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h"
1322 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff"
1323 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1324 gnu_ld=yes
1325 float_format=i386
1326 if test x$enable_threads = xyes; then
1327 thread_file='posix'
1328 fi
1329 ;;
1330 x86_64-*-linux*)
1331 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1332 i386/x86-64.h i386/linux64.h"
1333 tmake_file="t-slibgcc-elf-ver t-linux i386/t-crtstuff i386/t-linux64"
1334 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
1335 gnu_ld=yes
1336 float_format=i386
1337 if test x$enable_threads = xyes; then
1338 thread_file='posix'
1339 fi
1340 ;;
1341 i[34567]86-*-gnu*)
1342 float_format=i386
1343 ;;
1344 i[34567]86-go32-msdos | i[34567]86-*-go32*)
1345 echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
1346 exit 1
1347 ;;
1348 i[34567]86-pc-msdosdjgpp*)
1349 xm_file=i386/xm-djgpp.h
1350 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h"
1351 tmake_file=i386/t-djgpp
1352 gnu_ld=yes
1353 gas=yes
1354 exeext=.exe
1355 float_format=none
1356 case $host in *pc-msdosdjgpp*)
1357 target_alias=djgpp
1358 ;;
1359 esac
1360 ;;
1361 i[34567]86-moss-msdos* | i[34567]86-*-moss*)
1362 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h i386/moss.h"
1363 tmake_file=t-libc-ok
1364 gnu_ld=yes
1365 gas=yes
1366 ;;
1367 i[34567]86-*-lynxos*)
1368 if test x$gas = xyes
1369 then
1370 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx.h i386/lynx.h"
1371 else
1372 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h lynx-ng.h i386/lynx-ng.h"
1373 fi
1374 ;;
1375 i[34567]86-*-mach*)
1376 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/mach.h"
1377 # tmake_file=t-libc-ok
1378 use_collect2=yes
1379 ;;
1380 i[34567]86-*-osfrose*) # 386 using OSF/rose
1381 if test x$elf = xyes
1382 then
1383 tm_file="${tm_file} halfpic.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/osfrose.h i386/osfelf.h"
1384 use_collect2=
1385 else
1386 tm_file="${tm_file} halfpic.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/osfrose.h"
1387 use_collect2=yes
1388 fi
1389 tmake_file=i386/t-osf
1390 extra_objs=halfpic.o
1391 ;;
1392 i[34567]86-go32-rtems*)
1393 xm_defines=POSIX
1394 tm_file="dbxcoff.h ${tm_file} i386/djgpp.h i386/djgpp-rtems.h rtems.h"
1395 tmake_file=t-rtems
1396 if test x$enable_threads = xyes; then
1397 thread_file='rtems'
1398 fi
1399 ;;
1400 i[34567]86-*-rtemscoff*)
1401 xm_defines=POSIX
1402 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h i386/rtems.h rtems.h"
1403 tmake_file=t-rtems
1404 if test x$enable_threads = xyes; then
1405 thread_file='rtems'
1406 fi
1407 ;;
1408 i[34567]86-*-rtems*|i[34567]86-*-rtemself*)
1409 xm_defines=POSIX
1410 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1411 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1412 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1413 if test x$enable_threads = xyes; then
1414 thread_file='rtems'
1415 fi
1416 ;;
1417 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1418 xm_defines=POSIX
1419 install_headers_dir=install-headers-cpio
1420 tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
1421 if test x$gas = xyes
1422 then
1423 tm_file="usegas.h ${tm_file}"
1424 tmake_file=i386/t-sco5gas
1425 else
1426 tmake_file=i386/t-sco5
1427 fi
1428 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
1429 ;;
1430 i[34567]86-*-solaris2*)
1431 xm_defines="POSIX SMALL_ARG_MAX"
1432 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sol2.h"
1433 if test x$gas = xyes; then
1434 tm_file="i386/sol2gas.h ${tm_file}"
1435 fi
1436 tmake_file="i386/t-sol2 t-svr4"
1437 if test x$gnu_ld = xyes; then
1438 tmake_file="$tmake_file t-slibgcc-elf-ver"
1439 else
1440 tmake_file="$tmake_file t-slibgcc-sld"
1441 fi
1442 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1443 if test x${enable_threads} = x; then
1444 enable_threads=$have_pthread_h
1445 if test x${enable_threads} = x; then
1446 enable_threads=$have_thread_h
1447 fi
1448 fi
1449 if test x${enable_threads} = xyes; then
1450 if test x${have_pthread_h} = xyes; then
1451 thread_file='posix'
1452 else
1453 thread_file='solaris'
1454 fi
1455 fi
1456 ;;
1457 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1458 xm_defines=POSIX
1459 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1460 if test x$stabs = xyes
1461 then
1462 tm_file="${tm_file} dbx.h"
1463 fi
1464 tmake_file="i386/t-crtpic t-svr4"
1465 extra_parts="crtbegin.o crtend.o"
1466 if test x$enable_threads = xyes; then
1467 thread_file='posix'
1468 fi
1469 ;;
1470 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1471 xm_defines="POSIX SMALL_ARG_MAX"
1472 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h"
1473 if test x$stabs = xyes
1474 then
1475 tm_file="${tm_file} dbx.h"
1476 fi
1477 tmake_file="i386/t-crtpic t-svr4"
1478 extra_parts="crtbegin.o crtend.o"
1479 ;;
1480 i[34567]86-*-udk*) # Intel x86 on SCO UW/OSR5 Dev Kit
1481 xm_defines=POSIX
1482 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"
1483 tmake_file="i386/t-crtpic i386/t-udk t-svr4"
1484 extra_parts="crtbegin.o crtend.o"
1485 install_headers_dir=install-headers-cpio
1486 ;;
1487 i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
1488 xm_defines='POSIX USE_C_ALLOCA SMALL_ARG_MAX'
1489 if test x$stabs = xyes
1490 then
1491 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h i386/osf1elfgdb.h"
1492 else
1493 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/osf1elf.h"
1494 fi
1495 tmake_file=i386/t-osf1elf
1496 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
1497 ;;
1498 i[34567]86-*-sysv*) # Intel 80386's running system V
1499 xm_defines=POSIX
1500 if test x$gas = xyes
1501 then
1502 if test x$stabs = xyes
1503 then
1504 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h i386/svr3dbx.h"
1505 tmake_file=i386/t-svr3dbx
1506 extra_parts="svr3.ifile svr3z.rfile"
1507 else
1508 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/svr3gas.h"
1509 extra_parts="crtbegin.o crtend.o"
1510 tmake_file=i386/t-crtstuff
1511 fi
1512 else
1513 tm_file="${tm_file} svr3.h i386/unix.h i386/att.h i386/sysv3.h"
1514 extra_parts="crtbegin.o crtend.o"
1515 tmake_file=i386/t-crtstuff
1516 fi
1517 tmake_file="$tmake_file i386/t-crtpic"
1518 ;;
1519 i386-*-vsta) # Intel 80386's running VSTa kernel
1520 xm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/xm-vsta.h"
1521 tm_file="${tm_file} i386/vsta.h"
1522 ;;
1523 i[34567]86-*-win32)
1524 xm_defines=POSIX
1525 xm_file=i386/xm-cygwin.h
1526 float_format=i386
1527 tmake_file=i386/t-cygwin
1528 tm_file="${tm_file} i386/win32.h"
1529 extra_objs=winnt.o
1530 if test x$enable_threads = xyes; then
1531 thread_file='win32'
1532 fi
1533 exeext=.exe
1534 ;;
1535 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1536 xm_defines=POSIX
1537 xm_file=i386/xm-cygwin.h
1538 float_format=i386
1539 tmake_file=i386/t-cygwin
1540 tm_file=i386/cygwin.h
1541 extra_objs=winnt.o
1542 if test x$enable_threads = xyes; then
1543 thread_file='win32'
1544 fi
1545 exeext=.exe
1546 ;;
1547 i[34567]86-*-mingw32*)
1548 tm_file=i386/mingw32.h
1549 float_format=i386
1550 xm_defines=POSIX
1551 xm_file=i386/xm-mingw32.h
1552 tmake_file="i386/t-cygwin i386/t-mingw32"
1553 extra_objs=winnt.o
1554 if test x$enable_threads = xyes; then
1555 thread_file='win32'
1556 fi
1557 exeext=.exe
1558 case $machine in
1559 *mingw32crt*)
1560 tm_file="${tm_file} i386/crtdll.h"
1561 ;;
1562 *minwg32msv* | *mingw32*)
1563 ;;
1564 esac
1565 ;;
1566 i[34567]86-*-uwin*)
1567 tm_file="i386/cygwin.h i386/uwin.h"
1568 tmake_file="i386/t-cygwin i386/t-uwin"
1569 extra_objs=winnt.o
1570 if test x$enable_threads = xyes; then
1571 thread_file='win32'
1572 fi
1573 exeext=.exe
1574 ;;
1575 i[34567]86-*-interix3*)
1576 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"
1577 xm_file="i386/xm-i386-interix.h"
1578 xm_defines=POSIX
1579 tmake_file="t-interix i386/t-interix"
1580 extra_objs=interix.o
1581 xmake_file="x-interix"
1582 if test x$enable_threads = xyes ; then
1583 thread_file='posix'
1584 fi
1585 if test x$stabs = xyes ; then
1586 tm_file="${tm_file} dbxcoff.h"
1587 fi
1588 ;;
1589 i[34567]86-*-interix*)
1590 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/i386-interix.h interix.h"
1591 xm_file="i386/xm-i386-interix.h"
1592 xm_defines=POSIX
1593 tmake_file="t-interix i386/t-interix"
1594 extra_objs=interix.o
1595 if test x$enable_threads = xyes ; then
1596 thread_file='posix'
1597 fi
1598 if test x$stabs = xyes ; then
1599 tm_file="${tm_file} dbxcoff.h"
1600 fi
1601 ;;
1602 i[34567]86-dg-dgux*)
1603 xm_defines=POSIX
1604 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/dgux.h"
1605 tmake_file=i386/t-dgux
1606 install_headers_dir=install-headers-cpio
1607 ;;
1608 i860-alliant-*) # Alliant FX/2800
1609 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h i860/fx2800.h"
1610 tmake_file=i860/t-fx2800
1611 extra_parts="crtbegin.o crtend.o"
1612 ;;
1613 i860-*-bsd*)
1614 tm_file="${tm_file} i860/bsd.h"
1615 if test x$gas = xyes
1616 then
1617 tm_file="${tm_file} i860/bsd-gas.h"
1618 fi
1619 use_collect2=yes
1620 ;;
1621 i860-*-mach*)
1622 tm_file="${tm_file} i860/mach.h"
1623 tmake_file=t-libc-ok
1624 ;;
1625 i860-*-osf*) # Intel Paragon XP/S, OSF/1AD
1626 tm_file="${tm_file} svr3.h i860/paragon.h"
1627 xm_defines=POSIX
1628 ;;
1629 i860-*-sysv3*)
1630 tm_file="${tm_file} svr3.h i860/sysv3.h"
1631 xm_defines=POSIX
1632 extra_parts="crtbegin.o crtend.o"
1633 ;;
1634 i860-*-sysv4*)
1635 tm_file="${tm_file} dbxelf.h elfos.h svr4.h i860/sysv4.h"
1636 xm_defines=POSIX
1637 tmake_file=t-svr4
1638 extra_parts="crtbegin.o crtend.o"
1639 ;;
1640 i960-wrs-vxworks5 | i960-wrs-vxworks5.0*)
1641 tm_file="${tm_file} i960/vx960.h"
1642 tmake_file=i960/t-vxworks960
1643 use_collect2=yes
1644 thread_file='vxworks'
1645 c_target_objs="i960-c.o"
1646 cxx_target_objs="i960-c.o"
1647 ;;
1648 i960-wrs-vxworks5* | i960-wrs-vxworks)
1649 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/vx960-coff.h"
1650 tmake_file=i960/t-vxworks960
1651 use_collect2=yes
1652 thread_file='vxworks'
1653 c_target_objs="i960-c.o"
1654 cxx_target_objs="i960-c.o"
1655 ;;
1656 i960-wrs-vxworks*)
1657 tm_file="${tm_file} i960/vx960.h"
1658 tmake_file=i960/t-vxworks960
1659 use_collect2=yes
1660 thread_file='vxworks'
1661 c_target_objs="i960-c.o"
1662 cxx_target_objs="i960-c.o"
1663 ;;
1664 i960-*-coff*)
1665 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
1666 tmake_file=i960/t-960bare
1667 c_target_objs="i960-c.o"
1668 cxx_target_objs="i960-c.o"
1669 ;;
1670 i960-*-rtems)
1671 xm_defines=POSIX
1672 tmake_file="i960/t-960bare t-rtems"
1673 tm_file="${tm_file} dbxcoff.h i960/i960-coff.h i960/rtems.h rtems.h"
1674 if test x$enable_threads = xyes; then
1675 thread_file='rtems'
1676 fi
1677 c_target_objs="i960-c.o"
1678 cxx_target_objs="i960-c.o"
1679 ;;
1680 i960-*-*) # Default i960 environment.
1681 use_collect2=yes
1682 tmake_file=i960/t-960bare
1683 c_target_objs="i960-c.o"
1684 cxx_target_objs="i960-c.o"
1685 ;;
1686 ia64*-*-aix*)
1687 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/aix.h"
1688 tmake_file="ia64/t-ia64 ia64/t-aix"
1689 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1690 ;;
1691 ia64*-*-elf*)
1692 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1693 tmake_file="ia64/t-ia64"
1694 target_cpu_default="0"
1695 if test x$gas = xyes
1696 then
1697 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1698 fi
1699 if test x$gnu_ld = xyes
1700 then
1701 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1702 fi
1703 float_format=i386
1704 ;;
1705 ia64*-*-freebsd*)
1706 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1707 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1708 tmake_file="${tmake_file} ia64/t-ia64"
1709 float_format=i386
1710 ;;
1711 ia64*-*-linux*)
1712 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1713 tmake_file="t-slibgcc-elf-ver t-linux ia64/t-ia64 ia64/t-glibc"
1714 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1715 if test x$enable_threads = xyes; then
1716 thread_file='posix'
1717 fi
1718 float_format=i386
1719 ;;
1720 ia64*-*-hpux*)
1721 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h ia64/hpux_longdouble.h"
1722 tmake_file="ia64/t-ia64 ia64/t-hpux"
1723 target_cpu_default="MASK_GNU_AS"
1724 if test x$enable_threads = xyes; then
1725 thread_file='posix'
1726 fi
1727 float_format=i386
1728 ;;
1729 m32r-*-elf*)
1730 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1731 extra_parts="crtinit.o crtfini.o"
1732 ;;
1733 # m68hc11 and m68hc12 share the same machine description.
1734 m68hc11-*-*|m6811-*-*)
1735 tm_file="dbxelf.h elfos.h m68hc11/m68hc11.h"
1736 tm_p_file="m68hc11/m68hc11-protos.h"
1737 md_file="m68hc11/m68hc11.md"
1738 out_file="m68hc11/m68hc11.c"
1739 tmake_file="m68hc11/t-m68hc11-gas"
1740 ;;
1741 m68hc12-*-*|m6812-*-*)
1742 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h m68hc11/m68hc11.h"
1743 tm_p_file="m68hc11/m68hc11-protos.h"
1744 md_file="m68hc11/m68hc11.md"
1745 out_file="m68hc11/m68hc11.c"
1746 tmake_file="m68hc11/t-m68hc11-gas"
1747 ;;
1748 m68000-convergent-sysv*)
1749 tm_file=m68k/ctix.h
1750 xm_defines=POSIX
1751 use_collect2=yes
1752 ;;
1753 m68000-hp-bsd*) # HP 9000/200 running BSD
1754 tm_file=m68k/hp2bsd.h
1755 use_collect2=yes
1756 ;;
1757 m68000-hp-hpux*) # HP 9000 series 300
1758 xm_defines=POSIX
1759 if test x$gas = xyes
1760 then
1761 tm_file=m68k/hp310g.h
1762 else
1763 tm_file=m68k/hp310.h
1764 fi
1765 tmake_file=m68k/t-hp320
1766 install_headers_dir=install-headers-cpio
1767 use_collect2=yes
1768 ;;
1769 m68000-sun-sunos3*)
1770 tm_file=m68k/sun2.h
1771 use_collect2=yes
1772 ;;
1773 m68000-sun-sunos4*)
1774 tm_file=m68k/sun2o4.h
1775 use_collect2=yes
1776 ;;
1777 m68000-att-sysv*)
1778 xm_defines=POSIX
1779 if test x$gas = xyes
1780 then
1781 tm_file=m68k/3b1g.h
1782 else
1783 tm_file=m68k/3b1.h
1784 fi
1785 use_collect2=yes
1786 ;;
1787 m68k-apple-aux*) # Apple Macintosh running A/UX
1788 xm_defines=POSIX
1789 tmake_file=m68k/t-aux
1790 install_headers_dir=install-headers-cpio
1791 extra_parts="crt1.o mcrt1.o maccrt1.o crt2.o crtn.o"
1792 tm_file=
1793 if test "$gnu_ld" = yes
1794 then
1795 tm_file="${tm_file} m68k/auxgld.h"
1796 else
1797 tm_file="${tm_file} m68k/auxld.h"
1798 fi
1799 if test "$gas" = yes
1800 then
1801 tm_file="${tm_file} m68k/auxgas.h"
1802 else
1803 tm_file="${tm_file} m68k/auxas.h"
1804 fi
1805 tm_file="${tm_file} m68k/a-ux.h"
1806 float_format=m68k
1807 ;;
1808 m68k-apollo-*)
1809 tm_file=m68k/apollo68.h
1810 use_collect2=yes
1811 float_format=m68k
1812 ;;
1813 m68k-altos-sysv*) # Altos 3068
1814 if test x$gas = xyes
1815 then
1816 tm_file=m68k/altos3068.h
1817 xm_defines=POSIX
1818 else
1819 echo "The Altos is supported only with the GNU assembler" 1>&2
1820 exit 1
1821 fi
1822 ;;
1823 m68k-bull-sysv*) # Bull DPX/2
1824 if test x$gas = xyes
1825 then
1826 if test x$stabs = xyes
1827 then
1828 tm_file=m68k/dpx2cdbx.h
1829 else
1830 tm_file=m68k/dpx2g.h
1831 fi
1832 else
1833 tm_file=m68k/dpx2.h
1834 fi
1835 xm_defines=POSIX
1836 use_collect2=yes
1837 ;;
1838 m68k-atari-sysv4*) # Atari variant of V.4.
1839 tm_file=m68k/atari.h
1840 xm_defines=POSIX
1841 tmake_file=t-svr4
1842 extra_parts="crtbegin.o crtend.o"
1843 float_format=m68k
1844 ;;
1845 m68k-motorola-sysv*)
1846 tm_file=m68k/mot3300.h
1847 xm_defines=POSIX
1848 if test x$gas = xyes
1849 then
1850 if test x$gnu_ld = xyes
1851 then
1852 tmake_file=m68k/t-mot3300-gald
1853 else
1854 tmake_file=m68k/t-mot3300-gas
1855 use_collect2=yes
1856 fi
1857 else
1858 if test x$gnu_ld = xyes
1859 then
1860 tmake_file=m68k/t-mot3300-gld
1861 else
1862 tmake_file=m68k/t-mot3300
1863 use_collect2=yes
1864 fi
1865 fi
1866 gdb_needs_out_file_path=yes
1867 extra_parts="crt0.o mcrt0.o"
1868 float_format=m68k
1869 ;;
1870 m68k-ncr-sysv*) # NCR Tower 32 SVR3
1871 tm_file=m68k/tower-as.h
1872 xm_defines=POSIX
1873 extra_parts="crtbegin.o crtend.o"
1874 ;;
1875 m68k-plexus-sysv*)
1876 tm_file=m68k/plexus.h
1877 xm_defines=POSIX
1878 use_collect2=yes
1879 ;;
1880 m68k-tti-*)
1881 tm_file=m68k/pbb.h
1882 xm_defines=POSIX
1883 ;;
1884 m68k-crds-unos*)
1885 xm_defines=POSIX
1886 tm_file=m68k/crds.h
1887 use_collect2=yes
1888 ;;
1889 m68k-cbm-sysv4*) # Commodore variant of V.4.
1890 tm_file=m68k/amix.h
1891 xm_defines=POSIX
1892 tmake_file=t-svr4
1893 extra_parts="crtbegin.o crtend.o"
1894 float_format=m68k
1895 ;;
1896 m68k-ccur-rtu)
1897 tm_file=m68k/ccur-GAS.h
1898 use_collect2=yes
1899 float_format=m68k
1900 ;;
1901 m68k-hp-bsd4.4*) # HP 9000/3xx running 4.4bsd
1902 tm_file=m68k/hp3bsd44.h
1903 use_collect2=yes
1904 float_format=m68k
1905 ;;
1906 m68k-hp-bsd*) # HP 9000/3xx running Berkeley Unix
1907 tm_file=m68k/hp3bsd.h
1908 use_collect2=yes
1909 float_format=m68k
1910 ;;
1911 m68k-isi-bsd*)
1912 if test x$with_fp = xno
1913 then
1914 tm_file=m68k/isi-nfp.h
1915 else
1916 tm_file=m68k/isi.h
1917 float_format=m68k
1918 fi
1919 use_collect2=yes
1920 ;;
1921 m68k-hp-hpux7*) # HP 9000 series 300 running HPUX version 7.
1922 xm_defines=POSIX
1923 if test x$gas = xyes
1924 then
1925 xmake_file=m68k/x-hp320g
1926 tm_file=m68k/hp320g.h
1927 else
1928 xmake_file=m68k/x-hp320
1929 tm_file=m68k/hpux7.h
1930 fi
1931 install_headers_dir=install-headers-cpio
1932 use_collect2=yes
1933 float_format=m68k
1934 ;;
1935 m68k-hp-hpux*) # HP 9000 series 300
1936 xm_defines=POSIX
1937 if test x$gas = xyes
1938 then
1939 xmake_file=m68k/x-hp320g
1940 tm_file=m68k/hp320g.h
1941 else
1942 xmake_file=m68k/x-hp320
1943 tm_file=m68k/hp320.h
1944 fi
1945 install_headers_dir=install-headers-cpio
1946 use_collect2=yes
1947 float_format=m68k
1948 ;;
1949 m68k-sun-mach*)
1950 tm_file=m68k/sun3mach.h
1951 use_collect2=yes
1952 float_format=m68k
1953 ;;
1954 m68k-sony-newsos3*)
1955 if test x$gas = xyes
1956 then
1957 tm_file=m68k/news3gas.h
1958 else
1959 tm_file=m68k/news3.h
1960 fi
1961 use_collect2=yes
1962 float_format=m68k
1963 ;;
1964 m68k-sony-bsd* | m68k-sony-newsos*)
1965 if test x$gas = xyes
1966 then
1967 tm_file=m68k/newsgas.h
1968 else
1969 tm_file=m68k/news.h
1970 fi
1971 use_collect2=yes
1972 float_format=m68k
1973 ;;
1974 m68k-next-nextstep2*)
1975 tm_p_file="${tm_p_file} nextstep-protos.h"
1976 tm_file=m68k/next21.h
1977 tmake_file=m68k/t-next
1978 xmake_file=m68k/x-next
1979 extra_objs=nextstep.o
1980 use_collect2=yes
1981 float_format=m68k
1982 ;;
1983 m68k-next-nextstep[34]*)
1984 tm_p_file="${tm_p_file} nextstep-protos.h"
1985 tm_file=m68k/next.h
1986 tmake_file=m68k/t-next
1987 xmake_file=m68k/x-next
1988 extra_objs=nextstep.o
1989 extra_parts="crtbegin.o crtend.o"
1990 float_format=m68k
1991 if test x$enable_threads = xyes; then
1992 thread_file='mach'
1993 fi
1994 ;;
1995 m68k-sun-sunos3*)
1996 if test x$with_fp = xno
1997 then
1998 tm_file=m68k/sun3n3.h
1999 else
2000 tm_file=m68k/sun3o3.h
2001 float_format=m68k
2002 fi
2003 use_collect2=yes
2004 ;;
2005 m68k-sun-sunos*) # For SunOS 4 (the default).
2006 if test x$with_fp = xno
2007 then
2008 tm_file=m68k/sun3n.h
2009 else
2010 tm_file=m68k/sun3.h
2011 float_format=m68k
2012 fi
2013 use_collect2=yes
2014 ;;
2015 m68k-wrs-vxworks*)
2016 tm_file=m68k/vxm68k.h
2017 tmake_file=m68k/t-vxworks68
2018 thread_file='vxworks'
2019 float_format=m68k
2020 ;;
2021 m68k-*-aout*)
2022 tmake_file=m68k/t-m68kbare
2023 tm_file="m68k/m68k-aout.h libgloss.h"
2024 float_format=m68k
2025 ;;
2026 m68k-*-coff*)
2027 tmake_file=m68k/t-m68kbare
2028 tm_file="m68k/m68k-coff.h dbx.h"
2029 float_format=m68k
2030 ;;
2031 m68020-*-elf* | m68k-*-elf*)
2032 tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
2033 xm_defines=POSIX
2034 tmake_file=m68k/t-m68kelf
2035 extra_parts="crtbegin.o crtend.o"
2036 ;;
2037 m68k-*-lynxos*)
2038 if test x$gas = xyes
2039 then
2040 tm_file=m68k/lynx.h
2041 else
2042 tm_file=m68k/lynx-ng.h
2043 fi
2044 tmake_file=m68k/t-lynx
2045 float_format=m68k
2046 ;;
2047 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
2048 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
2049 case $machine in
2050 m68010*)
2051 target_cpu_default="0"
2052 ;;
2053 *)
2054 target_cpu_default="MASK_68020|MASK_68881|MASK_BITFIELD"
2055 ;;
2056 esac
2057 float_format=m68k
2058 ;;
2059 m68k*-*-netbsd*)
2060 tm_file=m68k/netbsd.h
2061 tmake_file=t-netbsd
2062 float_format=m68k
2063 use_collect2=yes
2064 ;;
2065 m68k*-*-openbsd*)
2066 # needed to unconfuse gdb
2067 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
2068 float_format=m68k
2069 # we need collect2 until our bug is fixed...
2070 use_collect2=yes
2071 ;;
2072 m68k-*-sysv3*) # Motorola m68k's running system V.3
2073 xm_defines=POSIX
2074 extra_parts="crtbegin.o crtend.o"
2075 float_format=m68k
2076 ;;
2077 m68k-*-sysv4*) # Motorola m68k's running system V.4
2078 tm_file=m68k/m68kv4.h
2079 xm_defines=POSIX
2080 tmake_file=t-svr4
2081 extra_parts="crtbegin.o crtend.o"
2082 float_format=m68k
2083 ;;
2084 m68k-*-linux*aout*) # Motorola m68k's running GNU/Linux
2085 # with a.out format
2086 tm_file=m68k/linux-aout.h
2087 tmake_file="t-linux-aout m68k/t-linux-aout"
2088 float_format=m68k
2089 gnu_ld=yes
2090 ;;
2091 m68k-*-linux*libc1) # Motorola m68k's running GNU/Linux
2092 # with ELF format using the
2093 # GNU/Linux C library 5
2094 tm_file=m68k/linux.h
2095 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
2096 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2097 float_format=m68k
2098 gnu_ld=yes
2099 ;;
2100 m68k-*-linux*) # Motorola m68k's running GNU/Linux
2101 # with ELF format using glibc 2
2102 # aka the GNU/Linux C library 6.
2103 tm_file=m68k/linux.h
2104 tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
2105 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2106 float_format=m68k
2107 gnu_ld=yes
2108 if test x$enable_threads = xyes; then
2109 thread_file='posix'
2110 fi
2111 ;;
2112 m68k-*-psos*)
2113 tmake_file=m68k/t-m68kbare
2114 tm_file=m68k/m68k-psos.h
2115 float_format=m68k
2116 ;;
2117 m68k-*-rtemscoff*)
2118 xm_defines=POSIX
2119 tmake_file="m68k/t-m68kbare t-rtems"
2120 tm_file="m68k/m68k-coff.h m68k/rtems.h rtems.h"
2121 float_format=m68k
2122 if test x$enable_threads = xyes; then
2123 thread_file='rtems'
2124 fi
2125 ;;
2126 m68k-*-rtemself*|m68k-*-rtems*)
2127 xm_defines=POSIX
2128 tmake_file="m68k/t-m68kbare t-rtems m68k/t-crtstuff"
2129 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"
2130 float_format=m68k
2131 extra_parts="crtbegin.o crtend.o"
2132 if test x$enable_threads = xyes; then
2133 thread_file='rtems'
2134 fi
2135 ;;
2136 m88k-dg-dgux*)
2137 xm_defines=POSIX
2138 case $machine in
2139 m88k-dg-dguxbcs*)
2140 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h m88k/dguxbcs.h"
2141 tmake_file="m88k/t-dgux m88k/t-dguxbcs"
2142 ;;
2143 *)
2144 tm_file="dbxelf.h elfos.h svr4.h m88k/dgux.h"
2145 tmake_file=m88k/t-dgux
2146 ;;
2147 esac
2148 extra_parts="crtbegin.o bcscrtbegin.o crtend.o m88kdgux.ld"
2149 if test x$gas = xyes
2150 then
2151 tmake_file=m88k/t-dgux-gas
2152 fi
2153 ;;
2154 m88k-dolphin-sysv3*)
2155 xm_defines=POSIX
2156 tm_file=m88k/dolph.h
2157 extra_parts="crtbegin.o crtend.o"
2158 tmake_file=m88k/t-dolph
2159 if test x$gas = xyes
2160 then
2161 tmake_file=m88k/t-m88k-gas
2162 fi
2163 ;;
2164 m88k-tektronix-sysv3)
2165 xm_defines=POSIX
2166 tm_file=m88k/tekXD88.h
2167 extra_parts="crtbegin.o crtend.o"
2168 tmake_file=m88k/t-tekXD88
2169 if test x$gas = xyes
2170 then
2171 tmake_file=m88k/t-m88k-gas
2172 fi
2173 ;;
2174 m88k-*-aout*)
2175 xm_defines=POSIX
2176 tm_file=m88k/m88k-aout.h
2177 ;;
2178 m88k-*-coff*)
2179 xm_defines=POSIX
2180 tm_file=m88k/m88k-coff.h
2181 tmake_file=m88k/t-bug
2182 ;;
2183 m88k-*-luna*)
2184 tm_file=m88k/luna.h
2185 extra_parts="crtbegin.o crtend.o"
2186 if test x$gas = xyes
2187 then
2188 tmake_file=m88k/t-luna-gas
2189 else
2190 tmake_file=m88k/t-luna
2191 fi
2192 ;;
2193 m88k-*-openbsd*)
2194 tmake_file="${tmake_file} m88k/t-luna-gas"
2195 tm_file="m88k/aout-dbx.h aoutos.h m88k/m88k.h openbsd.h ${tm_file}"
2196 ;;
2197 m88k-*-sysv3*)
2198 xm_defines=POSIX
2199 tm_file=m88k/sysv3.h
2200 extra_parts="crtbegin.o crtend.o"
2201 if test x$gas = xyes
2202 then
2203 tmake_file=m88k/t-m88k-gas
2204 fi
2205 ;;
2206 m88k-*-sysv4*)
2207 xm_defines=POSIX
2208 tm_file="dbxelf.h elfos.h svr4.h m88k/sysv4.h"
2209 extra_parts="crtbegin.o crtend.o"
2210 tmake_file=m88k/t-sysv4
2211 ;;
2212 mcore-*-elf)
2213 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
2214 tmake_file=mcore/t-mcore
2215 ;;
2216 mcore-*-pe*)
2217 tm_file=mcore/mcore-pe.h
2218 tmake_file=mcore/t-mcore-pe
2219 ;;
2220 mips-sgi-irix6*) # SGI System V.4., IRIX 6
2221 if test "x$gnu_ld" = xyes
2222 then
2223 tm_file="mips/iris6.h mips/iris6gld.h"
2224 else
2225 tm_file=mips/iris6.h
2226 fi
2227 tmake_file="mips/t-iris mips/t-iris6"
2228 xm_defines=POSIX
2229 # if test x$enable_threads = xyes; then
2230 # thread_file='irix'
2231 # fi
2232 ;;
2233 mips-wrs-vxworks)
2234 tm_file="mips/elf.h mips/vxworks.h"
2235 tmake_file=mips/t-ecoff
2236 gas=yes
2237 gnu_ld=yes
2238 extra_parts="crtbegin.o crtend.o"
2239 thread_file='vxworks'
2240 ;;
2241 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
2242 tm_file="mips/iris6.h mips/cross64.h"
2243 xm_defines=POSIX
2244 xm_file=mips/xm-iris5.h
2245 tmake_file="mips/t-iris mips/t-cross64"
2246 # See comment in mips/iris[56].h files.
2247 use_collect2=yes
2248 # if test x$enable_threads = xyes; then
2249 # thread_file='irix'
2250 # fi
2251 ;;
2252 mips-sni-sysv4)
2253 if test x$gas = xyes
2254 then
2255 if test x$stabs = xyes
2256 then
2257 tm_file=mips/iris5gdb.h
2258 else
2259 tm_file="mips/sni-svr4.h mips/sni-gas.h"
2260 fi
2261 else
2262 tm_file=mips/sni-svr4.h
2263 fi
2264 xm_defines=POSIX
2265 if test x$gnu_ld != xyes
2266 then
2267 use_collect2=yes
2268 fi
2269 ;;
2270 mips-sgi-irix5*) # SGI System V.4., IRIX 5
2271 if test x$gas = xyes
2272 then
2273 tm_file="mips/iris5.h mips/iris5gas.h"
2274 if test x$stabs = xyes
2275 then
2276 tm_file="${tm_file} dbx.h"
2277 fi
2278 else
2279 tm_file=mips/iris5.h
2280 fi
2281 tmake_file=mips/t-iris
2282 xm_defines=POSIX
2283 xm_file=mips/xm-iris5.h
2284 # mips-tfile doesn't work yet
2285 # See comment in mips/iris5.h file.
2286 use_collect2=yes
2287 # if test x$enable_threads = xyes; then
2288 # thread_file='irix'
2289 # fi
2290 ;;
2291 mips-sgi-irix4loser*) # Mostly like a MIPS.
2292 tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
2293 if test x$stabs = xyes; then
2294 tm_file="${tm_file} dbx.h"
2295 fi
2296 tmake_file=mips/t-iris
2297 xm_defines=POSIX
2298 if test x$gas = xyes
2299 then :
2300 else
2301 extra_passes="mips-tfile mips-tdump"
2302 fi
2303 if test x$gnu_ld != xyes
2304 then
2305 use_collect2=yes
2306 fi
2307 # if test x$enable_threads = xyes; then
2308 # thread_file='irix'
2309 # fi
2310 ;;
2311 mips-sgi-irix4*) # Mostly like a MIPS.
2312 tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
2313 if test x$stabs = xyes; then
2314 tm_file="${tm_file} dbx.h"
2315 fi
2316 tmake_file=mips/t-iris
2317 xm_defines=POSIX
2318 if test x$gas = xyes
2319 then :
2320 else
2321 extra_passes="mips-tfile mips-tdump"
2322 fi
2323 if test x$gnu_ld != xyes
2324 then
2325 use_collect2=yes
2326 fi
2327 # if test x$enable_threads = xyes; then
2328 # thread_file='irix'
2329 # fi
2330 ;;
2331 mips-sgi-*) # Mostly like a MIPS.
2332 tm_file="mips/iris3.h ${tm_file}"
2333 if test x$stabs = xyes; then
2334 tm_file="${tm_file} dbx.h"
2335 fi
2336 xm_defines=POSIX
2337 if test x$gas = xyes
2338 then :
2339 else
2340 extra_passes="mips-tfile mips-tdump"
2341 fi
2342 if test x$gnu_ld != xyes
2343 then
2344 use_collect2=yes
2345 fi
2346 ;;
2347 mips-dec-osfrose*) # Decstation running OSF/1 reference port with OSF/rose.
2348 tm_file="mips/osfrose.h ${tm_file}"
2349 extra_objs=halfpic.o
2350 use_collect2=yes
2351 ;;
2352 mips-dec-osf*) # Decstation running OSF/1 as shipped by DIGITAL
2353 tm_file=mips/dec-osf1.h
2354 if test x$stabs = xyes; then
2355 tm_file="${tm_file} dbx.h"
2356 fi
2357 if test x$gas = xyes
2358 then :
2359 else
2360 tmake_file=mips/t-ultrix
2361 extra_passes="mips-tfile mips-tdump"
2362 fi
2363 if test x$gnu_ld != xyes
2364 then
2365 use_collect2=yes
2366 fi
2367 ;;
2368 mips-dec-bsd*) # Decstation running 4.4 BSD
2369 tm_file=mips/dec-bsd.h
2370 if test x$gas = xyes
2371 then :
2372 else
2373 tmake_file=mips/t-ultrix
2374 extra_passes="mips-tfile mips-tdump"
2375 fi
2376 if test x$gnu_ld != xyes
2377 then
2378 use_collect2=yes
2379 fi
2380 ;;
2381 mips*-*-netbsd*) # NetBSD/mips, either endian.
2382 tm_file="elfos.h mips/netbsd.h"
2383 case $machine in
2384 mips*el-*)
2385 tm_file="mips/little.h $tm_file"
2386 ;;
2387 esac
2388 ;;
2389 mips*-*-linux*) # Linux MIPS, either endian.
2390 tm_file="dbxelf.h elfos.h svr4.h linux.h mips/linux.h"
2391 case $machine in
2392 mipsisa32*-*)
2393 tm_file="$tm_file mips/isa32-linux.h"
2394 target_cpu_default="MASK_SOFT_FLOAT"
2395 ;;
2396 esac
2397 case $machine in
2398 mips*el-*)
2399 tm_file="mips/little.h $tm_file"
2400 ;;
2401 esac
2402 tmake_file="t-slibgcc-elf-ver t-linux mips/t-linux"
2403 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
2404 gnu_ld=yes
2405 gas=yes
2406 if test x$enable_threads = xyes; then
2407 thread_file='posix'
2408 fi
2409 ;;
2410 mips*el-*-openbsd*) # mips little endian
2411 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2412 ;;
2413 mips*-*-openbsd*) # mips big endian
2414 target_cpu_default="MASK_GAS|MASK_ABICALLS"
2415 tm_file="mips/openbsd-be.h ${tm_file}"
2416 ;;
2417 mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
2418 tm_file="mips/news4.h ${tm_file}"
2419 if test x$stabs = xyes; then
2420 tm_file="${tm_file} dbx.h"
2421 fi
2422 if test x$gas = xyes
2423 then :
2424 else
2425 extra_passes="mips-tfile mips-tdump"
2426 fi
2427 if test x$gnu_ld != xyes
2428 then
2429 use_collect2=yes
2430 fi
2431 ;;
2432 mips-sony-sysv*) # Sony NEWS 3800 with NEWSOS5.0.
2433 # That is based on svr4.
2434 # t-svr4 is not right because this system doesn't use ELF.
2435 tm_file="mips/news5.h ${tm_file}"
2436 if test x$stabs = xyes; then
2437 tm_file="${tm_file} dbx.h"
2438 fi
2439 xm_defines=POSIX
2440 if test x$gas = xyes
2441 then :
2442 else
2443 extra_passes="mips-tfile mips-tdump"
2444 fi
2445 if test x$gnu_ld != xyes
2446 then
2447 use_collect2=yes
2448 fi
2449 ;;
2450 mips-tandem-sysv4*) # Tandem S2 running NonStop UX
2451 tm_file="mips/svr4-5.h mips/svr4-t.h"
2452 if test x$stabs = xyes; then
2453 tm_file="${tm_file} dbx.h"
2454 fi
2455 xm_defines=POSIX
2456 if test x$gas = xyes
2457 then
2458 extra_parts="crtbegin.o crtend.o"
2459 else
2460 extra_passes="mips-tfile mips-tdump"
2461 fi
2462 if test x$gnu_ld != xyes
2463 then
2464 use_collect2=yes
2465 fi
2466 ;;
2467 mips-*-ultrix* | mips-dec-mach3) # Decstation.
2468 tm_file="mips/ultrix.h ${tm_file}"
2469 if test x$stabs = xyes; then
2470 tm_file="${tm_file} dbx.h"
2471 fi
2472 if test x$gas = xyes
2473 then :
2474 else
2475 tmake_file=mips/t-ultrix
2476 extra_passes="mips-tfile mips-tdump"
2477 fi
2478 if test x$gnu_ld != xyes
2479 then
2480 use_collect2=yes
2481 fi
2482 ;;
2483 mips-*-riscos[56789]bsd*)
2484 tm_file=mips/bsd-5.h # MIPS BSD 4.3, RISC-OS 5.0
2485 if test x$stabs = xyes; then
2486 tm_file="${tm_file} dbx.h"
2487 fi
2488 if test x$gas = xyes
2489 then
2490 tmake_file=mips/t-bsd-gas
2491 else
2492 tmake_file=mips/t-bsd
2493 extra_passes="mips-tfile mips-tdump"
2494 fi
2495 if test x$gnu_ld != xyes
2496 then
2497 use_collect2=yes
2498 fi
2499 ;;
2500 mips-*-bsd* | mips-*-riscosbsd* | mips-*-riscos[1234]bsd*)
2501 tm_file="mips/bsd-4.h ${tm_file}" # MIPS BSD 4.3, RISC-OS 4.0
2502 if test x$stabs = xyes; then
2503 tm_file="${tm_file} dbx.h"
2504 fi
2505 if test x$gas = xyes
2506 then
2507 tmake_file=mips/t-bsd-gas
2508 else
2509 tmake_file=mips/t-bsd
2510 extra_passes="mips-tfile mips-tdump"
2511 fi
2512 if test x$gnu_ld != xyes
2513 then
2514 use_collect2=yes
2515 fi
2516 ;;
2517 mips-*-riscos[56789]sysv4*)
2518 tm_file=mips/svr4-5.h # MIPS System V.4., RISC-OS 5.0
2519 if test x$stabs = xyes; then
2520 tm_file="${tm_file} dbx.h"
2521 fi
2522 if test x$gas = xyes
2523 then
2524 tmake_file=mips/t-svr4-gas
2525 else
2526 tmake_file=mips/t-svr4
2527 extra_passes="mips-tfile mips-tdump"
2528 fi
2529 if test x$gnu_ld != xyes
2530 then
2531 use_collect2=yes
2532 fi
2533 ;;
2534 mips-*-sysv4* | mips-*-riscos[1234]sysv4* | mips-*-riscossysv4*)
2535 tm_file="mips/svr4-4.h ${tm_file}"
2536 if test x$stabs = xyes; then
2537 tm_file="${tm_file} dbx.h"
2538 fi
2539 xm_defines=POSIX
2540 if test x$gas = xyes
2541 then
2542 tmake_file=mips/t-svr4-gas
2543 else
2544 tmake_file=mips/t-svr4
2545 extra_passes="mips-tfile mips-tdump"
2546 fi
2547 if test x$gnu_ld != xyes
2548 then
2549 use_collect2=yes
2550 fi
2551 ;;
2552 mips-*-riscos[56789]sysv*)
2553 tm_file=mips/svr3-5.h # MIPS System V.3, RISC-OS 5.0
2554 if test x$stabs = xyes; then
2555 tm_file="${tm_file} dbx.h"
2556 fi
2557 xm_defines=POSIX
2558 if test x$gas = xyes
2559 then
2560 tmake_file=mips/t-svr3-gas
2561 else
2562 tmake_file=mips/t-svr3
2563 extra_passes="mips-tfile mips-tdump"
2564 fi
2565 if test x$gnu_ld != xyes
2566 then
2567 use_collect2=yes
2568 fi
2569 ;;
2570 mips-*-sysv* | mips-*-riscos*sysv*)
2571 tm_file="mips/svr3-4.h ${tm_file}"
2572 if test x$stabs = xyes; then
2573 tm_file="${tm_file} dbx.h"
2574 fi
2575 xm_defines=POSIX
2576 if test x$gas = xyes
2577 then
2578 tmake_file=mips/t-svr3-gas
2579 else
2580 tmake_file=mips/t-svr3
2581 extra_passes="mips-tfile mips-tdump"
2582 fi
2583 if test x$gnu_ld != xyes
2584 then
2585 use_collect2=yes
2586 fi
2587 ;;
2588 mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0.
2589 tm_file=mips/mips-5.h
2590 if test x$stabs = xyes; then
2591 tm_file="${tm_file} dbx.h"
2592 fi
2593 if test x$gas = xyes
2594 then :
2595 else
2596 extra_passes="mips-tfile mips-tdump"
2597 fi
2598 if test x$gnu_ld != xyes
2599 then
2600 use_collect2=yes
2601 fi
2602 ;;
2603 mipsel-*-ecoff*)
2604 tm_file=mips/ecoffl.h
2605 if test x$stabs = xyes; then
2606 tm_file="${tm_file} dbx.h"
2607 fi
2608 tmake_file=mips/t-ecoff
2609 ;;
2610 mips-*-ecoff*)
2611 tm_file="gofast.h mips/ecoff.h"
2612 if test x$stabs = xyes; then
2613 tm_file="${tm_file} dbx.h"
2614 fi
2615 tmake_file=mips/t-ecoff
2616 ;;
2617 mipsisa32-*-elf*)
2618 tm_file="mips/isa3264.h mips/abi64.h"
2619 tmake_file=mips/t-isa3264
2620 target_cpu_default="MASK_SOFT_FLOAT"
2621 ;;
2622 mipsel-*-elf*)
2623 tm_file="mips/elfl.h"
2624 tmake_file=mips/t-elf
2625 ;;
2626 mips-*-elf*)
2627 tm_file="mips/elf.h"
2628 tmake_file=mips/t-elf
2629 ;;
2630 mips64el-*-elf*)
2631 tm_file="mips/elfl64.h"
2632 tmake_file=mips/t-elf
2633 ;;
2634 mips64orionel-*-elf*)
2635 tm_file="mips/elforion.h mips/elfl64.h"
2636 tmake_file=mips/t-elf
2637 ;;
2638 mips64-*-elf*)
2639 tm_file="mips/elf64.h"
2640 tmake_file=mips/t-elf
2641 ;;
2642 mips64orion-*-elf*)
2643 tm_file="mips/elforion.h mips/elf64.h"
2644 tmake_file=mips/t-elf
2645 ;;
2646 mips64orion-*-rtems*)
2647 xm_defines=POSIX
2648 tm_file="mips/elforion.h mips/elf64.h mips/rtems64.h rtems.h"
2649 tmake_file="mips/t-elf t-rtems"
2650 if test x$enable_threads = xyes; then
2651 thread_file='rtems'
2652 fi
2653 ;;
2654 mips*-*-rtems*)
2655 xm_defines=POSIX
2656 tm_file="mips/elf.h mips/rtems.h rtems.h"
2657 tmake_file="mips/t-elf t-rtems"
2658 if test x$enable_threads = xyes; then
2659 thread_file='rtems'
2660 fi
2661 ;;
2662 mipstx39el-*-elf*)
2663 tm_file="mips/r3900.h mips/elfl.h mips/abi64.h"
2664 tmake_file=mips/t-r3900
2665 target_cpu_default="MASK_SOFT_FLOAT"
2666 ;;
2667 mipstx39-*-elf*)
2668 tm_file="mips/r3900.h mips/elf.h mips/abi64.h"
2669 tmake_file=mips/t-r3900
2670 ;;
2671 mips-*-*) # Default MIPS RISC-OS 4.0.
2672 if test x$stabs = xyes; then
2673 tm_file="${tm_file} dbx.h"
2674 fi
2675 if test x$gas = xyes
2676 then :
2677 else
2678 extra_passes="mips-tfile mips-tdump"
2679 fi
2680 if test x$gnu_ld != xyes
2681 then
2682 use_collect2=yes
2683 fi
2684 ;;
2685 mmix-knuth-mmixware)
2686 ;;
2687 mn10200-*-*)
2688 float_format=i32
2689 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2690 if test x$stabs = xyes
2691 then
2692 tm_file="${tm_file} dbx.h"
2693 fi
2694 use_collect2=no
2695 ;;
2696 mn10300-*-*)
2697 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2698 if test x$stabs = xyes
2699 then
2700 tm_file="${tm_file} dbx.h"
2701 fi
2702 use_collect2=no
2703 ;;
2704 ns32k-encore-bsd*)
2705 tm_file=ns32k/encore.h
2706 use_collect2=yes
2707 ;;
2708 ns32k-sequent-bsd*)
2709 tm_file=ns32k/sequent.h
2710 use_collect2=yes
2711 ;;
2712 ns32k-tek6100-bsd*)
2713 tm_file=ns32k/tek6100.h
2714 use_collect2=yes
2715 ;;
2716 ns32k-tek6200-bsd*)
2717 tm_file=ns32k/tek6200.h
2718 use_collect2=yes
2719 ;;
2720 ns32k-merlin-*)
2721 tm_file=ns32k/merlin.h
2722 use_collect2=yes
2723 ;;
2724 ns32k-pc532-mach*)
2725 tm_file=ns32k/pc532-mach.h
2726 use_collect2=yes
2727 ;;
2728 ns32k-pc532-minix*)
2729 tm_file=ns32k/pc532-min.h
2730 xm_defines='POSIX HZ=60'
2731 use_collect2=yes
2732 ;;
2733 ns32k-*-netbsdelf*)
2734 echo "GCC does not yet support the ${machine} target"; exit 1
2735 ;;
2736 ns32k-*-netbsd*)
2737 tm_file=ns32k/netbsd.h
2738 # On NetBSD, the headers are already okay, except for math.h.
2739 tmake_file=t-netbsd
2740 use_collect2=yes
2741 ;;
2742 pdp11-*-bsd)
2743 tm_file="${tm_file} pdp11/2bsd.h"
2744 ;;
2745 pdp11-*-*)
2746 ;;
2747 avr-*-*)
2748 ;;
2749 ns32k-*-openbsd*)
2750 # Nothing special
2751 ;;
2752 pj*-linux*)
2753 tm_file="dbxelf.h elfos.h svr4.h pj/linux.h ${tm_file}"
2754 ;;
2755 pj-*)
2756 ;;
2757 pjl-*)
2758 tm_file="dbxelf.h elfos.h svr4.h pj/pjl.h ${tm_file}"
2759 ;;
2760
2761 romp-*-aos*)
2762 use_collect2=yes
2763 ;;
2764 romp-*-mach*)
2765 use_collect2=yes
2766 ;;
2767 romp-*-openbsd*)
2768 # Nothing special
2769 ;;
2770 powerpc-*-openbsd*)
2771 tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
2772 extra_headers=
2773 ;;
2774 powerpc64-*-linux*)
2775 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux64.h"
2776 out_file=rs6000/rs6000.c
2777 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-linux rs6000/t-linux64"
2778 ;;
2779 powerpc64-*-gnu*)
2780 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"
2781 out_file=rs6000/rs6000.c
2782 tmake_file="rs6000/t-rs6000 t-slibgcc-elf-ver t-gnu rs6000/t-linux64"
2783 ;;
2784 powerpc-*-beos*)
2785 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
2786 xm_defines=POSIX
2787 tmake_file=rs6000/t-beos
2788 extra_headers=
2789 ;;
2790 powerpc-*-darwin*)
2791 tm_file="${tm_file} darwin.h rs6000/darwin.h"
2792 tm_p_file="${tm_p_file} darwin-protos.h"
2793 tmake_file=rs6000/t-darwin
2794 extra_objs="darwin.o"
2795 c_target_objs="darwin-c.o"
2796 cxx_target_objs="darwin-c.o"
2797 # Darwin linker does collect2 functionality
2798 use_collect2=no
2799 extra_headers=altivec.h
2800 ;;
2801 powerpc*-*-freebsd*)
2802 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
2803 xm_file=rs6000/xm-sysv4.h
2804 out_file=rs6000/rs6000.c
2805 tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
2806 ;;
2807 powerpc-*-sysv*)
2808 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2809 xm_defines=POSIX
2810 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2811 ;;
2812 powerpc-*-netbsd*)
2813 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
2814 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2815 ;;
2816 powerpc-*-chorusos*)
2817 xm_defines=POSIX
2818 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
2819 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2820 case x${enable_threads} in
2821 xyes | xpthreads | xposix)
2822 thread_file='posix'
2823 ;;
2824 esac
2825 ;;
2826 powerpc-*-eabiaix*)
2827 xm_defines=POSIX
2828 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabiaix.h"
2829 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2830 ;;
2831 powerpc-*-eabisimaltivec*)
2832 xm_defines=POSIX
2833 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"
2834 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2835 ;;
2836 powerpc-*-eabisim*)
2837 xm_defines=POSIX
2838 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabisim.h"
2839 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2840 ;;
2841 powerpc-*-elf*)
2842 xm_defines=POSIX
2843 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2844 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2845 ;;
2846 powerpc-*-eabialtivec*)
2847 xm_defines=POSIX
2848 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/eabialtivec.h"
2849 tmake_file="rs6000/t-ppcendian rs6000/t-ppccomm"
2850 ;;
2851 powerpc-*-eabi*)
2852 xm_defines=POSIX
2853 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h"
2854 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2855 ;;
2856 powerpc-*-rtems*)
2857 xm_defines=POSIX
2858 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
2859 tmake_file="rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
2860 if test x$enable_threads = xyes; then
2861 thread_file='rtems'
2862 fi
2863 ;;
2864 powerpc-*-linux*libc1)
2865 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2866 out_file=rs6000/rs6000.c
2867 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
2868 if test x$enable_threads = xyes; then
2869 thread_file='posix'
2870 fi
2871 ;;
2872 powerpc-*-linux-gnualtivec*)
2873 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
2874 out_file=rs6000/rs6000.c
2875 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2876 if test x$enable_threads = xyes; then
2877 thread_file='posix'
2878 fi
2879 ;;
2880 powerpc-*-linux*)
2881 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h"
2882 out_file=rs6000/rs6000.c
2883 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-linux rs6000/t-ppccomm"
2884 if test x$enable_threads = xyes; then
2885 thread_file='posix'
2886 fi
2887 ;;
2888 powerpc-*-gnu-gnualtivec*)
2889 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"
2890 out_file=rs6000/rs6000.c
2891 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2892 if test x$enable_threads = xyes; then
2893 thread_file='posix'
2894 fi
2895 ;;
2896 powerpc-*-gnu*)
2897 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"
2898 out_file=rs6000/rs6000.c
2899 tmake_file="rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2900 if test x$enable_threads = xyes; then
2901 thread_file='posix'
2902 fi
2903 ;;
2904 powerpc-wrs-vxworks*)
2905 xm_defines=POSIX
2906 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/vxppc.h"
2907 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2908 thread_file='vxworks'
2909 ;;
2910 powerpcle-wrs-vxworks*)
2911 xm_defines=POSIX
2912 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"
2913 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2914 thread_file='vxworks'
2915 ;;
2916 powerpcle-*-sysv*)
2917 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2918 xm_defines=POSIX
2919 tmake_file="rs6000/t-ppcos rs6000/t-ppccomm"
2920 ;;
2921 powerpcle-*-elf*)
2922 xm_defines=POSIX
2923 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2924 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2925 ;;
2926 powerpcle-*-eabisim*)
2927 xm_defines=POSIX
2928 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"
2929 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2930 ;;
2931 powerpcle-*-eabi*)
2932 xm_defines=POSIX
2933 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h"
2934 tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
2935 ;;
2936 rs6000-ibm-aix3.[01]*)
2937 xm_defines=POSIX
2938 tm_file="${tm_file} rs6000/aix.h rs6000/aix31.h rs6000/xcoff.h"
2939 float_format=none
2940 use_collect2=yes
2941 ;;
2942 rs6000-ibm-aix3.2.[456789]* | powerpc-ibm-aix3.2.[456789]*)
2943 xm_defines=POSIX
2944 tm_file="${tm_file} rs6000/aix.h rs6000/aix3newas.h rs6000/xcoff.h"
2945 tmake_file=rs6000/t-newas
2946 float_format=none
2947 use_collect2=yes
2948 extra_headers=
2949 ;;
2950 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2951 xm_defines=POSIX
2952 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2953 tmake_file=rs6000/t-newas
2954 float_format=none
2955 use_collect2=yes
2956 extra_headers=
2957 ;;
2958 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2959 xm_defines=POSIX
2960 tm_file="${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2961 tmake_file=rs6000/t-aix43
2962 float_format=none
2963 use_collect2=yes
2964 thread_file='aix'
2965 extra_headers=
2966 ;;
2967 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
2968 xm_defines=POSIX
2969 tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2970 tmake_file=rs6000/t-aix43
2971 float_format=none
2972 use_collect2=yes
2973 thread_file='aix'
2974 extra_headers=
2975 ;;
2976 rs6000-ibm-aix*)
2977 xm_defines=POSIX
2978 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2979 float_format=none
2980 use_collect2=yes
2981 ;;
2982 rs6000-bull-bosx)
2983 xm_defines=POSIX
2984 tm_file="${tm_file} rs6000/aix.h rs6000/xcoff.h"
2985 float_format=none
2986 use_collect2=yes
2987 ;;
2988 rs6000-*-mach*)
2989 tm_file="${tm_file} rs6000/mach.h"
2990 xm_defines=POSIX
2991 use_collect2=yes
2992 ;;
2993 rs6000-*-lynxos*)
2994 tm_file="lynx.h rs6000/lynx.h"
2995 tmake_file=rs6000/t-rs6000
2996 use_collect2=yes
2997 ;;
2998 s390-*-linux*)
2999 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
3000 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
3001 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
3002 if test x$enable_threads = xyes; then
3003 thread_file='posix'
3004 fi
3005 ;;
3006 s390x-*-linux*)
3007 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
3008 tm_p_file=s390/s390-protos.h
3009 md_file=s390/s390.md
3010 out_file=s390/s390.c
3011 tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64"
3012 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
3013 if test x$enable_threads = xyes; then
3014 thread_file='posix'
3015 fi
3016 ;;
3017 sh-*-elf*)
3018 tmake_file="sh/t-sh sh/t-elf"
3019 tm_file="${tm_file} sh/embed-elf.h"
3020 float_format=sh
3021 ;;
3022 sh64-*-elf*)
3023 tmake_file="sh/t-sh sh/t-elf sh/t-sh64"
3024 tm_file="${tm_file} sh/sh.h sh/embed-elf.h sh/sh64.h"
3025 float_format=sh
3026 extra_headers="../../config/sh/shmedia.h ../../config/sh/ushmedia.h ../../config/sh/sshmedia.h"
3027 # Not strictly necessary to check this, but a good idea anyway.
3028 if test $machine = $target; then
3029 target_requires_64bit_host_wide_int=yes
3030 fi
3031 ;;
3032 sh-*-rtemself*)
3033 xm_defines=POSIX
3034 tmake_file="sh/t-sh sh/t-elf t-rtems"
3035 tm_file="${tm_file} sh/embed-elf.h sh/rtemself.h rtems.h"
3036 float_format=sh
3037 if test x$enable_threads = xyes; then
3038 thread_file='rtems'
3039 fi
3040 ;;
3041 sh-*-rtems*)
3042 xm_defines=POSIX
3043 tmake_file="sh/t-sh t-rtems"
3044 tm_file="${tm_file} sh/rtems.h rtems.h"
3045 float_format=sh
3046 if test x$enable_threads = xyes; then
3047 thread_file='rtems'
3048 fi
3049 ;;
3050 sh-*-linux*)
3051 tm_file="${tm_file} sh/elf.h sh/linux.h"
3052 tmake_file="sh/t-sh sh/t-elf sh/t-linux"
3053 gas=yes gnu_ld=yes
3054 if test x$enable_threads = xyes; then
3055 thread_file='posix'
3056 fi
3057 float_format=sh
3058 ;;
3059 sh-*-*)
3060 float_format=sh
3061 ;;
3062 sparc-tti-*)
3063 tm_file="${tm_file} sparc/pbd.h"
3064 xm_defines=POSIX
3065 ;;
3066 sparc64-wrs-vxworks*)
3067 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
3068 tmake_file="sparc/t-vxsparc64 sparc/t-crtfm"
3069 use_collect2=yes
3070 ;;
3071 sparc-wrs-vxworks* | sparclite-wrs-vxworks*)
3072 tm_file="${tm_file} aoutos.h sparc/aout.h gofast.h sparc/vxsparc.h"
3073 tmake_file=sparc/t-vxsparc
3074 use_collect2=yes
3075 thread_file='vxworks'
3076 ;;
3077 sparc-*-aout*)
3078 tmake_file=sparc/t-sparcbare
3079 tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
3080 ;;
3081 sparc-*-netbsdelf*)
3082 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
3083 ;;
3084 sparc-*-netbsd*)
3085 tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
3086 tmake_file=t-netbsd
3087 use_collect2=yes
3088 ;;
3089 sparc-*-openbsd*)
3090 tm_file="sparc/sparc.h ${tm_file}"
3091 # needed to unconfuse gdb
3092 tmake_file="t-libc-ok t-openbsd sparc/t-openbsd"
3093 # we need collect2 until our bug is fixed...
3094 use_collect2=yes
3095 ;;
3096 sparc-*-bsd*)
3097 tm_file="${tm_file} sparc/bsd.h"
3098 ;;
3099 sparc-*-chorusos*)
3100 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h chorus.h"
3101 tmake_file="sparc/t-chorus-elf sparc/t-crtfm"
3102 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3103 float_format=i64
3104 case x${enable_threads} in
3105 xyes | xpthreads | xposix)
3106 thread_file='posix'
3107 ;;
3108 esac
3109 ;;
3110 sparc-*-elf*)
3111 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h"
3112 tmake_file="sparc/t-elf sparc/t-crtfm"
3113 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3114 #float_format=i128
3115 float_format=i64
3116 ;;
3117 sparc-*-linux*aout*) # Sparc's running GNU/Linux, a.out
3118 tm_file="aoutos.h sparc/sparc.h sparc/aout.h sparc/linux-aout.h"
3119 gnu_ld=yes
3120 ;;
3121 sparc-*-linux*libc1*) # Sparc's running GNU/Linux, libc5
3122 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3123 tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 sparc/t-crtfm"
3124 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
3125 gnu_ld=yes
3126 float_format=sparc
3127 ;;
3128 sparc-*-linux*) # Sparc's running GNU/Linux, libc6
3129 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
3130 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-crtfm"
3131 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3132 gnu_ld=yes
3133 if test x$enable_threads = xyes; then
3134 thread_file='posix'
3135 fi
3136 float_format=sparc
3137 ;;
3138 sparc-*-lynxos*)
3139 if test x$gas = xyes
3140 then
3141 tm_file="${tm_file} lynx.h sparc/aout.h sparc/lynx.h"
3142 else
3143 tm_file="${tm_file} lynx-ng.h sparc/aout.h sparc/lynx-ng.h"
3144 fi
3145 tmake_file=sparc/t-sunos41
3146 ;;
3147 sparc-*-rtemsaout*)
3148 xm_defines=POSIX
3149 tmake_file="sparc/t-sparcbare t-rtems"
3150 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/rtems.h rtems.h"
3151 if test x$enable_threads = xyes; then
3152 thread_file='rtems'
3153 fi
3154 ;;
3155 sparc-*-rtems*|sparc-*-rtemself*)
3156 xm_defines=POSIX
3157 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"
3158 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
3159 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
3160 #float_format=i128
3161 float_format=i64
3162 if test x$enable_threads = xyes; then
3163 thread_file='rtems'
3164 fi
3165 ;;
3166 sparc64-*-solaris2* | sparcv9-*-solaris2*)
3167 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
3168 if test x$gnu_ld = xyes; then
3169 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
3170 fi
3171 if test x$gas = xyes; then
3172 tm_file="${tm_file} sparc/sol2-gas-bi.h"
3173 fi
3174 xm_defines=POSIX
3175 tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
3176 if test x$gnu_ld = xyes; then
3177 tmake_file="$tmake_file t-slibgcc-elf-ver"
3178 else
3179 tmake_file="$tmake_file t-slibgcc-sld"
3180 fi
3181 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
3182 float_format=sparc
3183 if test x${enable_threads} = x ; then
3184 enable_threads=$have_pthread_h
3185 if test x${enable_threads} = x ; then
3186 enable_threads=$have_thread_h
3187 fi
3188 fi
3189 if test x${enable_threads} = xyes ; then
3190 if test x${have_pthread_h} = xyes ; then
3191 thread_file='posix'
3192 else
3193 thread_file='solaris'
3194 fi
3195 fi
3196 ;;
3197 sparc-hal-solaris2*)
3198 xm_defines=POSIX
3199 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/hal.h"
3200 tmake_file="sparc/t-halos sparc/t-sol2 sparc/t-crtfm"
3201 if test x$gnu_ld = xyes; then
3202 tm_file="${tm_file} sparc/sol2-gld.h"
3203 tmake_file="$tmake_file t-slibgcc-elf-ver"
3204 else
3205 tmake_file="$tmake_file t-slibgcc-sld"
3206 fi
3207 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
3208 case $machine in
3209 *-*-solaris2.[0-4])
3210 float_format=i128
3211 ;;
3212 *)
3213 float_format=sparc
3214 ;;
3215 esac
3216 thread_file='solaris'
3217 ;;
3218 sparc-*-solaris2*)
3219 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h"
3220 if test x$gnu_ld = xyes; then
3221 tm_file="${tm_file} sparc/sol2-gld.h"
3222 fi
3223 tmake_file="sparc/t-sol2 sparc/t-crtfm"
3224 if test x$gnu_ld = xyes; then
3225 tmake_file="$tmake_file t-slibgcc-elf-ver"
3226 else
3227 tmake_file="$tmake_file t-slibgcc-sld"
3228 fi
3229 case $machine in
3230 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
3231 if test x$gnu_ld = xno; then
3232 tm_file="${tm_file} sparc/sol26-sld.h"
3233 fi
3234 ;;
3235 *-*-solaris2.[789])
3236 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
3237 if test x$gnu_ld = xyes; then
3238 tm_file="${tm_file} sparc/sol2-gld-bi.h"
3239 fi
3240 if test x$gas = xyes; then
3241 tm_file="${tm_file} sparc/sol2-gas-bi.h"
3242 fi
3243 tmake_file="$tmake_file sparc/t-sol2-64"
3244 ;;
3245 esac
3246 xm_defines=POSIX
3247 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
3248 case $machine in
3249 *-*-solaris2.[0-4])
3250 float_format=i128
3251 ;;
3252 *)
3253 float_format=sparc
3254 ;;
3255 esac
3256 if test x${enable_threads} = x; then
3257 enable_threads=$have_pthread_h
3258 if test x${enable_threads} = x; then
3259 enable_threads=$have_thread_h
3260 fi
3261 fi
3262 if test x${enable_threads} = xyes; then
3263 if test x${have_pthread_h} = xyes; then
3264 thread_file='posix'
3265 else
3266 thread_file='solaris'
3267 fi
3268 fi
3269 ;;
3270 sparc-*-sunos4.0*)
3271 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3272 use_collect2=yes
3273 ;;
3274 sparc-*-sunos4*)
3275 tm_file="${tm_file} sparc/aout.h sparc/sunos4.h"
3276 tmake_file=sparc/t-sunos41
3277 use_collect2=yes
3278 if test x$gas = xyes; then
3279 tm_file="${tm_file} sparc/sun4gas.h"
3280 fi
3281 ;;
3282 sparc-*-sunos3*)
3283 tm_file="${tm_file} sparc/aout.h sparc/sun4o3.h"
3284 use_collect2=yes
3285 ;;
3286 sparc-*-sysv4*)
3287 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h"
3288 xm_defines=POSIX
3289 tmake_file=t-svr4
3290 extra_parts="crtbegin.o crtend.o"
3291 ;;
3292 sparc-*-vxsim*)
3293 xm_defines=POSIX
3294 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/vxsim.h"
3295 tmake_file=sparc/t-vxsparc
3296 ;;
3297 sparclet-*-aout*)
3298 tm_file="${tm_file} aoutos.h sparc/aout.h sparc/splet.h libgloss.h"
3299 tmake_file=sparc/t-splet
3300 ;;
3301 sparclite-*-coff*)
3302 tm_file="${tm_file} gofast.h sparc/lite.h svr3.h sparc/litecoff.h dbxcoff.h libgloss.h"
3303 tmake_file=sparc/t-sparclite
3304 ;;
3305 sparclite-*-aout*)
3306 tm_file="${tm_file} gofast.h sparc/aout.h sparc/lite.h aoutos.h libgloss.h"
3307 tmake_file=sparc/t-sparclite
3308 ;;
3309 sparclite-*-elf*)
3310 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/liteelf.h"
3311 tmake_file="sparc/t-sparclite sparc/t-crtfm"
3312 extra_parts="crtbegin.o crtend.o"
3313 ;;
3314 sparc86x-*-aout*)
3315 tm_file="${tm_file} gofast.h sparc/aout.h sparc/sp86x-aout.h aoutos.h libgloss.h"
3316 tmake_file=sparc/t-sp86x
3317 ;;
3318 sparc86x-*-elf*)
3319 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h gofast.h sparc/sp86x-elf.h"
3320 tmake_file="sparc/t-sp86x sparc/t-crtfm"
3321 extra_parts="crtbegin.o crtend.o"
3322 ;;
3323 sparc64-*-aout*)
3324 tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
3325 ;;
3326 sparc64-*-elf*)
3327 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/sp64-elf.h"
3328 tmake_file="${tmake_file} sparc/t-crtfm"
3329 extra_parts="crtbegin.o crtend.o"
3330 ;;
3331 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
3332 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
3333 tmake_file="${tmake_file} sparc/t-crtfm"
3334 xmake_file=none
3335 case "x$with_cpu" in
3336 xultrasparc) ;;
3337 x) with_cpu=ultrasparc ;;
3338 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
3339 esac
3340 ;;
3341 sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
3342 tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64 sparc/t-crtfm"
3343 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
3344 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3345 gnu_ld=yes
3346 if test x$enable_threads = xyes; then
3347 thread_file='posix'
3348 fi
3349 float_format=sparc
3350 ;;
3351 sparc64-*-netbsd*)
3352 tmake_file="${tmake_file} sparc/t-netbsd64"
3353 tm_file="sparc/biarch64.h ${tm_file}"
3354 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
3355 float_format=sparc
3356 ;;
3357 strongarm-*-elf*)
3358 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3359 tmake_file=arm/t-strongarm-elf
3360 out_file=arm/arm.c
3361 md_file=arm/arm.md
3362 ;;
3363 strongarm-*-coff*)
3364 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h"
3365 tmake_file=arm/t-strongarm-coff
3366 out_file=arm/arm.c
3367 md_file=arm/arm.md
3368 ;;
3369 strongarm-*-pe)
3370 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"
3371 tmake_file=arm/t-strongarm-pe
3372 out_file=arm/arm.c
3373 md_file=arm/arm.md
3374 extra_objs=pe.o
3375 ;;
3376 thumb*-*-*)
3377 { echo "config.gcc: error:
3378 *** The Thumb targets have been deprecated. The equivalent
3379 *** ARM based toolchain can now generate Thumb instructions
3380 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
3381 ;;
3382 v850-*-rtems*)
3383 xm_defines=POSIX
3384 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} v850/v850.h v850/rtems.h rtems.h"
3385 tmake_file="v850/t-v850 t-rtems"
3386 if test x$stabs = xyes
3387 then
3388 tm_file="${tm_file} dbx.h"
3389 fi
3390 use_collect2=no
3391 c_target_objs="v850-c.o"
3392 cxx_target_objs="v850-c.o"
3393 ;;
3394 v850-*-*)
3395 target_cpu_default="TARGET_CPU_generic"
3396 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
3397 tmake_file=v850/t-v850
3398 if test x$stabs = xyes
3399 then
3400 tm_file="${tm_file} dbx.h"
3401 fi
3402 use_collect2=no
3403 c_target_objs="v850-c.o"
3404 cxx_target_objs="v850-c.o"
3405 ;;
3406 vax-*-bsd*) # VAXen running BSD
3407 use_collect2=yes
3408 float_format=vax
3409 ;;
3410 vax-*-sysv*) # VAXen running system V
3411 tm_file="${tm_file} vax/vaxv.h"
3412 xm_defines=POSIX
3413 float_format=vax
3414 ;;
3415 vax-*-netbsdelf*)
3416 echo "GCC does not yet support the ${machine} target"; exit 1
3417 ;;
3418 vax-*-netbsd*)
3419 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
3420 tmake_file=t-netbsd
3421 float_format=vax
3422 use_collect2=yes
3423 ;;
3424 vax-*-openbsd*)
3425 tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}"
3426 float_format=vax
3427 use_collect2=yes
3428 ;;
3429 vax-*-ultrix*) # VAXen running ultrix
3430 tm_file="${tm_file} vax/ultrix.h"
3431 float_format=vax
3432 ;;
3433 vax-*-vms*) # VAXen running VMS
3434 xm_file=vax/xm-vms.h
3435 tm_file=vax/vms.h
3436 float_format=vax
3437 ;;
3438 vax-*-*) # VAX default entry
3439 float_format=vax
3440 ;;
3441 we32k-att-sysv*)
3442 xm_defines=POSIX
3443 use_collect2=yes
3444 ;;
3445 xscale-*-elf)
3446 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
3447 tmake_file=arm/t-xscale-elf
3448 out_file=arm/arm.c
3449 md_file=arm/arm.md
3450 ;;
3451 xscale-*-coff)
3452 tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
3453 tmake_file=arm/t-xscale-coff
3454 out_file=arm/arm.c
3455 md_file=arm/arm.md
3456 ;;
3457 xstormy16-*-elf)
3458 # For historical reasons, the target files omit the 'x'.
3459 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
3460 tm_p_file=stormy16/stormy16-protos.h
3461 md_file=stormy16/stormy16.md
3462 out_file=stormy16/stormy16.c
3463 tmake_file="stormy16/t-stormy16"
3464 extra_parts="crtbegin.o crtend.o"
3465 ;;
3466 xtensa-*-elf*)
3467 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
3468 with_newlib=yes
3469 tmake_file=xtensa/t-xtensa
3470 extra_parts="crtbegin.o crtend.o"
3471 fixincludes=Makefile.in # newlib headers should be OK
3472 ;;
3473 xtensa-*-linux*)
3474 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
3475 tmake_file="t-linux xtensa/t-xtensa"
3476 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
3477 gas=yes gnu_ld=yes
3478 if test x$enable_threads = xyes; then
3479 thread_file='posix'
3480 fi
3481 ;;
3482 *)
3483 echo "Configuration $machine not supported" 1>&2
3484 exit 1
3485 ;;
3486 esac
3487
3488 case $machine in
3489 *-*-sysv*)
3490 install_headers_dir=install-headers-cpio
3491 ;;
3492 esac
3493
3494 # Distinguish i[34567]86
3495 # Also, do not run mips-tfile on MIPS if using gas.
3496 # Process --with-cpu= for PowerPC/rs6000
3497 target_cpu_default2=
3498 case $machine in
3499 i486-*-*)
3500 target_cpu_default2=TARGET_CPU_DEFAULT_i486
3501 ;;
3502 i586-*-*)
3503 case $target_alias in
3504 k6_2-*)
3505 target_cpu_default2=TARGET_CPU_DEFAULT_k6_2
3506 ;;
3507 k6_3-*)
3508 target_cpu_default2=TARGET_CPU_DEFAULT_k6_3
3509 ;;
3510 k6-*)
3511 target_cpu_default2=TARGET_CPU_DEFAULT_k6
3512 ;;
3513 pentium_mmx-*)
3514 target_cpu_default2=TARGET_CPU_DEFAULT_pentium_mmx
3515 ;;
3516 *)
3517 target_cpu_default2=TARGET_CPU_DEFAULT_pentium
3518 ;;
3519 esac
3520 ;;
3521 i686-*-* | i786-*-*)
3522 case $target_alias in
3523 athlon_xp-*|athlon_mp-*|athlon_4-*)
3524 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3525 ;;
3526 athlon_tbird-*|athlon-*)
3527 target_cpu_default2=TARGET_CPU_DEFAULT_athlon
3528 ;;
3529 pentium2-*)
3530 target_cpu_default2=TARGET_CPU_DEFAULT_pentium2
3531 ;;
3532 pentium3-*)
3533 target_cpu_default2=TARGET_CPU_DEFAULT_pentium3
3534 ;;
3535 pentium4-*)
3536 target_cpu_default2=TARGET_CPU_DEFAULT_pentium4
3537 ;;
3538 *)
3539 target_cpu_default2=TARGET_CPU_DEFAULT_pentiumpro
3540 ;;
3541 esac
3542 ;;
3543 x86_64-*-*)
3544 # We should have hammer chip here, but it does not exist yet and
3545 # thus it is not supported. Athlon_SSE is probably equivalent feature
3546 # wise to hammer from our point of view except for 64bit mode.
3547 target_cpu_default2=TARGET_CPU_DEFAULT_athlon_sse
3548 ;;
3549 alpha*-*-*)
3550 case $machine in
3551 alphaev6[78]*)
3552 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX|MASK_CIX"
3553 ;;
3554 alphaev6*)
3555 target_cpu_default2="MASK_CPU_EV6|MASK_BWX|MASK_MAX|MASK_FIX"
3556 ;;
3557 alphapca56*)
3558 target_cpu_default2="MASK_CPU_EV5|MASK_BWX|MASK_MAX"
3559 ;;
3560 alphaev56*)
3561 target_cpu_default2="MASK_CPU_EV5|MASK_BWX"
3562 ;;
3563 alphaev5*)
3564 target_cpu_default2="MASK_CPU_EV5"
3565 ;;
3566 esac
3567
3568 if test x$gas = xyes
3569 then
3570 if test "$target_cpu_default2" = ""
3571 then
3572 target_cpu_default2="MASK_GAS"
3573 else
3574 target_cpu_default2="${target_cpu_default2}|MASK_GAS"
3575 fi
3576 fi
3577 ;;
3578 arm*-*-*)
3579 case "x$with_cpu" in
3580 x)
3581 # The most generic
3582 target_cpu_default2="TARGET_CPU_generic"
3583 ;;
3584
3585 # Distinguish cores, and major variants
3586 # arm7m doesn't exist, but D & I don't affect code
3587 xarm[236789] | xarm250 | xarm[67][01]0 \
3588 | xarm7m | xarm7dm | xarm7dmi | xarm[79]tdmi \
3589 | xarm7100 | xarm7500 | xarm7500fe | xarm810 \
3590 | xxscale \
3591 | xstrongarm | xstrongarm110 | xstrongarm1100)
3592 target_cpu_default2="TARGET_CPU_$with_cpu"
3593 ;;
3594
3595 xyes | xno)
3596 echo "--with-cpu must be passed a value" 1>&2
3597 exit 1
3598 ;;
3599
3600 *)
3601 if test x$pass2done = xyes
3602 then
3603 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3604 exit 1
3605 fi
3606 ;;
3607 esac
3608 ;;
3609
3610 hppa*-*-* | parisc*-*-*)
3611 if test x$gas = xyes
3612 then
3613 target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
3614 fi
3615 ;;
3616
3617 mips*-*-ecoff* | mips*-*-elf*)
3618 if test x$gas = xyes
3619 then
3620 if test x$gnu_ld = xyes
3621 then
3622 target_cpu_default2="MASK_GAS|MASK_SPLIT_ADDR"
3623 else
3624 target_cpu_default2="MASK_GAS"
3625 fi
3626 fi
3627 ;;
3628 mips*-*-*)
3629 if test x$gas = xyes
3630 then
3631 target_cpu_default2="MASK_GAS"
3632 fi
3633 ;;
3634 powerpc*-*-* | rs6000-*-*)
3635 if test x$enable_altivec = xyes
3636 then
3637 tm_file="$tm_file rs6000/altivec-defs.h"
3638 fi
3639 case "x$with_cpu" in
3640 x)
3641 ;;
3642
3643 xcommon | xpower | xpower2 | xpower3 | xpowerpc | xpowerpc64 \
3644 | xrios | xrios1 | xrios2 | xrsc | xrsc1 | xrs64a \
3645 | x601 | x602 | x603 | x603e | x604 | x604e | x620 | x630 \
3646 | x740 | x750 | x7400 | x7450 | x505)
3647 target_cpu_default2="\\\"$with_cpu\\\""
3648 ;;
3649
3650 x401 | x403 | x405 | xec603e | x801 | x821 | x823 | x860)
3651 target_cpu_default2="\\\"$with_cpu\\\""
3652 tm_file="$tm_file rs6000/softfloat.h"
3653 ;;
3654
3655 xyes | xno)
3656 echo "--with-cpu must be passed a value" 1>&2
3657 exit 1
3658 ;;
3659
3660 *)
3661 if test x$pass2done = xyes
3662 then
3663 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3664 exit 1
3665 fi
3666 ;;
3667 esac
3668 ;;
3669 sparc*-*-*)
3670 case ".$with_cpu" in
3671 .)
3672 target_cpu_default2=TARGET_CPU_"`echo $machine | sed 's/-.*$//'`"
3673 ;;
3674 .supersparc | .hypersparc | .ultrasparc | .v7 | .v8 | .v9)
3675 target_cpu_default2="TARGET_CPU_$with_cpu"
3676 ;;
3677 *)
3678 if test x$pass2done = xyes
3679 then
3680 echo "Unknown cpu used with --with-cpu=$with_cpu" 1>&2
3681 exit 1
3682 fi
3683 ;;
3684 esac
3685 ;;
3686 esac
3687
3688 if test "$target_cpu_default2" != ""
3689 then
3690 if test "$target_cpu_default" != ""
3691 then
3692 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3693 else
3694 target_cpu_default=$target_cpu_default2
3695 fi
3696 fi
3697
3698 # Save data on machine being used to compile GCC in build_xm_file.
3699 # Save data on host machine in vars host_xm_file and host_xmake_file.
3700 if test x$pass1done = x
3701 then
3702 if test x$xm_file != x
3703 then build_xm_file=$xm_file
3704 fi
3705 build_xm_defines=$xm_defines
3706 build_install_headers_dir=$install_headers_dir
3707 build_exeext=$exeext
3708 pass1done=yes
3709 else
3710 if test x$pass2done = x
3711 then
3712 if test x$xm_file != x
3713 then host_xm_file=$xm_file
3714 fi
3715 host_xm_defines=$xm_defines
3716 host_xmake_file="$xmake_file"
3717 host_truncate_target=$truncate_target
3718 host_extra_gcc_objs=$extra_gcc_objs
3719 host_extra_objs=$extra_host_objs
3720 host_exeext=$exeext
3721 pass2done=yes
3722 fi
3723 fi