config.gcc (sparc-*-linux*): Always include sparc/t-linux in tmake_file.
[gcc.git] / gcc / config.gcc
1 # GCC target-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008 Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free
9 #Software Foundation; either version 3, or (at your option) any later
10 #version.
11
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
13 #ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 #FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 #for more details.
16
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING3. If not see
19 #<http://www.gnu.org/licenses/>.
20
21 # This is the GCC target-specific configuration file
22 # where a configuration type is mapped to different system-specific
23 # definitions and files. This is invoked by the autoconf-generated
24 # configure script. Putting it in a separate shell file lets us skip
25 # running autoconf when modifying target-specific information.
26
27 # When you change the cases in the OS or target switches, consider
28 # updating ../libgcc/config.host also.
29
30 # This file switches on the shell variable ${target}, and also uses the
31 # following shell variables:
32 #
33 # with_* Various variables as set by configure.
34 #
35 # enable_threads Either the name, yes or no depending on whether
36 # threads support was requested.
37 #
38 # default_use_cxa_atexit
39 # The default value for the $enable___cxa_atexit
40 # variable. enable___cxa_atexit needs to be set to
41 # "yes" for the correct operation of C++ destructors
42 # but it relies upon the presence of a non-standard C
43 # library function called __cxa_atexit.
44 # Since not all C libraries provide __cxa_atexit the
45 # default value of $default_use_cxa_atexit is set to
46 # "no" except for targets which are known to be OK.
47 #
48 # gas_flag Either yes or no depending on whether GNU as was
49 # requested.
50 #
51 # gnu_ld_flag Either yes or no depending on whether GNU ld was
52 # requested.
53
54 # This file sets the following shell variables for use by the
55 # autoconf-generated configure script:
56 #
57 # cpu_type The name of the cpu, if different from the first
58 # chunk of the canonical target name.
59 #
60 # tm_defines List of target macros to define for all compilations.
61 #
62 # tm_file A list of target macro files, if different from
63 # "$cpu_type/$cpu_type.h". Usually it's constructed
64 # per target in a way like this:
65 # tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
66 # Note that the preferred order is:
67 # - specific target header "${cpu_type}/${cpu_type.h}"
68 # - generic headers like dbxelf.h elfos.h, etc.
69 # - specializing target headers like ${cpu_type.h}/elf.h
70 # This helps to keep OS specific stuff out of the CPU
71 # defining header ${cpu_type}/${cpu_type.h}.
72 #
73 # It is possible to include automatically-generated
74 # build-directory files by prefixing them with "./".
75 # All other files should relative to $srcdir/config.
76 #
77 # tm_p_file Location of file with declarations for functions
78 # in $out_file.
79 #
80 # out_file The name of the machine description C support
81 # file, if different from "$cpu_type/$cpu_type.c".
82 #
83 # md_file The name of the machine-description file, if
84 # different from "$cpu_type/$cpu_type.md".
85 #
86 # tmake_file A list of machine-description-specific
87 # makefile-fragments, if different from
88 # "$cpu_type/t-$cpu_type".
89 #
90 # extra_modes The name of the file containing a list of extra
91 # machine modes, if necessary and different from
92 # "$cpu_type/$cpu_type-modes.def".
93 #
94 # extra_objs List of extra objects that should be linked into
95 # the compiler proper (cc1, cc1obj, cc1plus)
96 # depending on target.
97 #
98 # extra_gcc_objs List of extra objects that should be linked into
99 # the compiler driver (gcc) depending on target.
100 #
101 # extra_headers List of used header files from the directory
102 # config/${cpu_type}.
103 #
104 # use_gcc_tgmath If set, add tgmath.h to the list of used header
105 # files.
106 #
107 # extra_passes List of extra executables compiled for this target
108 # machine, used for compiling from source to object.
109 #
110 # extra_parts List of extra object files that should be compiled
111 # for this target machine.
112 #
113 # extra_programs Like extra_passes, but these are used when linking.
114 #
115 # extra_options List of target-dependent .opt files.
116 #
117 # c_target_objs List of extra target-dependent objects that be
118 # linked into the C compiler only.
119 #
120 # cxx_target_objs List of extra target-dependent objects that be
121 # linked into the C++ compiler only.
122 #
123 # target_gtfiles List of extra source files with type information.
124 #
125 # xm_defines List of macros to define when compiling for the
126 # target machine.
127 #
128 # xm_file List of files to include when compiling for the
129 # target machine.
130 #
131 # use_collect2 Set to yes or no, depending on whether collect2
132 # will be used.
133 #
134 # target_cpu_default Set to override the default target model.
135 #
136 # gdb_needs_out_file_path
137 # Set to yes if gdb needs a dir command with
138 # `dirname $out_file`.
139 #
140 # thread_file Set to control which thread package to use.
141 #
142 # gas Set to yes or no depending on whether the target
143 # system normally uses GNU as.
144 #
145 # need_64bit_hwint Set to yes if HOST_WIDE_INT must be 64 bits wide
146 # for this target. This is true iff this target
147 # supports "long" or "wchar_t" wider than 32 bits.
148 # The setting made here must match the one made in
149 # other locations such as libcpp/configure.ac
150 #
151 # configure_default_options
152 # Set to an initializer for configure_default_options
153 # in configargs.h, based on --with-cpu et cetera.
154 #
155 # use_fixproto Set to "yes" if fixproto should be run normally,
156 # "no" if fixproto should never be run.
157
158 # The following variables are used in each case-construct to build up the
159 # outgoing variables:
160 #
161 # gnu_ld Set to yes or no depending on whether the target
162 # system normally uses GNU ld.
163
164 out_file=
165 tmake_file=
166 extra_headers=
167 use_gcc_tgmath=yes
168 extra_passes=
169 extra_parts=
170 extra_programs=
171 extra_objs=
172 extra_gcc_objs=
173 extra_options=
174 c_target_objs=
175 cxx_target_objs=
176 tm_defines=
177 xm_defines=
178 # Set this to force installation and use of collect2.
179 use_collect2=
180 # Set this to override the default target model.
181 target_cpu_default=
182 # Set this if gdb needs a dir command with `dirname $out_file`
183 gdb_needs_out_file_path=
184 # Set this to control which thread package will be used.
185 thread_file=
186 # Reinitialize these from the flag values every loop pass, since some
187 # configure entries modify them.
188 gas="$gas_flag"
189 gnu_ld="$gnu_ld_flag"
190 default_use_cxa_atexit=no
191 target_gtfiles=
192 need_64bit_hwint=
193
194 # Default to not using fixproto. Targets which need fixproto should
195 # specifically set this to 'yes'.
196 use_fixproto=no
197
198 # Don't carry these over build->host->target. Please.
199 xm_file=
200 md_file=
201
202 # Obsolete configurations.
203 case ${target} in
204 mt-* \
205 | strongarm*-* \
206 | ep9312*-* \
207 | xscale*-* \
208 | parisc*-* \
209 | m680[012]0-* \
210 | *-*-beos* \
211 | *-*-kaos* \
212 | *-*-linux*aout* \
213 | *-*-linux*libc1* \
214 | *-*-solaris2.[0-6] \
215 | *-*-solaris2.[0-6].* \
216 | *-*-sysv* \
217 | *-*-windiss* \
218 | alpha*-*-unicosmk* \
219 | cris-*-aout \
220 | hppa1.1-*-pro* \
221 | hppa1.1-*-osf* \
222 | hppa1.1-*-bsd* \
223 | i[34567]86-sequent-ptx4* \
224 | i[34567]86-*-sco3.2v5* \
225 | i[34567]86-*-uwin* \
226 | powerpc-*-chorusos* \
227 | vax-*-bsd* \
228 | vax-*-ultrix* \
229 )
230 if test "x$enable_obsolete" != xyes; then
231 echo "*** Configuration ${target} is obsolete." >&2
232 echo "*** Specify --enable-obsolete to build it anyway." >&2
233 echo "*** Support will be REMOVED in the next major release of GCC," >&2
234 echo "*** unless a maintainer comes forward." >&2
235 exit 1
236 fi;;
237 esac
238
239 # Unsupported targets list. Do not put an entry in this list unless
240 # it would otherwise be caught by a more permissive pattern. The list
241 # should be in alphabetical order.
242 case ${target} in
243 alpha*-*-linux*libc1* \
244 | i[34567]86-sequent-sysv \
245 | i[34567]86-sequent-sysv[123]* \
246 | i[34567]86-go32-* \
247 | i[34567]86-*-go32* \
248 | m68k-*-linux*aout* \
249 | m68k-*-linux*libc1* \
250 | mips64orion*-*-rtems* \
251 | powerpc-*-linux*libc1* \
252 | sparc-*-linux*aout* \
253 | sparc-*-linux*libc1* \
254 | sparc-hal-solaris2* \
255 | thumb-*-* \
256 | *-*-linux*coff* \
257 | *-*-linux*oldld* \
258 | *-*-rtemsaout* \
259 | *-*-rtemscoff* \
260 | vax-*-vms* \
261 )
262 echo "*** Configuration ${target} not supported" 1>&2
263 exit 1
264 ;;
265 esac
266
267 # Set default cpu_type, tm_file, tm_p_file and xm_file so it can be
268 # updated in each machine entry. Also set default extra_headers for some
269 # machines.
270 tm_p_file=
271 cpu_type=`echo ${target} | sed 's/-.*$//'`
272 cpu_is_64bit=
273 case ${target} in
274 m32c*-*-*)
275 cpu_type=m32c
276 tmake_file=m32c/t-m32c
277 ;;
278 alpha*-*-*)
279 cpu_type=alpha
280 need_64bit_hwint=yes
281 ;;
282 am33_2.0-*-linux*)
283 cpu_type=mn10300
284 ;;
285 strongarm*-*-*)
286 cpu_type=arm
287 ;;
288 arm*-*-*)
289 cpu_type=arm
290 extra_headers="mmintrin.h arm_neon.h"
291 c_target_objs="arm-c.o"
292 cxx_target_objs="arm-c.o"
293 ;;
294 bfin*-*)
295 cpu_type=bfin
296 ;;
297 crisv32-*)
298 cpu_type=cris
299 ;;
300 ep9312*-*-*)
301 cpu_type=arm
302 ;;
303 frv*) cpu_type=frv
304 ;;
305 fido-*-*)
306 cpu_type=m68k
307 extra_headers=math-68881.h
308 ;;
309 xscale-*-*)
310 cpu_type=arm
311 extra_headers="mmintrin.h"
312 ;;
313 i[34567]86-*-*)
314 cpu_type=i386
315 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
316 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
317 nmmintrin.h bmmintrin.h mmintrin-common.h
318 wmmintrin.h"
319 ;;
320 x86_64-*-*)
321 cpu_type=i386
322 extra_headers="cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
323 pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h
324 nmmintrin.h bmmintrin.h mmintrin-common.h
325 wmmintrin.h"
326 need_64bit_hwint=yes
327 ;;
328 ia64-*-*)
329 extra_headers=ia64intrin.h
330 need_64bit_hwint=yes
331 ;;
332 hppa*-*-* | parisc*-*-*)
333 cpu_type=pa
334 ;;
335 m32r*-*-*)
336 cpu_type=m32r
337 ;;
338 m680[012]0-*-*)
339 cpu_type=m68k
340 extra_headers=math-68881.h
341 ;;
342 m68k-*-*)
343 extra_headers=math-68881.h
344 ;;
345 mips*-*-*)
346 cpu_type=mips
347 need_64bit_hwint=yes
348 ;;
349 powerpc*-*-*)
350 cpu_type=rs6000
351 extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h"
352 need_64bit_hwint=yes
353 case x$with_cpu in
354 xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456]|xpower6x|xrs64a|xcell)
355 cpu_is_64bit=yes
356 ;;
357 esac
358 ;;
359 rs6000*-*-*)
360 need_64bit_hwint=yes
361 ;;
362 score*-*-*)
363 cpu_type=score
364 ;;
365 sparc*-*-*)
366 cpu_type=sparc
367 need_64bit_hwint=yes
368 ;;
369 spu*-*-*)
370 cpu_type=spu
371 need_64bit_hwint=yes
372 ;;
373 s390*-*-*)
374 cpu_type=s390
375 need_64bit_hwint=yes
376 ;;
377 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
378 sh[123456789lbe]*-*-* | sh-*-*)
379 cpu_type=sh
380 need_64bit_hwint=yes
381 ;;
382 esac
383
384 tm_file=${cpu_type}/${cpu_type}.h
385 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-protos.h
386 then
387 tm_p_file=${cpu_type}/${cpu_type}-protos.h
388 fi
389 extra_modes=
390 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}-modes.def
391 then
392 extra_modes=${cpu_type}/${cpu_type}-modes.def
393 fi
394 if test -f ${srcdir}/config/${cpu_type}/${cpu_type}.opt
395 then
396 extra_options="${extra_options} ${cpu_type}/${cpu_type}.opt"
397 fi
398
399 case ${target} in
400 x86_64-*-*)
401 tm_file="i386/biarch64.h ${tm_file}"
402 ;;
403 esac
404
405 # On a.out targets, we need to use collect2.
406 case ${target} in
407 *-*-*aout*)
408 use_collect2=yes
409 ;;
410 esac
411
412 # Common parts for widely ported systems.
413 case ${target} in
414 *-*-darwin*)
415 tm_file="${tm_file} darwin.h"
416 case ${target} in
417 *-*-darwin9*)
418 tm_file="${tm_file} darwin9.h"
419 ;;
420 esac
421 tm_file="${tm_file} ${cpu_type}/darwin.h"
422 tm_p_file="${tm_p_file} darwin-protos.h"
423 tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
424 target_gtfiles="\$(srcdir)/config/darwin.c"
425 extra_options="${extra_options} darwin.opt"
426 c_target_objs="darwin-c.o"
427 cxx_target_objs="darwin-c.o"
428 extra_objs="darwin.o"
429 extra_gcc_objs="darwin-driver.o"
430 default_use_cxa_atexit=yes
431 case ${enable_threads} in
432 "" | yes | posix) thread_file='posix' ;;
433 esac
434 ;;
435 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
436 # This is the place-holder for the generic a.out configuration
437 # of FreeBSD. No actual configuration resides here since
438 # there was only ever a bare-bones ix86 configuration for
439 # a.out and it exists solely in the machine-specific section.
440 # This place-holder must exist to avoid dropping into
441 # the generic ELF configuration of FreeBSD (i.e. it must be
442 # ordered before that section).
443 ;;
444 *-*-freebsd*)
445 # This is the generic ELF configuration of FreeBSD. Later
446 # machine-specific sections may refine and add to this
447 # configuration.
448 #
449 # Due to tm_file entry ordering issues that vary between cpu
450 # architectures, we only define fbsd_tm_file to allow the
451 # machine-specific section to dictate the final order of all
452 # entries of tm_file with the minor exception that components
453 # of the tm_file set here will always be of the form:
454 #
455 # freebsd<version_number>.h [freebsd-<conf_option>.h ...] freebsd-spec.h freebsd.h
456 #
457 # The machine-specific section should not tamper with this
458 # ordering but may order all other entries of tm_file as it
459 # pleases around the provided core setting.
460 gas=yes
461 gnu_ld=yes
462 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
463 fbsd_major=`echo ${target} | sed -e 's/.*freebsd//g' | sed -e 's/\..*//g'`
464 tm_defines="${tm_defines} FBSD_MAJOR=${fbsd_major}"
465 tmake_file="t-slibgcc-elf-ver t-freebsd"
466 case ${enable_threads} in
467 no)
468 fbsd_tm_file="${fbsd_tm_file} freebsd-nthr.h"
469 ;;
470 "" | yes | posix)
471 thread_file='posix'
472 tmake_file="${tmake_file} t-freebsd-thread"
473 # Before 5.0, FreeBSD can't bind shared libraries to -lc
474 # when "optionally" threaded via weak pthread_* checks.
475 case ${target} in
476 *-*-freebsd[34] | *-*-freebsd[34].*)
477 tmake_file="${tmake_file} t-slibgcc-nolc-override"
478 ;;
479 esac
480 ;;
481 *)
482 echo 'Unknown thread configuration for FreeBSD'
483 exit 1
484 ;;
485 esac
486 fbsd_tm_file="${fbsd_tm_file} freebsd-spec.h freebsd.h"
487 ;;
488 *-*-linux*libc1* | *-*-linux*aout*)
489 # Avoid the generic linux case.
490 ;;
491 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
492 # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
493 extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
494 extra_options="${extra_options} linux.opt"
495 gas=yes
496 gnu_ld=yes
497 case ${enable_threads} in
498 "" | yes | posix) thread_file='posix' ;;
499 esac
500 tmake_file="t-slibgcc-elf-ver t-linux"
501 case ${target} in
502 *-*-*uclibc*)
503 tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
504 ;;
505 *)
506 tm_defines="${tm_defines} UCLIBC_DEFAULT=0"
507 ;;
508 esac
509 # Assume that glibc or uClibc are being used and so __cxa_atexit is provided.
510 default_use_cxa_atexit=yes
511 use_gcc_tgmath=no
512 ;;
513 *-*-gnu*)
514 # On the Hurd, the setup is just about the same on
515 # each different CPU. The specific machines that we
516 # support are matched above and just set $cpu_type.
517 tm_file="${cpu_type}/gnu.h"
518 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
519 # GNU tools are the only tools.
520 gas=yes
521 gnu_ld=yes
522 # These details are the same as for Linux.
523 # But here we need a little extra magic.
524 tmake_file="t-slibgcc-elf-ver t-linux t-gnu"
525 case ${target} in
526 alpha*)
527 tm_file="${cpu_type}/${cpu_type}.h alpha/elf.h alpha/linux.h alpha/linux-elf.h gnu.h ${tm_file}"
528 ;;
529 i[34567]86-*-*)
530 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}"
531 ;;
532 esac
533 # Assume that glibc is being used and so __cxa_atexit is provided.
534 default_use_cxa_atexit=yes
535 use_gcc_tgmath=no
536 ;;
537 *-*-netbsd*)
538 tmake_file="t-slibgcc-elf-ver t-libc-ok t-netbsd t-libgcc-pic"
539 gas=yes
540 gnu_ld=yes
541
542 # NetBSD 2.0 and later get POSIX threads enabled by default.
543 # Allow them to be explicitly enabled on any other version.
544 case ${enable_threads} in
545 "")
546 case ${target} in
547 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
548 thread_file='posix'
549 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
550 ;;
551 esac
552 ;;
553 yes | posix)
554 thread_file='posix'
555 tm_defines="${tm_defines} NETBSD_ENABLE_PTHREADS"
556 ;;
557 esac
558
559 # NetBSD 1.7 and later are set up to use GCC's crtstuff for
560 # ELF configurations. We will clear extra_parts in the
561 # a.out configurations.
562 case ${target} in
563 *-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
564 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
565 ;;
566 esac
567
568 # NetBSD 2.0 and later provide __cxa_atexit(), which we use by
569 # default (unless overridden by --disable-__cxa_atexit).
570 case ${target} in
571 *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
572 default_use_cxa_atexit=yes
573 ;;
574 esac
575 ;;
576 *-*-openbsd*)
577 tmake_file="t-libc-ok t-openbsd t-libgcc-pic"
578 case ${enable_threads} in
579 yes)
580 thread_file='posix'
581 tmake_file="${tmake_file} t-openbsd-thread"
582 ;;
583 esac
584 case ${target} in
585 *-*-openbsd2.*|*-*-openbsd3.[012])
586 tm_defines="${tm_defines} HAS_LIBC_R=1" ;;
587 esac
588 ;;
589 *-*-rtems*)
590 case ${enable_threads} in
591 yes) thread_file='rtems' ;;
592 esac
593 ;;
594 *-*-vxworks*)
595 tmake_file=t-vxworks
596 xm_defines=POSIX
597 extra_options="${extra_options} vxworks.opt"
598 extra_objs=vxworks.o
599 case ${enable_threads} in
600 no) ;;
601 "" | yes | vxworks) thread_file='vxworks' ;;
602 *) echo 'Unknown thread configuration for VxWorks'; exit 1 ;;
603 esac
604 ;;
605 *-*-elf)
606 # Assume that newlib is being used and so __cxa_atexit is provided.
607 default_use_cxa_atexit=yes
608 ;;
609 esac
610
611 case ${target} in
612 # Support site-specific machine types.
613 *local*)
614 rest=`echo ${target} | sed -e "s/$cpu_type-//"`
615 tm_file=${cpu_type}/$rest.h
616 if test -f $srcdir/config/${cpu_type}/xm-$rest.h
617 then xm_file=${cpu_type}/xm-$rest.h
618 fi
619 if test -f $srcdir/config/${cpu_type}/t-$rest
620 then tmake_file=${cpu_type}/t-$rest
621 fi
622 ;;
623 alpha*-*-unicosmk*)
624 use_collect2=yes
625 tm_file="${tm_file} alpha/unicosmk.h"
626
627 # Don't include t-ieee for now because we don't support that yet
628 # tmake_file="alpha/t-ieee"
629 tmake_file="alpha/t-unicosmk"
630 use_fixproto=yes
631 ;;
632 alpha*-*-linux*)
633 tm_file="${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h"
634 target_cpu_default="MASK_GAS"
635 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee alpha/t-linux"
636 ;;
637 alpha*-*-gnu*)
638 target_cpu_default="MASK_GAS"
639 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
640 ;;
641 alpha*-*-freebsd*)
642 tm_file="${tm_file} ${fbsd_tm_file} alpha/elf.h alpha/freebsd.h"
643 target_cpu_default="MASK_GAS"
644 tmake_file="${tmake_file} alpha/t-crtfm alpha/t-alpha alpha/t-ieee"
645 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
646 ;;
647 alpha*-*-netbsd*)
648 tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
649 target_cpu_default="MASK_GAS"
650 tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
651 ;;
652 alpha*-*-openbsd*)
653 tm_defines="${tm_defines} OBSD_NO_DYNAMIC_LIBRARIES OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_FUNCTION_SIZE OBSD_HAS_DECLARE_OBJECT"
654 tm_file="alpha/alpha.h openbsd.h alpha/openbsd.h"
655 # default x-alpha is only appropriate for dec-osf.
656 target_cpu_default="MASK_GAS"
657 tmake_file="alpha/t-alpha alpha/t-ieee"
658 ;;
659 alpha*-dec-osf[45]*)
660 if test x$stabs = xyes
661 then
662 tm_file="${tm_file} dbx.h"
663 fi
664 if test x$gas != xyes
665 then
666 extra_passes="mips-tfile mips-tdump"
667 fi
668 use_collect2=yes
669 tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm alpha/t-osf4"
670 tm_file="${tm_file} alpha/osf.h"
671 extra_headers=va_list.h
672 case ${target} in
673 *-*-osf4*)
674 # Define TARGET_SUPPORT_ARCH except on 4.0a.
675 case ${target} in
676 *-*-osf4.0a) ;;
677 *) tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
678 esac
679 ;;
680 *-*-osf5*)
681 tm_file="${tm_file} alpha/osf5.h"
682 tm_defines="${tm_defines} TARGET_SUPPORT_ARCH=1"
683 ;;
684 esac
685 case ${enable_threads} in
686 "" | yes | posix)
687 thread_file='posix'
688 tmake_file="${tmake_file} alpha/t-osf-pthread"
689 ;;
690 esac
691 ;;
692 alpha64-dec-*vms*)
693 tm_file="${tm_file} alpha/vms.h alpha/vms64.h"
694 xm_file="alpha/xm-vms.h"
695 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-vms64 alpha/t-ieee"
696 prefix=/gnu
697 local_prefix=/gnu
698 ;;
699 alpha*-dec-*vms*)
700 tm_file="${tm_file} alpha/vms.h"
701 xm_file=alpha/xm-vms.h
702 tmake_file="alpha/t-alpha alpha/t-vms alpha/t-ieee"
703 prefix=/gnu
704 local_prefix=/gnu
705 ;;
706 arc-*-elf*)
707 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
708 extra_parts="crtinit.o crtfini.o"
709 use_fixproto=yes
710 ;;
711 arm-*-coff* | armel-*-coff*)
712 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
713 tmake_file="arm/t-arm arm/t-arm-coff"
714 ;;
715 arm-wrs-vxworks)
716 tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
717 tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"
718 ;;
719 arm*-*-freebsd*|strongarm*-*-freebsd*)
720 tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
721 tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf"
722 ;;
723 arm*-*-netbsdelf*)
724 tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
725 tmake_file="${tmake_file} arm/t-arm arm/t-netbsd"
726 ;;
727 arm*-*-netbsd*)
728 tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
729 tmake_file="t-netbsd arm/t-arm arm/t-netbsd"
730 extra_parts=""
731 use_collect2=yes
732 ;;
733 arm*-*-linux*) # ARM GNU/Linux with ELF
734 tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
735 case $target in
736 arm*b-*)
737 tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1"
738 ;;
739 esac
740 tmake_file="${tmake_file} t-linux arm/t-arm"
741 case ${target} in
742 arm*-*-linux-*eabi)
743 tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h"
744 tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi"
745 # The BPABI long long divmod functions return a 128-bit value in
746 # registers r0-r3. Correctly modeling that requires the use of
747 # TImode.
748 need_64bit_hwint=yes
749 # The EABI requires the use of __cxa_atexit.
750 default_use_cxa_atexit=yes
751 ;;
752 *)
753 tmake_file="$tmake_file arm/t-linux"
754 ;;
755 esac
756 tm_file="$tm_file arm/aout.h arm/arm.h"
757 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
758 ;;
759 arm*-*-uclinux*) # ARM ucLinux
760 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/uclinux-elf.h"
761 tmake_file="arm/t-arm arm/t-arm-elf"
762 case ${target} in
763 arm*-*-uclinux-*eabi)
764 tm_file="$tm_file arm/bpabi.h arm/uclinux-eabi.h"
765 tmake_file="$tmake_file arm/t-bpabi"
766 # The BPABI long long divmod functions return a 128-bit value in
767 # registers r0-r3. Correctly modeling that requires the use of
768 # TImode.
769 need_64bit_hwint=yes
770 # The EABI requires the use of __cxa_atexit.
771 default_use_cxa_atexit=yes
772 esac
773 tm_file="$tm_file arm/aout.h arm/arm.h"
774 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
775 ;;
776 arm*-*-ecos-elf)
777 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h"
778 tmake_file="arm/t-arm arm/t-arm-elf"
779 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
780 ;;
781 arm*-*-eabi* | arm*-*-symbianelf* )
782 # The BPABI long long divmod functions return a 128-bit value in
783 # registers r0-r3. Correctly modeling that requires the use of
784 # TImode.
785 need_64bit_hwint=yes
786 default_use_cxa_atexit=yes
787 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
788 tmake_file="arm/t-arm arm/t-arm-elf"
789 case ${target} in
790 arm*-*-eabi*)
791 tmake_file="${tmake_file} arm/t-bpabi"
792 ;;
793 arm*-*-symbianelf*)
794 tm_file="${tm_file} arm/symbian.h"
795 # We do not include t-bpabi for Symbian OS because the system
796 # provides its own implementation of the BPABI functions.
797 tmake_file="${tmake_file} arm/t-symbian"
798 ;;
799 esac
800 tm_file="${tm_file} arm/aout.h arm/arm.h"
801 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
802 ;;
803 arm*-*-rtems*)
804 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"
805 tmake_file="arm/t-arm arm/t-arm-elf t-rtems arm/t-rtems"
806 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
807 ;;
808 arm*-*-elf | ep9312-*-elf)
809 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
810 tmake_file="arm/t-arm arm/t-arm-elf"
811 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
812 ;;
813 arm*-wince-pe*)
814 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h"
815 tmake_file="arm/t-arm arm/t-wince-pe"
816 extra_options="${extra_options} arm/pe.opt"
817 extra_objs="pe.o"
818 ;;
819 arm-*-pe*)
820 tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h"
821 tmake_file="arm/t-arm arm/t-pe"
822 extra_options="${extra_options} arm/pe.opt"
823 extra_objs="pe.o"
824 ;;
825 arm*-*-kaos*)
826 tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-arm.h"
827 tmake_file="arm/t-arm arm/t-arm-elf"
828 tmake_file="${tmake_file} arm/t-arm-softfp soft-fp/t-softfp"
829 ;;
830 avr-*-rtems*)
831 tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h"
832 tmake_file="avr/t-avr t-rtems avr/t-rtems"
833 ;;
834 avr-*-*)
835 tm_file="avr/avr.h dbxelf.h"
836 use_fixproto=yes
837 ;;
838 bfin*-elf*)
839 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
840 tmake_file=bfin/t-bfin-elf
841 use_collect2=no
842 ;;
843 bfin*-uclinux*)
844 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h bfin/uclinux.h"
845 tmake_file=bfin/t-bfin-uclinux
846 tm_defines="${tm_defines} UCLIBC_DEFAULT=1"
847 extra_options="${extra_options} linux.opt"
848 use_collect2=no
849 ;;
850 bfin*-linux-uclibc*)
851 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h linux.h bfin/linux.h ./linux-sysroot-suffix.h"
852 tmake_file="t-slibgcc-elf-ver bfin/t-bfin-linux"
853 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
854 use_collect2=no
855 ;;
856 bfin*-rtems*)
857 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/rtems.h rtems.h"
858 tmake_file="bfin/t-bfin t-rtems bfin/t-rtems"
859 ;;
860 bfin*-*)
861 tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
862 tmake_file=bfin/t-bfin
863 use_collect2=no
864 ;;
865 cris-*-aout)
866 tm_file="dbxelf.h ${tm_file} cris/aout.h"
867 gas=yes
868 tmake_file="cris/t-cris cris/t-aout"
869 extra_options="${extra_options} cris/aout.opt"
870 ;;
871 crisv32-*-elf | crisv32-*-none)
872 tm_file="dbxelf.h elfos.h ${tm_file}"
873 tmake_file="cris/t-cris"
874 target_cpu_default=32
875 gas=yes
876 extra_options="${extra_options} cris/elf.opt"
877 ;;
878 cris-*-elf | cris-*-none)
879 tm_file="dbxelf.h elfos.h ${tm_file}"
880 tmake_file="cris/t-cris cris/t-elfmulti"
881 gas=yes
882 extra_options="${extra_options} cris/elf.opt"
883 ;;
884 crisv32-*-linux* | cris-*-linux*)
885 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
886 # We need to avoid using t-linux, so override default tmake_file
887 tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
888 extra_options="${extra_options} cris/linux.opt"
889 case $target in
890 cris-*-*)
891 target_cpu_default=10
892 ;;
893 crisv32-*-*)
894 target_cpu_default=32
895 ;;
896 esac
897 ;;
898 crx-*-elf)
899 tm_file="elfos.h ${tm_file}"
900 extra_parts="crtbegin.o crtend.o"
901 use_collect2=no
902 ;;
903 fr30-*-elf)
904 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
905 tmake_file=fr30/t-fr30
906 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
907 use_fixproto=yes
908 ;;
909 frv-*-elf)
910 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} frv/frv-abi.h"
911 tmake_file=frv/t-frv
912 use_fixproto=yes
913 ;;
914 frv-*-*linux*)
915 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} \
916 linux.h frv/linux.h frv/frv-abi.h"
917 tmake_file="${tmake_file} frv/t-frv frv/t-linux"
918 ;;
919 h8300-*-rtems*)
920 tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems"
921 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h"
922 ;;
923 h8300-*-elf*)
924 tmake_file="h8300/t-h8300 h8300/t-elf"
925 tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
926 use_fixproto=yes
927 ;;
928 h8300-*-*)
929 tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h"
930 use_fixproto=yes
931 ;;
932 hppa*64*-*-linux* | parisc*64*-*-linux*)
933 target_cpu_default="MASK_PA_11|MASK_PA_20"
934 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
935 pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
936 tmake_file="${tmake_file} pa/t-linux64"
937 gas=yes gnu_ld=yes
938 need_64bit_hwint=yes
939 ;;
940 hppa*-*-linux* | parisc*-*-linux*)
941 target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS"
942 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h pa/pa-linux.h \
943 pa/pa32-regs.h pa/pa32-linux.h"
944 tmake_file="${tmake_file} pa/t-linux"
945 # Set the libgcc version number
946 if test x$sjlj = x1; then
947 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
948 else
949 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
950 fi
951 ;;
952 # port not yet contributed.
953 #hppa*-*-openbsd*)
954 # target_cpu_default="MASK_PA_11"
955 # ;;
956 hppa1.1-*-pro*)
957 target_cpu_default="MASK_PORTABLE_RUNTIME|MASK_NO_SPACE_REGS|MASK_SOFT_FLOAT"
958 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h elfos.h pa/elf.h \
959 pa/pa-pro-end.h libgloss.h"
960 tmake_file="pa/t-pro"
961 ;;
962 hppa1.1-*-osf*)
963 target_cpu_default="MASK_PA_11"
964 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h pa/pa-osf.h"
965 tmake_file="pa/t-pa"
966 use_collect2=yes
967 ;;
968 hppa1.1-*-bsd*)
969 target_cpu_default="MASK_PA_11"
970 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h"
971 tmake_file="pa/t-pa"
972 use_collect2=yes
973 ;;
974 hppa[12]*-*-hpux10*)
975 case ${target} in
976 hppa1.1-*-* | hppa2*-*-*)
977 target_cpu_default="MASK_PA_11"
978 ;;
979 esac
980 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
981 pa/pa-hpux.h pa/pa-hpux10.h"
982 extra_options="${extra_options} pa/pa-hpux.opt"
983 case ${target} in
984 *-*-hpux10.[1-9]*)
985 tm_file="${tm_file} pa/pa-hpux1010.h"
986 extra_options="${extra_options} pa/pa-hpux1010.opt"
987 ;;
988 esac
989 tmake_file="pa/t-pa-hpux10 pa/t-pa-hpux pa/t-hpux-shlib"
990 case ${enable_threads} in
991 "")
992 if test x$have_pthread_h = xyes ; then
993 tmake_file="${tmake_file} pa/t-dce-thr"
994 fi
995 ;;
996 yes | dce)
997 tmake_file="${tmake_file} pa/t-dce-thr"
998 ;;
999 esac
1000 # Set the libgcc version number
1001 if test x$sjlj = x1; then
1002 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1003 else
1004 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1005 fi
1006 use_collect2=yes
1007 use_fixproto=yes
1008 gas=yes
1009 ;;
1010 hppa*64*-*-hpux11*)
1011 target_cpu_default="MASK_PA_11|MASK_PA_20"
1012 if test x$gnu_ld = xyes
1013 then
1014 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1015 fi
1016 tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
1017 pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
1018 pa/pa-hpux11.h"
1019 case ${target} in
1020 *-*-hpux11.[1-9]*)
1021 tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
1022 extra_options="${extra_options} pa/pa-hpux1111.opt"
1023 ;;
1024 *)
1025 tm_file="${tm_file} pa/pa-64.h pa/pa64-hpux.h"
1026 ;;
1027 esac
1028 extra_options="${extra_options} pa/pa-hpux.opt \
1029 pa/pa-hpux1010.opt pa/pa64-hpux.opt"
1030 need_64bit_hwint=yes
1031 tmake_file="pa/t-pa64 pa/t-pa-hpux pa/t-hpux-shlib"
1032 # Set the libgcc version number
1033 if test x$sjlj = x1; then
1034 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1035 else
1036 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1037 fi
1038 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
1039 libgcc_stub.a"
1040 case x${enable_threads} in
1041 x | xyes | xposix )
1042 thread_file=posix
1043 ;;
1044 esac
1045 gas=yes
1046 ;;
1047 hppa[12]*-*-hpux11*)
1048 case ${target} in
1049 hppa1.1-*-* | hppa2*-*-*)
1050 target_cpu_default="MASK_PA_11"
1051 ;;
1052 esac
1053 tm_file="${tm_file} pa/pa32-regs.h dbxelf.h pa/som.h \
1054 pa/pa-hpux.h pa/pa-hpux1010.h pa/pa-hpux11.h"
1055 extra_options="${extra_options} pa/pa-hpux.opt pa/pa-hpux1010.opt"
1056 case ${target} in
1057 *-*-hpux11.[1-9]*)
1058 tm_file="${tm_file} pa/pa-hpux1111.h"
1059 extra_options="${extra_options} pa/pa-hpux1111.opt"
1060 ;;
1061 esac
1062 tmake_file="pa/t-pa-hpux11 pa/t-pa-hpux pa/t-hpux-shlib"
1063 # Set the libgcc version number
1064 if test x$sjlj = x1; then
1065 tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver"
1066 else
1067 tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
1068 fi
1069 case x${enable_threads} in
1070 x | xyes | xposix )
1071 thread_file=posix
1072 ;;
1073 esac
1074 use_collect2=yes
1075 gas=yes
1076 ;;
1077 i[34567]86-*-darwin*)
1078 need_64bit_hwint=yes
1079
1080 # This is so that '.../configure && make' doesn't fail due to
1081 # config.guess deciding that the configuration is i386-*-darwin* and
1082 # then this file using that to set --with-cpu=i386 which has no -m64
1083 # support.
1084 with_cpu=${with_cpu:-generic}
1085 tmake_file="${tmake_file} i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
1086 ;;
1087 x86_64-*-darwin*)
1088 with_cpu=${with_cpu:-generic}
1089 tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
1090 tm_file="${tm_file} ${cpu_type}/darwin64.h"
1091 ;;
1092 i[34567]86-*-elf*)
1093 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h"
1094 tmake_file="i386/t-i386elf t-svr4"
1095 use_fixproto=yes
1096 ;;
1097 x86_64-*-elf*)
1098 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/x86-64.h"
1099 tmake_file="i386/t-i386elf t-svr4"
1100 use_fixproto=yes
1101 ;;
1102 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
1103 if test x$gas = xyes
1104 then
1105 tm_file="${tm_file} usegas.h"
1106 fi
1107 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ptx4.h i386/ptx4-i.h"
1108 tmake_file=t-svr4
1109 extra_parts="crtbegin.o crtend.o"
1110 use_fixproto=yes
1111 ;;
1112 i[34567]86-*-aout*)
1113 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h"
1114 use_fixproto=yes
1115 ;;
1116 i[34567]86-*-beoself* | i[34567]86-*-beos*)
1117 tmake_file='i386/t-beos i386/t-crtpic'
1118 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/beos-elf.h"
1119 extra_parts='crtbegin.o crtend.o'
1120 ;;
1121 i[34567]86-*-freebsd*)
1122 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
1123 ;;
1124 x86_64-*-freebsd*)
1125 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"
1126 tmake_file="${tmake_file} i386/t-crtstuff"
1127 ;;
1128 i[34567]86-*-netbsdelf*)
1129 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/netbsd-elf.h"
1130 ;;
1131 i[34567]86-*-netbsd*)
1132 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h netbsd.h netbsd-aout.h i386/netbsd.h"
1133 tmake_file=t-netbsd
1134 extra_parts=""
1135 use_collect2=yes
1136 ;;
1137 x86_64-*-netbsd*)
1138 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"
1139 tmake_file="${tmake_file} i386/t-crtstuff"
1140 ;;
1141 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
1142 tm_file="i386/i386.h i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h openbsd-oldgas.h openbsd.h i386/openbsd.h"
1143 # needed to unconfuse gdb
1144 tmake_file="t-libc-ok t-openbsd i386/t-openbsd"
1145 # we need collect2 until our bug is fixed...
1146 use_collect2=yes
1147 ;;
1148 i[34567]86-*-openbsd*)
1149 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h"
1150 tm_file="${tm_file} openbsd.h i386/openbsdelf.h"
1151 gas=yes
1152 gnu_ld=yes
1153 ;;
1154 i[34567]86-*-coff*)
1155 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i386-coff.h"
1156 use_fixproto=yes
1157 ;;
1158 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
1159 # Intel 80386's running GNU/*
1160 # with ELF format using glibc 2
1161 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h"
1162 case ${target} in
1163 i[34567]86-*-linux*)
1164 if test x$enable_targets = xall; then
1165 tm_file="${tm_file} i386/x86-64.h i386/linux64.h"
1166 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1167 tmake_file="${tmake_file} i386/t-linux64 i386/t-fprules-softfp64 soft-fp/t-softfp"
1168 need_64bit_hwint=yes
1169 # FIXME: -m64 for i[34567]86-*-* should be allowed just
1170 # like -m32 for x86_64-*-*.
1171 case X"${with_cpu}" in
1172 Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
1173 ;;
1174 X)
1175 with_cpu=generic
1176 ;;
1177 *)
1178 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1179 echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
1180 exit 1
1181 ;;
1182 esac
1183 else
1184 tm_file="${tm_file} i386/linux.h"
1185 fi
1186 ;;
1187 i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1188 i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
1189 esac
1190 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
1191 ;;
1192 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
1193 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h \
1194 i386/x86-64.h i386/linux64.h"
1195 case ${target} in
1196 x86_64-*-kfreebsd*-gnu) tm_file="${tm_file} kfreebsd-gnu.h" ;;
1197 x86_64-*-knetbsd*-gnu) tm_file="${tm_file} knetbsd-gnu.h" ;;
1198 esac
1199 tmake_file="${tmake_file} i386/t-linux64 i386/t-crtstuff i386/t-crtpc i386/t-crtfm i386/t-fprules-softfp64 soft-fp/t-softfp t-dfprules"
1200 ;;
1201 i[34567]86-*-gnu*)
1202 ;;
1203 i[34567]86-pc-msdosdjgpp*)
1204 xm_file=i386/xm-djgpp.h
1205 tm_file="dbxcoff.h ${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/djgpp.h"
1206 tmake_file=i386/t-djgpp
1207 extra_options="${extra_options} i386/djgpp.opt"
1208 gnu_ld=yes
1209 gas=yes
1210 ;;
1211 i[34567]86-*-lynxos*)
1212 xm_defines=POSIX
1213 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/lynx.h lynx.h"
1214 tmake_file="i386/t-crtstuff t-lynx"
1215 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
1216 extra_options="${extra_options} lynx.opt"
1217 thread_file=lynx
1218 gnu_ld=yes
1219 gas=yes
1220 ;;
1221 i[3456x]86-*-netware*)
1222 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h tm-dwarf2.h i386/netware.h"
1223 tmake_file=i386/t-netware
1224 extra_objs=netware.o
1225 case /${with_ld} in
1226 */nwld)
1227 extra_objs="$extra_objs nwld.o"
1228 tm_file="${tm_file} i386/nwld.h"
1229 tmake_file="${tmake_file} i386/t-nwld"
1230 extra_parts="crt0.o libgcc.def libc.def libcpre.def posixpre.def"
1231 ;;
1232 esac
1233 case x${enable_threads} in
1234 x | xyes | xposix) thread_file='posix';;
1235 xnks) thread_file='nks';;
1236 xno) ;;
1237 *) echo 'Unknown thread configuration for NetWare' >&2; exit 1;;
1238 esac
1239 ;;
1240 i[34567]86-*-nto-qnx*)
1241 tm_file="${tm_file} i386/att.h dbxelf.h tm-dwarf2.h elfos.h svr4.h i386/unix.h i386/nto.h"
1242 tmake_file=i386/t-nto
1243 gnu_ld=yes
1244 gas=yes
1245 ;;
1246 i[34567]86-*-rtems*)
1247 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/rtemself.h rtems.h"
1248 extra_parts="crtbegin.o crtend.o crti.o crtn.o"
1249 tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
1250 ;;
1251 i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
1252 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
1253 if test x$gas = xyes
1254 then
1255 tm_file="usegas.h ${tm_file}"
1256 fi
1257 tmake_file=i386/t-sco5
1258 extra_parts="crtbegin.o crtend.o"
1259 extra_options="${extra_options} i386/sco5.opt"
1260 use_fixproto=yes
1261 ;;
1262 i[34567]86-*-solaris2*)
1263 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h"
1264 case ${target} in
1265 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1266 tm_file="${tm_file} sol2-6.h"
1267 ;;
1268 *-*-solaris2.1[0-9]*)
1269 tm_file="${tm_file} sol2-10.h"
1270 ;;
1271 esac
1272 tm_file="${tm_file} i386/sol2.h"
1273 tmake_file="t-sol2 i386/t-sol2 t-svr4"
1274 c_target_objs="sol2-c.o"
1275 cxx_target_objs="sol2-c.o"
1276 extra_objs="sol2.o"
1277 tm_p_file="${tm_p_file} sol2-protos.h"
1278 if test x$gnu_ld = xyes; then
1279 tmake_file="$tmake_file t-slibgcc-elf-ver"
1280 tm_defines="${tm_defines} TARGET_GNU_LD=1"
1281 else
1282 tmake_file="$tmake_file t-slibgcc-sld"
1283 fi
1284 if test x$gas = xyes; then
1285 tm_file="usegas.h ${tm_file}"
1286 fi
1287 case ${target} in
1288 *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
1289 tm_file="$tm_file tm-dwarf2.h"
1290 ;;
1291 esac
1292 case ${target} in
1293 *-*-solaris2.1[0-9]*)
1294 tm_file="${tm_file} i386/x86-64.h i386/sol2-10.h"
1295 tm_defines="${tm_defines} TARGET_BI_ARCH=1"
1296 tmake_file="$tmake_file i386/t-crtstuff i386/t-sol2-10"
1297 need_64bit_hwint=yes
1298 # FIXME: -m64 for i[34567]86-*-* should be allowed just
1299 # like -m32 for x86_64-*-*.
1300 case X"${with_cpu}" in
1301 Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
1302 ;;
1303 X)
1304 with_cpu=generic
1305 ;;
1306 *)
1307 echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
1308 echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
1309 exit 1
1310 ;;
1311 esac
1312 # Solaris 2.10 provides crt1.o, crti.o, crtn.o, and gcrt1.o as
1313 # part of the base system.
1314 extra_parts="gmon.o crtbegin.o crtend.o"
1315 ;;
1316 *)
1317 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
1318 ;;
1319 esac
1320 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
1321 "":yes:* | yes:yes:* )
1322 case ${target} in
1323 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
1324 thread_file=posix95
1325 ;;
1326 *)
1327 thread_file=posix
1328 ;;
1329 esac
1330 ;;
1331 "":*:yes | yes:*:yes )
1332 thread_file=solaris
1333 ;;
1334 esac
1335 ;;
1336 i[34567]86-*-sysv5*) # Intel x86 on System V Release 5
1337 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv5.h"
1338 if test x$stabs = xyes
1339 then
1340 tm_file="${tm_file} dbx.h"
1341 fi
1342 tmake_file="i386/t-crtpic t-svr4"
1343 extra_parts="crtbegin.o crtend.o"
1344 if test x$enable_threads = xyes; then
1345 thread_file='posix'
1346 fi
1347 use_fixproto=yes
1348 ;;
1349 i[34567]86-*-sysv4*) # Intel 80386's running system V.4
1350 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h"
1351 if test x$stabs = xyes
1352 then
1353 tm_file="${tm_file} dbx.h"
1354 fi
1355 tmake_file="i386/t-crtpic t-svr4"
1356 extra_parts="crtbegin.o crtend.o"
1357 use_fixproto=yes
1358 ;;
1359 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
1360 tm_file="${tm_file} i386/unix.h i386/att.h elfos.h svr4.h vx-common.h"
1361 case ${target} in
1362 *-vxworksae*)
1363 tm_file="${tm_file} vxworksae.h i386/vx-common.h i386/vxworksae.h"
1364 tmake_file="${tmake_file} i386/t-vxworks i386/t-vxworksae"
1365 ;;
1366 *)
1367 tm_file="${tm_file} vxworks.h i386/vx-common.h i386/vxworks.h"
1368 tmake_file="${tmake_file} i386/t-vxworks"
1369 ;;
1370 esac
1371 ;;
1372 i[34567]86-*-pe | i[34567]86-*-cygwin*)
1373 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h"
1374 xm_file=i386/xm-cygwin.h
1375 tmake_file="i386/t-cygwin i386/t-cygming"
1376 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1377 extra_options="${extra_options} i386/cygming.opt"
1378 extra_objs="winnt.o winnt-stubs.o"
1379 c_target_objs="cygwin2.o msformat-c.o"
1380 cxx_target_objs="cygwin2.o winnt-cxx.o msformat-c.o"
1381 extra_gcc_objs=cygwin1.o
1382 if test x$enable_threads = xyes; then
1383 thread_file='posix'
1384 fi
1385 ;;
1386 i[34567]86-*-mingw* | x86_64-*-mingw*)
1387 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
1388 xm_file=i386/xm-mingw32.h
1389 tmake_file="i386/t-cygming i386/t-mingw32"
1390 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1391 extra_options="${extra_options} i386/cygming.opt"
1392 extra_objs="winnt.o winnt-stubs.o"
1393 c_target_objs="msformat-c.o"
1394 cxx_target_objs="winnt-cxx.o msformat-c.o"
1395 default_use_cxa_atexit=yes
1396 case ${enable_threads} in
1397 "" | yes | win32)
1398 thread_file='win32'
1399 tmake_file="${tmake_file} i386/t-gthr-win32"
1400 ;;
1401 esac
1402 case ${target} in
1403 x86_64-*-mingw*)
1404 tmake_file="${tmake_file} i386/t-crtfm"
1405 ;;
1406 *)
1407 ;;
1408 esac
1409 case ${target} in
1410 *mingw32crt*)
1411 tm_file="${tm_file} i386/crtdll.h"
1412 ;;
1413 *mingw32msv* | *mingw*)
1414 ;;
1415 esac
1416 ;;
1417 i[34567]86-*-uwin*)
1418 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygwin.h i386/uwin.h"
1419 tmake_file="i386/t-cygwin i386/t-uwin"
1420 extra_objs=winnt.o
1421 extra_options="${extra_options} i386/cygming.opt"
1422 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1423 if test x$enable_threads = xyes; then
1424 thread_file='win32'
1425 fi
1426 use_fixproto=yes
1427 ;;
1428 i[34567]86-*-interix3*)
1429 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"
1430 tmake_file="i386/t-interix"
1431 extra_objs=winnt.o
1432 target_gtfiles="\$(srcdir)/config/i386/winnt.c"
1433 if test x$enable_threads = xyes ; then
1434 thread_file='posix'
1435 fi
1436 if test x$stabs = xyes ; then
1437 tm_file="${tm_file} dbxcoff.h"
1438 fi
1439 ;;
1440 i[34567]86-*-kaos*)
1441 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h kaos.h i386/kaos-i386.h"
1442 tmake_file="i386/t-i386elf t-svr4"
1443 ;;
1444 ia64*-*-elf*)
1445 tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/elf.h"
1446 tmake_file="ia64/t-ia64"
1447 target_cpu_default="0"
1448 if test x$gas = xyes
1449 then
1450 target_cpu_default="${target_cpu_default}|MASK_GNU_AS"
1451 fi
1452 if test x$gnu_ld = xyes
1453 then
1454 target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
1455 fi
1456 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1457 use_fixproto=yes
1458 ;;
1459 ia64*-*-freebsd*)
1460 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} ia64/sysv4.h ia64/freebsd.h"
1461 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1462 tmake_file="${tmake_file} ia64/t-ia64"
1463 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1464 ;;
1465 ia64*-*-linux*)
1466 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h ia64/sysv4.h ia64/linux.h"
1467 tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
1468 if test x$with_system_libunwind != xyes ; then
1469 tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
1470 fi
1471 target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
1472 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
1473 ;;
1474 ia64*-*-hpux*)
1475 tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
1476 tmake_file="ia64/t-ia64 ia64/t-hpux"
1477 target_cpu_default="MASK_GNU_AS"
1478 case x$enable_threads in
1479 x | xyes | xposix )
1480 thread_file=posix
1481 ;;
1482 esac
1483 use_collect2=no
1484 c_target_objs="ia64-c.o"
1485 cxx_target_objs="ia64-c.o"
1486 extra_options="${extra_options} ia64/ilp32.opt"
1487 # If we decide to run fixproto we should define FIXPROTO_DEFINES
1488 # in ia64/t-hpux, and also fix the definition of putenv in
1489 # sys-protos.h (const char not char).
1490 ;;
1491 iq2000*-*-elf*)
1492 tm_file="svr4.h elfos.h iq2000/iq2000.h"
1493 tmake_file=iq2000/t-iq2000
1494 out_file=iq2000/iq2000.c
1495 md_file=iq2000/iq2000.md
1496 use_fixproto=yes
1497 ;;
1498 m32r-*-elf*)
1499 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1500 extra_parts="crtinit.o crtfini.o"
1501 use_fixproto=yes
1502 ;;
1503 m32rle-*-elf*)
1504 tm_file="dbxelf.h elfos.h svr4.h m32r/little.h ${tm_file}"
1505 extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
1506 use_fixproto=yes
1507 ;;
1508 m32r-*-linux*)
1509 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
1510 # We override the tmake_file for linux -- why?
1511 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1512 gnu_ld=yes
1513 use_fixproto=yes
1514 if test x$enable_threads = xyes; then
1515 thread_file='posix'
1516 fi
1517 ;;
1518 m32rle-*-linux*)
1519 tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
1520 # We override the tmake_file for linux -- why?
1521 tmake_file="t-slibgcc-elf-ver m32r/t-linux"
1522 gnu_ld=yes
1523 use_fixproto=yes
1524 if test x$enable_threads = xyes; then
1525 thread_file='posix'
1526 fi
1527 ;;
1528 # m68hc11 and m68hc12 share the same machine description.
1529 m68hc11-*-*|m6811-*-*)
1530 tm_file="dbxelf.h elfos.h usegas.h m68hc11/m68hc11.h"
1531 tm_p_file="m68hc11/m68hc11-protos.h"
1532 md_file="m68hc11/m68hc11.md"
1533 out_file="m68hc11/m68hc11.c"
1534 tmake_file="m68hc11/t-m68hc11"
1535 use_fixproto=yes
1536 ;;
1537 m68hc12-*-*|m6812-*-*)
1538 tm_file="m68hc11/m68hc12.h dbxelf.h elfos.h usegas.h m68hc11/m68hc11.h"
1539 tm_p_file="m68hc11/m68hc11-protos.h"
1540 md_file="m68hc11/m68hc11.md"
1541 out_file="m68hc11/m68hc11.c"
1542 tmake_file="m68hc11/t-m68hc11"
1543 extra_options="${extra_options} m68hc11/m68hc11.opt"
1544 use_fixproto=yes
1545 ;;
1546 m68k-*-aout*)
1547 default_m68k_cpu=68020
1548 default_cf_cpu=5206
1549 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-mlibs"
1550 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kemb.h m68k/m68k-aout.h libgloss.h"
1551 ;;
1552 m68k-*-coff*)
1553 default_m68k_cpu=68020
1554 default_cf_cpu=5206
1555 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-mlibs"
1556 tm_defines="${tm_defines} MOTOROLA=1"
1557 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kemb.h dbxcoff.h m68k/coff.h dbx.h"
1558 use_fixproto=yes
1559 ;;
1560 m68020-*-elf* | m68k-*-elf* | fido-*-elf*)
1561 case ${target} in
1562 fido-*-elf*)
1563 # Check that $with_cpu makes sense.
1564 case $with_cpu in
1565 "" | "fidoa")
1566 ;;
1567 *)
1568 echo "Cannot accept --with-cpu=$with_cpu"
1569 exit 1
1570 ;;
1571 esac
1572 with_cpu=fidoa
1573 ;;
1574 *)
1575 default_m68k_cpu=68020
1576 default_cf_cpu=5206
1577 ;;
1578 esac
1579 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h"
1580 tm_defines="${tm_defines} MOTOROLA=1"
1581 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf"
1582 # Add multilibs for targets other than fido.
1583 case ${target} in
1584 fido-*-elf*)
1585 ;;
1586 *)
1587 tmake_file="$tmake_file m68k/t-mlibs"
1588 ;;
1589 esac
1590 extra_parts="crtbegin.o crtend.o"
1591 ;;
1592 m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
1593 default_m68k_cpu=68020
1594 default_cf_cpu=5475
1595 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h m68k/netbsd-elf.h"
1596 tm_defines="${tm_defines} MOTOROLA=1"
1597 ;;
1598 m68k*-*-openbsd*)
1599 default_m68k_cpu=68020
1600 default_cf_cpu=5475
1601 # needed to unconfuse gdb
1602 tm_defines="${tm_defines} OBSD_OLD_GAS"
1603 tm_file="${tm_file} openbsd.h m68k/openbsd.h"
1604 tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
1605 # we need collect2 until our bug is fixed...
1606 use_collect2=yes
1607 ;;
1608 m68k-*-uclinuxoldabi*) # Motorola m68k/ColdFire running uClinux
1609 # with uClibc, using the original
1610 # m68k-elf-based ABI
1611 default_m68k_cpu=68020
1612 default_cf_cpu=5206
1613 tm_file="${tm_file} m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux-oldabi.h"
1614 tm_defines="${tm_defines} MOTOROLA=1"
1615 tmake_file="m68k/t-floatlib m68k/t-uclinux"
1616 use_fixproto=no
1617 ;;
1618 m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux
1619 # with uClibc, using the new GNU/Linux-style
1620 # ABI.
1621 default_m68k_cpu=68020
1622 default_cf_cpu=5206
1623 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h flat.h m68k/linux.h m68k/uclinux.h ./sysroot-suffix.h"
1624 tm_defines="${tm_defines} MOTOROLA=1 UCLIBC_DEFAULT=1"
1625 extra_options="${extra_options} linux.opt"
1626 tmake_file="m68k/t-floatlib m68k/t-uclinux m68k/t-mlibs"
1627 use_fixproto=no
1628 ;;
1629 m68k-*-linux*) # Motorola m68k's running GNU/Linux
1630 # with ELF format using glibc 2
1631 # aka the GNU/Linux C library 6.
1632 default_m68k_cpu=68020
1633 default_cf_cpu=5475
1634 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h m68k/linux.h"
1635 extra_options="${extra_options} m68k/ieee.opt"
1636 tm_defines="${tm_defines} MOTOROLA=1"
1637 # if not configured with --enable-sjlj-exceptions, bump the
1638 # libgcc version number
1639 if test x$sjlj != x1; then
1640 tmake_file="$tmake_file m68k/t-slibgcc-elf-ver"
1641 fi
1642 ;;
1643 m68k-*-rtems*)
1644 default_m68k_cpu=68020
1645 default_cf_cpu=5206
1646 tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-crtstuff t-rtems m68k/t-rtems m68k/t-mlibs"
1647 tm_file="${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"
1648 tm_defines="${tm_defines} MOTOROLA=1"
1649 extra_parts="crtbegin.o crtend.o"
1650 ;;
1651 mcore-*-elf)
1652 tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
1653 tmake_file=mcore/t-mcore
1654 use_fixproto=yes
1655 inhibit_libc=true
1656 ;;
1657 mcore-*-pe*)
1658 tm_file="svr3.h dbxcoff.h ${tm_file} mcore/mcore-pe.h"
1659 tmake_file=mcore/t-mcore-pe
1660 use_fixproto=yes
1661 inhibit_libc=true
1662 ;;
1663 mips-sgi-irix[56]*)
1664 tm_file="elfos.h ${tm_file} mips/iris.h"
1665 tmake_file="mips/t-iris mips/t-slibgcc-irix"
1666 target_cpu_default="MASK_ABICALLS"
1667 case ${target} in
1668 *-*-irix5*)
1669 tm_file="${tm_file} mips/iris5.h"
1670 ;;
1671
1672 *-*-irix6*)
1673 tm_file="${tm_file} mips/iris6.h"
1674 tmake_file="${tmake_file} mips/t-iris6"
1675 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
1676 ;;
1677 esac
1678 if test "x$stabs" = xyes
1679 then
1680 tm_file="${tm_file} dbx.h mips/dbxmdebug.h"
1681 fi
1682 if test "x$gnu_ld" = xyes
1683 then
1684 tm_defines="${tm_defines} IRIX_USING_GNU_LD"
1685 fi
1686 case ${enable_threads}:${have_pthread_h} in
1687 "":yes | yes:yes ) thread_file=posix ;;
1688 esac
1689 use_fixproto=yes
1690 ;;
1691 mips*-*-netbsd*) # NetBSD/mips, either endian.
1692 target_cpu_default="MASK_ABICALLS"
1693 tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
1694 ;;
1695 mips64*-*-linux*)
1696 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h"
1697 tmake_file="${tmake_file} mips/t-linux64"
1698 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
1699 gnu_ld=yes
1700 gas=yes
1701 test x$with_llsc != x || with_llsc=yes
1702 ;;
1703 mips*-*-linux*) # Linux MIPS, either endian.
1704 tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h"
1705 case ${target} in
1706 mipsisa32r2*)
1707 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1708 ;;
1709 mipsisa32*)
1710 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1711 esac
1712 test x$with_llsc != x || with_llsc=yes
1713 ;;
1714 mips*-*-openbsd*)
1715 tm_defines="${tm_defines} OBSD_HAS_DECLARE_FUNCTION_NAME OBSD_HAS_DECLARE_OBJECT OBSD_HAS_CORRECT_SPECS"
1716 target_cpu_default="MASK_ABICALLS"
1717 tm_file="mips/mips.h openbsd.h mips/openbsd.h mips/sdb.h"
1718 case ${target} in
1719 mips*el-*-openbsd*)
1720 tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=0";;
1721 *) tm_defines="${tm_defines} TARGET_ENDIAN_DEFAULT=MASK_BIG_ENDIAN";;
1722 esac
1723 ;;
1724 mips*-sde-elf*)
1725 tm_file="elfos.h ${tm_file} mips/elf.h mips/sde.h"
1726 tmake_file="mips/t-sde mips/t-libgcc-mips16"
1727 case "${with_newlib}" in
1728 yes)
1729 # newlib / libgloss.
1730 ;;
1731 *)
1732 # MIPS toolkit libraries.
1733 tm_file="$tm_file mips/sdemtk.h"
1734 tmake_file="$tmake_file mips/t-sdemtk"
1735 extra_options="$extra_options mips/sdemtk.opt"
1736 case ${enable_threads} in
1737 "" | yes | mipssde)
1738 thread_file='mipssde'
1739 ;;
1740 esac
1741 ;;
1742 esac
1743 case ${target} in
1744 mipsisa32r2*)
1745 tm_defines="MIPS_ISA_DEFAULT=33 MIPS_ABI_DEFAULT=ABI_32"
1746 ;;
1747 mipsisa32*)
1748 tm_defines="MIPS_ISA_DEFAULT=32 MIPS_ABI_DEFAULT=ABI_32"
1749 ;;
1750 mipsisa64*)
1751 tm_defines="MIPS_ISA_DEFAULT=64 MIPS_ABI_DEFAULT=ABI_N32"
1752 ;;
1753 esac
1754 ;;
1755 mipsisa32-*-elf* | mipsisa32el-*-elf* | \
1756 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf* | \
1757 mipsisa64-*-elf* | mipsisa64el-*-elf*)
1758 tm_file="elfos.h ${tm_file} mips/elf.h"
1759 tmake_file="mips/t-isa3264 mips/t-libgcc-mips16"
1760 case ${target} in
1761 mipsisa32r2*)
1762 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=33"
1763 ;;
1764 mipsisa32*)
1765 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32"
1766 ;;
1767 mipsisa64*)
1768 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"
1769 ;;
1770 esac
1771 case ${target} in
1772 mipsisa32*-*-elfoabi*)
1773 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_32"
1774 tm_file="${tm_file} mips/elfoabi.h"
1775 ;;
1776 mipsisa64*-*-elfoabi*)
1777 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_O64"
1778 tm_file="${tm_file} mips/elfoabi.h"
1779 ;;
1780 *-*-elf*)
1781 tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_EABI"
1782 ;;
1783 esac
1784 ;;
1785 mipsisa64sr71k-*-elf*)
1786 tm_file="elfos.h ${tm_file} mips/elf.h"
1787 tmake_file=mips/t-sr71k
1788 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1789 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sr71000\\\" MIPS_ABI_DEFAULT=ABI_EABI"
1790 use_fixproto=yes
1791 ;;
1792 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
1793 tm_file="elfos.h ${tm_file} mips/elf.h"
1794 tmake_file="mips/t-elf mips/t-libgcc-mips16 mips/t-sb1"
1795 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1796 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1797 use_fixproto=yes
1798 ;;
1799 mips-*-elf* | mipsel-*-elf*)
1800 tm_file="elfos.h ${tm_file} mips/elf.h"
1801 tmake_file="mips/t-elf mips/t-libgcc-mips16"
1802 use_fixproto=yes
1803 ;;
1804 mips64-*-elf* | mips64el-*-elf*)
1805 tm_file="elfos.h ${tm_file} mips/elf.h"
1806 tmake_file="mips/t-elf mips/t-libgcc-mips16"
1807 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1808 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1809 use_fixproto=yes
1810 ;;
1811 mips64vr-*-elf* | mips64vrel-*-elf*)
1812 tm_file="mips/vr.h elfos.h ${tm_file} mips/elf.h"
1813 tmake_file=mips/t-vr
1814 use_fixproto=yes
1815 ;;
1816 mips64orion-*-elf* | mips64orionel-*-elf*)
1817 tm_file="elfos.h ${tm_file} mips/elforion.h mips/elf.h"
1818 tmake_file="mips/t-elf mips/t-libgcc-mips16"
1819 target_cpu_default="MASK_64BIT|MASK_FLOAT64"
1820 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1821 use_fixproto=yes
1822 ;;
1823 mips*-*-rtems*)
1824 tm_file="elfos.h ${tm_file} mips/elf.h mips/rtems.h rtems.h"
1825 tmake_file="mips/t-elf mips/t-libgcc-mips16 t-rtems mips/t-rtems"
1826 ;;
1827 mips-wrs-vxworks)
1828 tm_file="elfos.h ${tm_file} svr4.h mips/elf.h vx-common.h vxworks.h mips/vxworks.h"
1829 tmake_file="${tmake_file} mips/t-vxworks"
1830 ;;
1831 mips-wrs-windiss) # Instruction-level simulator for VxWorks.
1832 xm_defines=POSIX
1833 tm_file="elfos.h mips/mips.h svr4.h mips/elf.h windiss.h mips/windiss.h"
1834 tmake_file="${tmake_file} mips/t-elf mips/t-libgcc-mips16"
1835 thread_file=
1836 ;;
1837 mipstx39-*-elf* | mipstx39el-*-elf*)
1838 tm_file="elfos.h ${tm_file} mips/r3900.h mips/elf.h"
1839 tmake_file="mips/t-r3900 mips/t-libgcc-mips16"
1840 use_fixproto=yes
1841 ;;
1842 mmix-knuth-mmixware)
1843 need_64bit_hwint=yes
1844 ;;
1845 mn10300-*-*)
1846 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1847 if test x$stabs = xyes
1848 then
1849 tm_file="${tm_file} dbx.h"
1850 fi
1851 use_collect2=no
1852 use_fixproto=yes
1853 ;;
1854 mt-*-elf)
1855 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
1856 tmake_file="${tmake_file} mt/t-mt"
1857 ;;
1858 pdp11-*-bsd)
1859 tm_file="${tm_file} pdp11/2bsd.h"
1860 use_fixproto=yes
1861 ;;
1862 pdp11-*-*)
1863 use_fixproto=yes
1864 ;;
1865 # port not yet contributed
1866 #powerpc-*-openbsd*)
1867 # tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit "
1868 # extra_headers=
1869 # ;;
1870 powerpc64-*-linux*)
1871 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1872 test x$with_cpu != x || cpu_is_64bit=yes
1873 test x$cpu_is_64bit != xyes || tm_file="${tm_file} rs6000/default64.h"
1874 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1875 if test x${enable_secureplt} = xyes; then
1876 tm_file="rs6000/secureplt.h ${tm_file}"
1877 fi
1878 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1879 tmake_file="t-dfprules rs6000/t-fprules ${tmake_file} rs6000/t-ppccomm rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1880 ;;
1881 powerpc64-*-gnu*)
1882 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"
1883 extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
1884 tmake_file="rs6000/t-fprules t-slibgcc-elf-ver t-gnu rs6000/t-linux64 rs6000/t-fprules-softfp soft-fp/t-softfp"
1885 ;;
1886 powerpc-*-beos*)
1887 tm_file="${tm_file} rs6000/aix.h rs6000/beos.h rs6000/xcoff.h"
1888 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-beos"
1889 extra_headers=
1890 use_fixproto=yes
1891 ;;
1892 powerpc-*-darwin*)
1893 extra_options="${extra_options} rs6000/darwin.opt"
1894 extra_parts="crt2.o"
1895 case ${target} in
1896 *-darwin1[0-9]* | *-darwin[8-9]*)
1897 tmake_file="${tmake_file} rs6000/t-darwin8"
1898 tm_file="${tm_file} rs6000/darwin8.h"
1899 ;;
1900 *-darwin7*)
1901 tm_file="${tm_file} rs6000/darwin7.h"
1902 ;;
1903 *-darwin[0-6]*)
1904 ;;
1905 esac
1906 extra_headers=altivec.h
1907 ;;
1908 powerpc64-*-darwin*)
1909 tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
1910 extra_options="${extra_options} ${cpu_type}/darwin.opt"
1911 # We're omitting t-darwin8 to avoid building any multilibs
1912 extra_headers=altivec.h
1913 ;;
1914 powerpc*-*-freebsd*)
1915 tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
1916 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1917 extra_options="${extra_options} rs6000/sysv4.opt"
1918 ;;
1919 powerpc-*-netbsd*)
1920 tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
1921 tmake_file="${tmake_file} rs6000/t-netbsd"
1922 extra_options="${extra_options} rs6000/sysv4.opt"
1923 ;;
1924 powerpc-*-chorusos*)
1925 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"
1926 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
1927 extra_options="${extra_options} rs6000/sysv4.opt"
1928 case ${enable_threads} in
1929 yes | posix)
1930 thread_file='posix'
1931 ;;
1932 esac
1933 use_fixproto=yes
1934 ;;
1935 powerpc-*-eabispe*)
1936 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabispe.h"
1937 extra_options="${extra_options} rs6000/sysv4.opt"
1938 tmake_file="rs6000/t-spe rs6000/t-ppccomm"
1939 ;;
1940 powerpc-*-eabisimaltivec*)
1941 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h rs6000/eabialtivec.h"
1942 extra_options="${extra_options} rs6000/sysv4.opt"
1943 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1944 ;;
1945 powerpc-*-eabisim*)
1946 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
1947 extra_options="${extra_options} rs6000/sysv4.opt"
1948 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1949 ;;
1950 powerpc-*-elf*)
1951 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1952 extra_options="${extra_options} rs6000/sysv4.opt"
1953 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1954 use_fixproto=yes
1955 ;;
1956 powerpc-*-eabialtivec*)
1957 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/eabialtivec.h"
1958 extra_options="${extra_options} rs6000/sysv4.opt"
1959 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcendian rs6000/t-ppccomm"
1960 ;;
1961 powerpc-*-eabi*)
1962 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h"
1963 extra_options="${extra_options} rs6000/sysv4.opt"
1964 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
1965 ;;
1966 powerpc-*-rtems*)
1967 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h"
1968 extra_options="${extra_options} rs6000/sysv4.opt"
1969 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm"
1970 ;;
1971 powerpc-*-linux*altivec*)
1972 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
1973 extra_options="${extra_options} rs6000/sysv4.opt"
1974 tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1975 ;;
1976 powerpc-*-linux*spe*)
1977 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxspe.h rs6000/e500.h"
1978 extra_options="${extra_options} rs6000/sysv4.opt"
1979 tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1980 ;;
1981 powerpc-*-linux*paired*)
1982 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/750cl.h"
1983 extra_options="${extra_options} rs6000/sysv4.opt"
1984 tmake_file="rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1985 ;;
1986 powerpc-*-linux*)
1987 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
1988 extra_options="${extra_options} rs6000/sysv4.opt"
1989 tmake_file="t-dfprules rs6000/t-fprules rs6000/t-fprules-softfp soft-fp/t-softfp rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
1990 case ${enable_targets}:${cpu_is_64bit} in
1991 *powerpc64* | all:* | *:yes)
1992 if test x$cpu_is_64bit = xyes; then
1993 tm_file="${tm_file} rs6000/default64.h"
1994 fi
1995 tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
1996 tmake_file="$tmake_file rs6000/t-linux64"
1997 extra_options="${extra_options} rs6000/linux64.opt"
1998 ;;
1999 *)
2000 tm_file="${tm_file} rs6000/linux.h"
2001 ;;
2002 esac
2003 if test x${enable_secureplt} = xyes; then
2004 tm_file="rs6000/secureplt.h ${tm_file}"
2005 fi
2006 ;;
2007 powerpc-*-gnu-gnualtivec*)
2008 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"
2009 extra_options="${extra_options} rs6000/sysv4.opt"
2010 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2011 if test x$enable_threads = xyes; then
2012 thread_file='posix'
2013 fi
2014 ;;
2015 powerpc-*-gnu*)
2016 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"
2017 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos t-slibgcc-elf-ver t-gnu rs6000/t-ppccomm"
2018 extra_options="${extra_options} rs6000/sysv4.opt"
2019 if test x$enable_threads = xyes; then
2020 thread_file='posix'
2021 fi
2022 ;;
2023 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
2024 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h"
2025 tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppccomm rs6000/t-vxworks"
2026 extra_options="${extra_options} rs6000/sysv4.opt"
2027 extra_headers=ppc-asm.h
2028 case ${target} in
2029 *-vxworksae*)
2030 tm_file="${tm_file} vx-common.h vxworksae.h rs6000/vxworks.h rs6000/e500.h rs6000/vxworksae.h"
2031 tmake_file="${tmake_file} rs6000/t-vxworksae"
2032 ;;
2033 *-vxworks*)
2034 tm_file="${tm_file} vx-common.h vxworks.h rs6000/vxworks.h rs6000/e500.h"
2035 ;;
2036 esac
2037 ;;
2038 powerpc-wrs-windiss*) # Instruction-level simulator for VxWorks.
2039 tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
2040 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2041 extra_options="${extra_options} rs6000/sysv4.opt"
2042 thread_file=""
2043 use_fixproto=yes
2044 ;;
2045 powerpc-*-lynxos*)
2046 xm_defines=POSIX
2047 tm_file="${tm_file} dbxelf.h elfos.h rs6000/sysv4.h rs6000/lynx.h lynx.h"
2048 tmake_file="t-lynx rs6000/t-lynx"
2049 extra_options="${extra_options} rs6000/sysv4.opt lynx.opt"
2050 extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
2051 extra_options="${extra_options} lynx.opt"
2052 thread_file=lynx
2053 gnu_ld=yes
2054 gas=yes
2055 ;;
2056 powerpcle-*-sysv*)
2057 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2058 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos rs6000/t-ppccomm"
2059 extra_options="${extra_options} rs6000/sysv4.opt"
2060 use_fixproto=yes
2061 ;;
2062 powerpcle-*-elf*)
2063 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h"
2064 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2065 extra_options="${extra_options} rs6000/sysv4.opt"
2066 use_fixproto=yes
2067 ;;
2068 powerpcle-*-eabisim*)
2069 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h rs6000/eabisim.h"
2070 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2071 extra_options="${extra_options} rs6000/sysv4.opt"
2072 ;;
2073 powerpcle-*-eabi*)
2074 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/eabi.h rs6000/e500.h"
2075 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2076 extra_options="${extra_options} rs6000/sysv4.opt"
2077 ;;
2078 powerpc-*-kaos*)
2079 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h kaos.h rs6000/kaos-ppc.h"
2080 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2081 extra_options="${extra_options} rs6000/sysv4.opt"
2082 ;;
2083 powerpcle-*-kaos*)
2084 tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h kaos.h rs6000/kaos-ppc.h"
2085 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
2086 extra_options="${extra_options} rs6000/sysv4.opt"
2087 ;;
2088 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
2089 tm_file="${tm_file} rs6000/aix.h rs6000/aix41.h rs6000/xcoff.h"
2090 tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-newas"
2091 extra_options="${extra_options} rs6000/aix41.opt"
2092 use_collect2=yes
2093 extra_headers=
2094 use_fixproto=yes
2095 ;;
2096 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
2097 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix43.h rs6000/xcoff.h"
2098 tmake_file=rs6000/t-aix43
2099 extra_options="${extra_options} rs6000/aix64.opt"
2100 use_collect2=yes
2101 thread_file='aix'
2102 extra_headers=
2103 ;;
2104 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
2105 tm_file="rs6000/biarch64.h ${tm_file} rs6000/aix.h rs6000/aix51.h rs6000/xcoff.h"
2106 extra_options="${extra_options} rs6000/aix64.opt"
2107 tmake_file=rs6000/t-aix43
2108 use_collect2=yes
2109 thread_file='aix'
2110 extra_headers=
2111 ;;
2112 rs6000-ibm-aix5.2.* | powerpc-ibm-aix5.2.*)
2113 tm_file="${tm_file} rs6000/aix.h rs6000/aix52.h rs6000/xcoff.h"
2114 tmake_file=rs6000/t-aix52
2115 extra_options="${extra_options} rs6000/aix64.opt"
2116 use_collect2=yes
2117 thread_file='aix'
2118 extra_headers=
2119 ;;
2120 rs6000-ibm-aix5.3.* | powerpc-ibm-aix5.3.*)
2121 tm_file="${tm_file} rs6000/aix.h rs6000/aix53.h rs6000/xcoff.h"
2122 tmake_file=rs6000/t-aix52
2123 extra_options="${extra_options} rs6000/aix64.opt"
2124 use_collect2=yes
2125 thread_file='aix'
2126 extra_headers=altivec.h
2127 ;;
2128 rs6000-ibm-aix[6789].* | powerpc-ibm-aix[6789].*)
2129 tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h"
2130 tmake_file=rs6000/t-aix52
2131 extra_options="${extra_options} rs6000/aix64.opt"
2132 use_collect2=yes
2133 thread_file='aix'
2134 extra_headers=altivec.h
2135 ;;
2136 s390-*-linux*)
2137 tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2138 tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux"
2139 ;;
2140 s390x-*-linux*)
2141 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
2142 tm_p_file=s390/s390-protos.h
2143 md_file=s390/s390.md
2144 extra_modes=s390/s390-modes.def
2145 out_file=s390/s390.c
2146 tmake_file="${tmake_file} t-dfprules s390/t-crtstuff s390/t-linux s390/t-linux64"
2147 ;;
2148 s390x-ibm-tpf*)
2149 tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
2150 tm_p_file=s390/s390-protos.h
2151 md_file=s390/s390.md
2152 extra_modes=s390/s390-modes.def
2153 out_file=s390/s390.c
2154 extra_parts="crtbeginS.o crtendS.o"
2155 tmake_file="s390/t-crtstuff s390/t-tpf"
2156 thread_file='tpf'
2157 extra_options="${extra_options} s390/tpf.opt"
2158 ;;
2159 score-*-elf)
2160 tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
2161 tmake_file=score/t-score-elf
2162 extra_objs="score7.o score3.o"
2163 ;;
2164 sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
2165 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
2166 sh-*-linux* | sh[346lbe]*-*-linux* | \
2167 sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
2168 sh64-*-netbsd* | sh64l*-*-netbsd*)
2169 tmake_file="${tmake_file} sh/t-sh sh/t-elf"
2170 if test x${with_endian} = x; then
2171 case ${target} in
2172 sh[1234]*be-*-* | sh[1234]*eb-*-*) with_endian=big ;;
2173 shbe-*-* | sheb-*-*) with_endian=big,little ;;
2174 sh[1234]l* | sh[34]*-*-linux*) with_endian=little ;;
2175 shl* | sh64l* | sh*-*-linux* | \
2176 sh5l* | sh-superh-elf) with_endian=little,big ;;
2177 sh[1234]*-*-*) with_endian=big ;;
2178 *) with_endian=big,little ;;
2179 esac
2180 fi
2181 case ${with_endian} in
2182 big|little) tmake_file="${tmake_file} sh/t-1e" ;;
2183 big,little|little,big) ;;
2184 *) echo "with_endian=${with_endian} not supported."; exit 1 ;;
2185 esac
2186 case ${with_endian} in
2187 little*) tm_file="sh/little.h ${tm_file}" ;;
2188 esac
2189 tm_file="${tm_file} dbxelf.h elfos.h"
2190 case ${target} in
2191 sh*-*-netbsd*) ;;
2192 *) tm_file="${tm_file} svr4.h" ;;
2193 esac
2194 tm_file="${tm_file} sh/elf.h"
2195 case ${target} in
2196 sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
2197 tm_file="${tm_file} linux.h sh/linux.h" ;;
2198 sh*-*-kaos*) tm_file="${tm_file} sh/embed-elf.h kaos.h sh/kaos-sh.h"
2199 ;;
2200 sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
2201 sh*-superh-elf) if test x$with_libgloss != xno; then
2202 with_libgloss=yes
2203 tm_file="${tm_file} sh/newlib.h"
2204 fi
2205 tm_file="${tm_file} sh/embed-elf.h sh/superh.h"
2206 tmake_file="${tmake_file} sh/t-superh"
2207 extra_options="${extra_options} sh/superh.opt" ;;
2208 *) if test x$with_newlib = xyes \
2209 && test x$with_libgloss = xyes; then
2210 tm_file="${tm_file} sh/newlib.h"
2211 fi
2212 tm_file="${tm_file} sh/embed-elf.h" ;;
2213 esac
2214 case ${target} in
2215 sh5*-*-netbsd*)
2216 # SHmedia, 32-bit ABI
2217 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd"
2218 ;;
2219 sh64*-netbsd*)
2220 # SHmedia, 64-bit ABI
2221 tmake_file="${tmake_file} sh/t-sh64 sh/t-netbsd sh/t-netbsd-sh5-64"
2222 ;;
2223 *-*-netbsd)
2224 tmake_file="${tmake_file} sh/t-netbsd"
2225 ;;
2226 sh64*-*-linux*)
2227 tmake_file="${tmake_file} sh/t-sh64 sh/t-linux64"
2228 tm_file="${tm_file} sh/sh64.h"
2229 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2230 ;;
2231 sh64*)
2232 tmake_file="${tmake_file} sh/t-sh64"
2233 tm_file="${tm_file} sh/sh64.h"
2234 extra_headers="shmedia.h ushmedia.h sshmedia.h"
2235 ;;
2236 *-*-symbianelf*)
2237 tmake_file="sh/t-symbian"
2238 tm_file="sh/symbian-pre.h sh/little.h ${tm_file} sh/symbian-post.h"
2239 extra_objs="symbian.o"
2240 extra_parts="crt1.o crti.o crtn.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
2241 ;;
2242 esac
2243 # sed el/eb endian suffixes away to avoid confusion with sh[23]e
2244 case `echo ${target} | sed 's/e[lb]-/-/'` in
2245 sh64*-*-netbsd*) sh_cpu_target=sh5-64media ;;
2246 sh64* | sh5*-*-netbsd*) sh_cpu_target=sh5-32media ;;
2247 sh4a_single_only*) sh_cpu_target=sh4a-single-only ;;
2248 sh4a_single*) sh_cpu_target=sh4a-single ;;
2249 sh4a_nofpu*) sh_cpu_target=sh4a-nofpu ;;
2250 sh4al) sh_cpu_target=sh4al ;;
2251 sh4a*) sh_cpu_target=sh4a ;;
2252 sh4_single_only*) sh_cpu_target=sh4-single-only ;;
2253 sh4_single*) sh_cpu_target=sh4-single ;;
2254 sh4_nofpu*) sh_cpu_target=sh4-nofpu ;;
2255 sh4* | sh-superh-*) sh_cpu_target=sh4 ;;
2256 sh3e*) sh_cpu_target=sh3e ;;
2257 sh*-*-netbsd* | sh3*) sh_cpu_target=sh3 ;;
2258 sh2a_single_only*) sh_cpu_target=sh2a-single-only ;;
2259 sh2a_single*) sh_cpu_target=sh2a-single ;;
2260 sh2a_nofpu*) sh_cpu_target=sh2a-nofpu ;;
2261 sh2a*) sh_cpu_target=sh2a ;;
2262 sh2e*) sh_cpu_target=sh2e ;;
2263 sh2*) sh_cpu_target=sh2 ;;
2264 *) sh_cpu_target=sh1 ;;
2265 esac
2266 # did the user say --without-fp ?
2267 if test x$with_fp = xno; then
2268 case ${sh_cpu_target} in
2269 sh5-*media) sh_cpu_target=${sh_cpu_target}-nofpu ;;
2270 sh4al | sh1) ;;
2271 sh4a* ) sh_cpu_target=sh4a-nofpu ;;
2272 sh4*) sh_cpu_target=sh4-nofpu ;;
2273 sh3*) sh_cpu_target=sh3 ;;
2274 sh2a*) sh_cpu_target=sh2a-nofpu ;;
2275 sh2*) sh_cpu_target=sh2 ;;
2276 *) echo --without-fp not available for $target: ignored
2277 esac
2278 tm_defines="$tm_defines STRICT_NOFPU=1"
2279 fi
2280 sh_cpu_default="`echo $with_cpu|sed s/^m/sh/|tr A-Z_ a-z-`"
2281 case $sh_cpu_default in
2282 sh5-64media-nofpu | sh5-64media | \
2283 sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
2284 sh2a-single-only | sh2a-single | sh2a-nofpu | sh2a | \
2285 sh4a-single-only | sh4a-single | sh4a-nofpu | sh4a | sh4al | \
2286 sh4-single-only | sh4-single | sh4-nofpu | sh4 | sh4-300 | \
2287 sh3e | sh3 | sh2e | sh2 | sh1) ;;
2288 "") sh_cpu_default=${sh_cpu_target} ;;
2289 *) echo "with_cpu=$with_cpu not supported"; exit 1 ;;
2290 esac
2291 sh_multilibs=${with_multilib_list}
2292 if test x${sh_multilibs} = x ; then
2293 case ${target} in
2294 sh64-superh-linux* | \
2295 sh[1234]*) sh_multilibs=${sh_cpu_target} ;;
2296 sh64* | sh5*) sh_multilibs=m5-32media,m5-32media-nofpu,m5-compact,m5-compact-nofpu,m5-64media,m5-64media-nofpu ;;
2297 sh-superh-*) sh_multilibs=m4,m4-single,m4-single-only,m4-nofpu ;;
2298 sh*-*-linux*) sh_multilibs=m1,m3e,m4 ;;
2299 sh*-*-netbsd*) sh_multilibs=m3,m3e,m4 ;;
2300 *) sh_multilibs=m1,m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single ;;
2301 esac
2302 if test x$with_fp = xno; then
2303 sh_multilibs="`echo $sh_multilibs|sed -e s/m4/sh4-nofpu/ -e s/,m4-[^,]*//g -e s/,m[23]e// -e s/m2a,m2a-single/m2a-nofpu/ -e s/m5-..m....,//g`"
2304 fi
2305 fi
2306 target_cpu_default=SELECT_`echo ${sh_cpu_default}|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`
2307 tm_defines=${tm_defines}' SH_MULTILIB_CPU_DEFAULT=\"'`echo $sh_cpu_default|sed s/sh/m/`'\"'
2308 sh_multilibs=`echo $sh_multilibs,$sh_cpu_default | sed -e 's/[ ,/][ ,]*/ /g' -e 's/ $//' -e 's/^m/sh/' -e 's/ m/ sh/g' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz-`
2309 for sh_multilib in ${sh_multilibs}; do
2310 case ${sh_multilib} in
2311 sh1 | sh2 | sh2e | sh3 | sh3e | \
2312 sh4 | sh4-single | sh4-single-only | sh4-nofpu | sh4-300 |\
2313 sh4a | sh4a-single | sh4a-single-only | sh4a-nofpu | sh4al | \
2314 sh2a | sh2a-single | sh2a-single-only | sh2a-nofpu | \
2315 sh5-64media | sh5-64media-nofpu | \
2316 sh5-32media | sh5-32media-nofpu | \
2317 sh5-compact | sh5-compact-nofpu)
2318 tmake_file="${tmake_file} sh/t-mlib-${sh_multilib}"
2319 tm_defines="$tm_defines SUPPORT_`echo $sh_multilib|tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_`=1"
2320 ;;
2321 *)
2322 echo "with_multilib_list=${sh_multilib} not supported."
2323 exit 1
2324 ;;
2325 esac
2326 done
2327 if test x${enable_incomplete_targets} = xyes ; then
2328 tm_defines="$tm_defines SUPPORT_SH1=1 SUPPORT_SH2E=1 SUPPORT_SH4=1 SUPPORT_SH4_SINGLE=1 SUPPORT_SH2A=1 SUPPORT_SH2A_SINGLE=1 SUPPORT_SH5_32MEDIA=1 SUPPORT_SH5_32MEDIA_NOFPU=1 SUPPORT_SH5_64MEDIA=1 SUPPORT_SH5_64MEDIA_NOFPU=1"
2329 fi
2330 use_fixproto=yes
2331 ;;
2332 sh-*-rtems*)
2333 tmake_file="sh/t-sh sh/t-elf t-rtems sh/t-rtems"
2334 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
2335 ;;
2336 sh-wrs-vxworks)
2337 tmake_file="$tmake_file sh/t-sh sh/t-elf sh/t-vxworks"
2338 tm_file="${tm_file} elfos.h svr4.h sh/elf.h sh/embed-elf.h vx-common.h vxworks.h sh/vxworks.h"
2339 ;;
2340 sh-*-*)
2341 tm_file="${tm_file} dbxcoff.h sh/coff.h"
2342 use_fixproto=yes
2343 ;;
2344 sparc-*-netbsdelf*)
2345 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2346 extra_options="${extra_options} sparc/long-double-switch.opt"
2347 ;;
2348 sparc64-*-openbsd*)
2349 tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h openbsd.h sparc/openbsd64.h"
2350 extra_options="${extra_options} sparc/little-endian.opt"
2351 gas=yes gnu_ld=yes
2352 with_cpu=ultrasparc
2353 ;;
2354 sparc-*-elf*)
2355 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h"
2356 tmake_file="sparc/t-elf sparc/t-crtfm"
2357 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2358 use_fixproto=yes
2359 ;;
2360 sparc-*-linux*) # SPARC's running GNU/Linux, libc6
2361 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h"
2362 extra_options="${extra_options} sparc/long-double-switch.opt"
2363 tmake_file="${tmake_file} sparc/t-linux"
2364 if test x$enable_targets = xall; then
2365 tm_file="sparc/biarch64.h ${tm_file} sparc/linux64.h"
2366 tmake_file="${tmake_file} sparc/t-linux64"
2367 else
2368 tm_file="${tm_file} sparc/linux.h"
2369 fi
2370 tmake_file="${tmake_file} sparc/t-crtfm"
2371 ;;
2372 sparc-*-rtems*)
2373 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h"
2374 tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
2375 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
2376 ;;
2377 sparc64-*-solaris2* | sparcv9-*-solaris2*)
2378 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2379 case ${target} in
2380 *-*-solaris2.1[0-9]*)
2381 tm_file="${tm_file} sol2-10.h"
2382 ;;
2383 esac
2384 tm_file="${tm_file} sparc/sol2.h sparc/sol2-64.h sparc/sol2-bi.h"
2385 if test x$gnu_ld = xyes; then
2386 tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h"
2387 fi
2388 if test x$gas = xyes; then
2389 tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
2390 fi
2391 tm_file="${tm_file} tm-dwarf2.h"
2392 tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
2393 if test x$gnu_ld = xyes; then
2394 tmake_file="$tmake_file t-slibgcc-elf-ver"
2395 else
2396 tmake_file="$tmake_file t-slibgcc-sld"
2397 fi
2398 c_target_objs="sol2-c.o"
2399 cxx_target_objs="sol2-c.o"
2400 extra_objs="sol2.o"
2401 tm_p_file="${tm_p_file} sol2-protos.h"
2402 extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
2403 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2404 "":yes:* | yes:yes:* ) thread_file=posix ;;
2405 "":*:yes | yes:*:yes ) thread_file=solaris ;;
2406 esac
2407 ;;
2408 sparc-*-solaris2*)
2409 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
2410 case ${target} in
2411 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2412 tm_file="${tm_file} sol2-6.h"
2413 ;;
2414 *-*-solaris2.1[0-9]*)
2415 tm_file="${tm_file} sol2-10.h"
2416 ;;
2417 esac
2418 tm_file="${tm_file} sparc/sol2.h"
2419 if test x$gnu_ld = xyes; then
2420 tm_file="${tm_file} sparc/sol2-gld.h"
2421 fi
2422 if test x$gas = xyes; then
2423 tm_file="${tm_file} sparc/sol2-gas.h"
2424 fi
2425 tmake_file="t-sol2 sparc/t-sol2 sparc/t-crtfm"
2426 if test x$gnu_ld = xyes; then
2427 tmake_file="$tmake_file t-slibgcc-elf-ver"
2428 else
2429 tmake_file="$tmake_file t-slibgcc-sld"
2430 fi
2431 case ${target} in
2432 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2433 if test x$gnu_ld = xno; then
2434 tm_file="${tm_file} sparc/sol26-sld.h"
2435 fi
2436 ;;
2437 *-*-solaris2.[789] | *-*-solaris2.1[0-9]*)
2438 tm_file="sparc/biarch64.h ${tm_file} sparc/sol2-bi.h"
2439 if test x$gnu_ld = xyes; then
2440 tm_file="${tm_file} sparc/sol2-gld-bi.h"
2441 fi
2442 if test x$gas = xyes; then
2443 tm_file="${tm_file} sparc/sol2-gas-bi.h"
2444 fi
2445 tm_file="${tm_file} tm-dwarf2.h"
2446 tmake_file="$tmake_file sparc/t-sol2-64"
2447 test x$with_cpu != x || with_cpu=v9
2448 ;;
2449 esac
2450 c_target_objs="sol2-c.o"
2451 cxx_target_objs="sol2-c.o"
2452 extra_objs="sol2.o"
2453 tm_p_file="${tm_p_file} sol2-protos.h"
2454 extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
2455 case ${enable_threads}:${have_pthread_h}:${have_thread_h} in
2456 "":yes:* | yes:yes:* )
2457 case ${target} in
2458 *-*-solaris2.[0-6] | *-*-solaris2.[0-6].*)
2459 thread_file=posix95
2460 ;;
2461 *)
2462 thread_file=posix
2463 ;;
2464 esac
2465 ;;
2466 "":*:yes | yes:*:yes )
2467 thread_file=solaris
2468 ;;
2469 esac
2470 ;;
2471 sparc-*-sysv4*)
2472 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sysv4-only.h"
2473 tmake_file=t-svr4
2474 extra_parts="crtbegin.o crtend.o"
2475 use_fixproto=yes
2476 ;;
2477 sparc-wrs-vxworks)
2478 tm_file="${tm_file} elfos.h svr4.h sparc/sysv4.h vx-common.h vxworks.h sparc/vxworks.h"
2479 tmake_file="${tmake_file} sparc/t-vxworks"
2480 ;;
2481 sparc64-*-elf*)
2482 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sp64-elf.h"
2483 extra_options="${extra_options} sparc/little-endian.opt"
2484 tmake_file="${tmake_file} sparc/t-crtfm"
2485 extra_parts="crtbegin.o crtend.o"
2486 use_fixproto=yes
2487 ;;
2488 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
2489 tm_file="${tm_file} ${fbsd_tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/freebsd.h"
2490 extra_options="${extra_options} sparc/long-double-switch.opt"
2491 tmake_file="${tmake_file} sparc/t-crtfm"
2492 case "x$with_cpu" in
2493 xultrasparc) ;;
2494 x) with_cpu=ultrasparc ;;
2495 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
2496 esac
2497 ;;
2498 sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
2499 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h sparc/linux64.h"
2500 extra_options="${extra_options} sparc/long-double-switch.opt"
2501 tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
2502 ;;
2503 sparc64-*-netbsd*)
2504 tm_file="sparc/biarch64.h ${tm_file}"
2505 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h netbsd.h netbsd-elf.h sparc/netbsd-elf.h"
2506 extra_options="${extra_options} sparc/long-double-switch.opt"
2507 tmake_file="${tmake_file} sparc/t-netbsd64"
2508 ;;
2509 spu-*-elf*)
2510 tm_file="dbxelf.h elfos.h spu/spu-elf.h spu/spu.h"
2511 tmake_file="spu/t-spu-elf"
2512 extra_headers="spu_intrinsics.h spu_internals.h vmx2spu.h spu_mfcio.h vec_types.h"
2513 extra_modes=spu/spu-modes.def
2514 c_target_objs="${c_target_objs} spu-c.o"
2515 cxx_target_objs="${cxx_target_objs} spu-c.o"
2516 ;;
2517 strongarm-*-elf*)
2518 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2519 tmake_file="arm/t-arm arm/t-strongarm-elf"
2520 out_file=arm/arm.c
2521 md_file=arm/arm.md
2522 extra_modes=arm/arm-modes.def
2523 use_fixproto=yes
2524 ;;
2525 strongarm-*-pe)
2526 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h"
2527 tmake_file="arm/t-arm arm/t-strongarm-pe"
2528 out_file=arm/arm.c
2529 md_file=arm/arm.md
2530 extra_modes=arm/arm-modes.def
2531 extra_options="${extra_options} arm/pe.opt"
2532 extra_objs=pe.o
2533 use_fixproto=yes
2534 ;;
2535 strongarm-*-kaos*)
2536 tm_file="arm/strongarm-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h kaos.h arm/kaos-strongarm.h"
2537 tmake_file="arm/t-arm arm/t-strongarm-elf"
2538 out_file=arm/arm.c
2539 md_file=arm/arm.md
2540 extra_modes=arm/arm-modes.def
2541 ;;
2542 v850e1-*-*)
2543 target_cpu_default="TARGET_CPU_v850e1"
2544 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2545 tm_p_file=v850/v850-protos.h
2546 tmake_file=v850/t-v850e
2547 md_file=v850/v850.md
2548 out_file=v850/v850.c
2549 extra_options="${extra_options} v850/v850.opt"
2550 if test x$stabs = xyes
2551 then
2552 tm_file="${tm_file} dbx.h"
2553 fi
2554 use_collect2=no
2555 c_target_objs="v850-c.o"
2556 cxx_target_objs="v850-c.o"
2557 use_fixproto=yes
2558 ;;
2559 v850e-*-*)
2560 target_cpu_default="TARGET_CPU_v850e"
2561 tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
2562 tm_p_file=v850/v850-protos.h
2563 tmake_file=v850/t-v850e
2564 md_file=v850/v850.md
2565 out_file=v850/v850.c
2566 extra_options="${extra_options} v850/v850.opt"
2567 if test x$stabs = xyes
2568 then
2569 tm_file="${tm_file} dbx.h"
2570 fi
2571 use_collect2=no
2572 c_target_objs="v850-c.o"
2573 cxx_target_objs="v850-c.o"
2574 use_fixproto=yes
2575 ;;
2576 v850-*-*)
2577 target_cpu_default="TARGET_CPU_generic"
2578 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2579 tmake_file=v850/t-v850
2580 if test x$stabs = xyes
2581 then
2582 tm_file="${tm_file} dbx.h"
2583 fi
2584 use_collect2=no
2585 c_target_objs="v850-c.o"
2586 cxx_target_objs="v850-c.o"
2587 use_fixproto=yes
2588 ;;
2589 vax-*-bsd*) # VAXen running BSD
2590 tm_file="${tm_file} vax/bsd.h"
2591 tmake_file=vax/t-memfuncs
2592 use_collect2=yes
2593 use_fixproto=yes
2594 ;;
2595 vax-*-sysv*) # VAXen running system V
2596 tm_file="${tm_file} vax/vaxv.h"
2597 tmake_file=vax/t-memfuncs
2598 use_fixproto=yes
2599 ;;
2600 vax-*-netbsdelf*)
2601 tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
2602 ;;
2603 vax-*-netbsd*)
2604 tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
2605 tmake_file=t-netbsd
2606 extra_parts=""
2607 use_collect2=yes
2608 ;;
2609 vax-*-openbsd*)
2610 tm_file="vax/vax.h vax/openbsd1.h openbsd.h vax/openbsd.h"
2611 use_collect2=yes
2612 ;;
2613 vax-*-ultrix*) # VAXen running ultrix
2614 tm_file="${tm_file} vax/ultrix.h"
2615 tmake_file=vax/t-memfuncs
2616 use_fixproto=yes
2617 ;;
2618 xscale-*-elf)
2619 tm_file="arm/xscale-elf.h dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h"
2620 tmake_file="arm/t-arm arm/t-xscale-elf"
2621 out_file=arm/arm.c
2622 md_file=arm/arm.md
2623 extra_modes=arm/arm-modes.def
2624 use_fixproto=yes
2625 ;;
2626 xscale-*-coff)
2627 tm_file="arm/semi.h arm/aout.h arm/coff.h dbxcoff.h arm/xscale-coff.h arm/arm.h"
2628 tmake_file="arm/t-arm arm/t-xscale-coff"
2629 out_file=arm/arm.c
2630 md_file=arm/arm.md
2631 extra_modes=arm/arm-modes.def
2632 use_fixproto=yes
2633 ;;
2634 xstormy16-*-elf)
2635 # For historical reasons, the target files omit the 'x'.
2636 tm_file="dbxelf.h elfos.h svr4.h stormy16/stormy16.h"
2637 tm_p_file=stormy16/stormy16-protos.h
2638 md_file=stormy16/stormy16.md
2639 out_file=stormy16/stormy16.c
2640 extra_options=stormy16/stormy16.opt
2641 tmake_file="stormy16/t-stormy16"
2642 extra_parts="crtbegin.o crtend.o"
2643 use_fixproto=yes
2644 ;;
2645 xtensa-*-elf*)
2646 tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
2647 tmake_file="xtensa/t-xtensa xtensa/t-elf"
2648 ;;
2649 xtensa-*-linux*)
2650 tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
2651 tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
2652 ;;
2653 am33_2.0-*-linux*)
2654 tm_file="mn10300/mn10300.h dbxelf.h elfos.h linux.h mn10300/linux.h"
2655 tmake_file="${tmake_file} mn10300/t-linux"
2656 gas=yes gnu_ld=yes
2657 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
2658 use_collect2=no
2659 ;;
2660 m32c-*-elf*)
2661 tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
2662 c_target_objs="m32c-pragma.o"
2663 cxx_target_objs="m32c-pragma.o"
2664 use_fixproto=yes
2665 ;;
2666 *)
2667 echo "*** Configuration ${target} not supported" 1>&2
2668 exit 1
2669 ;;
2670 esac
2671
2672 case ${target} in
2673 i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1)
2674 tmake_file="${tmake_file} i386/t-gmm_malloc"
2675 ;;
2676 i[34567]86-*-linux* | x86_64-*-linux*)
2677 tmake_file="${tmake_file} i386/t-pmm_malloc"
2678 ;;
2679 i[34567]86-*-* | x86_64-*-*)
2680 tmake_file="${tmake_file} i386/t-gmm_malloc"
2681 ;;
2682 esac
2683
2684 # Support for --with-cpu and related options (and a few unrelated options,
2685 # too).
2686 case ${with_cpu} in
2687 yes | no)
2688 echo "--with-cpu must be passed a value" 1>&2
2689 exit 1
2690 ;;
2691 esac
2692
2693 # If there is no $with_cpu option, try to infer one from ${target}.
2694 # This block sets nothing except for with_cpu.
2695 if test x$with_cpu = x ; then
2696 case ${target} in
2697 ep9312-*-*)
2698 # A Cirrus ARM variant.
2699 with_cpu="ep9312"
2700 ;;
2701 i386-*-*)
2702 with_cpu=i386
2703 ;;
2704 i486-*-*)
2705 with_cpu=i486
2706 ;;
2707 i586-*-*)
2708 case ${target_noncanonical} in
2709 k6_2-*)
2710 with_cpu=k6-2
2711 ;;
2712 k6_3-*)
2713 with_cpu=k6-3
2714 ;;
2715 k6-*)
2716 with_cpu=k6
2717 ;;
2718 pentium_mmx-*|winchip_c6-*|winchip2-*|c3-*)
2719 with_cpu=pentium-mmx
2720 ;;
2721 *)
2722 with_cpu=pentium
2723 ;;
2724 esac
2725 ;;
2726 i686-*-* | i786-*-*)
2727 case ${target_noncanonical} in
2728 amdfam10-*|barcelona-*)
2729 with_cpu=amdfam10
2730 ;;
2731 k8-*|opteron-*|athlon_64-*)
2732 with_cpu=k8
2733 ;;
2734 athlon_xp-*|athlon_mp-*|athlon_4-*)
2735 with_cpu=athlon-4
2736 ;;
2737 athlon_tbird-*|athlon-*)
2738 with_cpu=athlon
2739 ;;
2740 geode-*)
2741 with_cpu=geode
2742 ;;
2743 pentium2-*)
2744 with_cpu=pentium2
2745 ;;
2746 pentium3-*|pentium3m-*)
2747 with_cpu=pentium3
2748 ;;
2749 pentium4-*|pentium4m-*)
2750 with_cpu=pentium4
2751 ;;
2752 prescott-*)
2753 with_cpu=prescott
2754 ;;
2755 nocona-*)
2756 with_cpu=nocona
2757 ;;
2758 core2-*)
2759 with_cpu=core2
2760 ;;
2761 pentium_m-*)
2762 with_cpu=pentium-m
2763 ;;
2764 pentiumpro-*)
2765 with_cpu=pentiumpro
2766 ;;
2767 *)
2768 with_cpu=generic
2769 ;;
2770 esac
2771 ;;
2772 x86_64-*-*)
2773 case ${target_noncanonical} in
2774 amdfam10-*|barcelona-*)
2775 with_cpu=amdfam10
2776 ;;
2777 k8-*|opteron-*|athlon_64-*)
2778 with_cpu=k8
2779 ;;
2780 nocona-*)
2781 with_cpu=nocona
2782 ;;
2783 core2-*)
2784 with_cpu=core2
2785 ;;
2786 *)
2787 with_cpu=generic
2788 ;;
2789 esac
2790 ;;
2791 alphaev6[78]*-*-*)
2792 with_cpu=ev67
2793 ;;
2794 alphaev6*-*-*)
2795 with_cpu=ev6
2796 ;;
2797 alphapca56*-*-*)
2798 with_cpu=pca56
2799 ;;
2800 alphaev56*-*-*)
2801 with_cpu=ev56
2802 ;;
2803 alphaev5*-*-*)
2804 with_cpu=ev5
2805 ;;
2806 frv-*-*linux* | frv400-*-*linux*)
2807 with_cpu=fr400
2808 ;;
2809 frv550-*-*linux*)
2810 with_cpu=fr550
2811 ;;
2812 m680[012]0-*-*)
2813 with_cpu=`echo ${target} | sed 's/-.*$//'`
2814 ;;
2815 m68k*-*-*)
2816 case "$with_arch" in
2817 "cf")
2818 with_cpu=${default_cf_cpu}
2819 ;;
2820 "" | "m68k")
2821 with_cpu=m${default_m68k_cpu}
2822 ;;
2823 esac
2824 ;;
2825 mips*-*-vxworks)
2826 with_arch=mips2
2827 ;;
2828 sparc*-*-*)
2829 with_cpu="`echo ${target} | sed 's/-.*$//'`"
2830 ;;
2831 esac
2832 fi
2833
2834 # Similarly for --with-float
2835 if test x$with_float = x; then
2836 case ${target} in
2837 ep9312-*-*)
2838 with_float=hard
2839 ;;
2840 esac
2841 fi
2842
2843 # Similarly for --with-schedule.
2844 if test x$with_schedule = x; then
2845 case ${target} in
2846 hppa1* | parisc1*)
2847 # Override default PA8000 scheduling model.
2848 with_schedule=7100LC
2849 ;;
2850 esac
2851 fi
2852
2853 # Validate and mark as valid any --with options supported
2854 # by this target. In order to use a particular --with option
2855 # you must list it in supported_defaults; validating the value
2856 # is optional. This case statement should set nothing besides
2857 # supported_defaults.
2858
2859 supported_defaults=
2860 case "${target}" in
2861 alpha*-*-*)
2862 supported_defaults="cpu tune"
2863 for which in cpu tune; do
2864 eval "val=\$with_$which"
2865 case "$val" in
2866 "" \
2867 | ev4 | ev45 | 21064 | ev5 | 21164 | ev56 | 21164a \
2868 | pca56 | 21164PC | 21164pc | ev6 | 21264 | ev67 \
2869 | 21264a)
2870 ;;
2871 *)
2872 echo "Unknown CPU used in --with-$which=$val" 1>&2
2873 exit 1
2874 ;;
2875 esac
2876 done
2877 ;;
2878
2879 arm*-*-*)
2880 supported_defaults="arch cpu float tune fpu abi mode"
2881 for which in cpu tune; do
2882 # See if it matches any of the entries in arm-cores.def
2883 eval "val=\$with_$which"
2884 if [ x"$val" = x ] \
2885 || grep "^ARM_CORE(\"$val\"," \
2886 ${srcdir}/config/arm/arm-cores.def \
2887 > /dev/null; then
2888 # Ok
2889 new_val=`grep "^ARM_CORE(\"$val\"," \
2890 ${srcdir}/config/arm/arm-cores.def | \
2891 sed -e 's/^[^,]*,[ ]*//' | \
2892 sed -e 's/,.*$//'`
2893 eval "target_${which}_cname=$new_val"
2894 echo "For $val real value is $new_val"
2895 true
2896 else
2897 echo "Unknown CPU used in --with-$which=$val" 1>&2
2898 exit 1
2899 fi
2900 done
2901
2902 case "$with_arch" in
2903 "" \
2904 | armv[23456] | armv2a | armv3m | armv4t | armv5t \
2905 | armv5te | armv6j |armv6k | armv6z | armv6zk | armv6-m \
2906 | armv7 | armv7-a | armv7-r | armv7-m \
2907 | iwmmxt | ep9312)
2908 # OK
2909 ;;
2910 *)
2911 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
2912 exit 1
2913 ;;
2914 esac
2915
2916 case "$with_float" in
2917 "" \
2918 | soft | hard | softfp)
2919 # OK
2920 ;;
2921 *)
2922 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
2923 exit 1
2924 ;;
2925 esac
2926
2927 case "$with_fpu" in
2928 "" \
2929 | fpa | fpe2 | fpe3 | maverick | vfp | vfp3 | neon )
2930 # OK
2931 ;;
2932 *)
2933 echo "Unknown fpu used in --with-fpu=$with_fpu" 2>&1
2934 exit 1
2935 ;;
2936 esac
2937
2938 case "$with_abi" in
2939 "" \
2940 | apcs-gnu | atpcs | aapcs | iwmmxt )
2941 #OK
2942 ;;
2943 *)
2944 echo "Unknown ABI used in --with-abi=$with_abi"
2945 exit 1
2946 ;;
2947 esac
2948
2949 case "$with_mode" in
2950 "" \
2951 | arm | thumb )
2952 #OK
2953 ;;
2954 *)
2955 echo "Unknown mode used in --with-mode=$with_mode"
2956 exit 1
2957 ;;
2958 esac
2959
2960 if test "x$with_arch" != x && test "x$with_cpu" != x; then
2961 echo "Warning: --with-arch overrides --with-cpu=$with_cpu" 1>&2
2962 fi
2963 ;;
2964
2965 fr*-*-*linux*)
2966 supported_defaults=cpu
2967 case "$with_cpu" in
2968 fr400) ;;
2969 fr550) ;;
2970 *)
2971 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
2972 exit 1
2973 ;;
2974 esac
2975 ;;
2976
2977 fido-*-* | m680[012]0-*-* | m68k*-*-*)
2978 supported_defaults="arch cpu"
2979 case "$with_arch" in
2980 "" | "m68k"| "cf")
2981 m68k_arch_family="$with_arch"
2982 ;;
2983 *)
2984 echo "Invalid --with-arch=$with_arch" 1>&2
2985 exit 1
2986 ;;
2987 esac
2988
2989 # We always have a $with_cpu setting here.
2990 case "$with_cpu" in
2991 "m68000" | "m68010" | "m68020" | "m68030" | "m68040" | "m68060")
2992 m68k_cpu_ident=$with_cpu
2993 ;;
2994 "m68020-40")
2995 m68k_cpu_ident=m68020
2996 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_40"
2997 ;;
2998 "m68020-60")
2999 m68k_cpu_ident=m68020
3000 tm_defines="$tm_defines M68K_DEFAULT_TUNE=u68020_60"
3001 ;;
3002 *)
3003 # We need the C identifier rather than the string.
3004 m68k_cpu_ident=`awk -v arg="\"$with_cpu\"" \
3005 'BEGIN { FS="[ \t]*[,()][ \t]*" }; \
3006 $1 == "M68K_DEVICE" && $2 == arg { print $3 }' \
3007 ${srcdir}/config/m68k/m68k-devices.def`
3008 if [ x"$m68k_cpu_ident" = x ] ; then
3009 echo "Unknown CPU used in --with-cpu=$with_cpu" 1>&2
3010 exit 1
3011 fi
3012 with_cpu="mcpu=$with_cpu"
3013 ;;
3014 esac
3015 ;;
3016
3017 hppa*-*-* | parisc*-*-*)
3018 supported_defaults="arch schedule"
3019
3020 case "$with_arch" in
3021 "" | 1.0 | 1.1 | 2.0)
3022 # OK
3023 ;;
3024 *)
3025 echo "Unknown architecture used in --with-arch=$with_arch" 1>&2
3026 exit 1
3027 ;;
3028 esac
3029
3030 case "$with_schedule" in
3031 "" | 700 | 7100 | 7100LC | 7200 | 7300 | 8000)
3032 # OK
3033 ;;
3034 *)
3035 echo "Unknown processor used in --with-schedule=$with_schedule." 1>&2
3036 exit 1
3037 ;;
3038 esac
3039 ;;
3040
3041 i[34567]86-*-* | x86_64-*-*)
3042 supported_defaults="arch cpu tune"
3043 for which in arch cpu tune; do
3044 eval "val=\$with_$which"
3045 case ${val} in
3046 i386 | i486 \
3047 | i586 | pentium | pentium-mmx | winchip-c6 | winchip2 \
3048 | c3 | c3-2 | i686 | pentiumpro | pentium2 | pentium3 \
3049 | pentium4 | k6 | k6-2 | k6-3 | athlon | athlon-tbird \
3050 | athlon-4 | athlon-xp | athlon-mp | geode \
3051 | prescott | pentium-m | pentium4m | pentium3m)
3052 case "${target}" in
3053 x86_64-*-*)
3054 echo "CPU given in --with-$which=$val doesn't support 64bit mode." 1>&2
3055 exit 1
3056 ;;
3057 esac
3058 # OK
3059 ;;
3060 "" | amdfam10 | barcelona | k8 | opteron | athlon64 | athlon-fx | nocona | core2 | generic)
3061 # OK
3062 ;;
3063 *)
3064 echo "Unknown CPU given in --with-$which=$val." 1>&2
3065 exit 1
3066 ;;
3067 esac
3068 done
3069 ;;
3070
3071 mips*-*-*)
3072 supported_defaults="abi arch float tune divide llsc"
3073
3074 case ${with_float} in
3075 "" | soft | hard)
3076 # OK
3077 ;;
3078 *)
3079 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3080 exit 1
3081 ;;
3082 esac
3083
3084 case ${with_abi} in
3085 "" | 32 | o64 | n32 | 64 | eabi)
3086 # OK
3087 ;;
3088 *)
3089 echo "Unknown ABI used in --with-abi=$with_abi" 1>&2
3090 exit 1
3091 ;;
3092 esac
3093
3094 case ${with_divide} in
3095 "" | breaks | traps)
3096 # OK
3097 ;;
3098 *)
3099 echo "Unknown division check type use in --with-divide=$with_divide" 1>&2
3100 exit 1
3101 ;;
3102 esac
3103
3104 case ${with_llsc} in
3105 yes)
3106 with_llsc=llsc
3107 ;;
3108 no)
3109 with_llsc="no-llsc"
3110 ;;
3111 "")
3112 # OK
3113 ;;
3114 *)
3115 echo "Unknown llsc type used in --with-llsc" 1>&2
3116 exit 1
3117 ;;
3118 esac
3119 ;;
3120
3121 mt-*-*)
3122 supported_defaults="arch"
3123
3124 case "$with_arch" in
3125 "" \
3126 | ms1-64-001 \
3127 | ms1-16-002 \
3128 | ms1-16-003 \
3129 | ms2 \
3130 | "")
3131 # OK
3132 ;;
3133 *)
3134 echo "Unknown arch used in --with-arch=$with_arch" 1>&2
3135 exit 1
3136 ;;
3137 esac
3138 ;;
3139
3140 powerpc*-*-* | rs6000-*-*)
3141 supported_defaults="cpu float tune"
3142
3143 for which in cpu tune; do
3144 eval "val=\$with_$which"
3145 case ${val} in
3146 default32 | default64)
3147 with_which="with_$which"
3148 eval $with_which=
3149 ;;
3150 405cr)
3151 tm_defines="${tm_defines} CONFIG_PPC405CR"
3152 eval "with_$which=405"
3153 ;;
3154 "" | common \
3155 | power | power[23456] | power6x | powerpc | powerpc64 \
3156 | rios | rios1 | rios2 | rsc | rsc1 | rs64a \
3157 | 401 | 403 | 405 | 405fp | 440 | 440fp | 505 \
3158 | 601 | 602 | 603 | 603e | ec603e | 604 \
3159 | 604e | 620 | 630 | 740 | 750 | 7400 | 7450 | e300c[23] \
3160 | 854[08] | 801 | 821 | 823 | 860 | 970 | G3 | G4 | G5 | cell)
3161 # OK
3162 ;;
3163 *)
3164 echo "Unknown cpu used in --with-$which=$val." 1>&2
3165 exit 1
3166 ;;
3167 esac
3168 done
3169 ;;
3170
3171 s390*-*-*)
3172 supported_defaults="arch mode tune"
3173
3174 for which in arch tune; do
3175 eval "val=\$with_$which"
3176 case ${val} in
3177 "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec)
3178 # OK
3179 ;;
3180 *)
3181 echo "Unknown cpu used in --with-$which=$val." 1>&2
3182 exit 1
3183 ;;
3184 esac
3185 done
3186
3187 case ${with_mode} in
3188 "" | esa | zarch)
3189 # OK
3190 ;;
3191 *)
3192 echo "Unknown architecture mode used in --with-mode=$with_mode." 1>&2
3193 exit 1
3194 ;;
3195 esac
3196 ;;
3197
3198 sh[123456ble]-*-* | sh-*-*)
3199 supported_defaults="cpu"
3200 case "`echo $with_cpu | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ_ abcdefghijklmnopqrstuvwxyz- | sed s/sh/m/`" in
3201 "" | m1 | m2 | m2e | m3 | m3e | m4 | m4-single | m4-single-only | m4-nofpu )
3202 # OK
3203 ;;
3204 m2a | m2a-single | m2a-single-only | m2a-nofpu)
3205 ;;
3206 m4a | m4a-single | m4a-single-only | m4a-nofpu | m4al)
3207 ;;
3208 *)
3209 echo "Unknown CPU used in --with-cpu=$with_cpu, known values:" 1>&2
3210 echo "m1 m2 m2e m3 m3e m4 m4-single m4-single-only m4-nofpu" 1>&2
3211 echo "m4a m4a-single m4a-single-only m4a-nofpu m4al" 1>&2
3212 echo "m2a m2a-single m2a-single-only m2a-nofpu" 1>&2
3213 exit 1
3214 ;;
3215 esac
3216 ;;
3217 sparc*-*-*)
3218 supported_defaults="cpu float tune"
3219
3220 for which in cpu tune; do
3221 eval "val=\$with_$which"
3222 case ${val} in
3223 "" | sparc | sparcv9 | sparc64 | sparc86x \
3224 | v7 | cypress | v8 | supersparc | sparclite | f930 \
3225 | f934 | hypersparc | sparclite86x | sparclet | tsc701 \
3226 | v9 | ultrasparc | ultrasparc3 | niagara | niagara2)
3227 # OK
3228 ;;
3229 *)
3230 echo "Unknown cpu used in --with-$which=$val" 1>&2
3231 exit 1
3232 ;;
3233 esac
3234 done
3235
3236 case ${with_float} in
3237 "" | soft | hard)
3238 # OK
3239 ;;
3240 *)
3241 echo "Unknown floating point type used in --with-float=$with_float" 1>&2
3242 exit 1
3243 ;;
3244 esac
3245 ;;
3246
3247 spu-*-*)
3248 supported_defaults="arch tune"
3249
3250 for which in arch tune; do
3251 eval "val=\$with_$which"
3252 case ${val} in
3253 "" | cell | celledp)
3254 # OK
3255 ;;
3256 *)
3257 echo "Unknown cpu used in --with-$which=$val." 1>&2
3258 exit 1
3259 ;;
3260 esac
3261 done
3262 ;;
3263
3264 v850*-*-*)
3265 supported_defaults=cpu
3266 case ${with_cpu} in
3267 "" | v850e | v850e1)
3268 # OK
3269 ;;
3270 *)
3271 echo "Unknown cpu used in --with-cpu=$with_cpu" 1>&2
3272 exit 1
3273 ;;
3274 esac
3275 ;;
3276 esac
3277
3278 # Set some miscellaneous flags for particular targets.
3279 target_cpu_default2=
3280 case ${target} in
3281 alpha*-*-*)
3282 if test x$gas = xyes
3283 then
3284 target_cpu_default2="MASK_GAS"
3285 fi
3286 ;;
3287
3288 arm*-*-*)
3289 if test x$target_cpu_cname = x
3290 then
3291 target_cpu_default2=TARGET_CPU_generic
3292 else
3293 target_cpu_default2=TARGET_CPU_$target_cpu_cname
3294 fi
3295 ;;
3296
3297 hppa*-*-* | parisc*-*-*)
3298 target_cpu_default2="MASK_BIG_SWITCH"
3299 if test x$gas = xyes
3300 then
3301 target_cpu_default2="${target_cpu_default2}|MASK_GAS|MASK_JUMP_IN_DELAY"
3302 fi
3303 ;;
3304
3305 fido*-*-* | m680[012]0-*-* | m68k*-*-*)
3306 target_cpu_default2=$m68k_cpu_ident
3307 if [ x"$m68k_arch_family" != x ]; then
3308 tmake_file="m68k/t-$m68k_arch_family $tmake_file"
3309 fi
3310 ;;
3311
3312 mips*-*-*)
3313 if test x$gnu_ld = xyes
3314 then
3315 target_cpu_default2="MASK_SPLIT_ADDRESSES"
3316 fi
3317 case ${target} in
3318 mips*el-*-*)
3319 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
3320 ;;
3321 esac
3322 if test "x$enable_gofast" = xyes
3323 then
3324 tm_defines="US_SOFTWARE_GOFAST $tm_defines"
3325 tmake_file="mips/t-gofast $tmake_file"
3326 else
3327 tmake_file="mips/t-mips $tmake_file"
3328 fi
3329 ;;
3330
3331 powerpc*-*-* | rs6000-*-*)
3332 # FIXME: The PowerPC port uses the value set at compile time,
3333 # although it's only cosmetic.
3334 if test "x$with_cpu" != x
3335 then
3336 target_cpu_default2="\\\"$with_cpu\\\""
3337 fi
3338 out_file=rs6000/rs6000.c
3339 c_target_objs="${c_target_objs} rs6000-c.o"
3340 cxx_target_objs="${cxx_target_objs} rs6000-c.o"
3341 tmake_file="rs6000/t-rs6000 ${tmake_file}"
3342
3343 if test x$enable_e500_double = xyes
3344 then
3345 tm_file="$tm_file rs6000/e500-double.h"
3346 fi
3347 ;;
3348
3349 sh[123456ble]*-*-* | sh-*-*)
3350 c_target_objs="${c_target_objs} sh-c.o"
3351 cxx_target_objs="${cxx_target_objs} sh-c.o"
3352 ;;
3353
3354 sparc*-*-*)
3355 # Some standard aliases.
3356 case x$with_cpu in
3357 xsparc)
3358 with_cpu=v7
3359 ;;
3360 xsparcv9 | xsparc64)
3361 with_cpu=v9
3362 ;;
3363 esac
3364
3365 # The SPARC port checks this value at compile-time.
3366 target_cpu_default2="TARGET_CPU_$with_cpu"
3367 ;;
3368 v850*-*-*)
3369 # FIXME: The v850 is "special" in that it does not support
3370 # runtime CPU selection, only --with-cpu.
3371 case "x$with_cpu" in
3372 x)
3373 ;;
3374 xv850e)
3375 target_cpu_default2="TARGET_CPU_$with_cpu"
3376 ;;
3377 esac
3378 ;;
3379 esac
3380
3381 t=
3382 all_defaults="abi cpu arch tune schedule float mode fpu divide llsc"
3383 for option in $all_defaults
3384 do
3385 eval "val=\$with_$option"
3386 if test -n "$val"; then
3387 case " $supported_defaults " in
3388 *" $option "*)
3389 ;;
3390 *)
3391 echo "This target does not support --with-$option." 2>&1
3392 echo "Valid --with options are: $supported_defaults" 2>&1
3393 exit 1
3394 ;;
3395 esac
3396
3397 if test "x$t" = x
3398 then
3399 t="{ \"$option\", \"$val\" }"
3400 else
3401 t="${t}, { \"$option\", \"$val\" }"
3402 fi
3403 fi
3404 done
3405
3406 if test "x$t" = x
3407 then
3408 configure_default_options="{ { NULL, NULL} }"
3409 else
3410 configure_default_options="{ ${t} }"
3411 fi
3412
3413 if test "$target_cpu_default2" != ""
3414 then
3415 if test "$target_cpu_default" != ""
3416 then
3417 target_cpu_default="(${target_cpu_default}|${target_cpu_default2})"
3418 else
3419 target_cpu_default=$target_cpu_default2
3420 fi
3421 fi