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