2003-09-11 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / configure.tgt
CommitLineData
c906108c
SS
1# Mappings from configurations to GDB target definitions. This is
2# invoked from the autoconf generated configure script.
3
4# This file sets the following shell variables:
5# gdb_target_cpu generic name of CPU
6# gdb_target name of GDB target definition to use
7
8# This file may also modify configdirs.
9
10# Map target cpu into the config cpu subdirectory name.
11# The default is $target_cpu.
12
13case "${target_cpu}" in
14
15alpha*) gdb_target_cpu=alpha ;;
ed9a39eb 16arm*) gdb_target_cpu=arm ;;
8818c391 17avr*) gdb_target_cpu=avr ;;
c906108c 18hppa*) gdb_target_cpu=pa ;;
1581182a 19i[34567]86*) gdb_target_cpu=i386 ;;
78073dd8 20m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
c906108c 21m68*) gdb_target_cpu=m68k ;;
c906108c 22mips*) gdb_target_cpu=mips ;;
c906108c 23powerpc*) gdb_target_cpu=powerpc ;;
c906108c
SS
24sparc*) gdb_target_cpu=sparc ;;
25thumb*) gdb_target_cpu=arm ;;
4009c677 26s390*) gdb_target_cpu=s390 ;;
13a38d45 27sh*) gdb_target_cpu=sh ;;
c906108c 28strongarm*) gdb_target_cpu=arm ;;
7cf6486b 29xscale*) gdb_target_cpu=arm ;;
c906108c 30v850*) gdb_target_cpu=v850 ;;
abf22e64 31x86_64*) gdb_target_cpu=i386 ;;
c906108c
SS
32*) gdb_target_cpu=$target_cpu ;;
33
34esac
35
36# map target info into gdb names.
37
38case "${target}" in
39
68cc0bfb 40x86_64-*-freebsd*) gdb_target=fbsd64 ;;
05e17ccd
DB
41*-*-freebsd*) gdb_target=fbsd
42 ;;
43
c906108c
SS
44alpha*-*-osf*) gdb_target=alpha-osf1 ;;
45alpha*-*-linux*) gdb_target=alpha-linux ;;
da8ca43d 46alpha*-*-netbsd*) gdb_target=nbsd ;;
32089c7c 47alpha*-*-*) gdb_target=alpha ;;
c906108c 48
091be84d 49arm*-wince-pe) gdb_target=wince ;;
a85f51e7
DJ
50arm*-*-linux*) gdb_target=linux
51 build_gdbserver=yes
41c49b06 52 ;;
57b29be7 53arm*-*-netbsd*) gdb_target=nbsd ;;
1b883d35 54arm-*-nto*) gdb_target=nto ;;
ed9a39eb
JM
55arm*-*-* | thumb*-*-* | strongarm*-*-*)
56 gdb_target=embed
7be570e7 57 configdirs="$configdirs rdi-share"
7cf6486b
NC
58 ;;
59xscale-*-*) gdb_target=embed
60 configdirs="$configdirs rdi-share"
7be570e7 61 ;;
c906108c 62
57b29be7 63avr-*-*) gdb_target=avr ;;
8818c391 64
29134980
OF
65cris*) gdb_target=cris ;;
66
c906108c 67d10v-*-*) gdb_target=d10v ;;
c906108c
SS
68
69h8300-*-*) gdb_target=h8300 ;;
fd2299bd 70# OBSOLETE h8500-*-*) gdb_target=h8500 ;;
c906108c 71
0fda6bd2 72
456f8b9d 73frv-*-*) gdb_target=frv ;;
adf40b2e 74
56056df7
AC
75# OBSOLETE hppa*-*-bsd*) gdb_target=hppabsd ;;
76# OBSOLETE hppa*-*-pro*) gdb_target=hppapro ;;
5ec846f9 77hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
c906108c
SS
78hppa*-*-hpux*) gdb_target=hppahpux ;;
79hppa*-*-hiux*) gdb_target=hppahpux ;;
56056df7 80# OBSOLETE hppa*-*-osf*) gdb_target=hppaosf ;;
61d8d407 81hppa*-*-*) gdb_target=hppa ;;
c906108c 82
2fbce691
AC
83# OBSOLETE i[3456]86-sequent-bsd*) gdb_target=symmetry ;;
84# OBSOLETE i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;;
85# OBSOLETE i[3456]86-sequent-sysv*) gdb_target=ptx ;;
1581182a
MK
86i[34567]86-ncr-*) gdb_target=ncr3000 ;;
87i[34567]86-*-bsd*) gdb_target=i386bsd ;;
88i[34567]86-*-netbsd*) gdb_target=nbsd ;;
89i[34567]86-*-openbsd*) gdb_target=obsd ;;
90i[34567]86-*-go32*) gdb_target=i386aout ;;
91i[34567]86-*-msdosdjgpp*) gdb_target=go32 ;;
92i[34567]86-*-nto*) gdb_target=nto ;;
93i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
94i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
95i[34567]86-*-sco*) gdb_target=i386v ;;
96i[34567]86-*-sysv*) gdb_target=i386v ;;
97i[34567]86-*-linux*) gdb_target=linux
a85f51e7
DJ
98 build_gdbserver=yes
99 ;;
1581182a
MK
100i[34567]86-*-isc*) gdb_target=i386v ;;
101i[34567]86-*-gnu*) gdb_target=i386gnu ;;
102i[34567]86-*-netware*) gdb_target=i386nw
c906108c 103 configdirs="${configdirs} nlm" ;;
1581182a
MK
104i[34567]86-*-cygwin*) gdb_target=cygwin ;;
105i[34567]86-*-vxworks*) gdb_target=vxworks ;;
106i[34567]86-*-*) gdb_target=embed ;;
7a292a7a 107
596c9d4b 108ia64-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
109ia64-*-linux*) gdb_target=linux
110 build_gdbserver=yes
111 ;;
32089c7c 112ia64*-*-*) gdb_target=ia64 ;;
eafb8301 113
880bc914 114m32r-*-*) gdb_target=m32r ;;
c906108c 115
78073dd8
AC
116m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
117
c906108c
SS
118m68000-*-sunos3*) gdb_target=sun2os3 ;;
119m68000-*-sunos4*) gdb_target=sun2os4 ;;
120
c906108c 121m68*-bull-sysv*) gdb_target=dpx2 ;;
c906108c
SS
122m68*-att-*) gdb_target=3b1 ;;
123m68*-cisco*-*) gdb_target=cisco ;;
c906108c
SS
124m68*-motorola-*) gdb_target=delta68 ;;
125m68*-netx-*) gdb_target=vxworks68 ;;
c906108c 126m68*-tandem-*) gdb_target=st2000 ;;
c906108c
SS
127m68*-*-aout*) gdb_target=monitor ;;
128m68*-*-coff*) gdb_target=monitor ;;
129m68*-*-elf*) gdb_target=monitor ;;
130m68*-*-linux*) gdb_target=linux
a85f51e7
DJ
131 build_gdbserver=yes
132 ;;
133m68*-*-lynxos*) gdb_target=m68klynx ;;
9eeef8ef 134m68*-*-netbsd*) gdb_target=nbsdaout ;;
c906108c
SS
135m68*-*-os68k*) gdb_target=os68k ;;
136m68*-*-sunos3*) gdb_target=sun3os3 ;;
a85f51e7 137m68*-*-sunos4*) gdb_target=sun3os4 ;;
c906108c
SS
138m68*-*-sysv4*) gdb_target=m68kv4 ;;
139m68*-*-vxworks*) gdb_target=vxworks68 ;;
140
96baa820 141mcore*-*-*) gdb_target=mcore ;;
aede7613
CD
142
143# "mipsisa64" targets are 64-bit MIPS, MIPS64 ISA. They need these
144# special cases because otherwise they (obviously) are not matched by
145# the "mips64" target cases, and would therefore be treated as 32-bit.
146mipsisa64*-*-linux*) gdb_target=linux64 ;;
147mipsisa64*-*-*) gdb_target=embed64 ;;
091be84d 148mips*-*-pe) gdb_target=wince ;;
c906108c 149mips*tx39*-elf*) gdb_target=tx39 ;;
96f026fc 150mips64*-*-linux*) gdb_target=linux64 ;;
c906108c 151mips*-sgi-irix5*) gdb_target=irix5 ;;
1d06468c 152mips*-sgi-irix6*) gdb_target=irix6 ;;
a85f51e7
DJ
153mips*-*-linux*) gdb_target=linux
154 build_gdbserver=yes
155 ;;
45888261 156mips*-*-netbsd*) gdb_target=nbsd ;;
78c43945 157# OBSOLETE mips*-*-mach3*) gdb_target=mipsm3 ;;
c906108c 158mips*-*-sysv4*) gdb_target=mipsv4 ;;
c906108c 159mips*-*-vxworks*) gdb_target=vxmips ;;
6e8c2c06 160mips64*-*-*) gdb_target=embed64 ;;
c1bab85b 161mips*-*-*) gdb_target=embed ;;
c906108c 162
67f16606 163# OBSOLETE mn10200-*-*) gdb_target=mn10200 ;;
c906108c
SS
164mn10300-*-*) gdb_target=mn10300 ;;
165
166none-*-*) gdb_target=none ;;
167
9eeef8ef 168ns32k-*-netbsd*) gdb_target=nbsdaout ;;
c906108c 169
a85f51e7 170powerpc-*-netbsd*) gdb_target=nbsd ;;
c906108c 171powerpc-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
172powerpc-*-linux*) gdb_target=linux
173 build_gdbserver=yes
174 ;;
8fbb30b1 175powerpc64-*-linux*) gdb_target=linux ;;
adf40b2e 176powerpc-*-vxworks*) gdb_target=vxworks ;;
ea47855f
AC
177powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
178 gdb_target=ppc-sim
179 else
180 gdb_target=ppc-eabi
181 fi ;;
c906108c 182
a85f51e7 183rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
c906108c
SS
184rs6000-*-aix4*) gdb_target=aix4 ;;
185rs6000-*-*) gdb_target=rs6000 ;;
186
265f716b
DJ
187s390-*-*) gdb_target=s390
188 build_gdbserver=yes
189 ;;
190s390x-*-*) gdb_target=s390x
191 build_gdbserver=yes
192 ;;
4009c677 193
091be84d 194sh*-*-pe) gdb_target=wince ;;
10214f55
C
195sh-*-coff*) gdb_target=embed ;;
196sh-*-elf*) gdb_target=embed ;;
55ff77ac 197# FIXME should that be sh*-*-linux*, perhaps?
a85f51e7
DJ
198sh-*-linux*) gdb_target=linux
199 build_gdbserver=yes
200 ;;
13a38d45 201sh*-*-netbsdelf*) gdb_target=nbsd ;;
1b883d35 202sh-*-nto*) gdb_target=nto ;;
843fedf4 203sh*) gdb_target=embed ;;
cce74817 204
c906108c
SS
205sparc-*-aout*) gdb_target=sparc-em ;;
206sparc-*-coff*) gdb_target=sparc-em ;;
207sparc-*-elf*) gdb_target=sparc-em ;;
208sparc-*-linux*) gdb_target=linux ;;
a85f51e7 209sparc-*-lynxos*) gdb_target=sparclynx ;;
9ce5c36a 210sparc-*-netbsd*) gdb_target=nbsd ;;
c906108c 211sparc-*-solaris2*) gdb_target=sun4sol2 ;;
a85f51e7 212sparc-*-sunos4*) gdb_target=sun4os4 ;;
c906108c
SS
213sparc-*-sunos5*) gdb_target=sun4sol2 ;;
214sparc-*-vxworks*) gdb_target=vxsparc ;;
215sparc-*-*) gdb_target=sun4os4 ;;
f81824a9
AC
216# OBSOLETE sparclet-*-*) gdb_target=sparclet;;
217# OBSOLETE sparclite-*-*) gdb_target=sparclite ;;
218# OBSOLETE sparc86x-*-*) gdb_target=sparclite ;;
c906108c
SS
219# It's not clear what the right solution for "v8plus" systems is yet.
220# For now, stick with sparc-sun-solaris2 since that's what config.guess
221# should return. Work is still needed to get gdb to print the 64 bit
222# regs (some of which are usable in v8plus) so sp64sol.mt hasn't been
223# deleted though presumably it should be eventually.
224#sparc64-*-solaris2*) gdb_target=sp64sol2 ;;
86168def 225sparc64-*-linux*) gdb_target=sp64linux ;;
9ce5c36a 226sparc64-*-netbsd*) gdb_target=nbsd64 ;;
ea87b71b 227sparcv9-*-* | sparc64-*-*) gdb_target=sp64 ;;
c906108c 228
0c884e17
CV
229xstormy16-*-*) gdb_target=xstormy16 ;;
230
c906108c
SS
231vax-*-*) gdb_target=vax ;;
232
c906108c 233v850*-*-*) gdb_target=v850
cce74817
JM
234 case ${gdb_host} in
235 cygwin*)
236 CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
237 * ) ;;
238 esac
c906108c
SS
239 ;;
240
58caa3dc
DJ
241x86_64-*-linux*) gdb_target=x86-64linux
242 build_gdbserver=yes
243 ;;
abf22e64 244
8b0e5691 245# OBSOLETE z8k-*-coff*) gdb_target=z8k ;;
c906108c
SS
246
247esac
2acceee2 248
b00a8037
DJ
249# map target onto default OS ABI
250
251case "${target}" in
252*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
253*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
1b883d35 254*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
5b729aa5 255*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
b00a8037 256esac
This page took 0.262119 seconds and 4 git commands to generate.