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