* alldeps.mak, configure.in, i860-break.h, i860-opcode.h,
[deliverable/binutils-gdb.git] / gdb / configure.in
1 configdirs="doc testsuite"
2 srcname="GDB"
3 srctrigger=main.c
4
5 # per-host:
6
7 # Map host cpu into the config cpu subdirectory name.
8 # The default is $host_cpu.
9
10 case "${host_cpu}" in
11
12 c[12]) gdb_host_cpu=convex ;;
13 hppa*) gdb_host_cpu=pa ;;
14 i[34]86) gdb_host_cpu=i386 ;;
15 m68*) gdb_host_cpu=m68k ;;
16 np1) gdb_host_cpu=gould ;;
17 pyramid) gdb_host_cpu=pyr ;;
18 *) gdb_host_cpu=$host_cpu ;;
19
20 esac
21
22 # map host info into gdb names.
23
24 case "${host}" in
25
26 a29k-*-*) gdb_host=ultra3 ;;
27
28 arm-*-*) gdb_host=arm ;;
29
30 c[12]-*-*) gdb_host=convex ;;
31
32 hppa*-hp-bsd) gdb_host=hppabsd ;;
33 hppa*-hp-hpux) gdb_host=hppahpux ;;
34
35 i[34]86-ncr-*) gdb_host=ncr3000 ;;
36 i[34]86-sequent-*) gdb_host=symmetry ;;
37
38 i[34]86-*-bsd*) gdb_host=i386bsd ;;
39 i[34]86-*-go32) gdb_host=go32 ;;
40 i[34]86-*-linux) gdb_host=linux ;;
41 i[34]86-*-mach) gdb_host=i386mach ;;
42 i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
43 i[34]86-*-sco*) gdb_host=i386sco ;;
44 i[34]86-*-solaris*) gdb_host=i386sol2 ;;
45 i[34]86-*-sunos*) gdb_host=sun386 ;;
46 i[34]86-*-sysv32) gdb_host=i386v32 ;;
47 i[34]86-*-sysv4*) gdb_host=i386v4 ;;
48 i[34]86-*-sysv*) gdb_host=i386v ;;
49
50 m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
51 m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
52 m68030-sony-*) gdb_host=news1000 ;;
53
54 m68*-altos-*) gdb_host=altos ;;
55 m68*-apollo*-sysv*) gdb_host=apollo68v ;;
56 m68*-apollo*-bsd*) gdb_host=apollo68b ;;
57 m68*-att-*) gdb_host=3b1 ;;
58 m68*-cbm-sysv4*) gdb_host=amix ;;
59 m68*-hp-bsd) gdb_host=hp300bsd ;;
60 m68*-hp-hpux) gdb_host=hp300hpux ;;
61 m68*-isi-*) gdb_host=isi ;;
62 m68*-sony-*) gdb_host=news ;;
63 m68*-sun-sunos3*) gdb_host=sun3os3 ;;
64 m68*-sun-sunos4*) gdb_host=sun3os4 ;;
65 m68*-sun-*) gdb_host=sun3os4 ;;
66
67 m88k-motorola-*) gdb_host=delta88 ;;
68 m88k-*-*) gdb_host=m88k ;;
69
70 mips-dec-*) gdb_host=decstation ;;
71 mips-little-*) gdb_host=littlemips ;;
72 mips-sgi-irix3) gdb_host=irix3 ;;
73 mips-sgi-irix4*) gdb_host=irix4 ;;
74 mips-sony-*) gdb_host=bigmips ;;
75
76 none-*-*) gdb_host=none ;;
77
78 np1-*-*) gdb_host=np1 ;;
79
80 ns32k-umax-*) gdb_host=umax ;;
81 ns32k-utek-sysv) gdb_host=merlin ;;
82
83 pn-*-*) gdb_host=pn ;;
84
85 pyramid-*-*) gdb_host=pyramid ;;
86
87 romp-*-*) gdb_host=rtbsd ;;
88
89 rs6000-*-*) gdb_host=rs6000 ;;
90
91 sparc-*-solaris2*) gdb_host=sun4sol2 ;;
92 sparc-*-sunos4*) gdb_host=sun4os4 ;;
93 sparc-*-*) gdb_host=sun4os4 ;;
94
95 tahoe-*-*) gdb_host=tahoe ;;
96
97 vax-*-bsd*) gdb_host=vaxbsd ;;
98 vax-*-ultrix2*) gdb_host=vaxult2 ;;
99 vax-*-ultrix*) gdb_host=vaxult ;;
100
101 esac
102
103
104 if [ ! -f ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ]; then
105 echo '***' "Gdb does not support host ${host}" 1>&2
106 exit 1
107 fi
108
109 # We really shouldn't depend on there being a space after XM_FILE= ...
110 hostfile=`awk '$1 == "XM_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
111
112 # per-target:
113
114 # Map target cpu into the config cpu subdirectory name.
115 # The default is $target_cpu.
116
117 case "${target_cpu}" in
118
119 c[12]) gdb_target_cpu=convex ;;
120 hppa*) gdb_target_cpu=pa ;;
121 i[34]86) gdb_target_cpu=i386 ;;
122 m68*) gdb_target_cpu=m68k ;;
123 np1) gdb_target_cpu=gould ;;
124 pn) gdb_target_cpu=gould ;;
125 pyramid) gdb_target_cpu=pyr ;;
126 *) gdb_target_cpu=$target_cpu ;;
127
128 esac
129
130 # map target info into gdb names.
131
132 case "${target}" in
133
134 a29k-*-aout) gdb_target=a29k ;;
135 a29k-*-coff) gdb_target=a29k ;;
136 a29k-*-elf) gdb_target=a29k ;;
137 a29k-*-ebmon) gdb_target=a29k ;;
138 a29k-*-kern) gdb_target=a29k-kern ;;
139 a29k-*-none) gdb_target=a29k ;;
140 a29k-*-sym1) gdb_target=ultra3 ;;
141 a29k-*-udi) gdb_target=a29k-udi ;;
142
143 arm-*-*) gdb_target=arm ;;
144
145 c1-*-*) gdb_target=convex ;;
146 c2-*-*) gdb_target=convex ;;
147
148 h8300-*-*) gdb_target=h8300hms ;;
149 h8500-*-*) gdb_target=h8500hms ;;
150
151 hppa*-*-bsd) gdb_target=hppabsd ;;
152 hppa*-*-hpux) gdb_target=hppahpux ;;
153
154 i[34]86-sequent-*) gdb_target=symmetry ;;
155 i[34]86-ncr-*) gdb_target=ncr3000 ;;
156
157 i[34]86-*-aout) gdb_target=i386aout ;;
158 i[34]86-*-coff) gdb_target=i386v ;;
159 i[34]86-*-elf) gdb_target=i386v ;;
160
161 i[34]86-*-bsd*) gdb_target=i386bsd ;;
162 i[34]86-*-go32) gdb_target=i386aout ;;
163 i[34]86-*-solaris*) gdb_target=i386sol2 ;;
164 i[34]86-*-sunos*) gdb_target=sun386 ;;
165 i[34]86-*-sysv4*) gdb_target=i386v4 ;;
166 i[34]86-*-sco*) gdb_target=i386v ;;
167 i[34]86-*-sysv*) gdb_target=i386v ;;
168 i[34]86-*-linux) gdb_target=linux ;;
169
170 i960-*-bout) gdb_target=vxworks960 ;;
171 i960-*-coff) gdb_target=nindy960 ;;
172 i960-*-elf) gdb_target=nindy960 ;;
173
174 i960-*-nindy) gdb_target=nindy960 ;;
175 i960-*-vxworks) gdb_target=vxworks960 ;;
176
177 m68000-*-aout) gdb_target=m68k-nofp ;;
178 m68000-*-coff) gdb_target=m68k-nofp ;;
179 m68000-*-elf) gdb_target=m68k-nofp ;;
180 m68000-*-sunos3*) gdb_target=sun2os3 ;;
181 m68000-*-sunos4*) gdb_target=sun2os4 ;;
182
183 m68*-cbm-sysv4*) gdb_target=amix ;;
184 m68*-hp-bsd) gdb_target=hp300bsd ;;
185 m68*-hp-hpux) gdb_target=hp300hpux ;;
186
187 m68*-altos-*) gdb_target=altos ;;
188 m68*-att-*) gdb_target=3b1 ;;
189 m68*-ericsson-*) gdb_target=es1800 ;;
190 m68*-isi-*) gdb_target=isi ;;
191 m68*-netx-*) gdb_target=vxworks68 ;;
192 m68*-sony-*) gdb_target=news ;;
193 m68*-tandem-*) gdb_target=st2000 ;;
194
195 m68*-*-aout) gdb_target=m68k-fp ;;
196 m68*-*-coff) gdb_target=m68k-fp ;;
197 m68*-*-elf) gdb_target=m68k-fp ;;
198 m68*-*-os68k) gdb_target=os68k ;;
199 m68*-*-sunos3*) gdb_target=sun3os3 ;;
200 m68*-*-sunos4*) gdb_target=sun3os4 ;;
201 m68*-*-vxworks*) gdb_target=vxworks68 ;;
202
203 m88k-motorola-*) gdb_target=delta88 ;;
204 m88k-*-*) gdb_target=m88k ;;
205
206 mips-big-*) gdb_target=bigmips ;;
207 mips-dec-*) gdb_target=decstation ;;
208 mips-idt-ecoff) gdb_target=idt ;;
209 mips-little-*) gdb_target=littlemips ;;
210 mips-sgi-*) gdb_target=irix3 ;;
211 mips-sony-*) gdb_target=bigmips ;;
212
213 none-*-*) gdb_target=none ;;
214
215 np1-*-*) gdb_target=np1 ;;
216
217 ns32k-utek-sysv) gdb_target=merlin ;;
218 ns32k-utek-*) gdb_target=umax ;;
219
220 pn-*-*) gdb_target=pn ;;
221
222 pyramid-*-*) gdb_target=pyramid ;;
223
224 rs6000-*-*) gdb_target=rs6000 ;;
225
226 sparc-*-aout) gdb_target=sparc-em ;;
227 sparc-*-coff) gdb_target=sparc-em ;;
228 sparc-*-elf) gdb_target=sparc-em ;;
229 sparc-*-solaris2*) gdb_target=sun4sol2 ;;
230 sparc-*-sunos4*) gdb_target=sun4os4 ;;
231 sparc-*-vxworks*) gdb_target=sparc-em ;;
232 sparc-*-*) gdb_target=sun4os4 ;;
233 sparclite*-*-*) gdb_target=sun4os4 ;;
234
235 tahoe-*-*) gdb_target=tahoe ;;
236 vax-*-*) gdb_target=vax ;;
237
238 z8k-unknown-sim) gdb_target=z8ksim ;;
239 esac
240
241 if [ ! -f ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt ]; then
242 echo '***' "Gdb does not support target ${target}" 1>&2
243 exit 1
244 fi
245
246 if [ -z "${removing}" ] ; then
247 cat ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt | awk '$1 == "#msg" {
248 print substr($0,6)}'
249 fi
250
251 # We really shouldn't depend on there being a space after TM_FILE= ...
252 targetfile=`awk '$1 == "TM_FILE=" { print $2 }' <${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt`
253
254 if [ "${target}" = "${host}" ] ; then
255 nativefile=`awk '$1 == "NAT_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
256 fi
257
258 host_makefile_frag=config/${gdb_host_cpu}/${gdb_host}.mh
259 target_makefile_frag=config/${gdb_target_cpu}/${gdb_target}.mt
260
261 # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
262 # (NAT_FILE) is not set in the ?config/* file, we don't make the
263 # corresponding links. But we have to remove the xm.h files and tm.h
264 # files anyway, e.g. when switching from "configure host" to
265 # "configure none".
266
267 files=
268 links=
269 rm -f xm.h
270 if [ "${hostfile}" != "" ]; then
271 if [ -f ${srcdir}/config/${hostfile} ]; then
272 files="${files} config/${hostfile}"
273 else
274 files="${files} config/${gdb_host_cpu}/${hostfile}"
275 fi
276 links="${links} xm.h"
277 fi
278 rm -f tm.h
279 if [ "${targetfile}" != "" ]; then
280 if [ -f ${srcdir}/config/${targetfile} ]; then
281 files="${files} config/${targetfile}"
282 else
283 files="${files} config/${gdb_target_cpu}/${targetfile}"
284 fi
285 links="${links} tm.h"
286 fi
287 rm -f nm.h
288 if [ "${nativefile}" != "" ]; then
289 if [ -f ${srcdir}/config/${nativefile} ]; then
290 files="${files} config/${nativefile}"
291 else
292 files="${files} config/${gdb_host_cpu}/${nativefile}"
293 fi
294 links="${links} nm.h"
295 # temporary scaffolding until all hosts have the host/target/native
296 # split in place.
297 else
298 files="${files} config/nm-trash.h"
299 links="${links} nm.h"
300 fi
301
302 # post-target:
303
304 case ${srcdir} in
305 .)
306 ;;
307 *)
308 grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
309 echo "source ${srcdir}/.gdbinit" >> .gdbinit
310 esac
311
312 if [ "${nativefile}" = "" ] ; then
313 sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
314 < Makefile > Makefile.tem
315 mv -f Makefile.tem Makefile
316 fi
317
318 cat ${srcdir}/alldeps.mak ${srcdir}/depend >>Makefile
This page took 0.0361089999999999 seconds and 5 git commands to generate.