*** empty log message ***
[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
c906108c
SS
8# Map target cpu into the config cpu subdirectory name.
9# The default is $target_cpu.
10
11case "${target_cpu}" in
12
13alpha*) gdb_target_cpu=alpha ;;
63a09be5 14am33_2.0*) gdb_target_cpu=mn10300 ;;
ed9a39eb 15arm*) gdb_target_cpu=arm ;;
8818c391 16avr*) gdb_target_cpu=avr ;;
c906108c 17hppa*) gdb_target_cpu=pa ;;
1581182a 18i[34567]86*) gdb_target_cpu=i386 ;;
78073dd8 19m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
c906108c 20m68*) gdb_target_cpu=m68k ;;
bf2ca189 21m88*) gdb_target_cpu=m88k ;;
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 ;;
abf22e64 30x86_64*) gdb_target_cpu=i386 ;;
c906108c
SS
31*) gdb_target_cpu=$target_cpu ;;
32
33esac
34
35# map target info into gdb names.
36
37case "${target}" in
38
69489883
NN
39x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
40 gdb_target=fbsd64 ;;
41*-*-freebsd* | *-*-kfreebsd*-gnu)
42 gdb_target=fbsd ;;
05e17ccd 43
c906108c
SS
44alpha*-*-osf*) gdb_target=alpha-osf1 ;;
45alpha*-*-linux*) gdb_target=alpha-linux ;;
69489883
NN
46alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
47 gdb_target=nbsd ;;
2031c21a 48alpha*-*-openbsd*) gdb_target=nbsd ;;
32089c7c 49alpha*-*-*) gdb_target=alpha ;;
c906108c 50
63a09be5
MS
51# mn10300 / am33 liunux
52am33_2.0*-*-linux*) gdb_target=linux ;;
53
091be84d 54arm*-wince-pe) gdb_target=wince ;;
a85f51e7
DJ
55arm*-*-linux*) gdb_target=linux
56 build_gdbserver=yes
41c49b06 57 ;;
69489883
NN
58arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
59 gdb_target=nbsd ;;
1b883d35 60arm-*-nto*) gdb_target=nto ;;
872544e5 61arm*-*-openbsd*) gdb_target=nbsd ;;
ed9a39eb
JM
62arm*-*-* | thumb*-*-* | strongarm*-*-*)
63 gdb_target=embed
065a1afc 64 build_rdi_share=yes
7cf6486b
NC
65 ;;
66xscale-*-*) gdb_target=embed
065a1afc 67 build_rdi_share=yes
7be570e7 68 ;;
c906108c 69
57b29be7 70avr-*-*) gdb_target=avr ;;
8818c391 71
29134980
OF
72cris*) gdb_target=cris ;;
73
f81cd1cf 74# OBSOLETE d10v-*-*) gdb_target=d10v ;;
c906108c 75
456f8b9d 76frv-*-*) gdb_target=frv ;;
adf40b2e 77
f0bdd87d
YS
78h8300-*-*) gdb_target=h8300 ;;
79
5ec846f9 80hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
c906108c
SS
81hppa*-*-hpux*) gdb_target=hppahpux ;;
82hppa*-*-hiux*) gdb_target=hppahpux ;;
50306a9d 83hppa*-*-linux*) gdb_target=linux ;;
0e56aeaf 84hppa*-*-openbsd*) gdb_target=obsd ;;
61d8d407 85hppa*-*-*) gdb_target=hppa ;;
c906108c 86
1581182a 87i[34567]86-ncr-*) gdb_target=ncr3000 ;;
48184fd4
AC
88i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
89 gdb_target=nbsd ;;
1581182a 90i[34567]86-*-openbsd*) gdb_target=obsd ;;
1581182a
MK
91i[34567]86-*-nto*) gdb_target=nto ;;
92i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
0bbc026e 93i[34567]86-*-solaris2.1[0-9]*) gdb_target=sol2-64 ;;
1581182a 94i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
1581182a 95i[34567]86-*-linux*) gdb_target=linux
a85f51e7
DJ
96 build_gdbserver=yes
97 ;;
1581182a 98i[34567]86-*-gnu*) gdb_target=i386gnu ;;
bd153b94 99i[34567]86-*-netware*) gdb_target=i386
065a1afc 100 build_nlm=yes
e14ecb8f 101 ;;
1581182a 102i[34567]86-*-cygwin*) gdb_target=cygwin ;;
bd153b94 103i[34567]86-*-*) gdb_target=i386 ;;
7a292a7a 104
a85f51e7
DJ
105ia64-*-linux*) gdb_target=linux
106 build_gdbserver=yes
107 ;;
32089c7c 108ia64*-*-*) gdb_target=ia64 ;;
eafb8301 109
20be272b
CV
110iq2000-*-*) gdb_target=iq2000 ;;
111
9b32d526
KI
112m32r*-*-linux*) gdb_target=linux ;;
113m32r*-*-*) gdb_target=m32r ;;
c906108c 114
78073dd8
AC
115m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
116
c906108c 117m68*-cisco*-*) gdb_target=cisco ;;
c906108c 118m68*-tandem-*) gdb_target=st2000 ;;
c906108c
SS
119m68*-*-aout*) gdb_target=monitor ;;
120m68*-*-coff*) gdb_target=monitor ;;
121m68*-*-elf*) gdb_target=monitor ;;
eb308878 122m68*-*-rtems*) gdb_target=monitor ;;
c906108c 123m68*-*-linux*) gdb_target=linux
a85f51e7
DJ
124 build_gdbserver=yes
125 ;;
69489883
NN
126m68*-*-netbsd* | m68*-*-knetbsd*-gnu)
127 gdb_target=nbsd ;;
8f2d3ea0 128m68*-*-openbsd*) gdb_target=obsd ;;
c906108c 129m68*-*-os68k*) gdb_target=os68k ;;
86b013ed 130m68*-*-uclinux*) gdb_target=monitor ;;
c906108c 131
bf2ca189
MK
132m88*-*-openbsd*) gdb_target=obsd ;;
133
091be84d 134mips*-*-pe) gdb_target=wince ;;
c906108c 135mips*-sgi-irix5*) gdb_target=irix5 ;;
1d06468c 136mips*-sgi-irix6*) gdb_target=irix6 ;;
a85f51e7
DJ
137mips*-*-linux*) gdb_target=linux
138 build_gdbserver=yes
139 ;;
69489883
NN
140mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
141 gdb_target=nbsd ;;
abc08782 142mips64*-*-openbsd*) gdb_target=obsd64 ;;
c1bab85b 143mips*-*-*) gdb_target=embed ;;
c906108c 144
e02147b1
MS
145mn10300-*-*) gdb_target=mn10300 ;;
146
4970f871 147mt-*-*) gdb_target=mt ;;
61def6bd 148
69489883
NN
149powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
150 gdb_target=nbsd ;;
d195bc9f 151powerpc-*-openbsd*) gdb_target=obsd ;;
c906108c 152powerpc-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
153powerpc-*-linux*) gdb_target=linux
154 build_gdbserver=yes
155 ;;
eee84df1
DJ
156powerpc64-*-linux*) gdb_target=linux
157 build_gdbserver=yes
158 ;;
ea47855f
AC
159powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
160 gdb_target=ppc-sim
161 else
162 gdb_target=ppc-eabi
163 fi ;;
c906108c 164
a85f51e7 165rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
c906108c
SS
166rs6000-*-aix4*) gdb_target=aix4 ;;
167rs6000-*-*) gdb_target=rs6000 ;;
168
d0f54f9d 169s390*-*-*) gdb_target=s390
265f716b
DJ
170 build_gdbserver=yes
171 ;;
4009c677 172
091be84d 173sh*-*-pe) gdb_target=wince ;;
10214f55
C
174sh-*-coff*) gdb_target=embed ;;
175sh-*-elf*) gdb_target=embed ;;
55ff77ac 176# FIXME should that be sh*-*-linux*, perhaps?
a85f51e7
DJ
177sh-*-linux*) gdb_target=linux
178 build_gdbserver=yes
179 ;;
69489883
NN
180sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
181 gdb_target=nbsd ;;
1b883d35 182sh-*-nto*) gdb_target=nto ;;
c30dc700 183sh64-*-elf*) gdb_target=sh64 ;;
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 ;;
200sparc-*-*) gdb_target=sparc ;;
201sparc64-*-*) gdb_target=sparc64 ;;
c906108c 202
0c884e17
CV
203xstormy16-*-*) gdb_target=xstormy16 ;;
204
181124bc
CV
205v850*-*-elf) gdb_target=v850 ;;
206
69489883
NN
207vax-*-netbsd* | vax-*-knetbsd*-gnu)
208 gdb_target=nbsd ;;
a5bf92c5 209vax-*-openbsd*) gdb_target=obsd ;;
c906108c
SS
210vax-*-*) gdb_target=vax ;;
211
9c1488cb 212x86_64-*-linux*) gdb_target=linux64
58caa3dc
DJ
213 build_gdbserver=yes
214 ;;
69489883
NN
215x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
216 gdb_target=nbsd64 ;;
890c8f4d 217x86_64-*-openbsd*) gdb_target=obsd64 ;;
abf22e64 218
c906108c 219esac
2acceee2 220
b00a8037
DJ
221# map target onto default OS ABI
222
223case "${target}" in
4fabe3d5 224*-*-freebsd*) gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
b00a8037 225*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
1b883d35 226*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
663408c2 227m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
890c8f4d 228*-*-openbsd*) gdb_osabi=GDB_OSABI_OPENBSD_ELF ;;
5b729aa5 229*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
69489883
NN
230*-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
231*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
b00a8037 232esac
This page took 0.494904 seconds and 4 git commands to generate.