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