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