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