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