2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / configure.tgt
1 # gas target specific configuration file. This is a -*- sh -*- file.
2
3 # This is invoked by configure. Putting it in a separate shell file
4 # lets us skip running autoconf when modifying target specific
5 # information.
6
7 # Input shell variables:
8 # targ a configuration target name, such as i686-pc-linux-gnu.
9
10 # Output shell variables:
11 # cpu_type canonical gas cpu type; identifies the config/tc-* files
12 # fmt output format; identifies the config/obj-* files
13 # em emulation; identifies the config/te-* files
14
15 # Optional output shell variables; these are not always set:
16 # arch the default architecture; sets DEFAULT_ARCH on some systems
17 # endian "big" or "little"; used on bi-endian systems
18
19 cpu_type=
20 fmt=
21 em=generic
22 bfd_gas=no
23 arch=
24 endian=
25
26 eval `echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
27
28 # Check for architecture variants. Set cpu_type and, optionally,
29 # endian and arch.
30 # Note: This table is alpha-sorted, please try to keep it that way.
31 case ${cpu} in
32 alpha*) cpu_type=alpha ;;
33 am33_2.0) cpu_type=mn10300 endian=little ;;
34 arm*be|arm*b) cpu_type=arm endian=big ;;
35 arm*) cpu_type=arm endian=little ;;
36 c4x*) cpu_type=tic4x ;;
37 crisv32) cpu_type=cris arch=crisv32 ;;
38 crx*) cpu_type=crx endian=little ;;
39 hppa*) cpu_type=hppa ;;
40 i[3-7]86) cpu_type=i386 arch=i386;;
41 ia64) cpu_type=ia64 ;;
42 ip2k) cpu_type=ip2k endian=big ;;
43 iq2000) cpu_type=iq2000 endian=big ;;
44 m32c) cpu_type=m32c endian=big ;;
45 m32r) cpu_type=m32r endian=big ;;
46 m32rle) cpu_type=m32r endian=little ;;
47 m5200) cpu_type=m68k ;;
48 m68008) cpu_type=m68k ;;
49 m680[012346]0) cpu_type=m68k ;;
50 m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
51 m683??) cpu_type=m68k ;;
52 maxq) cpu_type=maxq ;;
53 mips*el) cpu_type=mips endian=little ;;
54 mips*) cpu_type=mips endian=big ;;
55 ms1) cpu_type=ms1 endian=big ;;
56 or32*) cpu_type=or32 endian=big ;;
57 pjl*) cpu_type=pj endian=little ;;
58 pj*) cpu_type=pj endian=big ;;
59 powerpc*le*) cpu_type=ppc endian=little ;;
60 powerpc*) cpu_type=ppc endian=big ;;
61 rs6000*) cpu_type=ppc ;;
62 s390x*) cpu_type=s390 arch=s390x ;;
63 s390*) cpu_type=s390 arch=s390 ;;
64 sh5le*) cpu_type=sh64 endian=little ;;
65 sh5*) cpu_type=sh64 endian=big ;;
66 sh64le*) cpu_type=sh64 endian=little ;;
67 sh64*) cpu_type=sh64 endian=big ;;
68 sh*le) cpu_type=sh endian=little ;;
69 sh*) cpu_type=sh endian=big ;;
70 sparc64*) cpu_type=sparc arch=v9-64 ;;
71 sparc86x*) cpu_type=sparc arch=sparc86x ;;
72 sparclet*) cpu_type=sparc arch=sparclet ;;
73 sparclite*) cpu_type=sparc arch=sparclite ;;
74 sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
75 strongarm*be) cpu_type=arm endian=big ;;
76 strongarm*b) cpu_type=arm endian=big ;;
77 strongarm*) cpu_type=arm endian=little ;;
78 v850*) cpu_type=v850 ;;
79 x86_64) cpu_type=i386 arch=x86_64;;
80 xscale*be|xscale*b) cpu_type=arm endian=big ;;
81 xscale*) cpu_type=arm endian=little ;;
82 xtensa*) cpu_type=xtensa arch=xtensa ;;
83 *) cpu_type=${cpu} ;;
84 esac
85
86
87 # Assign object format. Set fmt, em, and bfd_gas.
88 generic_target=${cpu_type}-$vendor-$os
89 # Note: This table is alpha-sorted, please try to keep it that way.
90 case ${generic_target} in
91 alpha-*-*vms*) fmt=evax ;;
92 alpha-*-osf*) fmt=ecoff ;;
93 alpha-*-linuxecoff*) fmt=ecoff ;;
94 alpha-*-linux-*) fmt=elf em=linux ;;
95 alpha-*-netbsd*) fmt=elf em=nbsd ;;
96 alpha-*-openbsd*) fmt=elf em=obsd ;;
97
98 arc-*-elf*) fmt=elf ;;
99
100 arm-*-aout) fmt=aout ;;
101 arm-*-coff | thumb-*-coff) fmt=coff ;;
102 arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
103 arm-*-elf | thumb-*-elf) fmt=elf ;;
104 arm-*-eabi*) fmt=elf em=armeabi ;;
105 arm-*-symbianelf*) fmt=elf em=symbian ;;
106 arm-*-kaos*) fmt=elf ;;
107 arm-*-conix*) fmt=elf ;;
108 arm-*-linux*aout*) fmt=aout em=linux ;;
109 arm-*-linux-gnueabi*) fmt=elf em=armlinuxeabi ;;
110 arm-*-linux-*) fmt=elf em=linux ;;
111 arm-*-uclinux*) fmt=elf em=linux ;;
112 arm-*-netbsdelf*) fmt=elf em=nbsd ;;
113 arm-*-*n*bsd*) fmt=aout em=nbsd ;;
114 arm-*-nto*) fmt=elf ;;
115 arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
116 arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;;
117 arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
118 arm-*-riscix*) fmt=aout em=riscix ;;
119
120 avr-*-*) fmt=elf ;;
121
122 cris-*-linux-* | crisv32-*-linux-*)
123 fmt=multi em=linux ;;
124 cris-*-* | crisv32-*-*) fmt=multi ;;
125
126 crx-*-elf*) fmt=elf ;;
127
128 d10v-*-*) fmt=elf ;;
129 d30v-*-*) fmt=elf ;;
130 dlx-*-*) fmt=elf ;;
131
132 fr30-*-*) fmt=elf ;;
133 frv-*-*linux*) fmt=elf em=linux;;
134 frv-*-*) fmt=elf ;;
135
136 hppa-*-linux*)
137 case ${cpu} in
138 hppa*64*) fmt=elf em=hppalinux64 ;;
139 hppa*) fmt=elf em=linux ;;
140 esac ;;
141 hppa-*-*elf*) fmt=elf em=hppa ;;
142 hppa-*-lites*) fmt=elf em=hppa ;;
143 hppa-*-netbsd*) fmt=elf em=nbsd ;;
144 hppa-*-openbsd*) fmt=elf em=hppa ;;
145 hppa-*-osf*) fmt=som em=hppa ;;
146 hppa-*-hpux11*)
147 case ${cpu} in
148 hppa*64*) fmt=elf em=hppa64 ;;
149 hppa*) fmt=som em=hppa ;;
150 esac ;;
151 hppa-*-hpux*) fmt=som em=hppa ;;
152 hppa-*-mpeix*) fmt=som em=hppa ;;
153 hppa-*-bsd*) fmt=som em=hppa ;;
154 hppa-*-hiux*) fmt=som em=hppa ;;
155
156 h8300-*-elf | h8300-*-rtems*) fmt=elf ;;
157
158 i370-*-elf* | i370-*-linux*) fmt=elf ;;
159
160 i386-ibm-aix*) fmt=coff em=i386aix ;;
161 i386-sequent-bsd*) fmt=aout em=dynix ;;
162 i386-*-beospe*) fmt=coff em=pe ;;
163 i386-*-beos*) fmt=elf ;;
164 i386-*-coff) fmt=coff ;;
165 i386-*-elf) fmt=elf ;;
166 i386-*-kaos*) fmt=elf ;;
167 i386-*-bsd*) fmt=aout em=386bsd ;;
168 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
169 i386-*-netbsdpe*) fmt=coff em=pe ;;
170 i386-*-netbsd*-gnu* | \
171 i386-*-knetbsd*-gnu | \
172 i386-*-netbsdelf*) fmt=elf em=nbsd ;;
173 i386-*-netbsd*)
174 case ${cpu} in
175 x86_64) fmt=elf em=nbsd ;;
176 *) fmt=aout em=nbsd ;;
177 esac ;;
178 i386-*-openbsd[0-2].* | \
179 i386-*-openbsd3.[0-2]) fmt=aout em=nbsd ;;
180 i386-*-openbsd*) fmt=elf em=nbsd ;;
181 i386-*-linux*aout*) fmt=aout em=linux ;;
182 i386-*-linux*oldld) fmt=aout em=linux ;;
183 i386-*-linux*coff*) fmt=coff em=linux ;;
184 i386-*-linux-*) fmt=elf em=linux ;;
185 i386-*-lynxos*) fmt=elf em=lynx ;;
186 i386-*-sysv[45]*) fmt=elf ;;
187 i386-*-solaris*) fmt=elf ;;
188 i386-*-freebsdaout*) fmt=aout em=386bsd ;;
189 i386-*-freebsd[12].*) fmt=aout em=386bsd ;;
190 i386-*-freebsd[12]) fmt=aout em=386bsd ;;
191 i386-*-freebsd* | i386-*-kfreebsd*-gnu)
192 fmt=elf em=freebsd ;;
193 i386-*-sysv*) fmt=coff ;;
194 i386-*-sco3.2v5*coff) fmt=coff ;;
195 i386-*-isc*) fmt=coff ;;
196 i386-*-sco3.2v5*) fmt=elf ;;
197 i386-*-sco3.2*) fmt=coff ;;
198 i386-*-vsta) fmt=aout ;;
199 i386-*-msdosdjgpp* \
200 | i386-*-go32*) fmt=coff em=go32 ;;
201 i386-*-rtems*) fmt=elf ;;
202 i386-*-gnu*) fmt=elf ;;
203 i386-*-mach*) fmt=aout em=mach ;;
204 i386-*-msdos*) fmt=aout ;;
205 i386-*-moss*) fmt=elf ;;
206 i386-*-pe) fmt=coff em=pe ;;
207 i386-*-cygwin*) fmt=coff em=pe ;;
208 i386-*-interix*) fmt=coff em=interix ;;
209 i386-*-mingw32*) fmt=coff em=pe ;;
210 i386-*-nto-qnx*) fmt=elf ;;
211 i386-*-*nt*) fmt=coff em=pe ;;
212 i386-*-chaos) fmt=elf ;;
213
214 i860-*-*) fmt=elf endian=little ;;
215
216 i960-*-elf*) fmt=elf ;;
217
218 ia64-*-elf*) fmt=elf ;;
219 ia64-*-aix*) fmt=elf em=ia64aix ;;
220 ia64-*-linux-*) fmt=elf em=linux ;;
221 ia64-*-hpux*) fmt=elf em=hpux ;;
222 ia64-*-netbsd*) fmt=elf em=nbsd ;;
223
224 ip2k-*-*) fmt=elf ;;
225
226 iq2000-*-elf) fmt=elf ;;
227
228 m32c-*-elf) fmt=elf ;;
229
230 m32r-*-elf*) fmt=elf ;;
231 m32r-*-linux*) fmt=elf em=linux;;
232
233 m68hc11-*-* | m6811-*-*) fmt=elf ;;
234 m68hc12-*-* | m6812-*-*) fmt=elf ;;
235
236 m68k-*-elf*) fmt=elf ;;
237 m68k-*-sysv4*) fmt=elf em=svr4 ;;
238 m68k-*-rtems*) fmt=elf ;;
239 m68k-*-linux-*) fmt=elf em=linux ;;
240 m68k-*-uclinux*) fmt=elf ;;
241 m68k-*-gnu*) fmt=elf ;;
242 m68k-*-netbsdelf*) fmt=elf em=nbsd ;;
243 m68k-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
244 m68k-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
245 m68k-*-psos*) fmt=elf em=psos;;
246
247 maxq-*-coff) fmt=coff bfd_gas=yes ;;
248
249 mcore-*-elf) fmt=elf ;;
250 mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
251
252 # don't change em like *-*-bsd does
253 mips-sony-bsd*) fmt=ecoff ;;
254 mips-*-ultrix*) fmt=ecoff endian=little ;;
255 mips-*-osf*) fmt=ecoff endian=little ;;
256 mips-*-ecoff*) fmt=ecoff ;;
257 mips-*-pe*) fmt=coff endian=little em=pe ;;
258 mips-*-irix6*) fmt=elf em=irix ;;
259 mips-*-irix5*) fmt=elf em=irix ;;
260 mips-*-irix*) fmt=ecoff em=irix ;;
261 mips-*-lnews*) fmt=ecoff em=lnews ;;
262 mips-*-riscos*) fmt=ecoff ;;
263 mips*-*-linux*) fmt=elf em=tmips ;;
264 mips-*-sysv4*MP* | mips-*-gnu*) fmt=elf em=tmips ;;
265 mips-*-sysv*) fmt=ecoff ;;
266 mips-*-elf* | mips-*-rtems*) fmt=elf ;;
267 mips-*-netbsd*) fmt=elf ;;
268 mips-*-openbsd*) fmt=elf em=tmips ;;
269
270 mmix-*-*) fmt=elf ;;
271
272 mn10200-*-*) fmt=elf ;;
273
274 # cpu_type for am33_2.0 is set to mn10300
275 mn10300-*-linux*) fmt=elf em=linux ;;
276 mn10300-*-*) fmt=elf ;;
277
278 ms1-*-elf) fmt=elf bfd_gas=yes ;;
279
280 msp430-*-*) fmt=elf ;;
281
282 ns32k-pc532-mach*) fmt=aout em=pc532mach ;;
283 ns32k-pc532-ux*) fmt=aout em=pc532mach ;;
284 ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
285 ns32k-*-*n*bsd*) fmt=aout em=nbsd532 ;;
286
287 openrisc-*-*) fmt=elf ;;
288
289 or32-*-rtems*) fmt=elf ;;
290 or32-*-elf) fmt=elf ;;
291
292 pj*) fmt=elf ;;
293
294 ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;;
295 ppc-*-winnt*) fmt=coff em=pe ;;
296 ppc-*-aix5.[01]) fmt=coff em=aix5 ;;
297 ppc-*-aix5.*) fmt=coff em=aix5 ;;
298 ppc-*-aix*) fmt=coff ;;
299 ppc-*-beos*) fmt=coff ;;
300 ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;;
301 ppc-*-eabi* | ppc-*-sysv4*) fmt=elf ;;
302 ppc-*-linux-*) fmt=elf em=linux ;;
303 ppc-*-solaris*) fmt=elf ;;
304 ppc-*-rtems*) fmt=elf ;;
305 ppc-*-macos*) fmt=coff em=macos ;;
306 ppc-*-nto*) fmt=elf ;;
307 ppc-*-kaos*) fmt=elf ;;
308 ppc-*-lynxos*) fmt=elf em=lynx ;;
309
310 s390-*-linux-*) fmt=elf em=linux ;;
311 s390-*-tpf*) fmt=elf ;;
312
313 sh*-*-linux*) fmt=elf em=linux
314 case ${cpu} in
315 sh*eb) endian=big ;;
316 *) endian=little ;;
317 esac ;;
318 sh5*-*-netbsd*) fmt=elf em=nbsd ;;
319 sh64*-*-netbsd*) fmt=elf em=nbsd ;;
320 sh*-*-netbsdelf*) fmt=elf em=nbsd ;;
321 sh*-*-symbianelf*) fmt=elf endian=little ;;
322 sh-*-elf*) fmt=elf ;;
323 sh-*-coff*) fmt=coff ;;
324 sh-*-nto*) fmt=elf ;;
325 sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
326 sh-*-rtemscoff*) fmt=coff ;;
327 sh-*-rtems*) fmt=elf ;;
328 sh-*-kaos*) fmt=elf ;;
329 shle*-*-kaos*) fmt=elf ;;
330 sh64-*-elf*) fmt=elf ;;
331
332 sparc-*-rtems*) fmt=elf ;;
333 sparc-*-sunos4*) fmt=aout em=sun3 ;;
334 sparc-*-aout | sparc*-*-vxworks*) fmt=aout em=sparcaout ;;
335 sparc-*-coff) fmt=coff ;;
336 sparc-*-linux*aout*) fmt=aout em=linux ;;
337 sparc-*-linux-*) fmt=elf em=linux ;;
338 sparc-fujitsu-none) fmt=aout ;;
339 sparc-*-elf) fmt=elf ;;
340 sparc-*-sysv4*) fmt=elf ;;
341 sparc-*-solaris*) fmt=elf ;;
342 sparc-*-netbsdelf*) fmt=elf em=nbsd ;;
343 sparc-*-netbsd*)
344 case ${cpu} in
345 sparc64) fmt=elf em=nbsd ;;
346 *) fmt=aout em=nbsd ;;
347 esac ;;
348 sparc-*-openbsd[0-2].* | \
349 sparc-*-openbsd3.[0-1])
350 case ${cpu} in
351 sparc64) fmt=elf em=nbsd ;;
352 *) fmt=aout em=nbsd ;;
353 esac ;;
354 sparc-*-openbsd*) fmt=elf em=nbsd ;;
355
356 tic30-*-*aout*) fmt=aout bfd_gas=yes ;;
357 tic30-*-*coff*) fmt=coff bfd_gas=yes ;;
358 tic4x-*-* | c4x-*-*) fmt=coff bfd_gas=yes ;;
359 tic54x-*-* | c54x*-*-*) fmt=coff bfd_gas=yes need_libm=yes;;
360
361 v850-*-*) fmt=elf ;;
362 v850e-*-*) fmt=elf ;;
363 v850ea-*-*) fmt=elf ;;
364
365 vax-*-netbsdelf*) fmt=elf em=nbsd ;;
366 vax-*-linux-*) fmt=elf em=linux ;;
367
368 xscale-*-coff) fmt=coff ;;
369 xscale-*-elf) fmt=elf ;;
370
371 xstormy16-*-*) fmt=elf ;;
372
373 xtensa-*-*) fmt=elf ;;
374
375 z8k-*-coff | z8k-*-sim) fmt=coff ;;
376
377 *-*-aout | *-*-scout) fmt=aout ;;
378 *-*-freebsd* | *-*-kfreebsd*-gnu) fmt=elf em=freebsd ;;
379 *-*-bsd*) fmt=aout em=sun3 ;;
380 *-*-generic) fmt=generic ;;
381 *-*-xray | *-*-hms) fmt=coff ;;
382 *-*-sim) fmt=coff ;;
383 *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
384 *-*-aros*) fmt=elf em=linux ;;
385 *-*-vxworks* | *-*-windiss) fmt=elf em=vxworks ;;
386 *-*-netware) fmt=elf em=netware ;;
387 esac
388
389 case ${cpu_type} in
390 alpha | arm | i386 | ia64 | mips | ns32k | pdp11 | ppc | sparc | z8k)
391 bfd_gas=yes
392 ;;
393 esac
394 case ${fmt} in
395 elf | ecoff | multi | som)
396 bfd_gas=yes
397 ;;
398 esac
399
400 if test $bfd_gas != yes; then
401 echo This target is no longer supported in gas
402 exit 1
403 fi
This page took 0.04893 seconds and 4 git commands to generate.