Change references to armelf.sc to elf.sc.
[deliverable/binutils-gdb.git] / ld / configure.tgt
1 # This is the linker target specific file. This is invoked by the
2 # autoconf generated configure script. Putting it in a separate shell
3 # file lets us skip running autoconf when modifying target specific
4 # information.
5
6 # This file switches on the shell variable ${targ}, and sets the
7 # following shell variables:
8 # targ_emul name of linker emulation to use
9 # targ_extra_emuls additional linker emulations to provide
10
11 targ_extra_emuls=
12
13 case "${targ}" in
14 arm-*-pe) targ_emul=armpe ;;
15 arc-*-elf*) targ_emul=arcelf ;;
16 d10v-*-*) targ_emul=d10velf ;;
17 d30v-*-*ext*) targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
18 d30v-*-*onchip*) targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
19 d30v-*-*) targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o" ;;
20 sparc64-*-aout*) targ_emul=sparcaout ;;
21 sparc64-*-elf*) targ_emul=elf64_sparc ;;
22 sparc-sun-sunos4*) targ_emul=sun4 ;;
23 sparclite*-*-elf) targ_emul=elf32_sparc ;;
24 sparclite*-*-coff) targ_emul=coff_sparc ;;
25 sparclite*-fujitsu-*) targ_emul=sparcaout ;;
26 sparc*-*-aout) targ_emul=sparcaout ;;
27 sparc*-*-coff) targ_emul=coff_sparc ;;
28 sparc*-*-elf) targ_emul=elf32_sparc ;;
29 sparc*-*-sysv4*) targ_emul=elf32_sparc ;;
30 sparc*-*-linux*aout*) targ_emul=sparclinux
31 targ_extra_emuls="elf32_sparc sun4"
32 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
33 tdir_sun4=sparc-sun-sunos4
34 ;;
35 sparc64-*-linux-gnu*) targ_emul=elf64_sparc
36 targ_extra_emuls="elf32_sparc sparclinux sun4"
37 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
38 tdir_sparclinux=${tdir_elf32_sparc}aout
39 tdir_sun4=sparc-sun-sunos4
40 ;;
41 sparc*-*-linux-gnu*) targ_emul=elf32_sparc
42 targ_extra_emuls="sparclinux sun4"
43 tdir_sparclinux=${targ_alias}aout
44 tdir_sun4=sparc-sun-sunos4
45 ;;
46 sparc*-*-lynxos*) targ_emul=sparclynx ;;
47 sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
48 sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
49 sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
50 sparc*-*-rtems*) targ_emul=sparcaout ;;
51 i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
52 i960-wrs-vxworks5*) targ_emul=gld960coff ;;
53 i960-wrs-vxworks*) targ_emul=gld960 ;;
54 i960-*-coff) targ_emul=gld960coff ;;
55 i960-intel-nindy) targ_emul=gld960 ;;
56 i960-*-rtems*) targ_emul=gld960coff ;;
57 m32r-*-*) targ_emul=m32relf ;;
58 m68*-sun-sunos[34]*) targ_emul=sun3 ;;
59 m68*-wrs-vxworks*) targ_emul=sun3 ;;
60 m68*-ericsson-ose) targ_emul=sun3 ;;
61 m68*-apple-aux*) targ_emul=m68kaux ;;
62 *-tandem-none) targ_emul=st2000 ;;
63 i[3456]86-*-vsta) targ_emul=vsta ;;
64 i[3456]86-go32-rtems*) targ_emul=i386go32 ;;
65 i[3456]86-*-go32) targ_emul=i386go32 ;;
66 i[3456]86-*-msdosdjgpp*) targ_emul=i386go32 ;;
67 i[3456]86-*-aix*) targ_emul=i386coff ;;
68 i[3456]86-*-sco*) targ_emul=i386coff ;;
69 i[3456]86-*-isc*) targ_emul=i386coff ;;
70 i[3456]86-*-lynxos*) targ_emul=i386lynx ;;
71 i[3456]86-*-coff) targ_emul=i386coff ;;
72 i[3456]86-*-rtems*) targ_emul=i386coff ;;
73 i[3456]86-*-bsd) targ_emul=i386bsd ;;
74 i[3456]86-*-bsd386) targ_emul=i386bsd ;;
75 i[3456]86-*-bsdi*) targ_emul=i386bsd ;;
76 i[3456]86-*-aout) targ_emul=i386aout ;;
77 i[3456]86-*-linux*aout*) targ_emul=i386linux
78 targ_extra_emuls=elf_i386
79 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
80 ;;
81 i[3456]86-*-linuxoldld) targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
82 i[3456]86-*-linux-gnu*) targ_emul=elf_i386
83 targ_extra_emuls=i386linux
84 tdir_i386linux=${targ_alias}aout
85 ;;
86 i[3456]86-*-sysv4*) targ_emul=elf_i386 ;;
87 i[3456]86-*-unixware) targ_emul=elf_i386 ;;
88 i[3456]86-*-solaris*) targ_emul=elf_i386 ;;
89 i[3456]86-*-netbsd*) targ_emul=i386nbsd ;;
90 i[3456]86-*-netware) targ_emul=i386nw ;;
91 i[3456]86-*-elf*) targ_emul=elf_i386 ;;
92 i[3456]86-*-freebsdelf*) targ_emul=elf_i386 ;;
93 i[3456]86-*-freebsd*) targ_emul=i386bsd ;;
94 i[3456]86-*-sysv*) targ_emul=i386coff ;;
95 i[3456]86-*-ptx*) targ_emul=i386coff ;;
96 i[3456]86-*-mach*) targ_emul=i386mach ;;
97 i[3456]86-*-gnu*) targ_emul=elf_i386 ;;
98 i[3456]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
99 i[3456]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
100 i[3456]86-*-winnt*) targ_emul=i386pe ;;
101 i[3456]86-*-pe) targ_emul=i386pe ;;
102 i[3456]86-*-cygwin32*) targ_emul=i386pe ;;
103 i[3456]86-*-mingw32*) targ_emul=i386pe ;;
104 # start-sanitize-beos
105 i[3456]86-*-beospe*) targ_emul=i386beos ;;
106 i[3456]86-*-beos*) targ_emul=elf_i386 ;;
107 # end-sanitize-beos
108 m8*-*-*) targ_emul=m88kbcs ;;
109 a29k-*-udi) targ_emul=sa29200 ;;
110 a29k-*-ebmon) targ_emul=ebmon29k ;;
111 a29k-*-*) targ_emul=a29k ;;
112 # arm-*-riscix*) targ_emul=riscix ;;
113 arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
114 armeb-*-aout) targ_emul=armaoutb ;;
115 arm-*-coff) targ_emul=armcoff ;;
116 thumb-*-coff) targ_emul=armcoff ;;
117 thumb-*-pe) targ_emul=armpe ;;
118 h8300-*-hms) targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
119 ;;
120 h8500-*-hms) targ_emul=h8500
121 targ_extra_emuls="h8500s h8500b h8500m h8500c"
122 ;;
123 sh-*-elf*) targ_emul=shelf
124 targ_extra_emuls="shlelf sh shl"
125 ;;
126 sh-*-*|sh-*-rtems*) targ_emul=sh; targ_extra_emuls=shl ;;
127 m68k-sony-*) targ_emul=news ;;
128 m68k-hp-bsd*) targ_emul=hp300bsd ;;
129 m68*-motorola-sysv*) targ_emul=delta68 ;;
130 m68*-*-aout) targ_emul=m68kaout ;;
131 m68*-*-coff) targ_emul=m68kcoff ;;
132 m68*-*-elf) targ_emul=m68kelf ;;
133 m68*-*-hpux*) targ_emul=hp3hpux ;;
134 m68k-*-linux*aout*) targ_emul=m68klinux
135 targ_extra_emuls=m68kelf
136 tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
137 ;;
138 m68k-*-linux-gnu*) targ_emul=m68kelf
139 targ_extra_emuls=m68klinux
140 tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
141 ;;
142 m68*-*-lynxos*) targ_emul=m68klynx ;;
143 m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;;
144 m68*-*-netbsd*) targ_emul=m68knbsd ;;
145 m68*-*-psos*) targ_emul=m68kpsos ;;
146 m68*-*-rtems*) targ_emul=m68kcoff ;;
147 hppa*-*-*elf*) targ_emul=hppaelf ;;
148 hppa*-*-lites*) targ_emul=hppaelf ;;
149 hppa*-*-rtems*) targ_emul=hppaelf ;;
150 vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
151 mips*-dec-ultrix*) targ_emul=mipslit ;;
152 mips*-dec-osf*) targ_emul=mipslit ;;
153 mips*-sgi-irix[56]*) targ_emul=elf32bsmip ;;
154 mips*-sgi-irix*) targ_emul=mipsbig ;;
155 mips*el-*-ecoff*) targ_emul=mipsidtl ;;
156 mips*-*-ecoff*) targ_emul=mipsidt ;;
157 mips*-dec-bsd*) targ_emul=mipsbsd ;;
158 mips*-dec-netbsd*) targ_emul=elf32lmip ;;
159 mips*-*-bsd*) targ_emul=mipsbig ;;
160 # start-sanitize-vr4320
161 mips*vr4320el-*-elf*) targ_emul=elf32l4300 ;;
162 mips*vr4320-*-elf*) targ_emul=elf32b4300 ;;
163 # end-sanitize-vr4320
164 mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
165 mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
166 mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
167 mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
168 mips*vr5000el-*-elf*) targ_emul=elf32l4300 ;;
169 mips*vr5000-*-elf*) targ_emul=elf32b4300 ;;
170 # start-sanitize-tx49
171 mips*tx49el-*-elf*) targ_emul=elf32l4300 ;;
172 mips*tx49-*-elf*) targ_emul=elf32b4300 ;;
173 # end-sanitize-tx49
174 # start-sanitize-r5900
175 mips*r5900*-*-elf*) targ_emul=elf32l5900 ;;
176 # end-sanitize-r5900
177 # start-sanitize-sky
178 dvp-*-*) targ_emul=elf32l5900 ;;
179 # end-sanitize-sky
180 mips*el-*-elf*) targ_emul=elf32elmip ;;
181 mips*-*-elf*) targ_emul=elf32ebmip ;;
182 mips*-*-rtems*) targ_emul=elf32ebmip ;;
183 mips*el-*-linux-gnu*) targ_emul=elf32lsmip
184 targ_extra_emuls="elf32bsmip mipslit mipsbig"
185 ;;
186 mips*-*-linux-gnu*) targ_emul=elf32bsmip
187 targ_extra_emuls="elf32lsmip mipsbig mipslit"
188 ;;
189 mips*-*-lnews*) targ_emul=mipslnews ;;
190 mn10200-*-*) targ_emul=mn10200 ;;
191 mn10300-*-*) targ_emul=mn10300 ;;
192 alpha*-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
193 tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
194 ;;
195 alpha*-*-linux-gnu*) targ_emul=elf64alpha targ_extra_emuls=alpha
196 tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
197 ;;
198 alpha*-*-osf*) targ_emul=alpha ;;
199 alpha*-*-gnu*) targ_emul=elf64alpha ;;
200 alpha*-*-netware*) targ_emul=alpha ;;
201 alpha*-*-netbsd*) targ_emul=elf64alpha ;;
202 z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
203 ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
204 ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
205 powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-linux-gnu* | powerpc-*-sysv* \
206 | powerpc-*-netbsd*)
207 targ_emul=elf32ppc ;;
208 powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* | powerpcle-*-sysv*) targ_emul=elf32lppc ;;
209 powerpc-*-rtems*) targ_emul=elf32ppc ;;
210 powerpc-*-macos*) targ_emul=ppcmacos ;;
211 powerpc-*-netware*) targ_emul=ppcnw ;;
212 powerpcle-*-pe) targ_emul=ppcpe ;;
213 powerpcle-*-winnt*) targ_emul=ppcpe ;;
214 powerpcle-*-cygwin32) targ_emul=ppcpe ;;
215 powerpc-*-aix*) targ_emul=aixppc ;;
216 powerpc-*-beos*) targ_emul=aixppc ;;
217 rs6000-*-aix*) targ_emul=aixrs6 ;;
218 tic30-*-*aout*) targ_emul=tic30aout ;;
219 tic30-*-*coff*) targ_emul=tic30coff ;;
220 # start-sanitize-tic80
221 tic80-*-*) targ_emul=tic80coff ;;
222 # end-sanitize-tic80
223 v850-*-*) targ_emul=v850 ;;
224 # start-sanitize-v850e
225 v850e-*-*) targ_emul=v850 ;;
226 v850ea-*-*) targ_emul=v850 ;;
227 # end-sanitize-v850e
228 w65-*-*) targ_emul=w65 ;;
229 *-*-aout) targ_emul=${target_cpu}-${target_vendor} ;;
230 *-*-coff) targ_emul=${target_cpu}-${target_vendor} ;;
231 *-*-netware) targ_emul=${target_cpu}-nw ;;
232 *-*-ieee*) targ_emul=vanilla ;;
233
234 *)
235 echo 2>&1 "*** ld does not support target ${targ}"
236 echo 2>&1 "*** see ld/configure.tgt for supported targets"
237 exit 1
238
239 esac
This page took 0.055104 seconds and 4 git commands to generate.