* dbxread.c (read_dbx_dynamic_symtab): Reinstall support for sun3,
[deliverable/binutils-gdb.git] / gdb / configure.in
CommitLineData
6a936870 1configdirs="doc testsuite"
912e0732
RP
2srcname="GDB"
3srctrigger=main.c
bc028766 4
0df06ca0
RP
5# per-host:
6
1a0edbc7
FF
7# Map host cpu into the config cpu subdirectory name.
8# The default is $host_cpu.
9
10case "${host_cpu}" in
11
12c[12]) gdb_host_cpu=convex ;;
13hppa*) gdb_host_cpu=pa ;;
14i[34]86) gdb_host_cpu=i386 ;;
15m68*) gdb_host_cpu=m68k ;;
16np1) gdb_host_cpu=gould ;;
17pyramid) gdb_host_cpu=pyr ;;
18*) gdb_host_cpu=$host_cpu ;;
19
20esac
21
6c815bbe
RP
22# map host info into gdb names.
23
19758e9e 24case "${host}" in
6c815bbe 25
19758e9e
JG
26a29k-*-*) gdb_host=ultra3 ;;
27
7ccb1e44
SC
28alpha-*-osf*) gdb_host=alpha-osf1 ;;
29
19758e9e
JG
30arm-*-*) gdb_host=arm ;;
31
32c[12]-*-*) gdb_host=convex ;;
33
e8e13040
JK
34hppa*-*-bsd*) gdb_host=hppabsd ;;
35hppa*-*-hpux*) gdb_host=hppahpux ;;
36hppa*-*-hiux*) gdb_host=hppahpux ;;
6bfd168c 37hppa*-*-osf*) gdb_host=hppabsd ;;
19758e9e 38
19758e9e 39i[34]86-ncr-*) gdb_host=ncr3000 ;;
56eec3c7 40i[34]86-sequent-bsd*) gdb_host=symmetry ;; #dynix
59144a81 41i[34]86-sequent-sysv4*) gdb_host=ptx4 ;;
56eec3c7 42i[34]86-sequent-sysv*) gdb_host=ptx ;;
19758e9e 43
2c7ab4ca 44i[34]86-*-aix*) gdb_host=i386aix ;;
6d685882 45i[34]86-*-bsd*) gdb_host=i386bsd ;;
a6565079 46i[34]86-*-netbsd*) gdb_host=i386bsd ;;
3b891e0b
JK
47i[34]86-*-go32*) gdb_host=go32 ;;
48i[34]86-*-linux*) gdb_host=linux ;;
9bebe500 49i[34]86-*-lynxos*) gdb_host=i386lynx ;;
5d76c8e6
JK
50# Obsolete I suspect
51# i[34]86-*-mach) gdb_host=i386mach ;;
52i[34]86-*-mach*) gdb_host=i386m3 ;;
53i[34]86-*-osf1mk*) gdb_host=i386mk ;;
117f631e 54i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
cf57ff2a 55i[34]86-*-sco*) gdb_host=i386sco ;;
5c820c19 56i[34]86-*-solaris*) gdb_host=i386sol2 ;;
b1aa08e2 57i[34]86-*-sunos*) gdb_host=sun386 ;;
3b891e0b 58i[34]86-*-sysv3.2*) gdb_host=i386v32 ;;
d9a5e91f 59i[34]86-*-sysv32*) gdb_host=i386v32 ;;
19758e9e 60i[34]86-*-sysv4*) gdb_host=i386v4 ;;
2fa6925b 61i[34]86-*-unixware) gdb_host=i386v4 ;;
19758e9e 62i[34]86-*-sysv*) gdb_host=i386v ;;
e23a6896 63i[34]86-*-isc*) gdb_host=i386v32 ;;
1340861c 64i[34]86-*-os9k) gdb_host=i386os9k ;;
19758e9e 65
358ca35e
JG
66m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
67m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
ef131e13 68m68030-sony-*) gdb_host=news1000 ;;
19758e9e 69
358ca35e
JG
70m68*-altos-*) gdb_host=altos ;;
71m68*-apollo*-sysv*) gdb_host=apollo68v ;;
72m68*-apollo*-bsd*) gdb_host=apollo68b ;;
73m68*-att-*) gdb_host=3b1 ;;
0a8f1742 74m68*-bull*-sysv*) gdb_host=dpx2 ;;
358ca35e 75m68*-cbm-sysv4*) gdb_host=amix ;;
8f59e92b
FF
76m68*-hp-bsd*) gdb_host=hp300bsd ;;
77m68*-hp-hpux*) gdb_host=hp300hpux ;;
358ca35e 78m68*-isi-*) gdb_host=isi ;;
9bebe500 79m68*-*-lynxos*) gdb_host=m68klynx ;;
c649a7c2 80m68*-motorola-*) gdb_host=delta68 ;;
358ca35e
JG
81m68*-sony-*) gdb_host=news ;;
82m68*-sun-sunos3*) gdb_host=sun3os3 ;;
83m68*-sun-sunos4*) gdb_host=sun3os4 ;;
84m68*-sun-*) gdb_host=sun3os4 ;;
19758e9e 85
304977ab
JK
86m88*-motorola-sysv4*) gdb_host=delta88v4 ;;
87m88*-motorola-sysv*) gdb_host=delta88 ;;
88# I suspect this is just used for DGUX
89m88*-*-*) gdb_host=m88k ;;
19758e9e 90
19758e9e
JG
91mips-dec-*) gdb_host=decstation ;;
92mips-little-*) gdb_host=littlemips ;;
3b891e0b 93mips-sgi-irix3*) gdb_host=irix3 ;;
81029114 94mips-sgi-irix4*) gdb_host=irix4 ;;
e03c0cc6 95mips-sgi-irix5*) gdb_host=irix5 ;;
b487ba2e 96mips-sony-*) gdb_host=news-mips ;;
2fe3b329 97mips-*-sysv4*) gdb_host=mipsv4 ;;
ee06f230 98mips-*-sysv*) gdb_host=riscos ;;
e8f8e093 99mips-*-riscos*) gdb_host=riscos ;;
5d76c8e6 100mips-*-mach*) gdb_host=mipsm3 ;;
19758e9e
JG
101
102none-*-*) gdb_host=none ;;
ef131e13 103
19758e9e
JG
104np1-*-*) gdb_host=np1 ;;
105
106ns32k-umax-*) gdb_host=umax ;;
3b891e0b 107ns32k-utek-sysv*) gdb_host=merlin ;;
19758e9e 108
19758e9e
JG
109pn-*-*) gdb_host=pn ;;
110
111pyramid-*-*) gdb_host=pyramid ;;
112
113romp-*-*) gdb_host=rtbsd ;;
114
d87d7b10 115rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
19758e9e
JG
116rs6000-*-*) gdb_host=rs6000 ;;
117
9bebe500 118sparc-*-lynxos*) gdb_host=sparclynx ;;
ef131e13 119sparc-*-solaris2*) gdb_host=sun4sol2 ;;
ebb3a1e5 120sparc-*-sunos4*) gdb_host=sun4os4 ;;
b52373a2 121sparc-*-*) gdb_host=sun4os4 ;;
19758e9e
JG
122
123tahoe-*-*) gdb_host=tahoe ;;
124
125vax-*-bsd*) gdb_host=vaxbsd ;;
6985bc54 126vax-*-ultrix2*) gdb_host=vaxult2 ;;
19758e9e 127vax-*-ultrix*) gdb_host=vaxult ;;
7da1e27d 128
6c815bbe
RP
129esac
130
8c7ae4a2 131
1a0edbc7 132if [ ! -f ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ]; then
6c815bbe 133 echo '***' "Gdb does not support host ${host}" 1>&2
912e0732
RP
134 exit 1
135fi
136
bdf3621b 137# We really shouldn't depend on there being a space after XM_FILE= ...
1a0edbc7 138hostfile=`awk '$1 == "XM_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
912e0732 139
0df06ca0 140# per-target:
912e0732 141
1a0edbc7
FF
142# Map target cpu into the config cpu subdirectory name.
143# The default is $target_cpu.
144
145case "${target_cpu}" in
146
cef4c2e7 147alpha) gdb_target_cpu=alpha ;;
1a0edbc7
FF
148c[12]) gdb_target_cpu=convex ;;
149hppa*) gdb_target_cpu=pa ;;
150i[34]86) gdb_target_cpu=i386 ;;
151m68*) gdb_target_cpu=m68k ;;
df429798 152m8*) gdb_target_cpu=m88k ;;
b60f6584 153mips*) gdb_target_cpu=mips ;;
1a0edbc7
FF
154np1) gdb_target_cpu=gould ;;
155pn) gdb_target_cpu=gould ;;
156pyramid) gdb_target_cpu=pyr ;;
5fa46c42
SG
157sparclite) gdb_target_cpu=sparc
158 configdirs="${configdirs} sparclite"
159 ;;
0c101d49 160sparc*) gdb_target_cpu=sparc ;;
1a0edbc7
FF
161*) gdb_target_cpu=$target_cpu ;;
162
163esac
164
165# map target info into gdb names.
166
ef131e13
JG
167case "${target}" in
168
3b891e0b
JK
169a29k-*-aout*) gdb_target=a29k ;;
170a29k-*-coff*) gdb_target=a29k ;;
171a29k-*-elf*) gdb_target=a29k ;;
172a29k-*-ebmon*) gdb_target=a29k ;;
173a29k-*-kern*) gdb_target=a29k-kern ;;
174a29k-*-none*) gdb_target=a29k ;;
175a29k-*-sym1*) gdb_target=ultra3 ;;
176a29k-*-udi*) gdb_target=a29k-udi ;;
ef131e13 177
cef4c2e7 178alpha-*-osf*) gdb_target=alpha-osf1 ;;
6aaa61de 179alpha-*-netware*) gdb_target=alpha-nw ;;
cef4c2e7 180
ef131e13
JG
181arm-*-*) gdb_target=arm ;;
182
183c1-*-*) gdb_target=convex ;;
184c2-*-*) gdb_target=convex ;;
185
186h8300-*-*) gdb_target=h8300hms ;;
195e46ea 187h8500-*-*) gdb_target=h8500hms ;;
ef131e13 188
9faacb92
SC
189sh-*-*) gdb_target=sh ;;
190
8f59e92b
FF
191hppa*-*-bsd*) gdb_target=hppabsd ;;
192hppa*-*-hpux*) gdb_target=hppahpux ;;
7079e766 193hppa*-*-hiux*) gdb_target=hppahpux ;;
6bfd168c 194hppa*-*-osf*) gdb_target=hppaosf ;;
ef131e13 195
59144a81
JK
196i[34]86-sequent-bsd*) gdb_target=symmetry ;;
197i[34]86-sequent-sysv4*) gdb_target=ptx4 ;;
198i[34]86-sequent-sysv*) gdb_target=ptx ;;
ef131e13 199i[34]86-ncr-*) gdb_target=ncr3000 ;;
ebb3a1e5 200
3b891e0b
JK
201i[34]86-*-aout*) gdb_target=i386aout ;;
202i[34]86-*-coff*) gdb_target=i386v ;;
203i[34]86-*-elf*) gdb_target=i386v ;;
ebb3a1e5 204
2c7ab4ca 205i[34]86-*-aix*) gdb_target=i386aix ;;
6d685882 206i[34]86-*-bsd*) gdb_target=i386bsd ;;
a6565079 207i[34]86-*-netbsd*) gdb_target=i386bsd ;;
1340861c 208i[34]86-*-os9k) gdb_target=i386os9k ;;
3b891e0b 209i[34]86-*-go32*) gdb_target=i386aout ;;
9bebe500 210i[34]86-*-lynxos*) gdb_target=i386lynx
79f68f0f 211 configdirs="${configdirs} gdbserver"
5fa46c42 212 ;;
5c820c19 213i[34]86-*-solaris*) gdb_target=i386sol2 ;;
ef131e13
JG
214i[34]86-*-sunos*) gdb_target=sun386 ;;
215i[34]86-*-sysv4*) gdb_target=i386v4 ;;
cf57ff2a 216i[34]86-*-sco*) gdb_target=i386v ;;
ef131e13 217i[34]86-*-sysv*) gdb_target=i386v ;;
e23a6896
JK
218i[34]86-*-linux*) gdb_target=linux ;;
219i[34]86-*-isc*) gdb_target=i386v ;;
5d76c8e6 220i[34]86-*-mach*) gdb_target=i386m3 ;;
db85f523 221i[34]86-*-netware*) gdb_target=i386nw ;;
5d76c8e6 222i[34]86-*-osf1mk*) gdb_target=i386mk ;;
ef131e13 223
3b891e0b
JK
224i960-*-bout*) gdb_target=vxworks960 ;;
225i960-*-coff*) gdb_target=nindy960 ;;
226i960-*-elf*) gdb_target=nindy960 ;;
ebb3a1e5 227
3b891e0b
JK
228i960-*-nindy*) gdb_target=nindy960 ;;
229i960-*-vxworks*) gdb_target=vxworks960 ;;
ef131e13 230
ebb3a1e5
JG
231m68000-*-sunos3*) gdb_target=sun2os3 ;;
232m68000-*-sunos4*) gdb_target=sun2os4 ;;
ef131e13 233
358ca35e 234m68*-cbm-sysv4*) gdb_target=amix ;;
0a8f1742 235m68*-bull-sysv*) gdb_target=dpx2 ;;
8f59e92b
FF
236m68*-hp-bsd*) gdb_target=hp300bsd ;;
237m68*-hp-hpux*) gdb_target=hp300hpux ;;
358ca35e
JG
238
239m68*-altos-*) gdb_target=altos ;;
835fe6e6 240m68*-apollo*-bsd*) gdb_target=apollo68b ;;
358ca35e 241m68*-att-*) gdb_target=3b1 ;;
d0bff94e 242m68*-cisco*-*) gdb_target=cisco ;;
358ca35e
JG
243m68*-ericsson-*) gdb_target=es1800 ;;
244m68*-isi-*) gdb_target=isi ;;
c649a7c2 245m68*-motorola-*) gdb_target=delta68 ;;
358ca35e
JG
246m68*-netx-*) gdb_target=vxworks68 ;;
247m68*-sony-*) gdb_target=news ;;
248m68*-tandem-*) gdb_target=st2000 ;;
249
c1128340
RS
250m68*-rom68k-*) gdb_target=monitor ;;
251m68*-*bug-*) gdb_target=monitor ;;
252m68*-monitor-*) gdb_target=monitor ;;
253
0ffba029
RS
254m68*-*-aout*) gdb_target=monitor ;;
255m68*-*-coff*) gdb_target=monitor ;;
256m68*-*-elf*) gdb_target=monitor ;;
9bebe500
SS
257m68*-*-lynxos*) gdb_target=m68klynx
258 configdirs="${configdirs} gdbserver"
259 ;;
3b891e0b 260m68*-*-os68k*) gdb_target=os68k ;;
358ca35e
JG
261m68*-*-sunos3*) gdb_target=sun3os3 ;;
262m68*-*-sunos4*) gdb_target=sun3os4 ;;
263m68*-*-vxworks*) gdb_target=vxworks68 ;;
ef131e13 264
f9440640 265m88*-motorola-sysv4*) gdb_target=delta88v4 ;;
304977ab
JK
266m88*-motorola-*) gdb_target=delta88 ;;
267m88*-*-*) gdb_target=m88k ;;
ef131e13 268
70126bf9 269mips64*-big-*) gdb_target=bigmips64 ;;
b60f6584
ILT
270mips*-big-*) gdb_target=bigmips ;;
271mips*-dec-*) gdb_target=decstation ;;
70126bf9
KH
272mips64*el-*-ecoff*) gdb_target=idtl64 ;;
273mips64*-idt-ecoff*) gdb_target=idt64 ;;
274mips64*el-*-elf*) gdb_target=idtl64 ;;
275mips64*-*-elf*) gdb_target=idt64 ;;
b60f6584
ILT
276mips*el-*-ecoff*) gdb_target=idtl ;;
277mips*-idt-ecoff*) gdb_target=idt ;;
278mips*el-*-elf*) gdb_target=idtl ;;
279mips*-*-elf*) gdb_target=idt ;;
280mips*-little-*) gdb_target=littlemips ;;
281mips*-sgi-irix5*) gdb_target=irix5 ;;
282mips*-sgi-*) gdb_target=irix3 ;;
283mips*-sony-*) gdb_target=bigmips ;;
2fe3b329 284mips*-*-sysv4*) gdb_target=mipsv4 ;;
b60f6584
ILT
285mips*-*-sysv*) gdb_target=bigmips ;;
286mips*-*-riscos*) gdb_target=bigmips ;;
287mips*-*-mach*) gdb_target=mipsm3 ;;
ef131e13
JG
288
289none-*-*) gdb_target=none ;;
290
291np1-*-*) gdb_target=np1 ;;
292
3b891e0b 293ns32k-utek-sysv*) gdb_target=merlin ;;
ef131e13
JG
294ns32k-utek-*) gdb_target=umax ;;
295
296pn-*-*) gdb_target=pn ;;
297
298pyramid-*-*) gdb_target=pyramid ;;
299
d87d7b10 300rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
ef131e13
JG
301rs6000-*-*) gdb_target=rs6000 ;;
302
3b891e0b
JK
303sparc-*-aout*) gdb_target=sparc-em ;;
304sparc-*-coff*) gdb_target=sparc-em ;;
305sparc-*-elf*) gdb_target=sparc-em ;;
9bebe500
SS
306sparc-*-lynxos*) gdb_target=sparclynx
307 configdirs="${configdirs} gdbserver"
308 ;;
ef131e13 309sparc-*-solaris2*) gdb_target=sun4sol2 ;;
ebb3a1e5 310sparc-*-sunos4*) gdb_target=sun4os4 ;;
54d44c8c 311sparc-*-vxworks*) gdb_target=vxsparc ;;
b52373a2 312sparc-*-*) gdb_target=sun4os4 ;;
0c101d49 313sparclite*-*-*) gdb_target=sparclite ;;
bd96254f
DE
314# start-sanitize-v9
315sparc64-*-*) gdb_target_cpu=sparc gdb_target=sp64 ;;
316# end-sanitize-v9
ef131e13
JG
317
318tahoe-*-*) gdb_target=tahoe ;;
319vax-*-*) gdb_target=vax ;;
6c815bbe 320
3b891e0b
JK
321z8k-*-sim*) gdb_target=z8ksim ;;
322z8k-*-coff*) gdb_target=z8ksim ;;
6c815bbe
RP
323esac
324
1a0edbc7 325if [ ! -f ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt ]; then
6c815bbe 326 echo '***' "Gdb does not support target ${target}" 1>&2
912e0732
RP
327 exit 1
328fi
329
330if [ -z "${removing}" ] ; then
1a0edbc7 331 cat ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt | awk '$1 == "#msg" {
912e0732
RP
332 print substr($0,6)}'
333fi
334
bdf3621b 335# We really shouldn't depend on there being a space after TM_FILE= ...
1a0edbc7 336targetfile=`awk '$1 == "TM_FILE=" { print $2 }' <${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt`
912e0732 337
79f68f0f
DZ
338
339# these really aren't orthogonal true/false values of the same condition,
340# but shells are slow enough that I like to reuse the test conditions
341# whenever possible
342#
d40309c7 343if [ "${target}" = "${host}" ] ; then
1a0edbc7 344 nativefile=`awk '$1 == "NAT_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
79f68f0f
DZ
345else
346 # GDBserver is only useful in a "native" enviroment
347 configdirs=`echo $configdirs | sed 's/gdbserver//'`
d40309c7
JG
348fi
349
1a0edbc7
FF
350host_makefile_frag=config/${gdb_host_cpu}/${gdb_host}.mh
351target_makefile_frag=config/${gdb_target_cpu}/${gdb_target}.mt
912e0732 352
d40309c7
JG
353# If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
354# (NAT_FILE) is not set in the ?config/* file, we don't make the
355# corresponding links. But we have to remove the xm.h files and tm.h
356# files anyway, e.g. when switching from "configure host" to
357# "configure none".
358
bdf3621b
JG
359files=
360links=
dc0c3f64 361rm -f xm.h
bdf3621b 362if [ "${hostfile}" != "" ]; then
1a0edbc7
FF
363 if [ -f ${srcdir}/config/${hostfile} ]; then
364 files="${files} config/${hostfile}"
365 else
366 files="${files} config/${gdb_host_cpu}/${hostfile}"
367 fi
bdf3621b
JG
368 links="${links} xm.h"
369fi
dc0c3f64 370rm -f tm.h
bdf3621b 371if [ "${targetfile}" != "" ]; then
1a0edbc7
FF
372 if [ -f ${srcdir}/config/${targetfile} ]; then
373 files="${files} config/${targetfile}"
374 else
375 files="${files} config/${gdb_target_cpu}/${targetfile}"
376 fi
bdf3621b
JG
377 links="${links} tm.h"
378fi
1a0edbc7 379rm -f nm.h
d40309c7 380if [ "${nativefile}" != "" ]; then
1a0edbc7
FF
381 if [ -f ${srcdir}/config/${nativefile} ]; then
382 files="${files} config/${nativefile}"
383 else
384 files="${files} config/${gdb_host_cpu}/${nativefile}"
385 fi
dfc82617 386 links="${links} nm.h"
c9c23412
RP
387# temporary scaffolding until all hosts have the host/target/native
388# split in place.
389else
1a0edbc7 390 files="${files} config/nm-trash.h"
dfc82617 391 links="${links} nm.h"
d40309c7 392fi
bdf3621b
JG
393
394# post-target:
912e0732 395
bdf3621b
JG
396case ${srcdir} in
397 .)
398 ;;
399 *)
e8f8e093 400 grep "source ${srcdir}/.gdbinit" .gdbinit >/dev/null 2>/dev/null || \
bdf3621b
JG
401 echo "source ${srcdir}/.gdbinit" >> .gdbinit
402esac
403
c1ab5dba 404if [ "${nativefile}" = "" ] ; then
41617f8b 405 sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
d40309c7
JG
406 < Makefile > Makefile.tem
407 mv -f Makefile.tem Makefile
408fi
94d4b713
JK
409
410sed -e '/^TM_FILE[ ]*=/s,^TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
411/^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,
412/^NAT_FILE[ ]*=/s,^NAT_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,' <Makefile >Makefile.tmp
413mv -f Makefile.tmp Makefile
This page took 0.167054 seconds and 4 git commands to generate.