* Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
[deliverable/binutils-gdb.git] / gdb / configure.tgt
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
13 case "${target_cpu}" in
14
15 alpha*) gdb_target_cpu=alpha ;;
16 arm*) gdb_target_cpu=arm ;;
17 avr*) gdb_target_cpu=avr ;;
18 hppa*) gdb_target_cpu=pa ;;
19 i[34567]86*) gdb_target_cpu=i386 ;;
20 m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
21 m68*) gdb_target_cpu=m68k ;;
22 m88*) gdb_target_cpu=m88k ;;
23 mips*) gdb_target_cpu=mips ;;
24 powerpc*) gdb_target_cpu=powerpc ;;
25 sparc*) gdb_target_cpu=sparc ;;
26 thumb*) gdb_target_cpu=arm ;;
27 s390*) gdb_target_cpu=s390 ;;
28 sh*) gdb_target_cpu=sh ;;
29 strongarm*) gdb_target_cpu=arm ;;
30 xscale*) gdb_target_cpu=arm ;;
31 v850*) gdb_target_cpu=v850 ;;
32 x86_64*) gdb_target_cpu=i386 ;;
33 *) gdb_target_cpu=$target_cpu ;;
34
35 esac
36
37 # map target info into gdb names.
38
39 case "${target}" in
40
41 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
42 gdb_target=fbsd64 ;;
43 *-*-freebsd* | *-*-kfreebsd*-gnu)
44 gdb_target=fbsd ;;
45
46 alpha*-*-osf*) gdb_target=alpha-osf1 ;;
47 alpha*-*-linux*) gdb_target=alpha-linux ;;
48 alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
49 gdb_target=nbsd ;;
50 alpha*-*-openbsd*) gdb_target=nbsd ;;
51 alpha*-*-*) gdb_target=alpha ;;
52
53 arm*-wince-pe) gdb_target=wince ;;
54 arm*-*-linux*) gdb_target=linux
55 build_gdbserver=yes
56 ;;
57 arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
58 gdb_target=nbsd ;;
59 arm-*-nto*) gdb_target=nto ;;
60 arm*-*-* | thumb*-*-* | strongarm*-*-*)
61 gdb_target=embed
62 configdirs="$configdirs rdi-share"
63 ;;
64 xscale-*-*) gdb_target=embed
65 configdirs="$configdirs rdi-share"
66 ;;
67
68 avr-*-*) gdb_target=avr ;;
69
70 cris*) gdb_target=cris ;;
71
72 # OBSOLETE d10v-*-*) gdb_target=d10v ;;
73
74 h8300-*-*) gdb_target=h8300 ;;
75
76
77 frv-*-*) gdb_target=frv ;;
78
79 hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
80 hppa*-*-hpux*) gdb_target=hppahpux ;;
81 hppa*-*-hiux*) gdb_target=hppahpux ;;
82 hppa*-*-linux*) gdb_target=linux ;;
83 hppa*-*-openbsd*) gdb_target=obsd ;;
84 hppa*-*-*) gdb_target=hppa ;;
85
86 i[34567]86-ncr-*) gdb_target=ncr3000 ;;
87 i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
88 gdb_target=nbsd ;;
89 i[34567]86-*-openbsd*) gdb_target=obsd ;;
90 i[34567]86-*-nto*) gdb_target=nto ;;
91 i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
92 i[34567]86-*-solaris2.1[0-9]*) gdb_target=sol2-64 ;;
93 i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
94 i[34567]86-*-linux*) gdb_target=linux
95 build_gdbserver=yes
96 ;;
97 i[34567]86-*-gnu*) gdb_target=i386gnu ;;
98 i[34567]86-*-netware*) gdb_target=i386
99 configdirs="${configdirs} nlm" ;;
100 i[34567]86-*-cygwin*) gdb_target=cygwin ;;
101 i[34567]86-*-vxworks*) gdb_target=vxworks ;;
102 i[34567]86-*-*) gdb_target=i386 ;;
103
104 ia64-*-aix*) gdb_target=aix ;;
105 ia64-*-linux*) gdb_target=linux
106 build_gdbserver=yes
107 ;;
108 ia64*-*-*) gdb_target=ia64 ;;
109
110 m32r*-*-linux*) gdb_target=linux ;;
111 m32r*-*-*) gdb_target=m32r ;;
112
113 m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
114
115 m68*-cisco*-*) gdb_target=cisco ;;
116 m68*-netx-*) gdb_target=vxworks68 ;;
117 m68*-tandem-*) gdb_target=st2000 ;;
118 m68*-*-aout*) gdb_target=monitor ;;
119 m68*-*-coff*) gdb_target=monitor ;;
120 m68*-*-elf*) gdb_target=monitor ;;
121 m68*-*-linux*) gdb_target=linux
122 build_gdbserver=yes
123 ;;
124 m68*-*-netbsd* | m68*-*-knetbsd*-gnu)
125 gdb_target=nbsd ;;
126 m68*-*-openbsd*) gdb_target=obsd ;;
127 m68*-*-os68k*) gdb_target=os68k ;;
128 m68*-*-uclinux*) gdb_target=monitor ;;
129 m68*-*-vxworks*) gdb_target=vxworks68 ;;
130
131 m88*-*-openbsd*) gdb_target=obsd ;;
132
133 mcore*-*-*) gdb_target=mcore ;;
134
135 mips*-*-pe) gdb_target=wince ;;
136 mips*-sgi-irix5*) gdb_target=irix5 ;;
137 mips*-sgi-irix6*) gdb_target=irix6 ;;
138 mips*-*-linux*) gdb_target=linux
139 build_gdbserver=yes
140 ;;
141 mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
142 gdb_target=nbsd ;;
143 mips64*-*-openbsd*) gdb_target=obsd64 ;;
144 mips*-*-vxworks*) gdb_target=vxmips ;;
145 mips*-*-*) gdb_target=embed ;;
146
147 mn10300-*-*) gdb_target=mn10300 ;;
148
149 ns32k-*-netbsd*) gdb_target=nbsdaout ;;
150
151 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
152 gdb_target=nbsd ;;
153 powerpc-*-openbsd*) gdb_target=obsd ;;
154 powerpc-*-aix*) gdb_target=aix ;;
155 powerpc-*-linux*) gdb_target=linux
156 build_gdbserver=yes
157 ;;
158 powerpc64-*-linux*) gdb_target=linux ;;
159 powerpc-*-vxworks*) gdb_target=vxworks ;;
160 powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
161 gdb_target=ppc-sim
162 else
163 gdb_target=ppc-eabi
164 fi ;;
165
166 rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
167 rs6000-*-aix4*) gdb_target=aix4 ;;
168 rs6000-*-*) gdb_target=rs6000 ;;
169
170 s390*-*-*) gdb_target=s390
171 build_gdbserver=yes
172 ;;
173
174 sh*-*-pe) gdb_target=wince ;;
175 sh-*-coff*) gdb_target=embed ;;
176 sh-*-elf*) gdb_target=embed ;;
177 # FIXME should that be sh*-*-linux*, perhaps?
178 sh-*-linux*) gdb_target=linux
179 build_gdbserver=yes
180 ;;
181 sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
182 gdb_target=nbsd ;;
183 sh-*-nto*) gdb_target=nto ;;
184 sh*) gdb_target=embed ;;
185
186 sparc-*-linux*) gdb_target=linux ;;
187 sparc64-*-linux*) gdb_target=linux64 ;;
188 sparc-*-netbsd* | sparc-*-knetbsd*-gnu)
189 gdb_target=nbsd ;;
190 sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu)
191 gdb_target=nbsd64 ;;
192 sparc-*-openbsd*) gdb_target=obsd ;;
193 sparc64-*-openbsd*) gdb_target=obsd64 ;;
194 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
195 gdb_target=sol2
196 ;;
197 sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
198 gdb_target=sol2-64
199 ;;
200 sparc-*-vxworks*) gdb_target=vxworks ;;
201 sparc-*-*) gdb_target=sparc ;;
202 sparc64-*-*) gdb_target=sparc64 ;;
203
204 xstormy16-*-*) gdb_target=xstormy16 ;;
205
206 vax-*-netbsd* | vax-*-knetbsd*-gnu)
207 gdb_target=nbsd ;;
208 vax-*-openbsd*) gdb_target=nbsd ;;
209 vax-*-*) gdb_target=vax ;;
210
211 v850*-*-*) gdb_target=v850
212 case ${gdb_host} in
213 cygwin*)
214 CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
215 * ) ;;
216 esac
217 ;;
218
219 x86_64-*-linux*) gdb_target=linux64
220 build_gdbserver=yes
221 ;;
222 x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
223 gdb_target=nbsd64 ;;
224 x86_64-*-openbsd*) gdb_target=obsd64 ;;
225
226 esac
227
228 # map target onto default OS ABI
229
230 case "${target}" in
231 *-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
232 *-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
233 m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
234 *-*-openbsd*) gdb_osabi=GDB_OSABI_OPENBSD_ELF ;;
235 *-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
236 *-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
237 *-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
238 esac
This page took 0.034082 seconds and 4 git commands to generate.