Commit | Line | Data |
---|---|---|
60ac749c ILT |
1 | # This file is a shell script that supplies the information necessary |
2 | # to tailor a template configure script into the configure script | |
3 | # appropriate for this directory. For more information, check any | |
4 | # existing configure script. | |
5 | ||
6 | # Since the "bfd/hosts" directory is shared by the bfd, opcodes, and | |
7 | # binutils directories (at least), the index to it is also shared. | |
8 | # This is that index. Each configure.in file should source this file | |
9 | # in its per-host part. | |
10 | ||
11 | case "${host}" in | |
12 | # WHEN ADDING ENTRIES TO THIS MATRIX: | |
13 | # Make sure that the left side always has two dashes. Otherwise you | |
14 | # can get spurious matches. Even for unambiguous cases, do this as a | |
15 | # convention, else the table becomes a real mess to understand and maintain. | |
16 | # | |
17 | # Note that these entries cannot be fully alphabetical. Don't try. | |
18 | # The order of matching is critical when multiple lines could match. | |
19 | ||
af40ced8 | 20 | alpha-*-*) my_host=alphaosf ; host64=true ;; |
ae4471f6 | 21 | arm-*-riscix) my_host=riscix ;; |
60ac749c ILT |
22 | a29k-*-*) my_host=ultra3 ;; |
23 | ||
471c3c3f JK |
24 | hppa*-*-hpux*) my_host=hppahpux ;; |
25 | hppa*-*-hiux*) my_host=hppahpux ;; | |
26 | hppa*-*-bsd*) my_host=hppabsd ;; | |
27 | hppa*-*-osf*) my_host=hppaosf ;; | |
28 | ||
073e795f ILT |
29 | i[345]86-sequent-bsd*) my_host=symmetry ;; |
30 | i[345]86-sequent-sysv4*) my_host=sysv4 ;; | |
31 | i[345]86-sequent-sysv*) my_host=symmetry ;; | |
32 | i[345]86-*-bsd*) my_host=i386bsd ;; | |
89665c85 | 33 | i[345]86-*-freebsd*) my_host=i386bsd ;; |
073e795f ILT |
34 | i[345]86-*-netbsd*) my_host=i386bsd ;; |
35 | i[345]86-ncr*-sysv4*) my_host=ncr3000 ;; | |
36 | i[345]86-*-go32*) my_host=go32 ;; | |
89665c85 | 37 | i[345]86-*-pe*) my_host=i386pe ;; |
073e795f ILT |
38 | i[345]86-esix-sysv3*) my_host=esix ;; |
39 | i[345]86-*-sysv4*) my_host=i386v4 ;; | |
40 | i[345]86-*-sysv*) my_host=i386v ;; | |
ae4471f6 | 41 | i[345]86-*-solaris*) my_host=solaris2 ;; |
073e795f ILT |
42 | i[345]86-*-sco*) my_host=i386sco ;; |
43 | i[345]86-*-mach3*) my_host=i386mach3 ;; | |
44 | i[345]86-*-osf1mk*) my_host=i386osf1mk ;; | |
45 | i[345]86-*-msdos*) my_host=dose ;; | |
46 | i[345]86-*-linux*) my_host=i386linux ;; | |
47 | i[345]86-*-lynxos*) my_host=i386lynx ;; | |
48 | i[345]86-*-isc*) my_host=i386sco ;; | |
49 | i[345]86-*-aix*) my_host=i386aix ;; | |
60ac749c ILT |
50 | |
51 | i860-*-*) my_host=stratus ;; | |
52 | ||
af40ced8 | 53 | mips-dec-bsd*) my_host=mipsbsd ;; |
1fb83be6 | 54 | mips-dec-mach3*) my_host=mipsmach3 ;; |
60ac749c | 55 | mips-dec-*) my_host=decstation ;; |
af40ced8 JK |
56 | mips-sgi-irix3*) my_host=irix3 ;; |
57 | mips-sgi-irix4*) my_host=irix4 ;; | |
471c3c3f | 58 | mips-sgi-irix5*) my_host=irix5 ;; |
1fb83be6 KR |
59 | mips-*-mach3*) my_host=mipsmach3 ;; |
60 | mips-*-sysv4*) my_host=sysv4 ;; | |
af40ced8 | 61 | mips-*-sysv*) my_host=riscos ;; |
4d09e8ac | 62 | mips-*-riscos*) my_host=riscos ;; |
471c3c3f | 63 | mips-sony-bsd*) my_host=news-mips ;; |
60ac749c | 64 | |
af40ced8 JK |
65 | m68*-apollo*-sysv*) my_host=apollov68 ;; |
66 | m68*-apollo*-bsd*) my_host=apollo68 ;; | |
073e795f | 67 | m68*-atari-sysv4*) my_host=m68kv4 ;; |
4d09e8ac | 68 | m68*-bull*-sysv*) my_host=dpx2 ;; |
af40ced8 | 69 | m68*-convergent-sysv*) my_host=miniframe ;; |
13cadf76 | 70 | m68*-cbm-amigados*) my_host=amigados ;; |
073e795f | 71 | m68*-cbm-sysv4*) my_host=m68kv4 ;; |
13cadf76 JK |
72 | m68*-hp-hpux*) my_host=hp300 ;; |
73 | m68*-hp-bsd*) my_host=hp300bsd ;; | |
471c3c3f | 74 | m68*-*-lynxos*) my_host=m68klynx ;; |
af40ced8 | 75 | m68*-motorola-sysv*) my_host=delta68 ;; |
60ac749c ILT |
76 | m68*-sony-*) my_host=news ;; |
77 | m68*-sun-*) my_host=sun3 ;; | |
60ac749c | 78 | |
aa93c577 JK |
79 | m88*-*-sysv4*) my_host=delta88v4 ;; |
80 | m88*-motorola-sysv*) my_host=delta88 ;; | |
81 | m88*-harris-*) my_host=harris ;; | |
82 | m88*-*-dgux*) my_host=dgux ;; | |
1fb83be6 | 83 | m88*-*-mach3*) my_host=m88kmach3 ;; |
13cadf76 | 84 | |
1fb83be6 | 85 | ns32k-pc532-mach) my_host=pc532mach ;; |
ae4471f6 | 86 | ns32k-*-netbsd*) my_host=ns32knbsd ;; |
60ac749c ILT |
87 | |
88 | romp-*-*) my_host=rtbsd ;; | |
89 | ||
471c3c3f JK |
90 | rs6000-*-lynx*) my_host=rs6000lynx ;; |
91 | ||
60ac749c | 92 | rs6000-*-*) my_host=rs6000 ;; |
89665c85 | 93 | powerpc-*-aix*) my_host=rs6000 ;; |
60ac749c | 94 | |
471c3c3f | 95 | sparc-*-lynxos*) my_host=sparclynx ;; |
ae4471f6 | 96 | sparc-*-netbsd*) my_host=sparcnbsd;; |
13cadf76 | 97 | sparc-*-sunos64*) my_host=sparc-ll ;; |
60ac749c ILT |
98 | sparc-*-sysv4*) my_host=sysv4 ;; |
99 | sparc-*-solaris2*) my_host=solaris2 ;; | |
471c3c3f | 100 | sparc-*-sysv64*) my_host=sysv4-ll ;; |
60ac749c ILT |
101 | sparc-*-*) my_host=sparc ;; |
102 | ||
103 | tahoe-*-*) my_host=tahoe ;; | |
104 | ||
af40ced8 | 105 | vax-*-ultrix2*) my_host=vaxult2 ;; |
60ac749c ILT |
106 | vax-*-ultrix*) my_host=vaxult ;; |
107 | vax-*-*) my_host=vaxbsd ;; | |
108 | ||
109 | we32k-*-*) my_host=we32k ;; | |
110 | ||
111 | esac |