]>
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 ;; |
60ac749c ILT |
21 | a29k-*-*) my_host=ultra3 ;; |
22 | ||
471c3c3f JK |
23 | hppa*-*-hpux*) my_host=hppahpux ;; |
24 | hppa*-*-hiux*) my_host=hppahpux ;; | |
25 | hppa*-*-bsd*) my_host=hppabsd ;; | |
26 | hppa*-*-osf*) my_host=hppaosf ;; | |
27 | ||
28 | i[34]86-sequent-bsd*) my_host=symmetry ;; | |
29 | i[34]86-sequent-sysv4*) my_host=sysv4 ;; | |
30 | i[34]86-sequent-sysv*) my_host=symmetry ;; | |
13cadf76 | 31 | i[34]86-*-bsd*) my_host=i386bsd ;; |
471c3c3f | 32 | i[34]86-*-netbsd*) my_host=i386bsd ;; |
60ac749c | 33 | i[34]86-ncr*-sysv4*) my_host=ncr3000 ;; |
471c3c3f | 34 | i[34]86-*-go32*) my_host=go32 ;; |
13cadf76 | 35 | i[34]86-esix-sysv3*) my_host=esix ;; |
60ac749c ILT |
36 | i[34]86-*-sysv4*) my_host=i386v4 ;; |
37 | i[34]86-*-sysv*) my_host=i386v ;; | |
38 | i[34]86-*-solaris*) my_host=i386v ;; | |
13cadf76 JK |
39 | i[34]86-*-sco*) my_host=i386sco ;; |
40 | i[34]86-*-mach*) my_host=i386mach3 ;; | |
41 | i[34]86-*-osf1mk*) my_host=i386osf1mk ;; | |
60ac749c | 42 | i[34]86-*-msdos*) my_host=dose ;; |
13cadf76 JK |
43 | i[34]86-*-linux*) my_host=i386linux ;; |
44 | i[34]86-*-lynxos*) my_host=i386lynx ;; | |
471c3c3f | 45 | i[34]86-*-isc*) my_host=i386sco ;; |
60ac749c ILT |
46 | i[34]86-*-aix*) my_host=i386aix ;; |
47 | ||
48 | i860-*-*) my_host=stratus ;; | |
49 | ||
af40ced8 | 50 | mips-dec-bsd*) my_host=mipsbsd ;; |
60ac749c | 51 | mips-dec-*) my_host=decstation ;; |
af40ced8 JK |
52 | mips-sgi-irix3*) my_host=irix3 ;; |
53 | mips-sgi-irix4*) my_host=irix4 ;; | |
471c3c3f | 54 | mips-sgi-irix5*) my_host=irix5 ;; |
af40ced8 | 55 | mips-*-sysv*) my_host=riscos ;; |
4d09e8ac | 56 | mips-*-riscos*) my_host=riscos ;; |
471c3c3f | 57 | mips-sony-bsd*) my_host=news-mips ;; |
60ac749c | 58 | |
af40ced8 JK |
59 | m68*-apollo*-sysv*) my_host=apollov68 ;; |
60 | m68*-apollo*-bsd*) my_host=apollo68 ;; | |
4d09e8ac | 61 | m68*-bull*-sysv*) my_host=dpx2 ;; |
af40ced8 | 62 | m68*-convergent-sysv*) my_host=miniframe ;; |
13cadf76 | 63 | m68*-cbm-amigados*) my_host=amigados ;; |
60ac749c | 64 | m68*-cbm-sysv4*) my_host=amix ;; |
13cadf76 JK |
65 | m68*-hp-hpux*) my_host=hp300 ;; |
66 | m68*-hp-bsd*) my_host=hp300bsd ;; | |
471c3c3f | 67 | m68*-*-lynxos*) my_host=m68klynx ;; |
af40ced8 | 68 | m68*-motorola-sysv*) my_host=delta68 ;; |
60ac749c ILT |
69 | m68*-sony-*) my_host=news ;; |
70 | m68*-sun-*) my_host=sun3 ;; | |
60ac749c | 71 | |
aa93c577 JK |
72 | m88*-*-sysv4*) my_host=delta88v4 ;; |
73 | m88*-motorola-sysv*) my_host=delta88 ;; | |
74 | m88*-harris-*) my_host=harris ;; | |
75 | m88*-*-dgux*) my_host=dgux ;; | |
13cadf76 JK |
76 | |
77 | # Apparently the same config file as for 386 works. | |
78 | ns32k-*-mach*) my_host=i386mach3 ;; | |
60ac749c ILT |
79 | |
80 | romp-*-*) my_host=rtbsd ;; | |
81 | ||
471c3c3f JK |
82 | rs6000-*-lynx*) my_host=rs6000lynx ;; |
83 | ||
60ac749c ILT |
84 | rs6000-*-*) my_host=rs6000 ;; |
85 | ||
471c3c3f | 86 | sparc-*-lynxos*) my_host=sparclynx ;; |
13cadf76 | 87 | sparc-*-sunos64*) my_host=sparc-ll ;; |
60ac749c ILT |
88 | sparc-*-sysv4*) my_host=sysv4 ;; |
89 | sparc-*-solaris2*) my_host=solaris2 ;; | |
471c3c3f | 90 | sparc-*-sysv64*) my_host=sysv4-ll ;; |
60ac749c ILT |
91 | sparc-*-*) my_host=sparc ;; |
92 | ||
93 | tahoe-*-*) my_host=tahoe ;; | |
94 | ||
af40ced8 | 95 | vax-*-ultrix2*) my_host=vaxult2 ;; |
60ac749c ILT |
96 | vax-*-ultrix*) my_host=vaxult ;; |
97 | vax-*-*) my_host=vaxbsd ;; | |
98 | ||
99 | we32k-*-*) my_host=we32k ;; | |
100 | ||
101 | esac |