* mipsread.c: Pass NULL name pointer to init_type, not 0.
[deliverable/binutils-gdb.git] / bfd / configure.in
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 configdirs="doc"
7 srctrigger=libbfd.c
8 srcname="BFD"
9 target_dependent=true
10
11 # per-host:
12
13 case "${host_cpu}" in
14
15 rs6000) my_host=rs6000
16 ;;
17
18 mips)
19 case "${host_vendor}" in
20 dec) my_host=decstation ;;
21 sgi)
22 case "${host_os}" in
23 irix3) my_host=irix3 ;;
24 irix4) my_host=irix4 ;;
25 esac
26 ;;
27 esac
28 ;;
29
30 m88k)
31 case "${host_vendor}" in
32 motorola)
33 my_host=delta88 ;;
34 harris)
35 my_host=harris ;;
36 *)
37 case "${host_os}" in
38 dgux) my_host=dgux ;;
39 esac
40 ;;
41 esac
42 ;;
43
44 m68k|m680[01234]0)
45 case "${host_vendor}" in
46 cbm)
47 case ${host_os} in
48 amigados) my_host=amigados ;;
49 sysv4*) my_host=amix ;;
50 esac
51 ;;
52 hp)
53 case "${host_os}" in
54 hpux) my_host=hp9000 ;;
55 bsd) my_host=hp300bsd ;;
56 esac
57 ;;
58 sony) my_host=news ;;
59 sun) my_host=sun3 ;;
60 apollo*)
61 case "${host_os}" in
62 sysv*) my_host=apollov68 ;;
63 bsd*) my_host=apollo68 ;;
64 esac
65 ;;
66 esac
67 ;;
68
69 i860) my_host=stratus
70 ;;
71
72 i386)
73 case "${host_vendor}" in
74 ncr*)
75 case "${host_os}" in
76 sysv4*) my_host=ncr3000 ;;
77 esac
78 ;;
79 *)
80 case "${host_os}" in
81 go32) my_host=go32 ;;
82 sysv4*) my_host=i386v4 ;;
83 sysv* | scosysv*) my_host=i386v ;;
84 mach*) my_host=i386mach ;;
85 msdos*) my_host=dose ;;
86 linux) my_host=i386linux ;;
87 esac
88 ;;
89 esac
90 ;;
91
92 sparc)
93 case "${host_os}" in
94 sunos64) my_host=sparc-ll ;;
95 sysv4) my_host=sysv4 ;;
96 solaris2) my_host=solaris2 ;;
97 sysv64) my_host=sysv4-ll ;;
98 *) my_host=sparc ;;
99 esac
100 ;;
101
102 romp) my_host=rtbsd
103 ;;
104
105 a29k) my_host=ultra3
106 ;;
107
108 tahoe)
109 my_host=tahoe
110 ;;
111
112 vax)
113 case "${host_os}" in
114 ultrix*) my_host=vaxult ;;
115 *) my_host=vaxbsd ;;
116 esac
117 ;;
118 hppa)
119 case "${host_vendor}" in
120 hp)
121 case "${host_os}" in
122 hpux) my_host=hppahpux ;;
123 bsd) my_host=hppabsd ;;
124 esac
125 ;;
126 esac
127 ;;
128 esac
129
130 # Set up to make a link between the host's include file and "sysdep.h".
131 files="hosts/${my_host}.h"
132 links="sysdep.h"
133
134 if [ ! -f ${srcdir}/${files} ] ; then
135 if [ -n "${my_host}" ] ; then
136 echo '***' No file ${srcdir}/${files}
137 fi
138 echo '***' ${srcname} does not support host ${host}
139 exit 1
140 fi
141
142 host_makefile_frag=
143 if [ -f ${srcdir}/config/${my_host}.mh ] ; then
144 host_makefile_frag=config/${my_host}.mh
145 fi
146
147 # per-target:
148
149 case "${target}" in
150
151 rs6000-ibm-* ) bfd_target=rs6000 ;;
152
153 a29k-amd-ebmon ) bfd_target=a29k-coff ;;
154 a29k-amd-udi ) bfd_target=a29k-coff ;;
155 a29k-amd-* ) bfd_target=a29k-aout ;;
156
157 h8300-hitachi-* ) bfd_target=h8300-coff ;;
158 *-hitachi-* ) echo "bad hitachi cpu"; exit 1 ;;
159
160 i960-wrs-* ) bfd_target=i960-bout ;;
161 m68k-wrs-* ) bfd_target=m68k-aout ;;
162 m680[01234]0-wrs-* ) bfd_target=m68k-aout ;;
163
164 m68k-sun-* ) bfd_target=m68k-aout ;;
165 m680[01234]0-sun-* ) bfd_target=m68k-aout ;;
166 sparc-sun-sysv4 ) bfd_target=sparc-elf ;;
167 sparc-sun-solaris2* ) bfd_target=sparc-elf ;;
168 sparc-sun-* ) bfd_target=sparc-aout ;;
169
170 mips-dec-* ) bfd_target=decstation ;;
171 vax-dec-* ) bfd_target=vax ;;
172
173 m68k-hp-hpux ) bfd_target=hp9000 ;;
174 m680[01234]0-hp-hpux ) bfd_target=hp9000 ;;
175 m68k-hp-bsd ) bfd_target=hp300bsd ;;
176 m60[01234]0-hp-bsd ) bfd_target=hp300bsd ;;
177
178 mips-sgi-* ) bfd_target=irix3 ;;
179 mips-big-* ) bfd_target=irix3 ;;
180
181 *-tandem-* ) bfd_target=st2000 ;;
182
183 m68k-none-os68k ) bfd_target=m68k-aout ;;
184 m680[01234]0-none-os68k ) bfd_target=m68k-aout ;;
185 i386-sco-* ) bfd_target=i386-coff ;;
186
187 a29k-none-aout ) bfd_target=a29k-aout ;;
188 a29k-none-coff ) bfd_target=a29k-coff ;;
189 a29k-nyu-sym1 ) bfd_target=a29k-coff ;;
190
191 m88k-harris-* ) bfd_target=m88k-coff ;;
192 m88k-motorola-* ) bfd_target=m88k-coff ;;
193
194 vax-*-* ) bfd_target=vax ;;
195 tahoe-*-* ) bfd_target=tahoe ;;
196
197 hppa-hp-hpux ) bfd_target=hppahpux ;;
198 hppa-hp-bsd ) bfd_target=hppabsd ;;
199
200 *-*-aout ) bfd_target=${target_cpu}-aout ;;
201 *-*-bsd ) bfd_target=${target_cpu}-aout ;;
202 *-*-sysv4* ) bfd_target=${target_cpu}-elf ;;
203 *-*-solaris2* ) bfd_target=${target_cpu}-elf ;;
204 *-*-go32 ) bfd_target=${target_cpu}-aout ;;
205 *-*-linux* ) bfd_target=${target_cpu}-linux ;;
206 *-*-sysv* ) bfd_target=${target_cpu}-coff ;;
207 *-*-scosysv* ) bfd_target=${target_cpu}-coff ;;
208 tahoe-*-none ) bfd_target=${target_cpu} ;;
209 vax-*-none ) bfd_target=${target_cpu} ;;
210
211 # These are obsolete and should be removed. FIXME. -- gnu
212 *-aout-* ) bfd_target=${target_cpu}-aout ;;
213 *-bout-* ) bfd_target=${target_cpu}-bout ;;
214 *-coff-* ) bfd_target=${target_cpu}-coff ;;
215 *-elf-* ) bfd_target=${target_cpu}-elf ;;
216
217 i386-none-* ) bfd_target=i386-coff ;;
218 *-sony-* ) bfd_target=news ;;
219 *-intel-* ) bfd_target=${target_cpu}-coff ;;
220 *-stratus-* ) bfd_target=${target_cpu}-elf ;;
221 *-cbm-* ) bfd_target=${target_cpu}-elf ;;
222 *-ncr-* ) bfd_target=${target_cpu}-elf ;;
223
224 esac
225
226 if [ ! -f ${srcdir}/config/${bfd_target}.mt ] ; then
227 if [ -n "${bfd_target}" ] ; then
228 echo '***' No file ${srcdir}/config/${bfd_target}.mt
229 fi
230 echo '***' BFD does not support target ${target}
231 echo '***' Look in bfd/configure.in for supported targets
232 exit 1
233 fi
234 target_makefile_frag=config/${bfd_target}.mt
235
236 # We don't do any links based on the target system, just very minor makefile
237 # config.
This page took 0.042825 seconds and 4 git commands to generate.