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