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