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