Changes to support GDB running on DOS using GO32 and H8 support
[deliverable/binutils-gdb.git] / gdb / configure.in
1 configdirs="doc"
2 srcname="GDB"
3 srctrigger=main.c
4 target_dependent=true
5
6 # per-host:
7
8 # map host info into gdb names.
9
10 case "${host_cpu}" in
11
12 m68k)
13 case "${host_vendor}" in
14 apollo*)
15 case "${host_os}" in
16 sysv*) gdb_host=apollo68v ;;
17 esac
18 ;;
19 att) gdb_host=3b1 ;;
20 altos)
21 case "${host_os}" in
22 gas) gdb_host=altosgas ;;
23 *) gdb_host=altos ;;
24 esac
25 ;;
26
27 cbm)
28 case ${host_os} in
29 amigados) gdb_host=amigados ;;
30 sysv4*) gdb_host=amix ;;
31 esac
32 ;;
33
34 hp)
35 case ${host_os} in
36 hpux) gdb_host=hp300hpux ;;
37 bsd) gdb_host=hp300bsd ;;
38 esac
39 ;;
40
41 isi) gdb_host=isi ;;
42 sony) gdb_host=news ;;
43 sun)
44 case "${host_os}" in
45 sunos3) gdb_host=sun3os3 ;;
46 sunos4) gdb_host=sun3os4 ;;
47 *) gdb_host=sun3 ;;
48 esac
49 ;;
50 esac
51 ;;
52
53 m68000)
54 case "${host_vendor}" in
55 sun)
56 case "${host_os}" in
57 sunos3) gdb_host=sun2os3 ;;
58 sunos4) gdb_host=sun2os4 ;;
59 *) gdb_host=sun2 ;;
60 esac
61 esac
62 ;;
63
64 sparc)
65 case "${host_os}" in
66 sunos3) gdb_host=sun4os3 ;;
67 sunos4) gdb_host=sun4os4 ;;
68 sunos5*|sysv4*) gdb_host=sun4os5 ;;
69 *) gdb_host=sun4 ;;
70 esac
71 ;;
72
73 m68030)
74 case "${host_vendor}" in
75 sony) gdb_host=news1000 ;;
76 esac
77 ;;
78
79 mips)
80 case "${host_vendor}" in
81 sony) gdb_host=bigmips ;;
82 dec) gdb_host=decstation ;;
83 little) gdb_host=littlemips ;;
84 sgi)
85 case "${host_os}" in
86 irix3) gdb_host=irix3 ;;
87 irix4) gdb_host=irix4 ;;
88 esac
89 ;;
90 esac
91 ;;
92
93 i860)
94 gdb_host=stratus
95 ;;
96
97 i386)
98 case "${host_vendor}" in
99 sun) gdb_host=sun386 ;;
100 sco) gdb_host=i386sco ;;
101 sequent) gdb_host=symmetry ;;
102 ncr) gdb_host=ncr3000 ;;
103 *)
104 case "${host_os}" in
105 go32) gdb_host=go32 ;;
106 sysv32) gdb_host=i386v32 ;;
107 sysv4*) gdb_host=i386v4 ;;
108 sysv*) gdb_host=i386v ;;
109 scosysv*) gdb_host=i386sco ;;
110 mach) gdb_host=i386mach ;;
111 esac
112 ;;
113 esac
114 ;;
115
116 c1 | c2) gdb_host=convex ;;
117
118 ns32k)
119 case "${host_vendor}" in
120 umax) gdb_host=umax ;;
121 esac
122 ;;
123
124 romp)
125 gdb_host=rtbsd
126 ;;
127
128 rs6000)
129 gdb_host=rs6000
130 ;;
131
132 a29k)
133 gdb_host=ultra3
134 ;;
135
136 m88k)
137 case "${host_vendor}" in
138 motorola)
139 gdb_host=delta88 ;;
140 *)
141 gdb_host=m88k ;;
142 esac
143 ;;
144
145 vax)
146 case "${host_os}" in
147 bsd*)
148 gdb_host=vaxbsd ;;
149 ultrix*)
150 gdb_host=vaxult ;;
151 esac
152 ;;
153
154 arm | merlin | none | np1 | pn | pyramid | tahoe)
155 gdb_host=${host_cpu}
156 ;;
157
158 ### unhandled hosts
159 #altosgas
160 #i386v-g
161 #i386v32-g
162
163 esac
164
165
166 if [ ! -f ${srcdir}/config/${gdb_host}.mh ]; then
167 echo '***' "Gdb does not support host ${host}" 1>&2
168 exit 1
169 fi
170
171 # We really shouldn't depend on there being a space after XM_FILE= ...
172 hostfile=`awk '$1 == "XM_FILE=" { print $2 }' <${srcdir}/config/${gdb_host}.mh`
173
174 # per-target:
175
176 case "${target_cpu}" in
177
178 m68k)
179 case "${target_vendor}" in
180 att) gdb_target=3b1 ;;
181 altos) gdb_target=altos ;;
182 cbm)
183 case ${target_os} in
184 amigados) gdb_host=amigados ;;
185 sysv4*) gdb_target=amix ;;
186 esac
187 ;;
188 hp)
189 case "${target_os}" in
190 bsd) gdb_target=hp300bsd ;;
191 hpux) gdb_target=hp300hpux ;;
192 esac
193 ;;
194 sun)
195 case "${target_os}" in
196 sunos3) gdb_target=sun3os3 ;;
197 sunos4) gdb_target=sun3os4 ;;
198 *) gdb_target=sun3 ;;
199 esac
200 ;;
201 wrs) gdb_target=vxworks68 ;;
202 isi) gdb_target=isi ;;
203 sony) gdb_target=news ;;
204 esac
205 case "${target_os}" in
206 os68k) gdb_target=os68k ;;
207 esac
208 ;;
209
210 m68000)
211 case "${target_vendor}" in
212 sun)
213 case "${target_os}" in
214 sunos3) gdb_target=sun2os3 ;;
215 sunos4) gdb_target=sun2os4 ;;
216 *) gdb_target=sun2 ;;
217 esac
218 esac
219 ;;
220
221 m68030)
222 case "${target_vendor}" in
223 sony) gdb_target=news1000 ;;
224 esac
225 ;;
226
227 none | arm | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin)
228 gdb_target=${target_cpu} ;;
229
230 m88k)
231 case "${target_vendor}" in
232 motorola) gdb_target=delta88 ;;
233 *) gdb_target=dgux ;;
234 esac
235 ;;
236 a29k)
237 case "${target_os}" in
238 none|aout|coff) gdb_target=a29k ;;
239 sym1) gdb_target=ultra3 ;;
240 kern) gdb_target=a29k-kern ;;
241 ebmon) gdb_target=a29k;;
242 udi) gdb_target=a29k-udi;;
243 esac
244 ;;
245
246 mips)
247 case "${target_vendor}" in
248 sony) gdb_target=bigmips ;;
249 big) gdb_target=bigmips ;;
250 dec) gdb_target=decstation ;;
251 little) gdb_target=littlemips ;;
252 sgi) gdb_target=irix3 ;;
253 esac
254 ;;
255
256 c1 | c2) gdb_target=convex ;;
257
258 sparc)
259 case "${target_vendor}" in
260 sun)
261 case "${target_os}" in
262 sunos3) gdb_target=sun4os3 ;;
263 sunos4) gdb_target=sun4os4 ;;
264 sunos5|sysv4*) gdb_target=sun4os5 ;;
265 *) gdb_target=sun4 ;;
266 esac
267 ;;
268 esac
269 ;;
270
271 h8300)
272 gdb_target=h8300hms
273 ;;
274
275 i860) gdb_target=stratus
276 ;;
277
278 i386)
279 case "${target_vendor}" in
280 sco) gdb_target=i386sco ;;
281 sun) gdb_target=sun386 ;;
282 sequent) gdb_target=symmetry ;;
283 ncr) gdb_target=ncr3000 ;;
284 *)
285 case "${target_os}" in
286 sysv32) gdb_target=i386v32 ;;
287 scosysv3*) gdb_target=i386v32 ;;
288 sysv4*) gdb_target=i386v4 ;;
289 sysv*) gdb_target=i386v ;;
290 mach) gdb_target=i386mach ;;
291 coff) gdb_target=i386v ;;
292 aout) gdb_target=i386aout ;;
293 esac
294 esac
295 ;;
296
297 i960)
298 case "${target_vendor}" in
299 bout | wrs) gdb_target=vxworks960 ;;
300 coff | intel) gdb_target=nindy960 ;;
301 esac
302 ;;
303
304 ns32k)
305 case "${target_vendor}" in
306 utek) gdb_target=umax ;;
307 esac
308 ;;
309
310 rs6000)
311 gdb_target=rs6000
312 ;;
313
314 ### unhandled targets
315 # altosgas
316 # i386v-g
317 # i386v32-g
318
319 esac
320
321 if [ ! -f ${srcdir}/config/${gdb_target}.mt ]; then
322 echo '***' "Gdb does not support target ${target}" 1>&2
323 exit 1
324 fi
325
326 if [ -z "${removing}" ] ; then
327 cat ${srcdir}/config/${gdb_host}.mh ${srcdir}/config/${gdb_target}.mt | awk '$1 == "#msg" {
328 print substr($0,6)}'
329 fi
330
331 # We really shouldn't depend on there being a space after TM_FILE= ...
332 targetfile=`awk '$1 == "TM_FILE=" { print $2 }' <${srcdir}/config/${gdb_target}.mt`
333
334 host_makefile_frag=config/${gdb_host}.mh
335 target_makefile_frag=config/${gdb_target}.mt
336
337 # If hostfile (XM_FILE) and/or targetfile (TM_FILE) is not set in the
338 # ?config/* file, we don't make the corresponding links. But we have
339 # to remove the xm.h files and tm.h files anyway, e.g. when switching
340 # from "configure host" to "configure none".
341 files=
342 links=
343 rm -f xm.h
344 if [ "${hostfile}" != "" ]; then
345 files="${files} ${hostfile}"
346 links="${links} xm.h"
347 fi
348 rm -f tm.h
349 if [ "${targetfile}" != "" ]; then
350 files="${files} ${targetfile}"
351 links="${links} tm.h"
352 fi
353
354 # post-target:
355
356 case ${srcdir} in
357 .)
358 ;;
359 *)
360 grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
361 echo "source ${srcdir}/.gdbinit" >> .gdbinit
362 esac
363
364 cat ${srcdir}/alldeps.mak ${srcdir}/depend >>Makefile
This page took 0.037525 seconds and 5 git commands to generate.