*** 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 ;;
61def6bd 23ms1*) gdb_target_cpu=ms1 ;;
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 ;;
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
69489883
NN
40x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
41 gdb_target=fbsd64 ;;
42*-*-freebsd* | *-*-kfreebsd*-gnu)
43 gdb_target=fbsd ;;
05e17ccd 44
c906108c
SS
45alpha*-*-osf*) gdb_target=alpha-osf1 ;;
46alpha*-*-linux*) gdb_target=alpha-linux ;;
69489883
NN
47alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
48 gdb_target=nbsd ;;
2031c21a 49alpha*-*-openbsd*) gdb_target=nbsd ;;
32089c7c 50alpha*-*-*) gdb_target=alpha ;;
c906108c 51
63a09be5
MS
52# mn10300 / am33 liunux
53am33_2.0*-*-linux*) gdb_target=linux ;;
54
091be84d 55arm*-wince-pe) gdb_target=wince ;;
a85f51e7
DJ
56arm*-*-linux*) gdb_target=linux
57 build_gdbserver=yes
41c49b06 58 ;;
69489883
NN
59arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
60 gdb_target=nbsd ;;
1b883d35 61arm-*-nto*) gdb_target=nto ;;
872544e5 62arm*-*-openbsd*) gdb_target=nbsd ;;
ed9a39eb
JM
63arm*-*-* | thumb*-*-* | strongarm*-*-*)
64 gdb_target=embed
065a1afc 65 build_rdi_share=yes
7cf6486b
NC
66 ;;
67xscale-*-*) gdb_target=embed
065a1afc 68 build_rdi_share=yes
7be570e7 69 ;;
c906108c 70
57b29be7 71avr-*-*) gdb_target=avr ;;
8818c391 72
29134980
OF
73cris*) gdb_target=cris ;;
74
f81cd1cf 75# OBSOLETE d10v-*-*) gdb_target=d10v ;;
c906108c 76
456f8b9d 77frv-*-*) gdb_target=frv ;;
adf40b2e 78
f0bdd87d
YS
79h8300-*-*) gdb_target=h8300 ;;
80
5ec846f9 81hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
c906108c
SS
82hppa*-*-hpux*) gdb_target=hppahpux ;;
83hppa*-*-hiux*) gdb_target=hppahpux ;;
50306a9d 84hppa*-*-linux*) gdb_target=linux ;;
0e56aeaf 85hppa*-*-openbsd*) gdb_target=obsd ;;
61d8d407 86hppa*-*-*) gdb_target=hppa ;;
c906108c 87
1581182a 88i[34567]86-ncr-*) gdb_target=ncr3000 ;;
48184fd4
AC
89i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
90 gdb_target=nbsd ;;
1581182a 91i[34567]86-*-openbsd*) gdb_target=obsd ;;
1581182a
MK
92i[34567]86-*-nto*) gdb_target=nto ;;
93i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
0bbc026e 94i[34567]86-*-solaris2.1[0-9]*) gdb_target=sol2-64 ;;
1581182a 95i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
1581182a 96i[34567]86-*-linux*) gdb_target=linux
a85f51e7
DJ
97 build_gdbserver=yes
98 ;;
1581182a 99i[34567]86-*-gnu*) gdb_target=i386gnu ;;
bd153b94 100i[34567]86-*-netware*) gdb_target=i386
065a1afc 101 build_nlm=yes
e14ecb8f 102 ;;
1581182a 103i[34567]86-*-cygwin*) gdb_target=cygwin ;;
bd153b94 104i[34567]86-*-*) gdb_target=i386 ;;
7a292a7a 105
a85f51e7
DJ
106ia64-*-linux*) gdb_target=linux
107 build_gdbserver=yes
108 ;;
32089c7c 109ia64*-*-*) gdb_target=ia64 ;;
eafb8301 110
20be272b
CV
111iq2000-*-*) gdb_target=iq2000 ;;
112
9b32d526
KI
113m32r*-*-linux*) gdb_target=linux ;;
114m32r*-*-*) gdb_target=m32r ;;
c906108c 115
78073dd8
AC
116m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
117
c906108c 118m68*-cisco*-*) gdb_target=cisco ;;
c906108c 119m68*-tandem-*) gdb_target=st2000 ;;
c906108c
SS
120m68*-*-aout*) gdb_target=monitor ;;
121m68*-*-coff*) gdb_target=monitor ;;
122m68*-*-elf*) gdb_target=monitor ;;
eb308878 123m68*-*-rtems*) gdb_target=monitor ;;
c906108c 124m68*-*-linux*) gdb_target=linux
a85f51e7
DJ
125 build_gdbserver=yes
126 ;;
69489883
NN
127m68*-*-netbsd* | m68*-*-knetbsd*-gnu)
128 gdb_target=nbsd ;;
8f2d3ea0 129m68*-*-openbsd*) gdb_target=obsd ;;
c906108c 130m68*-*-os68k*) gdb_target=os68k ;;
86b013ed 131m68*-*-uclinux*) gdb_target=monitor ;;
c906108c 132
bf2ca189
MK
133m88*-*-openbsd*) gdb_target=obsd ;;
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 ;;
c1bab85b 144mips*-*-*) gdb_target=embed ;;
c906108c 145
e02147b1
MS
146mn10300-*-*) gdb_target=mn10300 ;;
147
61def6bd
KB
148ms1-*-*) gdb_target=ms1 ;;
149
69489883
NN
150powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
151 gdb_target=nbsd ;;
d195bc9f 152powerpc-*-openbsd*) gdb_target=obsd ;;
c906108c 153powerpc-*-aix*) gdb_target=aix ;;
a85f51e7
DJ
154powerpc-*-linux*) gdb_target=linux
155 build_gdbserver=yes
156 ;;
eee84df1
DJ
157powerpc64-*-linux*) gdb_target=linux
158 build_gdbserver=yes
159 ;;
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 ;;
c30dc700 184sh64-*-elf*) gdb_target=sh64 ;;
843fedf4 185sh*) gdb_target=embed ;;
cce74817 186
c906108c 187sparc-*-linux*) gdb_target=linux ;;
386c036b 188sparc64-*-linux*) gdb_target=linux64 ;;
69489883
NN
189sparc-*-netbsd* | sparc-*-knetbsd*-gnu)
190 gdb_target=nbsd ;;
191sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu)
192 gdb_target=nbsd64 ;;
566626fa 193sparc-*-openbsd*) gdb_target=obsd ;;
890c8f4d 194sparc64-*-openbsd*) gdb_target=obsd64 ;;
386c036b
MK
195sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
196 gdb_target=sol2
197 ;;
198sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
199 gdb_target=sol2-64
200 ;;
201sparc-*-*) gdb_target=sparc ;;
202sparc64-*-*) gdb_target=sparc64 ;;
c906108c 203
0c884e17
CV
204xstormy16-*-*) gdb_target=xstormy16 ;;
205
181124bc
CV
206v850*-*-elf) gdb_target=v850 ;;
207
69489883
NN
208vax-*-netbsd* | vax-*-knetbsd*-gnu)
209 gdb_target=nbsd ;;
a5bf92c5 210vax-*-openbsd*) gdb_target=obsd ;;
c906108c
SS
211vax-*-*) gdb_target=vax ;;
212
9c1488cb 213x86_64-*-linux*) gdb_target=linux64
58caa3dc
DJ
214 build_gdbserver=yes
215 ;;
69489883
NN
216x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
217 gdb_target=nbsd64 ;;
890c8f4d 218x86_64-*-openbsd*) gdb_target=obsd64 ;;
abf22e64 219
c906108c 220esac
2acceee2 221
b00a8037
DJ
222# map target onto default OS ABI
223
224case "${target}" in
4fabe3d5 225*-*-freebsd*) gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
b00a8037 226*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
1b883d35 227*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
663408c2 228m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
890c8f4d 229*-*-openbsd*) gdb_osabi=GDB_OSABI_OPENBSD_ELF ;;
5b729aa5 230*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
69489883
NN
231*-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
232*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
b00a8037 233esac
This page took 0.384013 seconds and 4 git commands to generate.