Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
[binutils.git] / ld / configure.tgt
bloba320b8d1ac56ecea522369aa20714d77975d1ba3
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.
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 #  targ_extra_libpath   additional linker emulations using LIB_PATH
11 #  targ_extra_ofiles    additional objects needed by the emulation
13 targ_extra_emuls=
14 targ_extra_ofiles=
16 case "${targ}" in
17 arm-epoc-pe)            targ_emul=arm_epoc_pe ;
18                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
19 arm-*-wince)            targ_emul=armpe ;
20                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
21 arm-*-pe)               targ_emul=armpe ;
22                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
23 arc-*-elf*)             targ_emul=arcelf ;;
24 avr-*-*)                targ_emul=avr85xx
25                         targ_extra_emuls="avr1200 avr23xx avr44x4 avr4433 avrmega603 avrmega103 avrmega161" ;;
26 cris-*-*aout*)          targ_emul=crisaout
27                         targ_extra_emuls="criself crislinux"
28                         targ_extra_libpath=$targ_extra_emuls ;;
29 cris-*-*)               targ_emul=criself
30                         targ_extra_emuls="crisaout crislinux"
31                         targ_extra_libpath=$targ_extra_emuls ;;
32 d10v-*-*)               targ_emul=d10velf ;;
33 d30v-*-*ext*)           targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
34 d30v-*-*onchip*)        targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
35 d30v-*-*)               targ_emul=d30velf; targ_extra_emuls="d30v_e d30v_o" ;;
36 sparc64-*-aout*)        targ_emul=sparcaout ;;
37 sparc64-*-elf*)         targ_emul=elf64_sparc ;;
38 sparc-sun-sunos4*)      targ_emul=sun4 ;;
39 sparclite*-*-elf)       targ_emul=elf32_sparc ;;
40 sparclite*-*-coff)      targ_emul=coff_sparc ;;
41 sparclite*-fujitsu-*)   targ_emul=sparcaout ;;
42 sparc*-*-aout)          targ_emul=sparcaout ;;
43 sparc*-*-coff)          targ_emul=coff_sparc ;;
44 sparc*-*-elf)           targ_emul=elf32_sparc ;;
45 sparc*-*-sysv4*)        targ_emul=elf32_sparc ;;
46 sparc64-*-freebsd* | sparcv9-*-freebsd*)
47                         targ_emul=elf64_sparc
48                         targ_extra_emuls="elf32_sparc"
49                         targ_extra_libpath=$targ_extra_emuls
50                         tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
51                         ;;
52 sparc*-*-linux*aout*)   targ_emul=sparclinux
53                         targ_extra_emuls="elf32_sparc sun4"
54                         tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
55                         tdir_sun4=sparc-sun-sunos4
56                         ;;
57 sparc64-*-linux-gnu*)   targ_emul=elf64_sparc
58                         targ_extra_emuls="elf32_sparc sparclinux sun4"
59                         targ_extra_libpath=elf32_sparc
60                         tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
61                         tdir_sparclinux=${tdir_elf32_sparc}aout
62                         tdir_sun4=sparc-sun-sunos4
63                         ;;
64 sparc*-*-linux-gnu*)    targ_emul=elf32_sparc
65                         targ_extra_emuls="sparclinux elf64_sparc sun4"
66                         targ_extra_libpath=elf64_sparc
67                         tdir_sparclinux=${targ_alias}aout
68                         tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
69                         tdir_sun4=sparc-sun-sunos4
70                         ;;
71 sparc*-*-lynxos*)       targ_emul=sparclynx ;;
72 sparc64-*-netbsd*)      targ_emul=elf64_sparc ;;
73 sparc*-*-netbsd*elf*)   targ_emul=elf32_sparc ;;
74 sparc*-*-netbsd*)       targ_emul=sparcnbsd ;;
75 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
76                         targ_emul=elf32_sparc ;;
77 sparc-*-solaris2*)      targ_emul=elf32_sparc
78                         targ_extra_emuls="elf64_sparc"
79                         targ_extra_libpath=$targ_extra_emuls
80                         tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
81                         ;;
82 sparcv9-*-solaris2* | sparc64-*-solaris2*)
83                         targ_emul=elf64_sparc
84                         targ_extra_emuls="elf32_sparc"
85                         targ_extra_libpath=$targ_extra_emuls
86                         tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
87                         ;;
88 sparc*-*-solaris2*)     targ_emul=elf32_sparc ;;
89 sparc*-wrs-vxworks*)    targ_emul=sparcaout ;;
90 sparc*-*-rtemsaout*)    targ_emul=sparcaout ;;
91 sparc*-*-rtemself*)     targ_emul=elf32_sparc ;;
92 sparc*-*-rtems*)        targ_emul=elf32_sparc ;;
93 i860-stardent-sysv4* | i860-stardent-elf*)
94                         targ_emul=elf32_i860 ;;
95 i960-wrs-vxworks5.0*)   targ_emul=gld960 ;;
96 i960-wrs-vxworks5*)     targ_emul=gld960coff ;;
97 i960-wrs-vxworks*)      targ_emul=gld960 ;;
98 i960-*-coff)            targ_emul=gld960coff ;;
99 i960-intel-nindy)       targ_emul=gld960 ;;
100 i960-*-rtems*)          targ_emul=gld960coff ;;
101 i960-*-elf*)            targ_emul=elf32_i960 ;;
102 ia64-*-elf*)            targ_emul=elf64_ia64 ;;
103 ia64-*-freebsd*)        targ_emul=elf64_ia64 ;;
104 ia64-*-linux*)          targ_emul=elf64_ia64 ;;
105 ia64-*-aix*)            targ_emul=elf64_aix ;;
106 m32r-*-*)               targ_emul=m32relf ;;
107 m68hc11-*-*|m6811-*-*)  targ_emul=m68hc11elf 
108                         targ_extra_emuls="m68hc11elfb m68hc12elf m68hc12elfb" ;;
109 m68hc12-*-*|m6812-*-*)  targ_emul=m68hc12elf 
110                         targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb" ;;
111 m68*-sun-sunos[34]*)    targ_emul=sun3 ;;
112 m68*-wrs-vxworks*)      targ_emul=sun3 ;;
113 m68*-ericsson-ose)      targ_emul=sun3 ;;
114 m68*-apple-aux*)        targ_emul=m68kaux ;;
115 *-tandem-none)          targ_emul=st2000 ;;
116 i370-*-elf* | i370-*-linux-gnu*) targ_emul=elf32i370 ;;
117 i[3456]86-*-vsta)       targ_emul=vsta ;;
118 i[3456]86-go32-rtems*)  targ_emul=i386go32 ;;
119 i[3456]86-*-go32)       targ_emul=i386go32 ;;
120 i[3456]86-*-msdosdjgpp*) targ_emul=i386go32 ;;
121 i[3456]86-*-aix*)       targ_emul=i386coff ;;
122 i[3456]86-*-sco*)       targ_emul=i386coff ;;
123 i[3456]86-*-isc*)       targ_emul=i386coff ;;
124 i[3456]86-*-lynxos*)    targ_emul=i386lynx ;;
125 i[3456]86-*-coff)       targ_emul=i386coff ;;
126 i[3456]86-*-rtemscoff*) targ_emul=i386coff ;;
127 i[3456]86-*-rtemself*)  targ_emul=elf_i386 ;;
128 i[3456]86-*-rtems*)     targ_emul=elf_i386 ;;
129 i[3456]86-*-bsd)        targ_emul=i386bsd ;;
130 i[3456]86-*-bsd386)     targ_emul=i386bsd ;;
131 i[3456]86-*-bsdi*)      targ_emul=i386bsd ;;
132 i[3456]86-*-aout)       targ_emul=i386aout ;;
133 i[3456]86-*-linux*aout*)        targ_emul=i386linux
134                         targ_extra_emuls=elf_i386
135                         tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
136                         ;;
137 i[3456]86-*-linux*oldld)        targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
138 i[3456]86-*-linux-gnu*) targ_emul=elf_i386
139                         targ_extra_emuls=i386linux
140                         tdir_i386linux=${targ_alias}aout
141                         ;;
142 x86_64-*-linux-gnu*)    targ_emul=elf_x86_64
143                         targ_extra_emuls="elf_i386 i386linux"
144                         tdir_i386linux=${targ_alias}aout
145                         ;;
146 i[3456]86-*-sysv[45]*)  targ_emul=elf_i386 ;;
147 i[3456]86-*-solaris2*)  targ_emul=elf_i386_ldso
148                         targ_extra_emuls="elf_i386"
149                         ;;
150 i[3456]86-*-unixware)   targ_emul=elf_i386 ;;
151 i[3456]86-*-solaris*)   targ_emul=elf_i386_ldso
152                         targ_extra_emuls="elf_i386"
153                         ;;
154 i[3456]86-*-netbsdelf*) targ_emul=elf_i386
155                         targ_extra_emuls=i386nbsd
156                         ;;
157 i[3456]86-*-netbsd*)    targ_emul=i386nbsd
158                         targ_extra_emuls=elf_i386
159                         ;;
160 i[3456]86-*-netware)    targ_emul=i386nw ;;
161 i[3456]86-*-elf*)       targ_emul=elf_i386 ;;
162 i[3456]86-*-freebsdaout* | i[3456]86-*-freebsd[12].* | i[3456]86-*-freebsd[12])
163                         targ_emul=i386bsd ;;
164 i[3456]86-*-freebsd*)   targ_emul=elf_i386 ;;
165 x86_64-*-freebsd*)      targ_emul=elf_x86_64
166                         targ_extra_emuls=elf_i386
167                         tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
168                         ;;
169 i[3456]86-*-sysv*)      targ_emul=i386coff ;;
170 i[3456]86-*-ptx*)       targ_emul=i386coff ;;
171 i[3456]86-*-mach*)      targ_emul=i386mach ;;
172 i[3456]86-*-gnu*)       targ_emul=elf_i386 ;;
173 i[3456]86-*-msdos*)     targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
174 i[3456]86-*-moss*)      targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
175 i[3456]86-*-winnt*)     targ_emul=i386pe ;
176                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
177 i[3456]86-*-pe)         targ_emul=i386pe ;
178                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
179 i[3456]86-*-cygwin*)    targ_emul=i386pe ;
180                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
181 i[3456]86-*-mingw32*)   targ_emul=i386pe ;
182                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
183 i[3456]86-*-interix*)   targ_emul=i386pe_posix;
184                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
185 i[3456]86-*-beospe*)    targ_emul=i386beos ;;
186 i[3456]86-*-beos*)      targ_emul=elf_i386_be ;;
187 i[3456]86-*-vxworks*)   targ_emul=i386aout ;;
188 i[3456]86-*-chaos)      targ_emul=elf_i386_chaos ;;
189 m8*-*-*)                targ_emul=m88kbcs ;;
190 a29k-*-udi)             targ_emul=sa29200 ;;
191 a29k-*-ebmon)           targ_emul=ebmon29k ;;
192 a29k-*-*)               targ_emul=a29k ;;
193 #  arm-*-riscix*)               targ_emul=riscix ;;
194 arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
195 armeb-*-aout)           targ_emul=armaoutb ;;
196 arm-*-coff)             targ_emul=armcoff ;;
197 arm-*-vxworks)          targ_emul=armcoff ;;
198 arm-*-freebsd*)         targ_emul=armelf ;;
199 arm-*-netbsd*)          targ_emul=armnbsd ;;
200 arm-*-openbsd*)         targ_emul=armnbsd ;;
201 arm-*-rtems*)           targ_emul=armelf ;;
202 arm-*-elf)              targ_emul=armelf ;;
203 arm9e-*-elf)            targ_emul=armelf ;;
204 arm-*-oabi)             targ_emul=armelf_oabi ;;
205 arm*-*-linux-gnu*)      targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
206 arm*-*-uclinux*)        targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
207 arm*-*-conix*)          targ_emul=armelf ;;
208 thumb-*-linux-gnu* | thumb-*-uclinux*)  targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
209 strongarm-*-coff)       targ_emul=armcoff ;;
210 strongarm-*-elf)        targ_emul=armelf ;;
211 thumb-*-coff)           targ_emul=armcoff ;;
212 thumb-*-elf)            targ_emul=armelf ;;
213 thumb-*-oabi)           targ_emul=armelf_oabi ;;
214 thumb-epoc-pe)          targ_emul=arm_epoc_pe ;
215                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
216 thumb-*-pe)             targ_emul=armpe ;
217                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
218 xscale-*-coff)          targ_emul=armcoff ;;
219 xscale-*-elf)           targ_emul=armelf ;;
220 h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
221                         targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
222                         ;;
223 h8300-*-elf*)
224                         targ_emul=h8300elf;
225                         targ_extra_emuls="h8300helf h8300self"
226                         ;;
227 h8500-*-hms* | h8500-*-coff*)
228                         targ_emul=h8500
229                         targ_extra_emuls="h8500s h8500b h8500m h8500c"
230                         ;;
231 sh-*-linux*)
232                         targ_emul=shelf_linux
233                         targ_extra_emuls=shlelf_linux
234                         targ_extra_libpath=shelf_linux
235                         ;;
236 sh*eb-*-linux*)
237                         targ_emul=shelf_linux
238                         ;;
239 sh*-*-linux*)
240                         targ_emul=shlelf_linux
241                         ;;
242 sh-*-elf* | sh-*-rtemself*)
243                         targ_emul=shelf
244                         targ_extra_emuls="shlelf sh shl"
245                         ;;
246 sh-*-pe)                targ_emul=shpe ;
247                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
248 sh-*-*|sh-*-rtems*)     targ_emul=sh; targ_extra_emuls=shl ;;
249 m68k-sony-*)            targ_emul=news ;;
250 m68k-hp-bsd*)           targ_emul=hp300bsd ;;
251 m68*-motorola-sysv*)    targ_emul=delta68 ;;
252 m68*-*-aout)            targ_emul=m68kaout ;;
253 m68*-*-coff)            targ_emul=m68kcoff ;;
254 m68*-*-elf)             targ_emul=m68kelf ;;
255 m68*-*-hpux*)           targ_emul=hp3hpux ;;
256 m68k-*-linux*aout*)     targ_emul=m68klinux
257                         targ_extra_emuls=m68kelf
258                         tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
259                         ;;
260 m68k-*-linux-gnu*)      targ_emul=m68kelf
261                         targ_extra_emuls=m68klinux
262                         tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
263                         ;;
264 m68*-*-gnu*)            targ_emul=m68kelf ;;
265 m68*-*-lynxos*)         targ_emul=m68klynx ;;
266 m68*-hp*-netbsd*)       targ_emul=m68k4knbsd ;;
267 m68*-*-netbsd*)         targ_emul=m68knbsd ;;
268 m68*-*-psos*)           targ_emul=m68kpsos ;;
269 m68*-*-rtemscoff*)      targ_emul=m68kcoff ;;
270 m68*-*-rtems*)          targ_emul=m68kelf ;;
271 hppa*64*-*-linux-gnu*)  targ_emul=hppa64linux ;;
272 hppa*64*-*)             targ_emul=elf64hppa ;;
273 hppa*-*-linux-gnu*)     targ_emul=hppalinux ;;
274 hppa*-*-*elf*)          targ_emul=hppaelf ;;
275 hppa*-*-lites*)         targ_emul=hppaelf ;;
276 hppa*-*-rtems*)         targ_emul=hppaelf ;;
277 vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
278 mips*-*-pe)             targ_emul=mipspe ;
279                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
280 mips*-dec-ultrix*)      targ_emul=mipslit ;;
281 mips*-dec-osf*)         targ_emul=mipslit ;;
282 mips*-sgi-irix5*)       targ_emul=elf32bsmip ;;
283 mips*-sgi-irix6*)       targ_emul=elf32bmipn32
284                         targ_extra_emuls="elf32bsmip elf64bmip"
285                         ;;
286 mips*-sgi-irix*)        targ_emul=mipsbig ;;
287 mips*el-*-ecoff*)       targ_emul=mipsidtl ;;
288 mips*-*-ecoff*)         targ_emul=mipsidt ;;
289 mips*-dec-bsd*)         targ_emul=mipsbsd ;;
290 mips*-dec-netbsd*)      targ_emul=elf32lmip ;;
291 mips*-*-bsd*)           targ_emul=mipsbig ;;
292 mips*vr4300el-*-elf*)   targ_emul=elf32l4300 ;;
293 mips*vr4300-*-elf*)     targ_emul=elf32b4300 ;;
294 mips*vr4100el-*-elf*)   targ_emul=elf32l4300 ;;
295 mips*vr4100-*-elf*)     targ_emul=elf32b4300 ;;
296 mips*vr5000el-*-elf*)   targ_emul=elf32l4300 ;;
297 mips*vr5000-*-elf*)     targ_emul=elf32b4300 ;;
298 mips*el-*-elf*)         targ_emul=elf32elmip ;;
299 mips*-*-elf*)           targ_emul=elf32ebmip ;;
300 mips*el-*-rtems*)       targ_emul=elf32elmip ;;
301 mips*-*-rtems*)         targ_emul=elf32ebmip ;;
302 mips*el-*-vxworks*)     targ_emul=elf32elmip ;;
303 mips*-*-vxworks*)       targ_emul=elf32ebmip ;;
304 mips*el-*-linux-gnu*)   targ_emul=elf32ltsmip
305                         targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip"
306                         ;;
307 mips*-*-linux-gnu*)     targ_emul=elf32btsmip
308                         targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip"
309                         ;;
310 mips*-*-lnews*)         targ_emul=mipslnews ;;
311 mips*-*-sysv4*)         targ_emul=elf32btsmip ;;
312 mmix-*-*)               targ_emul=mmo
313                         targ_extra_emuls=elf64mmix
314                         ;;
315 mn10200-*-*)            targ_emul=mn10200 ;;
316 mn10300-*-*)            targ_emul=mn10300 ;;
317 alpha*-*-freebsd*)      targ_emul=elf64alpha
318                         targ_extra_emuls=alpha
319                         tdir_alpha=`echo ${targ_alias} | sed -e 's/freebsd/freebsdecoff/'`
320                         ;;
321 alpha*-*-linuxecoff*)   targ_emul=alpha targ_extra_emuls=elf64alpha
322                         tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
323                         ;;
324 alpha*-*-linux-gnu*)    targ_emul=elf64alpha targ_extra_emuls=alpha
325                         tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
326                         ;;
327 alpha*-*-osf*)          targ_emul=alpha ;;
328 alpha*-*-gnu*)          targ_emul=elf64alpha ;;
329 alpha*-*-netware*)      targ_emul=alpha ;;
330 alpha*-*-netbsd*)       targ_emul=elf64alpha ;;
331 z8k-*-coff)             targ_emul=z8002; targ_extra_emuls=z8001 ;;
332 ns32k-pc532-mach* | ns32k-pc532-ux*)    targ_emul=pc532macha ;;
333 ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
334 openrisc-*-*)           targ_emul=elf32openrisc ;;
335 pdp11-*-*)              targ_emul=pdp11 ;;
336 pjl*-*-*)               targ_emul=pjlelf ; targ_extra_emuls="elf_i386" ;;
337 pj*-*-*)                targ_emul=pjelf ;;
338 powerpc-*-freebsd*)     targ_emul=elf32ppc;
339                         targ_extra_emuls=elf32ppcsim;
340                         targ_extra_libpath=elf32ppc;
341                         tdir_elf32ppcsim=`echo ${targ_alias} | sed -e 's/ppc/ppcsim/'`
342                         ;;
343 powerpc*-*-linux*)
344         case "${targ}" in
345         *64*)   targ_emul=elf64ppc
346                 targ_extra_emuls="elf32ppclinux elf32ppc elf32ppcsim" ;;
347         *)      targ_emul=elf32ppclinux
348                 targ_extra_emuls="elf32ppc elf32ppcsim"
349                 targ_extra_libpath=elf32ppc ;;
350         esac ;;
351 powerpc*le-*-elf* | powerpc*le-*-eabi* | powerpc*le-*-solaris* \
352   | powerpc*le-*-sysv* | powerpc*le-*-vxworks*)
353         case "${targ}" in
354         *64*)   targ_emul=elf64lppc
355                 targ_extra_emuls="elf32lppc elf32ppcsim" ;;
356         *)      targ_emul=elf32lppc
357                 targ_extra_emuls="elf32ppcsim" ;;
358         esac ;;
359 powerpc*-*-elf* | powerpc*-*-eabi* | powerpc*-*-sysv* \
360   | powerpc*-*-netbsd* | powerpc*-*-vxworks*)
361         case "${targ}" in
362         *64*)   targ_emul=elf64ppc
363                 targ_extra_emuls="elf32ppc elf32ppclinux elf32ppcsim" ;;
364         *)      targ_emul=elf32ppc
365                 targ_extra_emuls="elf32ppclinux elf32ppcsim" ;;
366         esac ;;
367 powerpcle-*-rtems*)     targ_emul=elf32leppc ;;
368 powerpc-*-rtems*)       targ_emul=elf32ppc ;;
369 powerpc-*-macos*)       targ_emul=ppcmacos ;;
370 powerpc-*-netware*)     targ_emul=ppcnw ;;
371 powerpcle-*-pe)         targ_emul=ppcpe ;;
372 powerpcle-*-winnt*)     targ_emul=ppcpe ;;
373 powerpcle-*-cygwin*)    targ_emul=ppcpe ;;
375 powerpc-*-aix*)         targ_emul=aixppc 
376                         targ_extra_emuls="aixppc64"     
377                         tdir_aixppc64=${targ_alias}
378                         ;;
379 powerpc-*-beos*)        targ_emul=aixppc ;;
380 rs6000-*-aix*)          targ_emul=aixrs6 ;;
381 tic30-*-*aout*)         targ_emul=tic30aout ;;
382 tic30-*-*coff*)         targ_emul=tic30coff ;;
383 tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff ;;
384 tic80-*-*)              targ_emul=tic80coff ;;
385 v850-*-*)               targ_emul=v850 ;;
386 v850e-*-*)              targ_emul=v850 ;;
387 v850ea-*-*)             targ_emul=v850 ;;
388 w65-*-*)                targ_emul=w65 ;;
389 fr30-*-*)               targ_emul=elf32fr30 ;;
390 mcore-*-pe)             targ_emul=mcorepe ;
391                         targ_extra_ofiles="deffilep.o pe-dll.o" ;;
392 mcore-*-elf)            targ_emul=elf32mcore ;;
393 s390x-*-linux*)         targ_emul=elf64_s390 ;;
394 s390-*-linux*)          targ_emul=elf_s390 ;;
395 *-*-ieee*)              targ_emul=vanilla ;;
398   echo 2>&1 "*** ld does not support target ${targ}"
399   echo 2>&1 "*** see ld/configure.tgt for supported targets"
400   exit 1
402 esac