2003-10-24 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 ;;
c906108c 70
0fda6bd2 71
456f8b9d 72frv-*-*) gdb_target=frv ;;
adf40b2e 73
5ec846f9 74hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
c906108c
SS
75hppa*-*-hpux*) gdb_target=hppahpux ;;
76hppa*-*-hiux*) gdb_target=hppahpux ;;
61d8d407 77hppa*-*-*) gdb_target=hppa ;;
c906108c 78
1581182a
MK
79i[34567]86-ncr-*) gdb_target=ncr3000 ;;
80i[34567]86-*-bsd*) gdb_target=i386bsd ;;
81i[34567]86-*-netbsd*) gdb_target=nbsd ;;
82i[34567]86-*-openbsd*) gdb_target=obsd ;;
83i[34567]86-*-go32*) gdb_target=i386aout ;;
84i[34567]86-*-msdosdjgpp*) gdb_target=go32 ;;
85i[34567]86-*-nto*) gdb_target=nto ;;
86i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
87i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
88i[34567]86-*-sco*) gdb_target=i386v ;;
89i[34567]86-*-sysv*) gdb_target=i386v ;;
90i[34567]86-*-linux*) gdb_target=linux
a85f51e7
DJ
91 build_gdbserver=yes
92 ;;
1581182a
MK
93i[34567]86-*-isc*) gdb_target=i386v ;;
94i[34567]86-*-gnu*) gdb_target=i386gnu ;;
95i[34567]86-*-netware*) gdb_target=i386nw
c906108c 96 configdirs="${configdirs} nlm" ;;
1581182a
MK
97i[34567]86-*-cygwin*) gdb_target=cygwin ;;
98i[34567]86-*-vxworks*) gdb_target=vxworks ;;
99i[34567]86-*-*) gdb_target=embed ;;
7a292a7a 100
596c9d4b 101ia64-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
102ia64-*-linux*) gdb_target=linux
103 build_gdbserver=yes
104 ;;
32089c7c 105ia64*-*-*) gdb_target=ia64 ;;
eafb8301 106
880bc914 107m32r-*-*) gdb_target=m32r ;;
c906108c 108
78073dd8
AC
109m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
110
c906108c
SS
111m68000-*-sunos3*) gdb_target=sun2os3 ;;
112m68000-*-sunos4*) gdb_target=sun2os4 ;;
113
c906108c 114m68*-bull-sysv*) gdb_target=dpx2 ;;
c906108c
SS
115m68*-att-*) gdb_target=3b1 ;;
116m68*-cisco*-*) gdb_target=cisco ;;
c906108c
SS
117m68*-motorola-*) gdb_target=delta68 ;;
118m68*-netx-*) gdb_target=vxworks68 ;;
c906108c 119m68*-tandem-*) gdb_target=st2000 ;;
c906108c
SS
120m68*-*-aout*) gdb_target=monitor ;;
121m68*-*-coff*) gdb_target=monitor ;;
122m68*-*-elf*) gdb_target=monitor ;;
123m68*-*-linux*) gdb_target=linux
a85f51e7
DJ
124 build_gdbserver=yes
125 ;;
126m68*-*-lynxos*) gdb_target=m68klynx ;;
9eeef8ef 127m68*-*-netbsd*) gdb_target=nbsdaout ;;
c906108c
SS
128m68*-*-os68k*) gdb_target=os68k ;;
129m68*-*-sunos3*) gdb_target=sun3os3 ;;
a85f51e7 130m68*-*-sunos4*) gdb_target=sun3os4 ;;
c906108c
SS
131m68*-*-sysv4*) gdb_target=m68kv4 ;;
132m68*-*-vxworks*) gdb_target=vxworks68 ;;
133
96baa820 134mcore*-*-*) gdb_target=mcore ;;
aede7613
CD
135
136# "mipsisa64" targets are 64-bit MIPS, MIPS64 ISA. They need these
137# special cases because otherwise they (obviously) are not matched by
138# the "mips64" target cases, and would therefore be treated as 32-bit.
139mipsisa64*-*-linux*) gdb_target=linux64 ;;
140mipsisa64*-*-*) gdb_target=embed64 ;;
091be84d 141mips*-*-pe) gdb_target=wince ;;
c906108c 142mips*tx39*-elf*) gdb_target=tx39 ;;
96f026fc 143mips64*-*-linux*) gdb_target=linux64 ;;
c906108c 144mips*-sgi-irix5*) gdb_target=irix5 ;;
1d06468c 145mips*-sgi-irix6*) gdb_target=irix6 ;;
a85f51e7
DJ
146mips*-*-linux*) gdb_target=linux
147 build_gdbserver=yes
148 ;;
45888261 149mips*-*-netbsd*) gdb_target=nbsd ;;
c906108c 150mips*-*-sysv4*) gdb_target=mipsv4 ;;
c906108c 151mips*-*-vxworks*) gdb_target=vxmips ;;
6e8c2c06 152mips64*-*-*) gdb_target=embed64 ;;
c1bab85b 153mips*-*-*) gdb_target=embed ;;
c906108c 154
c906108c
SS
155mn10300-*-*) gdb_target=mn10300 ;;
156
157none-*-*) gdb_target=none ;;
158
9eeef8ef 159ns32k-*-netbsd*) gdb_target=nbsdaout ;;
c906108c 160
a85f51e7 161powerpc-*-netbsd*) gdb_target=nbsd ;;
c906108c 162powerpc-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
163powerpc-*-linux*) gdb_target=linux
164 build_gdbserver=yes
165 ;;
8fbb30b1 166powerpc64-*-linux*) gdb_target=linux ;;
adf40b2e 167powerpc-*-vxworks*) gdb_target=vxworks ;;
ea47855f
AC
168powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
169 gdb_target=ppc-sim
170 else
171 gdb_target=ppc-eabi
172 fi ;;
c906108c 173
a85f51e7 174rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
c906108c
SS
175rs6000-*-aix4*) gdb_target=aix4 ;;
176rs6000-*-*) gdb_target=rs6000 ;;
177
265f716b
DJ
178s390-*-*) gdb_target=s390
179 build_gdbserver=yes
180 ;;
181s390x-*-*) gdb_target=s390x
182 build_gdbserver=yes
183 ;;
4009c677 184
091be84d 185sh*-*-pe) gdb_target=wince ;;
10214f55
C
186sh-*-coff*) gdb_target=embed ;;
187sh-*-elf*) gdb_target=embed ;;
55ff77ac 188# FIXME should that be sh*-*-linux*, perhaps?
a85f51e7
DJ
189sh-*-linux*) gdb_target=linux
190 build_gdbserver=yes
191 ;;
13a38d45 192sh*-*-netbsdelf*) gdb_target=nbsd ;;
1b883d35 193sh-*-nto*) gdb_target=nto ;;
843fedf4 194sh*) gdb_target=embed ;;
cce74817 195
c906108c
SS
196sparc-*-aout*) gdb_target=sparc-em ;;
197sparc-*-coff*) gdb_target=sparc-em ;;
198sparc-*-elf*) gdb_target=sparc-em ;;
199sparc-*-linux*) gdb_target=linux ;;
a85f51e7 200sparc-*-lynxos*) gdb_target=sparclynx ;;
9ce5c36a 201sparc-*-netbsd*) gdb_target=nbsd ;;
c906108c 202sparc-*-solaris2*) gdb_target=sun4sol2 ;;
a85f51e7 203sparc-*-sunos4*) gdb_target=sun4os4 ;;
c906108c
SS
204sparc-*-sunos5*) gdb_target=sun4sol2 ;;
205sparc-*-vxworks*) gdb_target=vxsparc ;;
206sparc-*-*) gdb_target=sun4os4 ;;
c906108c
SS
207# It's not clear what the right solution for "v8plus" systems is yet.
208# For now, stick with sparc-sun-solaris2 since that's what config.guess
209# should return. Work is still needed to get gdb to print the 64 bit
210# regs (some of which are usable in v8plus) so sp64sol.mt hasn't been
211# deleted though presumably it should be eventually.
212#sparc64-*-solaris2*) gdb_target=sp64sol2 ;;
86168def 213sparc64-*-linux*) gdb_target=sp64linux ;;
9ce5c36a 214sparc64-*-netbsd*) gdb_target=nbsd64 ;;
ea87b71b 215sparcv9-*-* | sparc64-*-*) gdb_target=sp64 ;;
c906108c 216
0c884e17
CV
217xstormy16-*-*) gdb_target=xstormy16 ;;
218
c906108c
SS
219vax-*-*) gdb_target=vax ;;
220
c906108c 221v850*-*-*) gdb_target=v850
cce74817
JM
222 case ${gdb_host} in
223 cygwin*)
224 CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
225 * ) ;;
226 esac
c906108c
SS
227 ;;
228
58caa3dc
DJ
229x86_64-*-linux*) gdb_target=x86-64linux
230 build_gdbserver=yes
231 ;;
cced5e27 232x86_64-*-netbsd*) gdb_target=nbsd64 ;;
abf22e64 233
c906108c 234esac
2acceee2 235
b00a8037
DJ
236# map target onto default OS ABI
237
238case "${target}" in
239*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
240*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
1b883d35 241*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
5b729aa5 242*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
b00a8037 243esac
This page took 0.32215 seconds and 4 git commands to generate.