3 # Copyright (C) 2013-2019 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
19 # This is the linker target specific file. This is invoked by the
20 # autoconf generated configure script. Putting it in a separate shell
21 # file lets us skip running autoconf when modifying target specific
24 # This file switches on the shell variable ${targ}, and sets the
25 # following shell variables:
26 # targ_emul name of linker emulation to use
27 # targ_extra_emuls additional linker emulations to provide
28 # targ_extra_libpath additional linker emulations using LIB_PATH
29 # targ_extra_ofiles additional host-compiled objects needed by the emulation
30 # targ64_extra_emuls additional linker emulations to provide if
31 # --enable-64-bit-bfd is given or if host is 64 bit.
32 # targ64_extra_libpath additional linker emulations using LIB_PATH if
33 # --enable-64-bit-bfd is given or if host is 64 bit.
34 # NATIVE_LIB_DIRS library directories to search on this host
35 # (if we are a native or sysrooted linker)
39 targ_extra_ofiles="ldelf.o ldelfgen.o"
43 # Please try to keep this table more or less in alphabetic order - it
44 # makes it much easier to lookup a specific archictecture.
46 aarch64_be-*-elf) targ_emul=aarch64elfb
47 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b armelfb armelf"
49 aarch64-*-elf | aarch64-*-rtems*)
51 targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb"
53 aarch64-*-cloudabi*) targ_emul=aarch64cloudabi
54 targ_extra_emuls=aarch64cloudabib
56 aarch64-*-freebsd*) targ_emul=aarch64fbsd
57 targ_extra_emuls="aarch64fbsdb aarch64elf"
59 aarch64-*-fuchsia*) targ_emul=aarch64elf
60 targ_extra_emuls="aarch64elfb armelf armelfb"
62 aarch64_be-*-linux-gnu_ilp32)
63 targ_emul=aarch64linux32b
64 targ_extra_libpath="aarch64linuxb aarch64linux aarch64linux32 armelfb_linux_eabi armelf_linux_eabi"
65 targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath"
67 aarch64-*-linux-gnu_ilp32)
68 targ_emul=aarch64linux32
69 targ_extra_libpath="aarch64linux aarch64linuxb aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
70 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb $targ_extra_libpath"
72 aarch64_be-*-linux*) targ_emul=aarch64linuxb
73 targ_extra_libpath="aarch64linux aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
74 targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath"
76 aarch64-*-linux*) targ_emul=aarch64linux
77 targ_extra_libpath="aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
78 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb $targ_extra_libpath"
80 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
81 targ_emul=elf64alpha_fbsd
82 targ_extra_emuls="elf64alpha alpha"
83 tdir_alpha=`echo ${targ_alias} | sed -e 's/freebsd/freebsdecoff/'`
85 alpha*-*-linux*ecoff*) targ_emul=alpha
86 targ_extra_emuls=elf64alpha
87 tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
89 alpha*-*-linux-*) targ_emul=elf64alpha
90 targ_extra_emuls=alpha
91 tdir_alpha=`echo ${targ_alias} | sed -e 's/linux\(-gnu\)*/linux\1ecoff/'`
93 alpha*-*-osf*) targ_emul=alpha
96 alpha*-*-gnu*) targ_emul=elf64alpha
98 alpha*-*-netbsd*) targ_emul=elf64alpha_nbsd
100 alpha*-*-openbsd*) targ_emul=elf64alpha
102 alpha*-*-*vms*) targ_emul=alphavms
105 am33_2.0-*-linux*) targ_emul=elf32am33lin # mn10300 variant
107 arc*-*-elf*) targ_emul=arcelf
108 targ_extra_emuls="arcelf_prof arclinux arclinux_nps arclinux_prof arcv2elf arcv2elfx"
110 arc*-*-linux*) case "${with_cpu}" in
111 nps400) targ_emul=arclinux_nps
112 targ_extra_emuls=arclinux
114 *) targ_emul=arclinux
115 targ_extra_emuls=arclinux_nps
118 targ_extra_emuls="${targ_extra_emuls} arclinux_prof arcelf arcelf_prof arcv2elf arcv2elfx"
120 arm*-*-cegcc*) targ_emul=arm_wince_pe
121 targ_extra_ofiles="deffilep.o pe-dll.o"
122 LIB_PATH='${tooldir}/lib/w32api'
124 arm-wince-pe | arm-*-wince | arm*-*-mingw32ce*)
125 targ_emul=arm_wince_pe
126 targ_extra_ofiles="deffilep.o pe-dll.o"
128 arm-*-pe) targ_emul=armpe
129 targ_extra_ofiles="deffilep.o pe-dll.o"
131 arm*b-*-freebsd*) targ_emul=armelfb_fbsd
132 targ_extra_emuls="armelf_fbsd armelf"
134 arm*-*-freebsd* | arm-*-kfreebsd*-gnu)
135 targ_emul=armelf_fbsd
136 targ_extra_emuls="armelfb_fbsd armelf"
138 armeb-*-netbsdelf*) targ_emul=armelfb_nbsd;
139 targ_extra_emuls="armelf_nbsd armelf"
141 arm-*-netbsdelf*) targ_emul=armelf_nbsd;
142 targ_extra_emuls="armelfb_nbsd armelf"
144 arm-*-nto*) targ_emul=armnto
146 arm-*-phoenix*) targ_emul=armelf
148 armeb-*-elf | armeb-*-eabi*)
151 arm-*-elf | arm*-*-eabi* | arm-*-rtems*)
154 arm*-*-symbianelf*) targ_emul=armsymbian;;
155 arm-*-kaos*) targ_emul=armelf
157 arm9e-*-elf) targ_emul=armelf
159 arm*b-*-linux-*eabi*) targ_emul=armelfb_linux_eabi
160 targ_extra_emuls=armelf_linux_eabi
161 targ_extra_libpath=$targ_extra_emuls
163 arm*b-*-linux-*) targ_emul=armelfb_linux
164 targ_extra_emuls="armelfb armelf armelf_linux"
165 targ_extra_libpath="armelf_linux"
167 arm*-*-linux-*eabi*) targ_emul=armelf_linux_eabi
168 targ_extra_emuls="armelfb_linux_eabi"
169 targ_extra_libpath=$targ_extra_emuls
171 arm*-*-uclinuxfdpiceabi)
172 targ_emul=armelf_linux_eabi
173 targ_extra_emuls="armelfb_linux_eabi armelf_linux_fdpiceabi armelfb_linux_fdpiceabi"
174 targ_extra_libpath=$targ_extra_emuls
176 arm*-*-linux-*) targ_emul=armelf_linux
177 targ_extra_emuls="armelf armelfb armelfb_linux"
178 targ_extra_libpath="armelfb_linux"
180 arm*b-*-nacl*) targ_emul=armelfb_nacl
181 targ_extra_emuls="armelf_nacl elf_i386_nacl"
182 targ_extra_libpath=$targ_extra_emuls
183 targ64_extra_emuls="elf32_x86_64_nacl elf_x86_64_nacl"
184 targ64_extra_libpath=$targ64_extra_emuls
186 arm*-*-nacl*) targ_emul=armelf_nacl
187 targ_extra_emuls="armelfb_nacl elf_i386_nacl"
188 targ_extra_libpath=$targ_extra_emuls
189 targ64_extra_emuls="elf32_x86_64_nacl elf_x86_64_nacl"
190 targ64_extra_libpath=$targ64_extra_emuls
192 arm*-*-uclinux*eabi*) targ_emul=armelf_linux_eabi
193 targ_extra_emuls=armelfb_linux_eabi
194 targ_extra_libpath=$targ_extra_emuls
196 arm*-*-uclinux*) targ_emul=armelf_linux
197 targ_extra_emuls="armelf armelfb armelfb_linux"
198 targ_extra_libpath="armelfb_linux"
200 arm-*-vxworks) targ_emul=armelf_vxworks
202 arm*-*-conix*) targ_emul=armelf
204 arm*-*-fuchsia*) targ_emul=armelf_fuchsia
205 targ_extra_emuls="armelfb_fuchsia armelf armelfb"
207 avr-*-*) targ_emul=avr2
208 targ_extra_emuls="avr1 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega1 avrxmega2 avrxmega3 avrxmega4 avrxmega5 avrxmega6 avrxmega7 avrtiny"
210 bfin-*-elf | bfin-*-rtems*)
212 targ_extra_emuls="elf32bfinfd"
213 targ_extra_libpath=$targ_extra_emuls
215 bfin-*-uclinux*) targ_emul=elf32bfin;
216 targ_extra_emuls="elf32bfinfd"
217 targ_extra_libpath=$targ_extra_emuls
219 bfin-*-linux-uclibc*) targ_emul=elf32bfinfd;
220 targ_extra_emuls="elf32bfin"
221 targ_extra_libpath=$targ_extra_emuls
223 bpf-*-*) targ_emul=elf64bpf
225 cr16-*-elf*) targ_emul=elf32cr16
227 cris-*-*aout*) targ_emul=crisaout
228 targ_extra_emuls="criself crislinux"
229 targ_extra_libpath=$targ_extra_emuls
231 cris-*-linux-* | crisv32-*-linux-*)
234 cris-*-* | crisv32-*-*) targ_emul=criself
235 targ_extra_emuls="crisaout crislinux"
236 targ_extra_libpath=$targ_extra_emuls
238 crx-*-elf*) targ_emul=elf32crx
241 csky-*-elf*) targ_emul=cskyelf
243 csky-*-linux*) targ_emul=cskyelf_linux
246 d10v-*-*) targ_emul=d10velf
248 d30v-*-*ext*) targ_emul=d30v_e
249 targ_extra_emuls="d30velf d30v_o"
250 targ_extra_ofiles=ldelfgen.o
252 d30v-*-*onchip*) targ_emul=d30v_o
253 targ_extra_emuls="d30velf d30v_e"
254 targ_extra_ofiles=ldelfgen.o
256 d30v-*-*) targ_emul=d30velf
257 targ_extra_emuls="d30v_e d30v_o"
258 targ_extra_ofiles=ldelfgen.o
260 dlx-*-elf*) targ_emul=elf32_dlx
261 targ_extra_ofiles=ldelfgen.o
263 epiphany-*-*) targ_emul=elf32epiphany
264 targ_extra_emuls="elf32epiphany_4x4"
266 fido*-*-elf*) targ_emul=m68kelf
268 fr30-*-*) targ_emul=elf32fr30
269 targ_extra_ofiles=ldelfgen.o
271 frv-*-*linux*) targ_emul=elf32frvfd
273 frv-*-*) targ_emul=elf32frv
274 targ_extra_emuls="elf32frvfd"
276 ft32-*-*) targ_emul=elf32ft32
277 targ_extra_ofiles=ldelfgen.o
279 h8300-*-elf* | h8300-*-rtems*)
281 targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf h8300sxnelf"
284 targ_emul=h8300elf_linux;
285 targ_extra_emuls="h8300helf_linux h8300self_linux h8300sxelf_linux"
287 hppa*64*-*-linux-*) targ_emul=hppa64linux
289 hppa*64*-hpux*) targ_emul=elf64hppa
291 hppa*-*-linux-*) targ_emul=hppalinux
293 hppa*-*-*elf*) targ_emul=hppaelf
295 hppa*-*-lites*) targ_emul=hppaelf
297 hppa*-*-netbsd*) targ_emul=hppanbsd
299 hppa*-*-openbsd*) targ_emul=hppaobsd
301 i[3-7]86-*-nto-qnx*) targ_emul=i386nto
303 i[3-7]86-*-go32) targ_emul=i386go32
306 i[3-7]86-*-msdosdjgpp*) targ_emul=i386go32
309 i[3-7]86-*-lynxos*) targ_emul=i386lynx
311 i[3-7]86-*-aros*) targ_emul=elf_i386
312 targ_extra_emuls=elf_iamcu
314 i[3-7]86-*-rdos*) targ_emul=elf_i386
315 targ_extra_emuls=elf_iamcu
317 i[3-7]86-*-bsd) targ_emul=i386bsd
320 i[3-7]86-*-bsd386) targ_emul=i386bsd
323 i[3-7]86-*-bsdi*) targ_emul=i386bsd
326 i[3-7]86-*-linux-*) targ_emul=elf_i386
327 targ_extra_emuls="elf_iamcu"
328 targ64_extra_emuls="elf_x86_64 elf32_x86_64 elf_l1om elf_k1om"
329 targ64_extra_libpath="elf_x86_64 elf32_x86_64"
331 i[3-7]86-*-redox*) targ_emul=elf_i386
332 targ_extra_emuls=elf_x86_64
334 i[3-7]86-*-sysv[45]*) targ_emul=elf_i386
335 targ_extra_emuls=elf_iamcu
337 i[3-7]86-*-solaris2*) targ_emul=elf_i386_sol2
338 targ_extra_emuls="elf_i386_ldso elf_i386 elf_iamcu elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om"
339 targ_extra_libpath=$targ_extra_emuls
341 i[3-7]86-*-unixware) targ_emul=elf_i386
342 targ_extra_emuls=elf_iamcu
344 i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso
345 targ_extra_emuls="elf_i386"
346 targ_extra_libpath=$targ_extra_emuls
348 i[3-7]86-*-netbsdelf* | \
349 i[3-7]86-*-netbsd*-gnu* | \
350 i[3-7]86-*-knetbsd*-gnu)
352 targ_extra_emuls="elf_iamcu"
354 i[3-7]86-*-netbsdpe*) targ_emul=i386pe
355 targ_extra_ofiles="deffilep.o pe-dll.o"
357 i[3-7]86-*-elfiamcu) targ_emul=elf_iamcu
358 targ_extra_emuls=elf_i386
360 i[3-7]86-*-elf* | i[3-7]86-*-rtems*)
362 targ_extra_emuls=elf_iamcu
364 i[3-7]86-*-dragonfly*) targ_emul=elf_i386
365 targ_extra_emuls="elf_iamcu i386bsd"
367 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
368 targ_emul=elf_i386_fbsd
369 targ_extra_emuls="elf_i386 elf_iamcu i386bsd"
371 i[3-7]86-*-gnu*) targ_emul=elf_i386
372 targ_extra_emuls=elf_iamcu
374 i[3-7]86-*-msdos*) targ_emul=i386msdos
375 targ_extra_emuls=i386aout
378 i[3-7]86-*-moss*) targ_emul=i386moss
379 targ_extra_emuls=i386msdos
382 i[3-7]86-*-winnt*) targ_emul=i386pe ;
383 targ_extra_ofiles="deffilep.o pe-dll.o"
385 i[3-7]86-*-pe) targ_emul=i386pe ;
386 targ_extra_ofiles="deffilep.o pe-dll.o"
388 i[3-7]86-*-cygwin*) targ_emul=i386pe ;
389 targ_extra_ofiles="deffilep.o pe-dll.o" ;
390 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api'
392 i[3-7]86-*-mingw32*) targ_emul=i386pe ;
393 targ_extra_ofiles="deffilep.o pe-dll.o"
395 i[3-7]86-*-interix*) targ_emul=i386pe_posix;
396 targ_extra_ofiles="deffilep.o pe-dll.o"
398 i[3-7]86-*-beospe*) targ_emul=i386beos
401 i[3-7]86-*-beos*) targ_emul=elf_i386_be
403 i[3-7]86-*-vxworks*) targ_emul=elf_i386_vxworks
405 i[3-7]86-*-chaos) targ_emul=elf_i386_chaos
407 i[3-7]86-*-nacl*) targ_emul=elf_i386_nacl
408 targ_extra_emuls="armelf_nacl armelfb_nacl"
409 targ_extra_libpath=$targ_extra_emuls
410 targ64_extra_emuls="elf32_x86_64_nacl elf_x86_64_nacl"
411 targ64_extra_libpath=$targ64_extra_emuls
413 ia16-*-elf*) targ_emul=elf_i386
414 targ_extra_emuls=i386msdos
416 ia64-*-elf*) targ_emul=elf64_ia64
418 ia64-*-freebsd* | ia64-*-kfreebsd*-gnu)
419 targ_emul=elf64_ia64_fbsd
420 targ_extra_emuls="elf64_ia64"
422 ia64-*-netbsd*) targ_emul=elf64_ia64
424 ia64-*-linux*) targ_emul=elf64_ia64
426 ia64-*-*vms*) targ_emul=elf64_ia64_vms
427 targ_extra_ofiles=ldelfgen.o
429 ia64-*-aix*) targ_emul=elf64_aix
431 ip2k-*-elf) targ_emul=elf32ip2k
433 iq2000-*-elf) targ_emul=elf32iq2000
434 targ_extra_emuls="elf32iq10"
435 targ_extra_ofiles=ldelfgen.o
437 lm32-*-*linux*) targ_emul=elf32lm32fd
439 lm32-*-*) targ_emul=elf32lm32
440 targ_extra_emuls="elf32lm32fd"
442 m32c-*-elf | m32c-*-rtems*)
445 m32r*le-*-elf*) targ_emul=m32rlelf
447 m32r*-*-elf* | m32r*-*-rtems*)
450 m32r*le-*-linux-*) targ_emul=m32rlelf_linux
452 m32r*-*-linux-*) targ_emul=m32relf_linux
454 m68hc11-*-*|m6811-*-*) targ_emul=m68hc11elf
455 targ_extra_emuls="m68hc11elfb m68hc12elf m68hc12elfb"
457 m68hc12-*-*|m6812-*-*) targ_emul=m68hc12elf
458 targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb"
460 m68*-*-netbsdelf*) targ_emul=m68kelfnbsd
462 m68*-*-*) targ_emul=m68kelf
464 mcore-*-pe) targ_emul=mcorepe ;
465 targ_extra_ofiles="deffilep.o pe-dll.o"
467 mcore-*-elf) targ_emul=elf32mcore
469 mep-*-elf) targ_emul=elf32mep
471 metag-*-*) targ_emul=elf32metag
473 microblazeel*-linux*) targ_emul="elf32mbel_linux"
474 targ_extra_emuls="elf32mb_linux"
476 microblaze*-linux*) targ_emul="elf32mb_linux"
477 targ_extra_emuls="elf32mbel_linux"
479 microblazeel*) targ_emul=elf32microblazeel
480 targ_extra_emuls=elf32microblaze
482 microblaze*) targ_emul=elf32microblaze
483 targ_extra_emuls=elf32microblazeel
485 mips*-sgi-irix5*) targ_emul=elf32bsmip
487 mips*-sgi-irix6*) targ_emul=elf32bmipn32
488 targ_extra_emuls="elf32bsmip elf64bmip"
489 targ_extra_libpath=$targ_extra_emuls
491 mips*el-*-netbsd*) targ_emul=elf32ltsmip
492 targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip"
494 mips*-*-netbsd*) targ_emul=elf32btsmip
495 targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip"
497 mips64el-*-openbsd*) targ_emul=elf64ltsmip
498 targ_extra_emuls=elf64btsmip
500 mips64-*-openbsd*) targ_emul=elf64btsmip
501 targ_extra_emuls=elf64ltsmip
503 mips*vr4300el-*-elf*) targ_emul=elf32l4300
505 mips*vr4300-*-elf*) targ_emul=elf32b4300
507 mips*vr4100el-*-elf*) targ_emul=elf32l4300
509 mips*vr4100-*-elf*) targ_emul=elf32b4300
511 mips*vr5000el-*-elf*) targ_emul=elf32l4300
513 mips*vr5000-*-elf*) targ_emul=elf32b4300
515 mips*el-sde-elf* | mips*el-mti-elf* | mips*el-img-elf*)
516 targ_emul=elf32ltsmip
517 targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
519 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
520 targ_emul=elf32btsmip
521 targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip"
523 mips64*el-ps2-elf*) targ_emul=elf32lr5900n32
524 targ_extra_emuls="elf32lr5900"
525 targ_extra_libpath=$targ_extra_emuls
527 mips*el-ps2-elf*) targ_emul=elf32lr5900
528 targ_extra_emuls="elf32lr5900n32"
529 targ_extra_libpath=$targ_extra_emuls
531 mips*el-*-elf*) targ_emul=elf32elmip
533 mips*-*-elf* | mips*-*-rtems*)
536 mips*el-*-vxworks*) targ_emul=elf32elmipvxworks
537 targ_extra_emuls="elf32ebmipvxworks"
539 mips*-*-vxworks*) targ_emul=elf32ebmipvxworks
540 targ_extra_emuls="elf32elmipvxworks"
542 mips*-*-windiss) targ_emul=elf32mipswindiss
544 mips64*el-*-linux-*) targ_emul=elf32ltsmipn32
545 targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip"
546 targ_extra_libpath=$targ_extra_emuls
548 mips64*-*-linux-*) targ_emul=elf32btsmipn32
549 targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip"
550 targ_extra_libpath=$targ_extra_emuls
552 mips*el-*-linux-*) targ_emul=elf32ltsmip
553 targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
554 targ_extra_libpath=$targ_extra_emuls
556 mips*-*-linux-*) targ_emul=elf32btsmip
557 targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip"
558 targ_extra_libpath=$targ_extra_emuls
560 mips64*el-*-freebsd* | mips64*el-*-kfreebsd*-gnu)
561 targ_emul=elf32ltsmipn32_fbsd
562 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmip_fbsd elf32btsmip_fbsd elf32btsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
563 targ_extra_libpath=$targ_extra_emuls
565 mips64*-*-freebsd* | mips64*-*-kfreebsd*-gnu)
566 targ_emul=elf32btsmipn32_fbsd
567 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmip_fbsd elf32btsmip_fbsd elf32ltsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
568 targ_extra_libpath=$targ_extra_emuls
570 mips*el-*-freebsd* | mips*el-*-kfreebsd*-gnu)
571 targ_emul=elf32ltsmip_fbsd
572 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmipn32_fbsd elf32btsmip_fbsd elf32btsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
573 targ_extra_libpath=$targ_extra_emuls
575 mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
576 targ_emul=elf32btsmip_fbsd
577 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmip_fbsd elf32btsmipn32_fbsd elf32ltsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
578 targ_extra_libpath=$targ_extra_emuls
580 mips*-*-sysv4*) targ_emul=elf32btsmip
582 mmix-*-*) targ_emul=mmo
583 targ_extra_emuls=elf64mmix
585 mn10200-*-*) targ_emul=mn10200
586 targ_extra_ofiles=ldelfgen.o
588 mn10300-*-*) targ_emul=mn10300
590 moxie-*-moxiebox*) targ_emul=moxiebox
591 targ_extra_ofiles=ldelfgen.o
593 moxie-*-*) targ_emul=elf32moxie
594 targ_extra_ofiles=ldelfgen.o
596 msp430-*-*) targ_emul=msp430elf
597 targ_extra_emuls="msp430X"
598 targ_extra_ofiles=ldelfgen.o
600 mt-*elf) targ_emul=elf32mt
601 targ_extra_ofiles=ldelfgen.o
603 nds32*le-*-elf*) targ_emul=nds32elf
604 targ_extra_emuls="nds32elf16m nds32belf nds32belf16m"
606 nds32*be-*-elf*) targ_emul=nds32belf
607 targ_extra_emuls="nds32elf nds32elf16m nds32belf16m"
609 nds32*le-*-linux-gnu*) targ_emul=nds32elf_linux
611 nds32*be-*-linux-gnu*) targ_emul=nds32belf_linux
613 nios2*-*-linux*) targ_emul=nios2linux
615 nios2*-*-*) targ_emul=nios2elf
617 ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha
620 ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd
623 or1k-*-elf | or1knd-*-elf | or1k-*-rtems* | or1knd-*-rtems*)
626 or1k-*-linux* | or1knd-*-linux*) targ_emul=elf32or1k_linux
628 pdp11-*-*) targ_emul=pdp11
631 pjl*-*-*) targ_emul=pjlelf
632 targ_extra_emuls="elf_i386 elf_iamcu"
634 pj*-*-*) targ_emul=pjelf
635 targ_extra_ofiles=ldelfgen.o
637 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
638 targ_emul=elf32ppc_fbsd
639 targ_extra_emuls="elf32ppc elf32ppcsim"
640 targ_extra_libpath=elf32ppc;
641 tdir_elf32ppcsim=`echo ${targ_alias} | sed -e 's/ppc/ppcsim/'`
643 powerpc64-*-freebsd*)
644 targ_emul=elf64ppc_fbsd
645 targ_extra_emuls="elf64ppc elf32ppc_fbsd elf32ppc"
646 targ_extra_libpath="elf32ppc_fbsd elf32ppc"
647 tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
648 tdir_elf32ppc_fbsd=$tdir_elf32ppc
651 targ_emul=elf32ppcvxworks
652 targ_extra_emuls="elf32ppc elf32ppclinux elf32ppcsim"
654 powerpc*-*-elf* | powerpc*-*-eabi* | powerpc*-*-sysv* \
655 | powerpc*-*-linux* | powerpc*-*-netbsd* | powerpc*-*-openbsd* \
656 | powerpc*-*-rtems* \
657 | powerpc*-*-solaris* | powerpc*-*-kaos* | powerpc*-*-vxworks*)
661 targ_extra_emuls="elf32ppc elf32ppclinux elf32ppcsim"
662 targ_extra_libpath="elf32ppc elf32ppclinux" ;;
664 targ_emul=elf32ppclinux
665 targ_extra_emuls="elf32ppc elf32ppcsim"
666 targ_extra_libpath=elf32ppc
667 targ64_extra_emuls=elf64ppc
668 targ64_extra_libpath=elf64ppc ;;
671 targ_extra_emuls="elf32ppclinux elf32ppcsim"
672 targ_extra_libpath=elf32ppclinux
673 targ64_extra_emuls=elf64ppc
674 targ64_extra_libpath=elf64ppc ;;
680 powerpcle-* | powerpc64le-*)
681 for z in td td64 targ_emul targ_extra_emuls \
682 targ_extra_libpath targ64_extra_emuls \
685 eval ${z}=\"\`echo \$${z} \| sed -e $s\`\"
689 # Why oh why did we set tooldir based on target_alias
690 # rather than on target?
691 eval tdir_${targ_emul}="${targ_alias}"
692 cpu=`echo "${targ_alias}" | sed -e 's/-.*//'`
693 rest=`echo "${targ_alias}" | sed -e 's/^[^-]*//'`
698 ta32=`echo "${cpu}" | sed -e s/64//`"${rest}"
699 ta64=`echo "${cpu}" | sed -e 's/64//;s/$/64/;s/'${le}'64$/64'${le}'/;s/be64$/64be/'`"${rest}"
700 eval test -n \"\$${td}\" || eval ${td}="${ta32}"
701 eval test -n \"\$${td}linux\" || eval ${td}linux="${ta32}"
702 eval test -n \"\$${td}sim\" || eval ${td}sim="${ta32}"
703 eval test -n \"\$${td64}\" || eval ${td64}="${ta64}"
704 # Now provide the other endian
705 for z in targ_extra_emuls targ_extra_libpath
707 eval ${z}=\"\$${z} \`echo ${targ_emul} \$${z} \| sed -e $s\`\"
709 for z in targ64_extra_emuls targ64_extra_libpath
711 eval ${z}=\"\$${z} \`echo \$${z} \| sed -e $s\`\"
713 td=`echo "${td}" | sed -e $s`
714 td64=`echo "${td64}" | sed -e $s`
716 powerpcle-* | powerpc64le-*)
717 cpu=`echo "${cpu}" | sed -e s/${le}\$//` ;;
719 cpu=`echo "${cpu}" | sed -e s/be\$//`${le} ;;
721 ta32=`echo "${cpu}" | sed -e s/64//`"${rest}"
722 ta64=`echo "${cpu}" | sed -e 's/64//;s/$/64/;s/'${le}'64$/64'${le}/`"${rest}"
723 eval test -n \"\$${td}\" || eval ${td}="${ta32}"
724 eval test -n \"\$${td}linux\" || eval ${td}linux="${ta32}"
725 eval test -n \"\$${td}sim\" || eval ${td}sim="${ta32}"
726 eval test -n \"\$${td64}\" || eval ${td64}="${ta64}"
728 powerpc-*-nto*) targ_emul=elf32ppcnto
730 powerpcle-*-nto*) targ_emul=elf32lppcnto
732 powerpc-*-macos*) targ_emul=ppcmacos
735 powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin*)
737 targ_extra_ofiles="deffilep.o pe-dll.o"
739 powerpc-*-aix[5-9]*) targ_emul=aix5ppc
742 powerpc-*-aix*) targ_emul=aixppc
745 powerpc-*-beos*) targ_emul=aixppc
748 powerpc-*-windiss*) targ_emul=elf32ppcwindiss
750 powerpc-*-lynxos*) targ_emul=ppclynx
752 pru*-*-*) targ_emul=pruelf
754 riscv32*-*-linux*) targ_emul=elf32lriscv
755 targ_extra_emuls="elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64"
756 targ_extra_libpath=$targ_extra_emuls
758 riscv-*-* | riscv32*-*-*)
759 targ_emul=elf32lriscv
760 targ_extra_emuls="elf64lriscv"
761 targ_extra_libpath=$targ_extra_emuls
763 riscv64*-*-linux*) targ_emul=elf64lriscv
764 targ_extra_emuls="elf64lriscv_lp64f elf64lriscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32"
765 targ_extra_libpath=$targ_extra_emuls
767 riscv64*-*-*) targ_emul=elf64lriscv
768 targ_extra_emuls="elf32lriscv"
769 targ_extra_libpath=$targ_extra_emuls
771 rs6000-*-aix[5-9]*) targ_emul=aix5rs6
774 rs6000-*-aix*) targ_emul=aixrs6
777 rl78-*-*) targ_emul=elf32rl78
779 rx-*-*) targ_emul=elf32rx
781 s12z-*-*) targ_emul=m9s12zelf
782 targ_extra_ofiles=ldelfgen.o
784 s390x-*-linux*) targ_emul=elf64_s390
785 targ_extra_emuls=elf_s390
786 targ_extra_libpath=$targ_extra_emuls
787 tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'`
789 s390x-*-tpf*) targ_emul=elf64_s390
790 tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'`
792 s390-*-linux*) targ_emul=elf_s390
793 targ64_extra_emuls=elf64_s390
794 targ64_extra_libpath=elf64_s390
795 tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
797 score-*-elf) targ_emul=score7_elf
798 targ_extra_emuls=score3_elf
800 sh-*-linux*) targ_emul=shlelf_linux
801 targ_extra_emuls="shelf_linux shlelf_fd shelf_fd"
802 targ_extra_libpath=shelf_linux
804 sh*eb-*-linux*) targ_emul=shelf_linux
805 targ_extra_emuls="shelf_fd"
807 sh*-*-linux*) targ_emul=shlelf_linux
808 targ_extra_emuls="shlelf_fd"
810 sh*l*-*-netbsdelf*) targ_emul=shlelf_nbsd
811 targ_extra_emuls=shelf_nbsd
813 sh*-*-netbsdelf*) targ_emul=shelf_nbsd
814 targ_extra_emuls=shlelf_nbsd
816 shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)
818 targ_extra_emuls="shelf shl sh"
820 sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos*)
822 targ_extra_emuls="shlelf sh shl"
824 sh-*-uclinux* | sh[12]-*-uclinux*)
825 targ_emul=shelf_uclinux
826 targ_extra_emuls="shelf shlelf sh shl shelf_fd shlelf_fd"
828 sh-*-vxworks) targ_emul=shelf_vxworks
829 targ_extra_emuls=shlelf_vxworks
831 sh-*-nto*) targ_emul=shelf_nto
832 targ_extra_emuls=shlelf_nto
834 sh-*-pe) targ_emul=shpe ;
835 targ_extra_ofiles="deffilep.o pe-dll.o"
837 sh-*-*) targ_emul=sh;
841 sparc64-*-freebsd* | sparcv9-*-freebsd* | sparc64-*-kfreebsd*-gnu | sparcv9-*-kfreebsd*-gnu)
842 targ_emul=elf64_sparc_fbsd
843 targ_extra_emuls="elf64_sparc elf32_sparc"
844 targ_extra_libpath=$targ_extra_emuls
845 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
847 sparc64-*-linux-*) targ_emul=elf64_sparc
848 targ_extra_emuls="elf32_sparc"
849 targ_extra_libpath=elf32_sparc
850 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
852 sparc64-*-*bsd*) targ_emul=elf64_sparc
853 targ_extra_emuls="elf32_sparc"
855 sparc64-*-solaris2* | sparcv9-*-solaris2*)
856 targ_emul=elf64_sparc_sol2
857 targ_extra_emuls="elf64_sparc elf32_sparc_sol2 elf32_sparc"
858 targ_extra_libpath=$targ_extra_emuls
859 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
861 sparc64-*-*) targ_emul=elf64_sparc
863 sparc*-*-linux-*) targ_emul=elf32_sparc
864 targ_extra_emuls="elf64_sparc"
865 targ_extra_libpath=elf64_sparc
866 tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
868 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
869 targ_emul=elf32_sparc_sol2
870 targ_extra_emuls=elf32_sparc
872 sparc-*-solaris2*) targ_emul=elf32_sparc_sol2
873 targ_extra_emuls="elf32_sparc elf64_sparc_sol2 elf64_sparc"
874 targ_extra_libpath=$targ_extra_emuls
875 tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
877 sparc*-*-vxworks*) targ_emul=elf32_sparc_vxworks
879 sparc*-*-*) targ_emul=elf32_sparc
881 spu-*-elf*) targ_emul=elf32_spu
883 tic30-*-*aout*) targ_emul=tic30aout
886 tic30-*-*coff*) targ_emul=tic30coff
889 tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff
890 targ_extra_emuls="tic3xcoff tic3xcoff_onchip"
893 tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff
896 tic6x-*-elf) targ_emul=elf32_tic6x_elf_le
897 targ_extra_emuls="elf32_tic6x_elf_be elf32_tic6x_le elf32_tic6x_be"
898 targ_extra_libpath=$targ_extra_emuls
900 tic6x-*-uclinux) targ_emul=elf32_tic6x_linux_le
901 targ_extra_emuls="elf32_tic6x_linux_be elf32_tic6x_le elf32_tic6x_be"
902 targ_extra_libpath=$targ_extra_emuls
904 tilegx-*-*) targ_emul=elf64tilegx
905 targ_extra_emuls="elf64tilegx_be elf32tilegx elf32tilegx_be"
906 targ_extra_libpath=$targ_extra_emuls
908 tilegxbe-*-*) targ_emul=elf64tilegx_be
909 targ_extra_emuls="elf64tilegx elf32tilegx elf32tilegx_be"
910 targ_extra_libpath=$targ_extra_emuls
912 tilepro-*-*) targ_emul=elf32tilepro
914 v850*-*-*) targ_emul=v850_rh850
915 targ_extra_emuls=v850
917 vax-*-netbsdelf*) targ_emul=elf32vax
918 targ_extra_emuls=vaxnbsd
920 vax-*-netbsdaout* | vax-*-netbsd*)
922 targ_extra_emuls=elf32vax
924 vax-*-linux-*) targ_emul=elf32vax
926 visium-*-elf) targ_emul=elf32visium
928 x86_64-*-rdos*) targ_emul=elf64rdos
930 x86_64-*-cloudabi*) targ_emul=elf_x86_64_cloudabi
932 x86_64-*-linux-gnux32) targ_emul=elf32_x86_64
933 targ_extra_emuls="elf_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om"
934 targ_extra_libpath="elf_i386 elf_iamcu elf_x86_64 elf_l1om elf_k1om"
935 tdir_elf_iamcu=`echo ${targ_alias} | sed -e 's/x86_64/i386/' -e 's/-linux-gnux32/-linux-gnu/'`
936 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/' -e 's/-linux-gnux32/-linux-gnu/'`
938 x86_64-*-linux-*) targ_emul=elf_x86_64
939 targ_extra_emuls="elf32_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om"
940 targ_extra_libpath="elf_i386 elf32_x86_64 elf_l1om elf_k1om"
941 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
943 x86_64-*-redox*) targ_emul=elf_x86_64
944 targ_extra_emuls=elf_i386
946 x86_64-*-solaris2*) targ_emul=elf_x86_64_sol2
947 targ_extra_emuls="elf_x86_64 elf_i386_sol2 elf_i386_ldso elf_i386 elf_iamcu elf_l1om elf_k1om"
948 targ_extra_libpath=$targ_extra_emuls
949 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
951 x86_64-*-netbsd*) targ_emul=elf_x86_64
952 targ_extra_emuls="elf_i386 elf_iamcu elf_l1om elf_k1om"
953 tdir_elf_iamcu=`echo ${targ_alias} | \
954 sed -e 's/x86_64/i386/'`
955 case "${tdir_elf_iamcu}" in
957 *) tdir_elf_iamcu=`echo ${tdir_elf_iamcu} | \
958 sed -e 's/netbsd/netbsdelf/'`;;
960 tdir_elf_i386=`echo ${targ_alias} | \
961 sed -e 's/x86_64/i386/'`
962 case "${tdir_elf_i386}" in
964 *) tdir_elf_i386=`echo ${tdir_elf_i386} | \
965 sed -e 's/netbsd/netbsdelf/'`;;
968 x86_64-*-elf* | x86_64-*-rtems* | x86_64-*-fuchsia*)
970 targ_extra_emuls="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
971 targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
972 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
974 x86_64-*-dragonfly*) targ_emul=elf_x86_64
975 targ_extra_emuls="elf_i386 elf_iamcu elf_l1om elf_k1om"
977 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
978 targ_emul=elf_x86_64_fbsd
979 targ_extra_emuls="elf_i386_fbsd elf_x86_64 elf_i386 elf_iamcu elf_l1om elf_l1om_fbsd elf_k1om elf_k1om_fbsd"
980 targ_extra_libpath="elf_i386_fbsd"
981 tdir_elf_i386_fbsd=`echo ${targ_alias} \
982 | sed -e 's/x86_64/i386/'`
983 tdir_elf_iamcu=`echo ${targ_alias} \
984 | sed -e 's/x86_64/i386/'`
985 tdir_elf_i386=`echo ${targ_alias} \
986 | sed -e 's/x86_64/i386/'`
988 x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
989 targ_extra_emuls=i386pe ;
990 targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
992 x86_64-*-cygwin) targ_emul=i386pep ;
993 targ_extra_emuls=i386pe
994 targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
995 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api'
997 x86_64-*-mingw*) targ_emul=i386pep ;
998 targ_extra_emuls=i386pe
999 targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
1001 x86_64-*-nacl*) targ_emul=elf32_x86_64_nacl
1002 targ_extra_emuls="elf_i386_nacl elf_x86_64_nacl armelf_nacl armelfb_nacl"
1003 targ_extra_libpath=$targ_extra_emuls
1004 tdir_elf_i386_nacl=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
1006 xc16x-*-elf) targ_emul=elf32xc16x
1007 targ_extra_emuls="elf32xc16xl elf32xc16xs"
1009 xgate-*-*) targ_emul=xgateelf
1010 targ_extra_ofiles=ldelfgen.o
1012 xstormy16-*-*) targ_emul=elf32xstormy16
1014 xtensa*-*-*) targ_emul=elf32xtensa
1016 z80-*-coff) targ_emul=z80
1019 z8k-*-coff) targ_emul=z8002
1020 targ_extra_emuls=z8001
1023 *-*-ieee*) targ_emul=vanilla
1027 echo 2>&1 "*** ld does not support target ${targ}"
1028 echo 2>&1 "*** see ld/configure.tgt for supported targets"
1033 NATIVE_LIB_DIRS='/usr/local/lib /lib /usr/lib'
1037 NATIVE_LIB_DIRS='/lib /usr/lib /usr/pkg/lib /usr/local/lib'
1041 NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
1045 NATIVE_LIB_DIRS=/usr/lib/pa20_64
1049 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1052 i[3-7]86-*-solaris*)
1053 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1056 i[3-7]86-pc-interix*)
1057 NATIVE_LIB_DIRS='/usr/local/lib $$INTERIX_ROOT/usr/lib /lib /usr/lib'
1061 NATIVE_LIB_DIRS='/usr/local/lib /usr/lib/ia64l64 /lib /usr/lib'
1065 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1069 # This allows to build a pair of PPU/SPU toolchains with common sysroot.
1070 NATIVE_LIB_DIRS='/lib'
1073 i[03-9x]86-*-cygwin* | x86_64-*-cygwin*)
1074 NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
1084 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1090 frv-*-* | hppa*-*-* | ia64-*-* | mips*-*-*)
1091 # Don't enable -z relro by default since many relro tests fail on these
1093 # FAIL: strip -z relro (relro1)
1094 # FAIL: strip -z relro -shared (relro1)
1095 # FAIL: objcopy -z relro (relro1)
1096 # FAIL: objcopy -z relro -shared (relro1)
1097 # FAIL: objcopy -z relro (tdata1)
1098 # FAIL: objcopy -shared -z relro (tdata1)
1099 # FAIL: objcopy -z relro (tdata2)
1100 # FAIL: objcopy -shared -z relro (tdata2)
1101 # FAIL: objcopy -z relro (tdata3)
1102 # FAIL: objcopy -shared -z relro (tdata3)
1103 # FAIL: objcopy -shared -z relro (tbss1)
1104 # FAIL: objcopy -shared -z relro (tbss2)
1105 # FAIL: objcopy -shared -z relro (tbss3)
1108 if test ${ac_default_ld_z_relro} = unset; then
1109 ac_default_ld_z_relro=1
1114 # Enable -z separate-code by default for Linux/x86.
1116 i[3-7]86-*-linux-* | x86_64-*-linux-*)
1117 if test ${ac_default_ld_z_separate_code} = unset; then
1118 ac_default_ld_z_separate_code=1