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