2004-11-05 Jeff Johnston <jjohnstn@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 ;;
bf2ca189 22m88*) gdb_target_cpu=m88k ;;
c906108c 23mips*) gdb_target_cpu=mips ;;
c906108c 24powerpc*) gdb_target_cpu=powerpc ;;
c906108c
SS
25sparc*) gdb_target_cpu=sparc ;;
26thumb*) gdb_target_cpu=arm ;;
4009c677 27s390*) gdb_target_cpu=s390 ;;
13a38d45 28sh*) gdb_target_cpu=sh ;;
c906108c 29strongarm*) gdb_target_cpu=arm ;;
7cf6486b 30xscale*) gdb_target_cpu=arm ;;
c906108c 31v850*) gdb_target_cpu=v850 ;;
abf22e64 32x86_64*) gdb_target_cpu=i386 ;;
c906108c
SS
33*) gdb_target_cpu=$target_cpu ;;
34
35esac
36
37# map target info into gdb names.
38
39case "${target}" in
40
69489883
NN
41x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
42 gdb_target=fbsd64 ;;
43*-*-freebsd* | *-*-kfreebsd*-gnu)
44 gdb_target=fbsd ;;
05e17ccd 45
c906108c
SS
46alpha*-*-osf*) gdb_target=alpha-osf1 ;;
47alpha*-*-linux*) gdb_target=alpha-linux ;;
69489883
NN
48alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
49 gdb_target=nbsd ;;
2031c21a 50alpha*-*-openbsd*) gdb_target=nbsd ;;
32089c7c 51alpha*-*-*) gdb_target=alpha ;;
c906108c 52
091be84d 53arm*-wince-pe) gdb_target=wince ;;
a85f51e7
DJ
54arm*-*-linux*) gdb_target=linux
55 build_gdbserver=yes
41c49b06 56 ;;
69489883
NN
57arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
58 gdb_target=nbsd ;;
1b883d35 59arm-*-nto*) gdb_target=nto ;;
ed9a39eb
JM
60arm*-*-* | thumb*-*-* | strongarm*-*-*)
61 gdb_target=embed
7be570e7 62 configdirs="$configdirs rdi-share"
7cf6486b
NC
63 ;;
64xscale-*-*) gdb_target=embed
65 configdirs="$configdirs rdi-share"
7be570e7 66 ;;
c906108c 67
57b29be7 68avr-*-*) gdb_target=avr ;;
8818c391 69
29134980
OF
70cris*) gdb_target=cris ;;
71
f81cd1cf 72# OBSOLETE d10v-*-*) gdb_target=d10v ;;
c906108c
SS
73
74h8300-*-*) gdb_target=h8300 ;;
c906108c 75
0fda6bd2 76
456f8b9d 77frv-*-*) gdb_target=frv ;;
adf40b2e 78
5ec846f9 79hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
c906108c
SS
80hppa*-*-hpux*) gdb_target=hppahpux ;;
81hppa*-*-hiux*) gdb_target=hppahpux ;;
50306a9d 82hppa*-*-linux*) gdb_target=linux ;;
0e56aeaf 83hppa*-*-openbsd*) gdb_target=obsd ;;
61d8d407 84hppa*-*-*) gdb_target=hppa ;;
c906108c 85
1581182a 86i[34567]86-ncr-*) gdb_target=ncr3000 ;;
48184fd4
AC
87i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
88 gdb_target=nbsd ;;
1581182a 89i[34567]86-*-openbsd*) gdb_target=obsd ;;
1581182a
MK
90i[34567]86-*-nto*) gdb_target=nto ;;
91i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
0bbc026e 92i[34567]86-*-solaris2.1[0-9]*) gdb_target=sol2-64 ;;
1581182a 93i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
1581182a 94i[34567]86-*-linux*) gdb_target=linux
a85f51e7
DJ
95 build_gdbserver=yes
96 ;;
1581182a 97i[34567]86-*-gnu*) gdb_target=i386gnu ;;
bd153b94
MK
98i[34567]86-*-netware*) gdb_target=i386
99 configdirs="${configdirs} nlm" ;;
1581182a
MK
100i[34567]86-*-cygwin*) gdb_target=cygwin ;;
101i[34567]86-*-vxworks*) gdb_target=vxworks ;;
bd153b94 102i[34567]86-*-*) gdb_target=i386 ;;
7a292a7a 103
596c9d4b 104ia64-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
105ia64-*-linux*) gdb_target=linux
106 build_gdbserver=yes
107 ;;
32089c7c 108ia64*-*-*) gdb_target=ia64 ;;
eafb8301 109
9b32d526
KI
110m32r*-*-linux*) gdb_target=linux ;;
111m32r*-*-*) gdb_target=m32r ;;
c906108c 112
78073dd8
AC
113m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
114
c906108c 115m68*-cisco*-*) gdb_target=cisco ;;
c906108c 116m68*-netx-*) gdb_target=vxworks68 ;;
c906108c 117m68*-tandem-*) gdb_target=st2000 ;;
c906108c
SS
118m68*-*-aout*) gdb_target=monitor ;;
119m68*-*-coff*) gdb_target=monitor ;;
120m68*-*-elf*) gdb_target=monitor ;;
121m68*-*-linux*) gdb_target=linux
a85f51e7
DJ
122 build_gdbserver=yes
123 ;;
69489883
NN
124m68*-*-netbsd* | m68*-*-knetbsd*-gnu)
125 gdb_target=nbsd ;;
8f2d3ea0 126m68*-*-openbsd*) gdb_target=obsd ;;
c906108c 127m68*-*-os68k*) gdb_target=os68k ;;
86b013ed 128m68*-*-uclinux*) gdb_target=monitor ;;
c906108c
SS
129m68*-*-vxworks*) gdb_target=vxworks68 ;;
130
bf2ca189
MK
131m88*-*-openbsd*) gdb_target=obsd ;;
132
96baa820 133mcore*-*-*) gdb_target=mcore ;;
aede7613 134
091be84d 135mips*-*-pe) gdb_target=wince ;;
c906108c 136mips*-sgi-irix5*) gdb_target=irix5 ;;
1d06468c 137mips*-sgi-irix6*) gdb_target=irix6 ;;
a85f51e7
DJ
138mips*-*-linux*) gdb_target=linux
139 build_gdbserver=yes
140 ;;
69489883
NN
141mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
142 gdb_target=nbsd ;;
abc08782 143mips64*-*-openbsd*) gdb_target=obsd64 ;;
c906108c 144mips*-*-vxworks*) gdb_target=vxmips ;;
c1bab85b 145mips*-*-*) gdb_target=embed ;;
c906108c 146
c906108c
SS
147mn10300-*-*) gdb_target=mn10300 ;;
148
9eeef8ef 149ns32k-*-netbsd*) gdb_target=nbsdaout ;;
c906108c 150
69489883
NN
151powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
152 gdb_target=nbsd ;;
d195bc9f 153powerpc-*-openbsd*) gdb_target=obsd ;;
c906108c 154powerpc-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
155powerpc-*-linux*) gdb_target=linux
156 build_gdbserver=yes
157 ;;
8fbb30b1 158powerpc64-*-linux*) gdb_target=linux ;;
adf40b2e 159powerpc-*-vxworks*) gdb_target=vxworks ;;
ea47855f
AC
160powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
161 gdb_target=ppc-sim
162 else
163 gdb_target=ppc-eabi
164 fi ;;
c906108c 165
a85f51e7 166rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
c906108c
SS
167rs6000-*-aix4*) gdb_target=aix4 ;;
168rs6000-*-*) gdb_target=rs6000 ;;
169
d0f54f9d 170s390*-*-*) gdb_target=s390
265f716b
DJ
171 build_gdbserver=yes
172 ;;
4009c677 173
091be84d 174sh*-*-pe) gdb_target=wince ;;
10214f55
C
175sh-*-coff*) gdb_target=embed ;;
176sh-*-elf*) gdb_target=embed ;;
55ff77ac 177# FIXME should that be sh*-*-linux*, perhaps?
a85f51e7
DJ
178sh-*-linux*) gdb_target=linux
179 build_gdbserver=yes
180 ;;
69489883
NN
181sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
182 gdb_target=nbsd ;;
1b883d35 183sh-*-nto*) gdb_target=nto ;;
843fedf4 184sh*) gdb_target=embed ;;
cce74817 185
c906108c 186sparc-*-linux*) gdb_target=linux ;;
386c036b 187sparc64-*-linux*) gdb_target=linux64 ;;
69489883
NN
188sparc-*-netbsd* | sparc-*-knetbsd*-gnu)
189 gdb_target=nbsd ;;
190sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu)
191 gdb_target=nbsd64 ;;
566626fa 192sparc-*-openbsd*) gdb_target=obsd ;;
890c8f4d 193sparc64-*-openbsd*) gdb_target=obsd64 ;;
386c036b
MK
194sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
195 gdb_target=sol2
196 ;;
197sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
198 gdb_target=sol2-64
199 ;;
cb1bf9dc 200sparc-*-vxworks*) gdb_target=vxworks ;;
386c036b
MK
201sparc-*-*) gdb_target=sparc ;;
202sparc64-*-*) gdb_target=sparc64 ;;
c906108c 203
0c884e17
CV
204xstormy16-*-*) gdb_target=xstormy16 ;;
205
69489883
NN
206vax-*-netbsd* | vax-*-knetbsd*-gnu)
207 gdb_target=nbsd ;;
9c5519a5 208vax-*-openbsd*) gdb_target=nbsd ;;
c906108c
SS
209vax-*-*) gdb_target=vax ;;
210
c906108c 211v850*-*-*) gdb_target=v850
cce74817
JM
212 case ${gdb_host} in
213 cygwin*)
214 CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
215 * ) ;;
216 esac
c906108c
SS
217 ;;
218
9c1488cb 219x86_64-*-linux*) gdb_target=linux64
58caa3dc
DJ
220 build_gdbserver=yes
221 ;;
69489883
NN
222x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
223 gdb_target=nbsd64 ;;
890c8f4d 224x86_64-*-openbsd*) gdb_target=obsd64 ;;
abf22e64 225
c906108c 226esac
2acceee2 227
b00a8037
DJ
228# map target onto default OS ABI
229
230case "${target}" in
231*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
1b883d35 232*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
663408c2 233m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
890c8f4d 234*-*-openbsd*) gdb_osabi=GDB_OSABI_OPENBSD_ELF ;;
5b729aa5 235*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
69489883
NN
236*-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
237*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
b00a8037 238esac
This page took 0.333546 seconds and 4 git commands to generate.