1 configdirs="doc testsuite"
7 # Map host cpu into the config cpu subdirectory name.
8 # The default is $host_cpu.
12 c[12]) gdb_host_cpu=convex ;;
13 hppa*) gdb_host_cpu=pa ;;
14 i[34]86) gdb_host_cpu=i386 ;;
15 m68*) gdb_host_cpu=m68k ;;
16 np1) gdb_host_cpu=gould ;;
17 pyramid) gdb_host_cpu=pyr ;;
18 *) gdb_host_cpu=$host_cpu ;;
22 # map host info into gdb names.
26 a29k-*-*) gdb_host=ultra3 ;;
28 arm-*-*) gdb_host=arm ;;
30 c[12]-*-*) gdb_host=convex ;;
32 hppa*-hp-bsd*) gdb_host=hppabsd ;;
33 hppa*-hp-hpux*) gdb_host=hppahpux ;;
35 i[34]86-ncr-*) gdb_host=ncr3000 ;;
36 i[34]86-sequent-*) gdb_host=symmetry ;;
38 i[34]86-*-bsd*) gdb_host=i386bsd ;;
39 i[34]86-*-go32) gdb_host=go32 ;;
40 i[34]86-*-linux) gdb_host=linux ;;
41 i[34]86-*-mach) gdb_host=i386mach ;;
42 i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
43 i[34]86-*-sco*) gdb_host=i386sco ;;
44 i[34]86-*-solaris*) gdb_host=i386sol2 ;;
45 i[34]86-*-sunos*) gdb_host=sun386 ;;
46 i[34]86-*-sysv3.2) gdb_host=i386v32 ;;
47 i[34]86-*-sysv4*) gdb_host=i386v4 ;;
48 i[34]86-*-sysv*) gdb_host=i386v ;;
49 i[34]86-*-isc*) gdb_host=i386v32 ;;
51 m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
52 m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
53 m68030-sony-*) gdb_host=news1000 ;;
55 m68*-altos-*) gdb_host=altos ;;
56 m68*-apollo*-sysv*) gdb_host=apollo68v ;;
57 m68*-apollo*-bsd*) gdb_host=apollo68b ;;
58 m68*-att-*) gdb_host=3b1 ;;
59 m68*-cbm-sysv4*) gdb_host=amix ;;
60 m68*-hp-bsd*) gdb_host=hp300bsd ;;
61 m68*-hp-hpux*) gdb_host=hp300hpux ;;
62 m68*-isi-*) gdb_host=isi ;;
63 m68*-sony-*) gdb_host=news ;;
64 m68*-sun-sunos3*) gdb_host=sun3os3 ;;
65 m68*-sun-sunos4*) gdb_host=sun3os4 ;;
66 m68*-sun-*) gdb_host=sun3os4 ;;
68 m88k-motorola-*) gdb_host=delta88 ;;
69 m88k-*-*) gdb_host=m88k ;;
71 mips-dec-*) gdb_host=decstation ;;
72 mips-little-*) gdb_host=littlemips ;;
73 mips-sgi-irix3) gdb_host=irix3 ;;
74 mips-sgi-irix4*) gdb_host=irix4 ;;
75 mips-sony-*) gdb_host=bigmips ;;
77 none-*-*) gdb_host=none ;;
79 np1-*-*) gdb_host=np1 ;;
81 ns32k-umax-*) gdb_host=umax ;;
82 ns32k-utek-sysv) gdb_host=merlin ;;
84 pn-*-*) gdb_host=pn ;;
86 pyramid-*-*) gdb_host=pyramid ;;
88 romp-*-*) gdb_host=rtbsd ;;
90 rs6000-*-*) gdb_host=rs6000 ;;
92 sparc-*-solaris2*) gdb_host=sun4sol2 ;;
93 sparc-*-sunos4*) gdb_host=sun4os4 ;;
94 sparc-*-*) gdb_host=sun4os4 ;;
96 tahoe-*-*) gdb_host=tahoe ;;
98 vax-*-bsd*) gdb_host=vaxbsd ;;
99 vax-*-ultrix2*) gdb_host=vaxult2 ;;
100 vax-*-ultrix*) gdb_host=vaxult ;;
105 if [ ! -f ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ]; then
106 echo '***' "Gdb does not support host ${host}" 1>&2
110 # We really shouldn't depend on there being a space after XM_FILE= ...
111 hostfile=`awk '$1 == "XM_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
115 # Map target cpu into the config cpu subdirectory name.
116 # The default is $target_cpu.
118 case "${target_cpu}" in
120 c[12]) gdb_target_cpu=convex ;;
121 hppa*) gdb_target_cpu=pa ;;
122 i[34]86) gdb_target_cpu=i386 ;;
123 m68*) gdb_target_cpu=m68k ;;
124 np1) gdb_target_cpu=gould ;;
125 pn) gdb_target_cpu=gould ;;
126 pyramid) gdb_target_cpu=pyr ;;
127 sparclite) gdb_target_cpu=sparc
128 configdirs="${configdirs} sparclite"
130 sparc*) gdb_target_cpu=sparc ;;
131 *) gdb_target_cpu=$target_cpu ;;
135 # map target info into gdb names.
139 a29k-*-aout) gdb_target=a29k ;;
140 a29k-*-coff) gdb_target=a29k ;;
141 a29k-*-elf) gdb_target=a29k ;;
142 a29k-*-ebmon) gdb_target=a29k ;;
143 a29k-*-kern) gdb_target=a29k-kern ;;
144 a29k-*-none) gdb_target=a29k ;;
145 a29k-*-sym1) gdb_target=ultra3 ;;
146 a29k-*-udi) gdb_target=a29k-udi ;;
148 arm-*-*) gdb_target=arm ;;
150 c1-*-*) gdb_target=convex ;;
151 c2-*-*) gdb_target=convex ;;
153 h8300-*-*) gdb_target=h8300hms ;;
154 h8500-*-*) gdb_target=h8500hms ;;
156 sh-*-*) gdb_target=sh ;;
158 hppa*-*-bsd*) gdb_target=hppabsd ;;
159 hppa*-*-hpux*) gdb_target=hppahpux ;;
161 i[34]86-sequent-*) gdb_target=symmetry ;;
162 i[34]86-ncr-*) gdb_target=ncr3000 ;;
164 i[34]86-*-aout) gdb_target=i386aout ;;
165 i[34]86-*-coff) gdb_target=i386v ;;
166 i[34]86-*-elf) gdb_target=i386v ;;
168 i[34]86-*-bsd*) gdb_target=i386bsd ;;
169 i[34]86-*-go32) gdb_target=i386aout ;;
170 i[34]86-*-lynxos*) gdb_target=i386lynx
171 configdirs="${configdirs} gdbserver"
173 i[34]86-*-solaris*) gdb_target=i386sol2 ;;
174 i[34]86-*-sunos*) gdb_target=sun386 ;;
175 i[34]86-*-sysv4*) gdb_target=i386v4 ;;
176 i[34]86-*-sco*) gdb_target=i386v ;;
177 i[34]86-*-sysv*) gdb_target=i386v ;;
178 i[34]86-*-linux*) gdb_target=linux ;;
179 i[34]86-*-isc*) gdb_target=i386v ;;
181 i960-*-bout) gdb_target=vxworks960 ;;
182 i960-*-coff) gdb_target=nindy960 ;;
183 i960-*-elf) gdb_target=nindy960 ;;
185 i960-*-nindy) gdb_target=nindy960 ;;
186 i960-*-vxworks) gdb_target=vxworks960 ;;
188 m68000-*-aout) gdb_target=m68k-nofp ;;
189 m68000-*-coff) gdb_target=m68k-nofp ;;
190 m68000-*-elf) gdb_target=m68k-nofp ;;
191 m68000-*-sunos3*) gdb_target=sun2os3 ;;
192 m68000-*-sunos4*) gdb_target=sun2os4 ;;
194 m68*-cbm-sysv4*) gdb_target=amix ;;
195 m68*-hp-bsd*) gdb_target=hp300bsd ;;
196 m68*-hp-hpux*) gdb_target=hp300hpux ;;
198 m68*-altos-*) gdb_target=altos ;;
199 m68*-att-*) gdb_target=3b1 ;;
200 m68*-ericsson-*) gdb_target=es1800 ;;
201 m68*-isi-*) gdb_target=isi ;;
202 m68*-netx-*) gdb_target=vxworks68 ;;
203 m68*-sony-*) gdb_target=news ;;
204 m68*-tandem-*) gdb_target=st2000 ;;
206 m68*-rom68k-*) gdb_target=monitor ;;
207 m68*-*bug-*) gdb_target=monitor ;;
208 m68*-monitor-*) gdb_target=monitor ;;
210 m68*-*-aout) gdb_target=m68k-fp ;;
211 m68*-*-coff) gdb_target=m68k-fp ;;
212 m68*-*-elf) gdb_target=m68k-fp ;;
213 m68*-*-os68k) gdb_target=os68k ;;
214 m68*-*-sunos3*) gdb_target=sun3os3 ;;
215 m68*-*-sunos4*) gdb_target=sun3os4 ;;
216 m68*-*-vxworks*) gdb_target=vxworks68 ;;
218 m88k-motorola-*) gdb_target=delta88 ;;
219 m88k-*-*) gdb_target=m88k ;;
221 mips-big-*) gdb_target=bigmips ;;
222 mips-dec-*) gdb_target=decstation ;;
223 mips-idt-ecoffl*) gdb_target=idtl ;;
224 mips-idt-ecoff*) gdb_target=idt ;;
225 mips-little-*) gdb_target=littlemips ;;
226 mips-sgi-*) gdb_target=irix3 ;;
227 mips-sony-*) gdb_target=bigmips ;;
229 none-*-*) gdb_target=none ;;
231 np1-*-*) gdb_target=np1 ;;
233 ns32k-utek-sysv) gdb_target=merlin ;;
234 ns32k-utek-*) gdb_target=umax ;;
236 pn-*-*) gdb_target=pn ;;
238 pyramid-*-*) gdb_target=pyramid ;;
240 rs6000-*-*) gdb_target=rs6000 ;;
242 sparc-*-aout) gdb_target=sparc-em ;;
243 sparc-*-coff) gdb_target=sparc-em ;;
244 sparc-*-elf) gdb_target=sparc-em ;;
245 sparc-*-solaris2*) gdb_target=sun4sol2 ;;
246 sparc-*-sunos4*) gdb_target=sun4os4 ;;
247 sparc-*-vxworks*) gdb_target=vxsparc ;;
248 sparc-*-*) gdb_target=sun4os4 ;;
249 sparclite*-*-*) gdb_target=sparclite ;;
251 tahoe-*-*) gdb_target=tahoe ;;
252 vax-*-*) gdb_target=vax ;;
254 z8k-*-sim) gdb_target=z8ksim ;;
257 if [ ! -f ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt ]; then
258 echo '***' "Gdb does not support target ${target}" 1>&2
262 if [ -z "${removing}" ] ; then
263 cat ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt | awk '$1 == "#msg" {
267 # We really shouldn't depend on there being a space after TM_FILE= ...
268 targetfile=`awk '$1 == "TM_FILE=" { print $2 }' <${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt`
270 if [ "${target}" = "${host}" ] ; then
271 nativefile=`awk '$1 == "NAT_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
274 host_makefile_frag=config/${gdb_host_cpu}/${gdb_host}.mh
275 target_makefile_frag=config/${gdb_target_cpu}/${gdb_target}.mt
277 # If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
278 # (NAT_FILE) is not set in the ?config/* file, we don't make the
279 # corresponding links. But we have to remove the xm.h files and tm.h
280 # files anyway, e.g. when switching from "configure host" to
286 if [ "${hostfile}" != "" ]; then
287 if [ -f ${srcdir}/config/${hostfile} ]; then
288 files="${files} config/${hostfile}"
290 files="${files} config/${gdb_host_cpu}/${hostfile}"
292 links="${links} xm.h"
295 if [ "${targetfile}" != "" ]; then
296 if [ -f ${srcdir}/config/${targetfile} ]; then
297 files="${files} config/${targetfile}"
299 files="${files} config/${gdb_target_cpu}/${targetfile}"
301 links="${links} tm.h"
304 if [ "${nativefile}" != "" ]; then
305 if [ -f ${srcdir}/config/${nativefile} ]; then
306 files="${files} config/${nativefile}"
308 files="${files} config/${gdb_host_cpu}/${nativefile}"
310 links="${links} nm.h"
311 # temporary scaffolding until all hosts have the host/target/native
314 files="${files} config/nm-trash.h"
315 links="${links} nm.h"
324 grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
325 echo "source ${srcdir}/.gdbinit" >> .gdbinit
328 if [ "${nativefile}" = "" ] ; then
329 sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
330 < Makefile > Makefile.tem
331 mv -f Makefile.tem Makefile
334 cat ${srcdir}/alldeps.mak ${srcdir}/depend >>Makefile