OSDN Git Service

2008-07-30 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / libgcc / config.host
1 # libgcc host-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 # 2008 Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free
9 #Software Foundation; either version 2, 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 COPYING.  If not, write to the Free
19 #Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
20 #02110-1301, USA.
21
22 # This is the libgcc host-specific configuration file
23 # where a configuration type is mapped to different system-specific
24 # definitions and files.  This is invoked by the autoconf-generated
25 # configure script.  Putting it in a separate shell file lets us skip
26 # running autoconf when modifying host-specific information.
27
28 # This file bears an obvious resemblance to gcc/config.gcc.  The cases
29 # should be kept similar, to ease moving library-specific settings
30 # from config.gcc to this file.  That is also why tmake_file is
31 # left as tmake_file, rather than hmake_file, even though this library
32 # switches on ${host}.
33
34 # This file switches on the shell variable ${host}, and also uses the
35 # following shell variables:
36 #
37 #  with_*               Various variables as set by configure.
38
39 # This file sets the following shell variables for use by the
40 # autoconf-generated configure script:
41 #
42 #  asm_hidden_op        The assembler pseudo-op to use for hide
43 #                       lists for object files implemented in
44 #                       assembly (with -fvisibility=hidden for C).
45 #                       The default is ".hidden".
46 #  cpu_type             The name of the cpu, if different from the first
47 #                       chunk of the canonical host name.
48 #  extra_parts          List of extra object files that should be compiled
49 #                       for this target machine.  This may be overridden
50 #                       by setting EXTRA_PARTS in a tmake_file fragment.
51 #                       If either is set, EXTRA_PARTS and
52 #                       EXTRA_MULTILIB_PARTS inherited from the GCC
53 #                       subdirectory will be ignored.
54 #  tmake_file           A list of machine-description-specific
55 #                       makefile-fragments, if different from
56 #                       "$cpu_type/t-$cpu_type".
57
58 asm_hidden_op=.hidden
59 extra_parts=
60 tmake_file=
61
62 # Set default cpu_type so it can be updated in each machine entry.
63 cpu_type=`echo ${host} | sed 's/-.*$//'`
64 case ${host} in
65 m32c*-*-*)
66         cpu_type=m32c
67         ;;
68 alpha*-*-*)
69         cpu_type=alpha
70         ;;
71 am33_2.0-*-linux*)
72         cpu_type=mn10300
73         ;;
74 arm*-*-*)
75         cpu_type=arm
76         ;;
77 avr-*-*)
78         cpu_type=avr
79         ;;    
80 bfin*-*)
81         cpu_type=bfin
82         ;;
83 fido-*-*)
84         cpu_type=m68k
85         ;;
86 frv*)   cpu_type=frv
87         ;;
88 i[34567]86-*-*)
89         cpu_type=i386
90         ;;
91 x86_64-*-*)
92         cpu_type=i386
93         ;;
94 ia64-*-*)
95         ;;
96 hppa*-*-*)
97         cpu_type=pa
98         ;;
99 m32r*-*-*)
100         cpu_type=m32r
101         ;;
102 m68k-*-*)
103         ;;
104 mips*-*-*)
105         cpu_type=mips
106         ;;
107 powerpc*-*-*)
108         cpu_type=rs6000
109         ;;
110 rs6000*-*-*)
111         ;;
112 score*-*-*)
113         cpu_type=score
114         ;;
115 sparc64*-*-*)
116         cpu_type=sparc
117         ;;
118 sparc*-*-*)
119         cpu_type=sparc
120         ;;
121 spu*-*-*)
122         cpu_type=spu
123         ;;
124 s390*-*-*)
125         cpu_type=s390
126         ;;
127 # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
128 sh[123456789lbe]*-*-*)
129         cpu_type=sh
130         ;;
131 esac
132
133 # Common parts for widely ported systems.
134 case ${host} in
135 *-*-darwin*)
136   asm_hidden_op=.private_extern
137   tmake_file="t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin"
138   ;;
139 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
140   # This is the place-holder for the generic a.out configuration
141   # of FreeBSD.  No actual configuration resides here since
142   # there was only ever a bare-bones ix86 configuration for
143   # a.out and it exists solely in the machine-specific section.
144   # This place-holder must exist to avoid dropping into
145   # the generic ELF configuration of FreeBSD (i.e. it must be
146   # ordered before that section).
147   ;;
148 *-*-freebsd*)
149   # This is the generic ELF configuration of FreeBSD.  Later
150   # machine-specific sections may refine and add to this
151   # configuration.
152   ;;
153 *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
154   # Must come before *-*-gnu* (because of *-*-linux-gnu* systems).
155   extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
156   ;;
157 *-*-gnu*)
158   ;;
159 *-*-netbsd*)
160   ;;
161 *-*-openbsd*)
162   ;;
163 *-*-rtems*)
164   ;;
165 *-*-vxworks*)
166   ;;
167 *-*-elf)
168   ;;
169 esac
170
171 case ${host} in
172 # Support site-specific machine types.
173 *local*)
174         rest=`echo ${host} | sed -e "s/$cpu_type-//"`
175         if test -f $srcdir/config/${cpu_type}/t-$rest
176         then tmake_file=${cpu_type}/t-$rest
177         fi
178         ;;
179 alpha*-*-linux*)
180         tmake_file="${tmake_file} alpha/t-crtfm"
181         extra_parts="$extra_parts crtfastmath.o"
182         ;;
183 alpha*-*-gnu*)
184         ;;
185 alpha*-*-freebsd*)
186         ;;
187 alpha*-*-netbsd*)
188         ;;
189 alpha*-*-openbsd*)
190         ;;
191 alpha*-dec-osf[45]*)
192         ;;
193 alpha64-dec-*vms*)
194         ;;
195 alpha*-dec-*vms*)
196         ;;
197 arc-*-elf*)
198         ;;
199 arm-*-coff* | armel-*-coff*)
200         ;;
201 arm-semi-aof | armel-semi-aof)
202         ;;
203 arm-wrs-vxworks)
204         ;;
205 arm*-*-freebsd*)
206         ;;
207 arm*-*-netbsdelf*)
208         ;;
209 arm*-*-netbsd*)
210         ;;
211 arm*-*-linux*)                  # ARM GNU/Linux with ELF
212         ;;
213 arm*-*-uclinux*)                # ARM ucLinux
214         ;;
215 arm*-*-ecos-elf)
216         ;;
217 arm*-*-eabi* | arm*-*-symbianelf* )
218         ;;
219 arm*-*-rtems*)
220         ;;
221 arm*-*-elf)
222         ;;
223 arm*-wince-pe*)
224         ;;
225 arm-*-pe*)
226         ;;
227 avr-*-rtems*)
228         ;;
229 avr-*-*)
230     # Make HImode functions for AVR
231     tmake_file=${cpu_type}/t-avr
232         ;;
233 bfin*-elf*)
234         ;;
235 bfin*-uclinux*)
236         ;;
237 bfin*-linux-uclibc*)
238         # No need to build crtbeginT.o on uClibc systems.  Should probably
239         # be moved to the OS specific section above.
240         extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
241         ;;
242 bfin*-*)
243         ;;
244 crisv32-*-elf | crisv32-*-none | cris-*-elf | cris-*-none)
245         extra_parts="crtbegin.o crtend.o"
246         ;;
247 cris-*-linux* | crisv32-*-linux*)
248         ;;
249 crx-*-elf)
250         ;;
251 fido-*-elf)
252         ;;
253 fr30-*-elf)
254         ;;
255 frv-*-elf)
256         ;;
257 frv-*-*linux*)
258         ;;
259 h8300-*-rtems*)
260         ;;
261 h8300-*-elf*)
262         ;;
263 h8300-*-*)
264         ;;
265 hppa*64*-*-linux*)
266         ;;
267 hppa*-*-linux*)
268         ;;
269 hppa[12]*-*-hpux10*)
270         ;;
271 hppa*64*-*-hpux11*)
272         ;;
273 hppa[12]*-*-hpux11*)
274         ;;
275 i[34567]86-*-darwin*)
276         ;;
277 x86_64-*-darwin*)
278         tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin"
279         ;;
280 i[34567]86-*-elf*)
281         ;;
282 x86_64-*-elf*)
283         ;;
284 i[34567]86-*-aout*)
285         ;;
286 i[34567]86-*-freebsd*)
287         ;;
288 x86_64-*-freebsd*)
289         ;;
290 i[34567]86-*-netbsdelf*)
291         ;;
292 i[34567]86-*-netbsd*)
293         ;;
294 x86_64-*-netbsd*)
295         ;;
296 i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123])
297         ;;
298 i[34567]86-*-openbsd*)
299         ;;
300 i[34567]86-*-coff*)
301         ;;
302 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu)
303         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
304         tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm"
305         ;;
306 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu)
307         extra_parts="$extra_parts crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"
308         tmake_file="${tmake_file} i386/t-crtpc i386/t-crtfm"
309         ;;
310 i[34567]86-*-gnu*)
311         ;;
312 i[34567]86-pc-msdosdjgpp*)
313         ;;
314 i[34567]86-*-lynxos*)
315         ;;
316 i[3456x]86-*-netware*)
317         case /${with_ld} in
318         */nwld)
319                 tmake_file="${tmake_file} i386/t-nwld"
320                 ;;
321         esac
322         ;;
323 i[34567]86-*-nto-qnx*)
324         ;;
325 i[34567]86-*-rtems*)
326         ;;
327 i[34567]86-*-solaris2*)
328         ;;
329 i[4567]86-wrs-vxworks|i[4567]86-wrs-vxworksae)
330         ;;
331 i[34567]86-*-pe)
332         ;;
333 i[34567]86-*-cygwin* | i[34567]86-*-mingw*)
334         extra_parts="crtbegin.o crtend.o crtfastmath.o"
335         tmake_file="i386/t-cygming i386/t-crtfm"
336         ;;
337 x86_64-*-mingw*)
338         ;;
339 i[34567]86-*-interix3*)
340         ;;
341 ia64*-*-elf*)
342         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
343         tmake_file="ia64/t-ia64"
344         ;;
345 ia64*-*-freebsd*)
346         ;;
347 ia64*-*-linux*)
348         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
349         tmake_file="ia64/t-ia64"
350         ;;
351 ia64*-*-hpux*)
352         ;;
353 iq2000*-*-elf*)
354         ;;
355 m32r-*-elf*)
356         ;;
357 m32rle-*-elf*)
358         ;;
359 m32r-*-linux*)
360         ;;
361 m32rle-*-linux*)
362         ;;
363 m68hc11-*-*|m6811-*-*)
364         ;;
365 m68hc12-*-*|m6812-*-*)
366         ;;
367 m68k-*-aout*)
368         ;;
369 m68k-*-coff*)
370         ;;
371 m68k-*-elf*)
372         ;;
373 m68k*-*-netbsdelf*)
374         ;;
375 m68k*-*-openbsd*)
376         ;;
377 m68k-*-uclinux*)                # Motorola m68k/ColdFire running uClinux with uClibc
378         ;;
379 m68k-*-linux*)          # Motorola m68k's running GNU/Linux
380                                 # with ELF format using glibc 2
381                                 # aka the GNU/Linux C library 6.
382         ;;
383 m68k-*-rtems*)
384         ;;
385 mcore-*-elf)
386         ;;
387 mcore-*-pe*)
388         ;;
389 mips-sgi-irix[56]*)
390         ;;
391 mips*-*-netbsd*)                        # NetBSD/mips, either endian.
392         ;;
393 mips64*-*-linux*)
394         ;;
395 mips*-*-linux*)                         # Linux MIPS, either endian.
396         ;;
397 mips*-*-openbsd*)
398         ;;
399 mipsisa32-*-elf* | mipsisa32el-*-elf*)
400         ;;
401 mipsisa32r2-*-elf* | mipsisa32r2el-*-elf*)
402         ;;
403 mipsisa64-*-elf* | mipsisa64el-*-elf*)
404         ;;
405 mipsisa64sr71k-*-elf*)
406         ;;
407 mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
408         ;;
409 mips-*-elf* | mipsel-*-elf*)
410         ;;
411 mips64-*-elf* | mips64el-*-elf*)
412         ;;
413 mips64vr-*-elf* | mips64vrel-*-elf*)
414         ;;
415 mips64orion-*-elf* | mips64orionel-*-elf*)
416         ;;
417 mips*-*-rtems*)
418         ;;
419 mips-wrs-vxworks)
420         ;;
421 mipstx39-*-elf* | mipstx39el-*-elf*)
422         ;;
423 mmix-knuth-mmixware)
424         ;;
425 mn10300-*-*)
426         ;;
427 pdp11-*-bsd)
428         ;;
429 pdp11-*-*)
430         ;;
431 powerpc64-*-linux*)
432         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
433         ;;
434 powerpc64-*-gnu*)
435         tmake_file="${tmake_file} rs6000/t-ldbl128"
436         ;;
437 powerpc-*-darwin*)
438         ;;
439 powerpc64-*-darwin*)
440         ;;
441 powerpc*-*-freebsd*)
442         ;;
443 powerpc-*-netbsd*)
444         ;;
445 powerpc-*-eabispe*)
446         ;;
447 powerpc-*-eabisimaltivec*)
448         ;;
449 powerpc-*-eabisim*)
450         ;;
451 powerpc-*-elf*)
452         ;;
453 powerpc-*-eabialtivec*)
454         ;;
455 powerpc-*-eabi*)
456         ;;
457 powerpc-*-rtems*)
458         ;;
459 powerpc-*-linux*altivec*)
460         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
461         ;;
462 powerpc-*-linux*spe*)
463         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
464         ;;
465 powerpc-*-linux*)
466         tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128"
467         ;;
468 powerpc-*-gnu-gnualtivec*)
469         tmake_file="${tmake_file} rs6000/t-ldbl128"
470         ;;
471 powerpc-*-gnu*)
472         tmake_file="${tmake_file} rs6000/t-ldbl128"
473         ;;
474 powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
475         ;;
476 powerpc-*-lynxos*)
477         ;;
478 powerpcle-*-elf*)
479         ;;
480 powerpcle-*-eabisim*)
481         ;;
482 powerpcle-*-eabi*)
483         ;;
484 rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
485         ;;
486 rs6000-ibm-aix4.[3456789]* | powerpc-ibm-aix4.[3456789]*)
487         ;;
488 rs6000-ibm-aix5.1.* | powerpc-ibm-aix5.1.*)
489         ;;
490 rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
491         ;;
492 s390-*-linux*)
493         ;;
494 s390x-*-linux*)
495         ;;
496 s390x-ibm-tpf*)
497         ;;
498 score-*-elf)
499         ;;
500 sh-*-elf* | sh[12346l]*-*-elf* | \
501 sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
502   sh-*-linux* | sh[2346lbe]*-*-linux* | \
503   sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
504    sh64-*-netbsd* | sh64l*-*-netbsd*)
505         case ${host} in
506         sh*-*-linux*)
507                 tmake_file="${tmake_file} sh/t-linux"
508                 ;;
509         esac
510         ;;
511 sh-*-rtems*)
512         ;;
513 sh-wrs-vxworks)
514         ;;
515 sh-*-*)
516         ;;
517 sparc-*-netbsdelf*)
518         ;;
519 sparc64-*-openbsd*)
520         ;;
521 sparc-*-elf*)
522         ;;
523 sparc-*-linux*)         # SPARC's running GNU/Linux, libc6
524         extra_parts="$extra_parts crtfastmath.o"
525         tmake_file="${tmake_file} sparc/t-crtfm"
526         ;;
527 sparc-*-rtems*)
528         ;;
529 sparc64-*-solaris2* | sparcv9-*-solaris2*)
530         ;;
531 sparc-*-solaris2*)
532         ;;
533 sparc64-*-elf*)
534         ;;
535 sparc-wrs-vxworks)
536         ;;
537 sparc64-*-freebsd*|ultrasparc-*-freebsd*)
538         ;;
539 sparc64-*-linux*)               # 64-bit SPARC's running GNU/Linux
540         extra_parts="$extra_parts crtfastmath.o"
541         tmake_file="${tmake_file} sparc/t-crtfm"
542         ;;
543 sparc64-*-netbsd*)
544         ;;
545 spu-*-elf*)
546         ;;
547 v850e1-*-*)
548         ;;
549 v850e-*-*)
550         ;;
551 v850-*-*)
552         ;;
553 vax-*-netbsdelf*)
554         ;;
555 vax-*-netbsd*)
556         ;;
557 vax-*-openbsd*)
558         ;;
559 xstormy16-*-elf)
560         ;;
561 xtensa-*-elf*)
562         ;;
563 xtensa-*-linux*)
564         ;;
565 am33_2.0-*-linux*)
566         extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
567         ;;
568 m32c-*-elf*)
569         ;;
570 *)
571         echo "*** Configuration ${host} not supported" 1>&2
572         exit 1
573         ;;
574 esac
575
576 case ${host} in
577 i[34567]86-*-linux* | x86_64-*-linux*)
578         tmake_file="${tmake_file} t-tls"
579         ;;
580 esac
581
582 case ${host} in
583 i[34567]86-*-darwin* | x86_64-*-darwin* | \
584   i[34567]86-*-linux* | x86_64-*-linux*)
585         if test "${host_address}" = 32; then
586                 tmake_file="${tmake_file} i386/${host_address}/t-fprules-softfp"
587         fi
588         ;;
589 esac
590
591 case ${host} in
592 i[34567]86-*-linux* | x86_64-*-linux*)
593         # Provide backward binary compatibility for 64bit Linux/x86.
594         if test "${host_address}" = 64; then
595                 tmake_file="${tmake_file} i386/${host_address}/t-softfp-compat"
596         fi
597         ;;
598 esac