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