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