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