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