]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/configure.tgt
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / configure.tgt
CommitLineData
e407c74b
NC
1# configure.tgt
2#
a2c58332 3# Copyright (C) 2013-2022 Free Software Foundation, Inc.
e407c74b
NC
4#
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.
35c08157 9#
e407c74b
NC
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.
35c08157 14#
e407c74b
NC
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/>.
18
252b5132
RH
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
22# information.
23
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
3336653a 28# targ_extra_libpath additional linker emulations using LIB_PATH
5063daf7 29# targ_extra_ofiles additional host-compiled objects needed by the emulation
534d3119 30# targ64_extra_emuls additional linker emulations to provide if
6c19b93b 31# --enable-64-bit-bfd is given or if host is 64 bit.
534d3119 32# targ64_extra_libpath additional linker emulations using LIB_PATH if
6c19b93b 33# --enable-64-bit-bfd is given or if host is 64 bit.
9c8ebd6a
DJ
34# NATIVE_LIB_DIRS library directories to search on this host
35# (if we are a native or sysrooted linker)
252b5132
RH
36
37targ_extra_emuls=
534d3119 38targ_extra_libpath=
d871d478 39targ_extra_ofiles="ldelf.o ldelfgen.o"
534d3119
L
40targ64_extra_emuls=
41targ64_extra_libpath=
252b5132 42
984b909a
AM
43# Please try to keep this table more or less in alphabetic order - it
44# makes it much easier to lookup a specific archictecture.
252b5132 45case "${targ}" in
a06ea964 46aarch64_be-*-elf) targ_emul=aarch64elfb
d871d478
AM
47 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b armelfb armelf"
48 ;;
1f568f9a 49aarch64-*-elf | aarch64-*-rtems* | aarch64-*-genode*)
12a132db 50 targ_emul=aarch64elf
d871d478
AM
51 targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb"
52 ;;
a75cf613 53aarch64-*-cloudabi*) targ_emul=aarch64cloudabi
d871d478
AM
54 targ_extra_emuls=aarch64cloudabib
55 ;;
15c7659f 56aarch64-*-freebsd*) targ_emul=aarch64fbsd
d871d478
AM
57 targ_extra_emuls="aarch64fbsdb aarch64elf"
58 ;;
d5451cd4 59aarch64-*-fuchsia*) targ_emul=aarch64elf
d871d478
AM
60 targ_extra_emuls="aarch64elfb armelf armelfb"
61 ;;
9a6465c2
JW
62aarch64_be-*-linux-gnu_ilp32)
63 targ_emul=aarch64linux32b
64 targ_extra_libpath="aarch64linuxb aarch64linux aarch64linux32 armelfb_linux_eabi armelf_linux_eabi"
d871d478
AM
65 targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath"
66 ;;
9a6465c2
JW
67aarch64-*-linux-gnu_ilp32)
68 targ_emul=aarch64linux32
69 targ_extra_libpath="aarch64linux aarch64linuxb aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
d871d478
AM
70 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb $targ_extra_libpath"
71 ;;
a06ea964 72aarch64_be-*-linux*) targ_emul=aarch64linuxb
56244278 73 targ_extra_libpath="aarch64linux aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
d871d478
AM
74 targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath"
75 ;;
a06ea964 76aarch64-*-linux*) targ_emul=aarch64linux
56244278 77 targ_extra_libpath="aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
d871d478
AM
78 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb $targ_extra_libpath"
79 ;;
d85e70a3
AGI
80aarch64-*-haiku*) targ_emul=aarch64haiku
81 targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb armelf_haiku $targ_extra_libpath"
82 ;;
e729279b 83alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
6c19b93b 84 targ_emul=elf64alpha_fbsd
e729279b 85 targ_extra_emuls="elf64alpha alpha"
d871d478
AM
86 tdir_alpha=`echo ${targ_alias} | sed -e 's/freebsd/freebsdecoff/'`
87 ;;
88alpha*-*-linux*ecoff*) targ_emul=alpha
89 targ_extra_emuls=elf64alpha
90 tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
91 ;;
92alpha*-*-linux-*) targ_emul=elf64alpha
93 targ_extra_emuls=alpha
94 tdir_alpha=`echo ${targ_alias} | sed -e 's/linux\(-gnu\)*/linux\1ecoff/'`
95 ;;
96alpha*-*-osf*) targ_emul=alpha
97 targ_extra_ofiles=
98 ;;
99alpha*-*-gnu*) targ_emul=elf64alpha
100 ;;
101alpha*-*-netbsd*) targ_emul=elf64alpha_nbsd
102 ;;
103alpha*-*-openbsd*) targ_emul=elf64alpha
104 ;;
8b351884 105alpha*-*-*vms*) targ_emul=alphavms
d871d478 106 targ_extra_ofiles=
e729279b 107 ;;
984b909a
AM
108am33_2.0-*-linux*) targ_emul=elf32am33lin # mn10300 variant
109 ;;
886a2506 110arc*-*-elf*) targ_emul=arcelf
5e4f7e05 111 targ_extra_emuls="arclinux arclinux_nps arcv2elf arcv2elfx"
6c19b93b 112 ;;
d7488716
AB
113arc*-*-linux*) case "${with_cpu}" in
114 nps400) targ_emul=arclinux_nps
115 targ_extra_emuls=arclinux
116 ;;
117 *) targ_emul=arclinux
118 targ_extra_emuls=arclinux_nps
119 ;;
120 esac
5e4f7e05 121 targ_extra_emuls="${targ_extra_emuls} arcelf arcv2elf arcv2elfx"
e729279b 122 ;;
d871d478
AM
123arm*-*-cegcc*) targ_emul=arm_wince_pe
124 targ_extra_ofiles="deffilep.o pe-dll.o"
125 LIB_PATH='${tooldir}/lib/w32api'
126 ;;
361dff73 127arm-wince-pe | arm-*-wince | arm*-*-mingw32ce*)
d871d478
AM
128 targ_emul=arm_wince_pe
129 targ_extra_ofiles="deffilep.o pe-dll.o"
130 ;;
131arm-*-pe) targ_emul=armpe
132 targ_extra_ofiles="deffilep.o pe-dll.o"
133 ;;
1804dbce 134arm*b-*-freebsd*) targ_emul=armelfb_fbsd
d871d478
AM
135 targ_extra_emuls="armelf_fbsd armelf"
136 ;;
1804dbce 137arm*-*-freebsd* | arm-*-kfreebsd*-gnu)
6c19b93b 138 targ_emul=armelf_fbsd
d871d478
AM
139 targ_extra_emuls="armelfb_fbsd armelf"
140 ;;
ab4f385b 141armeb-*-netbsd*) targ_emul=armelfb_nbsd;
d871d478
AM
142 targ_extra_emuls="armelf_nbsd armelf"
143 ;;
ab4f385b 144arm-*-netbsd*) targ_emul=armelf_nbsd;
d871d478
AM
145 targ_extra_emuls="armelfb_nbsd armelf"
146 ;;
147arm-*-nto*) targ_emul=armnto
148 ;;
149arm-*-phoenix*) targ_emul=armelf
150 ;;
01e6c1a4 151armeb-*-elf | armeb-*-eabi*)
d871d478
AM
152 targ_emul=armelfb
153 ;;
1f568f9a 154arm-*-elf | arm*-*-eabi* | arm-*-rtems* | arm-*-genode*)
d871d478
AM
155 targ_emul=armelf
156 ;;
d871d478
AM
157arm-*-kaos*) targ_emul=armelf
158 ;;
159arm9e-*-elf) targ_emul=armelf
160 ;;
0e9dfb46 161arm*b-*-linux-*eabi*) targ_emul=armelfb_linux_eabi
fffbd2ef
JM
162 targ_extra_emuls=armelf_linux_eabi
163 targ_extra_libpath=$targ_extra_emuls
164 ;;
165arm*b-*-linux-*) targ_emul=armelfb_linux
166 targ_extra_emuls="armelfb armelf armelf_linux"
167 targ_extra_libpath="armelf_linux"
168 ;;
0e9dfb46 169arm*-*-linux-*eabi*) targ_emul=armelf_linux_eabi
617a5ada
CL
170 targ_extra_emuls="armelfb_linux_eabi"
171 targ_extra_libpath=$targ_extra_emuls
172 ;;
173arm*-*-uclinuxfdpiceabi)
174 targ_emul=armelf_linux_eabi
175 targ_extra_emuls="armelfb_linux_eabi armelf_linux_fdpiceabi armelfb_linux_fdpiceabi"
fffbd2ef
JM
176 targ_extra_libpath=$targ_extra_emuls
177 ;;
6c19b93b 178arm*-*-linux-*) targ_emul=armelf_linux
fffbd2ef
JM
179 targ_extra_emuls="armelf armelfb armelfb_linux"
180 targ_extra_libpath="armelfb_linux"
181 ;;
b38cadfb 182arm*b-*-nacl*) targ_emul=armelfb_nacl
bbd19b19 183 targ_extra_emuls="armelf_nacl"
b38cadfb 184 targ_extra_libpath=$targ_extra_emuls
b38cadfb
NC
185 ;;
186arm*-*-nacl*) targ_emul=armelf_nacl
bbd19b19 187 targ_extra_emuls="armelfb_nacl"
b38cadfb 188 targ_extra_libpath=$targ_extra_emuls
b38cadfb 189 ;;
0e9dfb46 190arm*-*-uclinux*eabi*) targ_emul=armelf_linux_eabi
7bd1c961
PB
191 targ_extra_emuls=armelfb_linux_eabi
192 targ_extra_libpath=$targ_extra_emuls
193 ;;
fffbd2ef
JM
194arm*-*-uclinux*) targ_emul=armelf_linux
195 targ_extra_emuls="armelf armelfb armelfb_linux"
196 targ_extra_libpath="armelfb_linux"
197 ;;
d871d478
AM
198arm-*-vxworks) targ_emul=armelf_vxworks
199 ;;
200arm*-*-conix*) targ_emul=armelf
201 ;;
d5451cd4
JC
202arm*-*-fuchsia*) targ_emul=armelf_fuchsia
203 targ_extra_emuls="armelfb_fuchsia armelf armelfb"
204 ;;
d85e70a3
AGI
205arm*-*-haiku*) arg_emul=armelf_haiku
206 targ_extra_emuls=armelf
207 ;;
75ca919a 208avr-*-*) targ_emul=avr2
f36e8886 209 targ_extra_emuls="avr1 avr25 avr3 avr31 avr35 avr4 avr5 avr51 avr6 avrxmega1 avrxmega2 avrxmega3 avrxmega4 avrxmega5 avrxmega6 avrxmega7 avrtiny"
e729279b 210 ;;
c75b4ebd
SH
211bfin-*-elf | bfin-*-rtems*)
212 targ_emul=elf32bfin
c2c09cab
NC
213 targ_extra_emuls="elf32bfinfd"
214 targ_extra_libpath=$targ_extra_emuls
215 ;;
3f2dad24
BS
216bfin-*-uclinux*) targ_emul=elf32bfin;
217 targ_extra_emuls="elf32bfinfd"
218 targ_extra_libpath=$targ_extra_emuls
219 ;;
bec9537e
MF
220bfin-*-linux-uclibc*) targ_emul=elf32bfinfd;
221 targ_extra_emuls="elf32bfin"
3f2dad24
BS
222 targ_extra_libpath=$targ_extra_emuls
223 ;;
d871d478
AM
224bpf-*-*) targ_emul=elf64bpf
225 ;;
226cr16-*-elf*) targ_emul=elf32cr16
227 ;;
1268a053 228cris-*-*aout*) targ_emul=crisaout
9d06555c 229 targ_extra_emuls="criself crislinux"
d871d478
AM
230 targ_extra_libpath=$targ_extra_emuls
231 ;;
ed84e695 232cris-*-linux-* | crisv32-*-linux-*)
d871d478
AM
233 targ_emul=crislinux
234 ;;
a0055007 235cris-*-* | crisv32-*-*) targ_emul=criself
1268a053 236 targ_extra_emuls="crisaout crislinux"
e729279b
NC
237 targ_extra_libpath=$targ_extra_emuls
238 ;;
239crx-*-elf*) targ_emul=elf32crx
240 ;;
b8891f8d 241
d871d478
AM
242csky-*-elf*) targ_emul=cskyelf
243 ;;
244csky-*-linux*) targ_emul=cskyelf_linux
245 ;;
b8891f8d 246
d871d478
AM
247d10v-*-*) targ_emul=d10velf
248 ;;
249d30v-*-*ext*) targ_emul=d30v_e
250 targ_extra_emuls="d30velf d30v_o"
251 targ_extra_ofiles=ldelfgen.o
252 ;;
253d30v-*-*onchip*) targ_emul=d30v_o
254 targ_extra_emuls="d30velf d30v_e"
255 targ_extra_ofiles=ldelfgen.o
256 ;;
257d30v-*-*) targ_emul=d30velf
258 targ_extra_emuls="d30v_e d30v_o"
259 targ_extra_ofiles=ldelfgen.o
fb33b906 260 ;;
e729279b 261dlx-*-elf*) targ_emul=elf32_dlx
d871d478 262 targ_extra_ofiles=ldelfgen.o
252b5132 263 ;;
319c2dbe 264epiphany-*-*) targ_emul=elf32epiphany
f204ddb8 265 targ_extra_emuls="elf32epiphany_4x4"
cfb8c092 266 ;;
d871d478
AM
267fido*-*-elf*) targ_emul=m68kelf
268 ;;
e729279b 269fr30-*-*) targ_emul=elf32fr30
d871d478
AM
270 targ_extra_ofiles=ldelfgen.o
271 ;;
272frv-*-*linux*) targ_emul=elf32frvfd
252b5132 273 ;;
d871d478
AM
274frv-*-*) targ_emul=elf32frv
275 targ_extra_emuls="elf32frvfd"
252b5132 276 ;;
984b909a 277ft32-*-*) targ_emul=elf32ft32
d871d478 278 targ_extra_ofiles=ldelfgen.o
20135e4c 279 ;;
e729279b
NC
280h8300-*-elf* | h8300-*-rtems*)
281 targ_emul=h8300elf;
d871d478
AM
282 targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf h8300sxnelf"
283 ;;
5518c738
YS
284h8300-*-linux*)
285 targ_emul=h8300elf_linux;
d871d478
AM
286 targ_extra_emuls="h8300helf_linux h8300self_linux h8300sxelf_linux"
287 ;;
288hppa*64*-*-linux-*) targ_emul=hppa64linux
289 ;;
290hppa*64*-hpux*) targ_emul=elf64hppa
291 ;;
292hppa*-*-linux-*) targ_emul=hppalinux
293 ;;
294hppa*-*-*elf*) targ_emul=hppaelf
295 ;;
296hppa*-*-lites*) targ_emul=hppaelf
297 ;;
298hppa*-*-netbsd*) targ_emul=hppanbsd
299 ;;
e729279b 300hppa*-*-openbsd*) targ_emul=hppaobsd
a1836d49 301 ;;
d871d478
AM
302i[3-7]86-*-nto-qnx*) targ_emul=i386nto
303 ;;
304i[3-7]86-*-go32) targ_emul=i386go32
305 targ_extra_ofiles=
306 ;;
307i[3-7]86-*-msdosdjgpp*) targ_emul=i386go32
308 targ_extra_ofiles=
309 ;;
310i[3-7]86-*-lynxos*) targ_emul=i386lynx
311 ;;
7e0a8112 312i[3-7]86-*-aros*) targ_emul=elf_i386
d871d478
AM
313 targ_extra_emuls=elf_iamcu
314 ;;
7e0a8112 315i[3-7]86-*-rdos*) targ_emul=elf_i386
d871d478
AM
316 targ_extra_emuls=elf_iamcu
317 ;;
d871d478
AM
318i[3-7]86-*-bsd) targ_emul=i386bsd
319 targ_extra_ofiles=
320 ;;
321i[3-7]86-*-bsd386) targ_emul=i386bsd
322 targ_extra_ofiles=
323 ;;
324i[3-7]86-*-bsdi*) targ_emul=i386bsd
325 targ_extra_ofiles=
326 ;;
ed84e695 327i[3-7]86-*-linux-*) targ_emul=elf_i386
c65c21e1 328 targ_extra_emuls="elf_iamcu"
7a9068fe 329 targ64_extra_emuls="elf_x86_64 elf32_x86_64 elf_l1om elf_k1om"
d871d478
AM
330 targ64_extra_libpath="elf_x86_64 elf32_x86_64"
331 ;;
f2e2d2f5 332i[3-7]86-*-redox*) targ_emul=elf_i386
d871d478
AM
333 targ_extra_emuls=elf_x86_64
334 ;;
7e0a8112 335i[3-7]86-*-sysv[45]*) targ_emul=elf_i386
d871d478
AM
336 targ_extra_emuls=elf_iamcu
337 ;;
a6cc6b3b 338i[3-7]86-*-solaris2*) targ_emul=elf_i386_sol2
6c19b93b 339 targ_extra_emuls="elf_i386_ldso elf_i386 elf_iamcu elf_x86_64_sol2 elf_x86_64 elf_l1om elf_k1om"
d19628a5 340 targ_extra_libpath=$targ_extra_emuls
6c19b93b 341 ;;
7e0a8112 342i[3-7]86-*-unixware) targ_emul=elf_i386
d871d478
AM
343 targ_extra_emuls=elf_iamcu
344 ;;
80c7c40a 345i[3-7]86-*-solaris*) targ_emul=elf_i386_ldso
6c19b93b 346 targ_extra_emuls="elf_i386"
d19628a5 347 targ_extra_libpath=$targ_extra_emuls
6c19b93b 348 ;;
ab4f385b
JE
349i[3-7]86-*-netbsdpe*) targ_emul=i386pe
350 targ_extra_ofiles="deffilep.o pe-dll.o"
351 ;;
352i[3-7]86-*-netbsd* | \
4615568e 353i[3-7]86-*-netbsd*-gnu* | \
b88237bc
AM
354i[3-7]86-*-knetbsd*-gnu | \
355i[3-7]86-*-openbsd*)
a06a29f2 356 targ_emul=elf_i386
d871d478
AM
357 targ_extra_emuls="elf_iamcu"
358 ;;
5197d474 359i[3-7]86-*-elfiamcu) targ_emul=elf_iamcu
d871d478
AM
360 targ_extra_emuls=elf_i386
361 ;;
1f568f9a 362i[3-7]86-*-elf* | i[3-7]86-*-rtems* | i[3-7]86-*-genode*)
c75b4ebd 363 targ_emul=elf_i386
d871d478
AM
364 targ_extra_emuls=elf_iamcu
365 ;;
5b806d27 366i[3-7]86-*-dragonfly*) targ_emul=elf_i386
d871d478
AM
367 targ_extra_emuls="elf_iamcu i386bsd"
368 ;;
5b806d27 369i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
6c19b93b 370 targ_emul=elf_i386_fbsd
d871d478
AM
371 targ_extra_emuls="elf_i386 elf_iamcu i386bsd"
372 ;;
7e0a8112 373i[3-7]86-*-gnu*) targ_emul=elf_i386
d871d478
AM
374 targ_extra_emuls=elf_iamcu
375 ;;
376i[3-7]86-*-msdos*) targ_emul=i386msdos
377 targ_extra_emuls=i386aout
378 targ_extra_ofiles=
379 ;;
380i[3-7]86-*-moss*) targ_emul=i386moss
381 targ_extra_emuls=i386msdos
d871d478 382 ;;
80c7c40a 383i[3-7]86-*-winnt*) targ_emul=i386pe ;
d871d478
AM
384 targ_extra_ofiles="deffilep.o pe-dll.o"
385 ;;
80c7c40a 386i[3-7]86-*-pe) targ_emul=i386pe ;
d871d478
AM
387 targ_extra_ofiles="deffilep.o pe-dll.o"
388 ;;
80c7c40a 389i[3-7]86-*-cygwin*) targ_emul=i386pe ;
5063daf7 390 targ_extra_ofiles="deffilep.o pe-dll.o" ;
d871d478
AM
391 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api'
392 ;;
80c7c40a 393i[3-7]86-*-mingw32*) targ_emul=i386pe ;
d871d478
AM
394 targ_extra_ofiles="deffilep.o pe-dll.o"
395 ;;
80c7c40a 396i[3-7]86-*-interix*) targ_emul=i386pe_posix;
d871d478
AM
397 targ_extra_ofiles="deffilep.o pe-dll.o"
398 ;;
399i[3-7]86-*-beospe*) targ_emul=i386beos
400 targ_extra_ofiles=
401 ;;
402i[3-7]86-*-beos*) targ_emul=elf_i386_be
403 ;;
d85e70a3
AGI
404i[3-7]86-*-haiku*) targ_emul=elf_i386_haiku
405 ;;
d871d478
AM
406i[3-7]86-*-vxworks*) targ_emul=elf_i386_vxworks
407 ;;
e729279b 408i[3-7]86-*-chaos) targ_emul=elf_i386_chaos
8af6dd41 409 ;;
d871d478
AM
410ia16-*-elf*) targ_emul=elf_i386
411 targ_extra_emuls=i386msdos
412 ;;
413ia64-*-elf*) targ_emul=elf64_ia64
414 ;;
e729279b 415ia64-*-freebsd* | ia64-*-kfreebsd*-gnu)
6c19b93b 416 targ_emul=elf64_ia64_fbsd
d871d478
AM
417 targ_extra_emuls="elf64_ia64"
418 ;;
419ia64-*-netbsd*) targ_emul=elf64_ia64
420 ;;
421ia64-*-linux*) targ_emul=elf64_ia64
422 ;;
423ia64-*-*vms*) targ_emul=elf64_ia64_vms
424 targ_extra_ofiles=ldelfgen.o
425 ;;
e729279b 426ia64-*-aix*) targ_emul=elf64_aix
7a33bc10 427 ;;
e729279b 428ip2k-*-elf) targ_emul=elf32ip2k
252b5132 429 ;;
d871d478
AM
430iq2000-*-elf) targ_emul=elf32iq2000
431 targ_extra_emuls="elf32iq10"
432 targ_extra_ofiles=ldelfgen.o
6c19b93b 433 ;;
d871d478
AM
434lm32-*-*linux*) targ_emul=elf32lm32fd
435 ;;
436lm32-*-*) targ_emul=elf32lm32
437 targ_extra_emuls="elf32lm32fd"
ed71e111 438 ;;
ae47e309 439m32c-*-elf)
8a2a2dbb 440 targ_emul=elf32m32c
7a33bc10 441 ;;
d871d478
AM
442m32r*le-*-elf*) targ_emul=m32rlelf
443 ;;
ae47e309 444m32r*-*-elf*)
d871d478
AM
445 targ_emul=m32relf
446 ;;
447m32r*le-*-linux-*) targ_emul=m32rlelf_linux
448 ;;
6c19b93b 449m32r*-*-linux-*) targ_emul=m32relf_linux
2d92cb7d 450 ;;
5a68afcf 451m68hc11-*-*|m6811-*-*) targ_emul=m68hc11elf
d871d478
AM
452 targ_extra_emuls="m68hc11elfb m68hc12elf m68hc12elfb"
453 ;;
5a68afcf 454m68hc12-*-*|m6812-*-*) targ_emul=m68hc12elf
d871d478
AM
455 targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb"
456 ;;
ab4f385b 457m68*-*-netbsd*) targ_emul=m68kelfnbsd
d871d478 458 ;;
d85e70a3
AGI
459m68*-*-haiku*) targ_emul=m68kelf
460 ;;
d871d478
AM
461m68*-*-*) targ_emul=m68kelf
462 ;;
e729279b 463mcore-*-pe) targ_emul=mcorepe ;
d871d478
AM
464 targ_extra_ofiles="deffilep.o pe-dll.o"
465 ;;
e729279b
NC
466mcore-*-elf) targ_emul=elf32mcore
467 ;;
d871d478
AM
468mep-*-elf) targ_emul=elf32mep
469 ;;
470metag-*-*) targ_emul=elf32metag
471 ;;
f23200ad
ME
472microblazeel*-linux*) targ_emul="elf32mbel_linux"
473 targ_extra_emuls="elf32mb_linux"
474 ;;
475microblaze*-linux*) targ_emul="elf32mb_linux"
476 targ_extra_emuls="elf32mbel_linux"
477 ;;
478microblazeel*) targ_emul=elf32microblazeel
479 targ_extra_emuls=elf32microblaze
480 ;;
481microblaze*) targ_emul=elf32microblaze
482 targ_extra_emuls=elf32microblazeel
483 ;;
d871d478
AM
484mips*-sgi-irix5*) targ_emul=elf32bsmip
485 ;;
dc831978 486mips*-sgi-irix6*) targ_emul=elf32bmipn32
6c19b93b 487 targ_extra_emuls="elf32bsmip elf64bmip"
d871d478
AM
488 targ_extra_libpath=$targ_extra_emuls
489 ;;
d85e70a3
AGI
490mips*el-*-haiku*) targ_emul=elf_mipsel_haiku
491 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
492 ;;
aaa2ab3d
NH
493mips*el-*-netbsd*) targ_emul=elf32ltsmip
494 targ_extra_emuls="elf32btsmip elf64ltsmip elf64btsmip"
495 ;;
496mips*-*-netbsd*) targ_emul=elf32btsmip
497 targ_extra_emuls="elf32ltsmip elf64btsmip elf64ltsmip"
6c19b93b 498 ;;
b7f54058
MR
499mips64el-*-openbsd*) targ_emul=elf64ltsmip
500 targ_extra_emuls=elf64btsmip
501 ;;
502mips64-*-openbsd*) targ_emul=elf64btsmip
503 targ_extra_emuls=elf64ltsmip
504 ;;
d871d478
AM
505mips*vr4300el-*-elf*) targ_emul=elf32l4300
506 ;;
507mips*vr4300-*-elf*) targ_emul=elf32b4300
508 ;;
509mips*vr4100el-*-elf*) targ_emul=elf32l4300
510 ;;
511mips*vr4100-*-elf*) targ_emul=elf32b4300
512 ;;
513mips*vr5000el-*-elf*) targ_emul=elf32l4300
514 ;;
515mips*vr5000-*-elf*) targ_emul=elf32b4300
516 ;;
f21cd979
MR
517mips*el-sde-elf* | mips*el-mti-elf* | mips*el-img-elf*)
518 targ_emul=elf32ltsmip
d871d478
AM
519 targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
520 ;;
a9d58c06 521mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
c76b75fd 522 targ_emul=elf32btsmip
d871d478
AM
523 targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip"
524 ;;
e407c74b
NC
525mips64*el-ps2-elf*) targ_emul=elf32lr5900n32
526 targ_extra_emuls="elf32lr5900"
d871d478
AM
527 targ_extra_libpath=$targ_extra_emuls
528 ;;
e407c74b
NC
529mips*el-ps2-elf*) targ_emul=elf32lr5900
530 targ_extra_emuls="elf32lr5900n32"
d871d478
AM
531 targ_extra_libpath=$targ_extra_emuls
532 ;;
533mips*el-*-elf*) targ_emul=elf32elmip
534 ;;
c75b4ebd 535mips*-*-elf* | mips*-*-rtems*)
d871d478
AM
536 targ_emul=elf32ebmip
537 ;;
0a44bf69 538mips*el-*-vxworks*) targ_emul=elf32elmipvxworks
d871d478
AM
539 targ_extra_emuls="elf32ebmipvxworks"
540 ;;
0a44bf69 541mips*-*-vxworks*) targ_emul=elf32ebmipvxworks
d871d478
AM
542 targ_extra_emuls="elf32elmipvxworks"
543 ;;
544mips*-*-windiss) targ_emul=elf32mipswindiss
545 ;;
ed84e695 546mips64*el-*-linux-*) targ_emul=elf32ltsmipn32
7808a785 547 targ_extra_emuls="elf32btsmipn32 elf32ltsmip elf32btsmip elf64ltsmip elf64btsmip"
d871d478
AM
548 targ_extra_libpath=$targ_extra_emuls
549 ;;
ed84e695 550mips64*-*-linux-*) targ_emul=elf32btsmipn32
7808a785 551 targ_extra_emuls="elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip"
d871d478
AM
552 targ_extra_libpath=$targ_extra_emuls
553 ;;
ed84e695 554mips*el-*-linux-*) targ_emul=elf32ltsmip
919e35ed 555 targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip"
d871d478
AM
556 targ_extra_libpath=$targ_extra_emuls
557 ;;
ed84e695 558mips*-*-linux-*) targ_emul=elf32btsmip
919e35ed 559 targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip"
d871d478
AM
560 targ_extra_libpath=$targ_extra_emuls
561 ;;
cae4ddc6 562mips64*el-*-freebsd* | mips64*el-*-kfreebsd*-gnu)
aeffff67
RS
563 targ_emul=elf32ltsmipn32_fbsd
564 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmip_fbsd elf32btsmip_fbsd elf32btsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
d871d478
AM
565 targ_extra_libpath=$targ_extra_emuls
566 ;;
cae4ddc6 567mips64*-*-freebsd* | mips64*-*-kfreebsd*-gnu)
aeffff67
RS
568 targ_emul=elf32btsmipn32_fbsd
569 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmip_fbsd elf32btsmip_fbsd elf32ltsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
d871d478
AM
570 targ_extra_libpath=$targ_extra_emuls
571 ;;
cae4ddc6 572mips*el-*-freebsd* | mips*el-*-kfreebsd*-gnu)
aeffff67
RS
573 targ_emul=elf32ltsmip_fbsd
574 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmipn32_fbsd elf32btsmip_fbsd elf32btsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
d871d478
AM
575 targ_extra_libpath=$targ_extra_emuls
576 ;;
cae4ddc6 577mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
aeffff67
RS
578 targ_emul=elf32btsmip_fbsd
579 targ_extra_emuls="elf32ltsmip elf32btsmip elf32ltsmipn32 elf32btsmipn32 elf64ltsmip elf64btsmip elf32ltsmip_fbsd elf32btsmipn32_fbsd elf32ltsmipn32_fbsd elf64ltsmip_fbsd elf64btsmip_fbsd"
d871d478
AM
580 targ_extra_libpath=$targ_extra_emuls
581 ;;
6c19b93b 582mips*-*-sysv4*) targ_emul=elf32btsmip
e729279b 583 ;;
3c3bdf30
NC
584mmix-*-*) targ_emul=mmo
585 targ_extra_emuls=elf64mmix
586 ;;
d871d478
AM
587mn10200-*-*) targ_emul=mn10200
588 targ_extra_ofiles=ldelfgen.o
589 ;;
e729279b 590mn10300-*-*) targ_emul=mn10300
fb33b906 591 ;;
984b909a
AM
592moxie-*-moxiebox*) targ_emul=moxiebox
593 targ_extra_ofiles=ldelfgen.o
594 ;;
595moxie-*-*) targ_emul=elf32moxie
252b5132 596 ;;
6c19b93b 597msp430-*-*) targ_emul=msp430elf
1ade0651 598 targ_extra_emuls="msp430X"
d871d478 599 targ_extra_ofiles=ldelfgen.o
e729279b 600 ;;
984b909a
AM
601mt-*elf) targ_emul=elf32mt
602 targ_extra_ofiles=ldelfgen.o
603 ;;
35c08157
KLC
604nds32*le-*-elf*) targ_emul=nds32elf
605 targ_extra_emuls="nds32elf16m nds32belf nds32belf16m"
606 ;;
607nds32*be-*-elf*) targ_emul=nds32belf
608 targ_extra_emuls="nds32elf nds32elf16m nds32belf16m"
609 ;;
d871d478
AM
610nds32*le-*-linux-gnu*) targ_emul=nds32elf_linux
611 ;;
612nds32*be-*-linux-gnu*) targ_emul=nds32belf_linux
613 ;;
614nios2*-*-linux*) targ_emul=nios2linux
615 ;;
616nios2*-*-*) targ_emul=nios2elf
617 ;;
618ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha
619 targ_extra_ofiles=
620 ;;
41ee6d14 621ns32k-*-*bsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd
d871d478 622 targ_extra_ofiles=
252b5132 623 ;;
c75b4ebd 624or1k-*-elf | or1knd-*-elf | or1k-*-rtems* | or1knd-*-rtems*)
d871d478
AM
625 targ_emul=elf32or1k
626 ;;
627or1k-*-linux* | or1knd-*-linux*) targ_emul=elf32or1k_linux
628 ;;
e729279b 629pdp11-*-*) targ_emul=pdp11
d871d478 630 targ_extra_ofiles=
e729279b 631 ;;
6c19b93b 632pjl*-*-*) targ_emul=pjlelf
d871d478
AM
633 targ_extra_emuls="elf_i386 elf_iamcu"
634 ;;
6c19b93b 635pj*-*-*) targ_emul=pjelf
d871d478 636 targ_extra_ofiles=ldelfgen.o
e729279b 637 ;;
13dfd2d0 638powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
bd59d916
AM
639 targ_emul=elf32ppc_fbsd
640 targ_extra_emuls="elf32ppc elf32ppcsim"
fb33b906 641 targ_extra_libpath=elf32ppc;
d871d478
AM
642 tdir_elf32ppcsim=`echo ${targ_alias} | sed -e 's/ppc/ppcsim/'`
643 ;;
bd59d916
AM
644powerpc64-*-freebsd*)
645 targ_emul=elf64ppc_fbsd
646 targ_extra_emuls="elf64ppc elf32ppc_fbsd elf32ppc"
647 targ_extra_libpath="elf32ppc_fbsd elf32ppc"
648 tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
649 tdir_elf32ppc_fbsd=$tdir_elf32ppc
650 ;;
6afcdeb3
BB
651powerpc64le-*-freebsd*)
652 targ_emul=elf64lppc_fbsd
653 targ_extra_emuls="elf64lppc"
654 ;;
49926cd0
AM
655powerpc-*-vxworks*)
656 targ_emul=elf32ppcvxworks
d871d478
AM
657 targ_extra_emuls="elf32ppc elf32ppclinux elf32ppcsim"
658 ;;
49926cd0
AM
659powerpc*-*-elf* | powerpc*-*-eabi* | powerpc*-*-sysv* \
660 | powerpc*-*-linux* | powerpc*-*-netbsd* | powerpc*-*-openbsd* \
c75b4ebd 661 | powerpc*-*-rtems* \
49926cd0
AM
662 | powerpc*-*-solaris* | powerpc*-*-kaos* | powerpc*-*-vxworks*)
663 case "${targ}" in
4811ccb4
AM
664 powerpc64*)
665 targ_emul=elf64ppc
666 targ_extra_emuls="elf32ppc elf32ppclinux elf32ppcsim"
667 targ_extra_libpath="elf32ppc elf32ppclinux" ;;
668 *linux*)
669 targ_emul=elf32ppclinux
670 targ_extra_emuls="elf32ppc elf32ppcsim"
671 targ_extra_libpath=elf32ppc
672 targ64_extra_emuls=elf64ppc
673 targ64_extra_libpath=elf64ppc ;;
674 *)
675 targ_emul=elf32ppc
676 targ_extra_emuls="elf32ppclinux elf32ppcsim"
677 targ_extra_libpath=elf32ppclinux
678 targ64_extra_emuls=elf64ppc
679 targ64_extra_libpath=elf64ppc ;;
49926cd0 680 esac
4811ccb4
AM
681 td=tdir_elf32ppc
682 td64=tdir_elf64ppc
683 s=s/ppc/lppc/g
49926cd0 684 case "${targ}" in
4811ccb4
AM
685 powerpcle-* | powerpc64le-*)
686 for z in td td64 targ_emul targ_extra_emuls \
687 targ_extra_libpath targ64_extra_emuls \
688 targ64_extra_libpath
689 do
690 eval ${z}=\"\`echo \$${z} \| sed -e $s\`\"
691 done
692 s=s/lppc/ppc/g ;;
693 esac
694 # Why oh why did we set tooldir based on target_alias
695 # rather than on target?
696 eval tdir_${targ_emul}="${targ_alias}"
697 cpu=`echo "${targ_alias}" | sed -e 's/-.*//'`
698 rest=`echo "${targ_alias}" | sed -e 's/^[^-]*//'`
699 le=le
700 case "${cpu}" in
701 *little) le=little
702 esac
703 ta32=`echo "${cpu}" | sed -e s/64//`"${rest}"
704 ta64=`echo "${cpu}" | sed -e 's/64//;s/$/64/;s/'${le}'64$/64'${le}'/;s/be64$/64be/'`"${rest}"
705 eval test -n \"\$${td}\" || eval ${td}="${ta32}"
706 eval test -n \"\$${td}linux\" || eval ${td}linux="${ta32}"
707 eval test -n \"\$${td}sim\" || eval ${td}sim="${ta32}"
708 eval test -n \"\$${td64}\" || eval ${td64}="${ta64}"
709 # Now provide the other endian
710 for z in targ_extra_emuls targ_extra_libpath
711 do
712 eval ${z}=\"\$${z} \`echo ${targ_emul} \$${z} \| sed -e $s\`\"
713 done
714 for z in targ64_extra_emuls targ64_extra_libpath
715 do
716 eval ${z}=\"\$${z} \`echo \$${z} \| sed -e $s\`\"
717 done
718 td=`echo "${td}" | sed -e $s`
719 td64=`echo "${td64}" | sed -e $s`
720 case "${targ}" in
721 powerpcle-* | powerpc64le-*)
722 cpu=`echo "${cpu}" | sed -e s/${le}\$//` ;;
723 *)
724 cpu=`echo "${cpu}" | sed -e s/be\$//`${le} ;;
725 esac
726 ta32=`echo "${cpu}" | sed -e s/64//`"${rest}"
727 ta64=`echo "${cpu}" | sed -e 's/64//;s/$/64/;s/'${le}'64$/64'${le}/`"${rest}"
728 eval test -n \"\$${td}\" || eval ${td}="${ta32}"
729 eval test -n \"\$${td}linux\" || eval ${td}linux="${ta32}"
730 eval test -n \"\$${td}sim\" || eval ${td}sim="${ta32}"
731 eval test -n \"\$${td64}\" || eval ${td64}="${ta64}"
732 ;;
d871d478
AM
733powerpc-*-nto*) targ_emul=elf32ppcnto
734 ;;
735powerpcle-*-nto*) targ_emul=elf32lppcnto
736 ;;
737powerpc-*-macos*) targ_emul=ppcmacos
738 targ_extra_ofiles=
739 ;;
d871d478
AM
740powerpc-*-aix[5-9]*) targ_emul=aix5ppc
741 targ_extra_ofiles=
742 ;;
743powerpc-*-aix*) targ_emul=aixppc
744 targ_extra_ofiles=
745 ;;
746powerpc-*-beos*) targ_emul=aixppc
747 targ_extra_ofiles=
748 ;;
d85e70a3
AGI
749powerpc-*-haiku*) targ_emul=elf32ppchaiku
750 ;;
d871d478
AM
751powerpc-*-windiss*) targ_emul=elf32ppcwindiss
752 ;;
d871d478
AM
753pru*-*-*) targ_emul=pruelf
754 ;;
fbc09e7a
MC
755riscv32be*-*-linux*) targ_emul=elf32briscv
756 targ_extra_emuls="elf32briscv_ilp32f elf32briscv_ilp32 elf64briscv elf64briscv_lp64f elf64briscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64"
757 targ_extra_libpath=$targ_extra_emuls
758 ;;
10d98088 759riscv32*-*-linux*) targ_emul=elf32lriscv
fbc09e7a
MC
760 targ_extra_emuls="elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64 elf32briscv elf32briscv_ilp32f elf32briscv_ilp32 elf64briscv elf64briscv_lp64f elf64briscv_lp64"
761 targ_extra_libpath=$targ_extra_emuls
762 ;;
763riscvbe-*-* | riscv32be*-*-*)
764 targ_emul=elf32briscv
765 targ_extra_emuls="elf64briscv elf32lriscv elf64lriscv"
d871d478
AM
766 targ_extra_libpath=$targ_extra_emuls
767 ;;
bb11866d
JW
768riscv-*-* | riscv32*-*-*)
769 targ_emul=elf32lriscv
fbc09e7a
MC
770 targ_extra_emuls="elf64lriscv elf32briscv elf64briscv"
771 targ_extra_libpath=$targ_extra_emuls
772 ;;
773riscv64be*-*-linux*) targ_emul=elf64briscv
774 targ_extra_emuls="elf64briscv_lp64f elf64briscv_lp64 elf32briscv elf32briscv_ilp32f elf32briscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32"
d871d478
AM
775 targ_extra_libpath=$targ_extra_emuls
776 ;;
10d98088 777riscv64*-*-linux*) targ_emul=elf64lriscv
fbc09e7a
MC
778 targ_extra_emuls="elf64lriscv_lp64f elf64lriscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32 elf64briscv elf64briscv_lp64f elf64briscv_lp64 elf32briscv elf32briscv_ilp32f elf32briscv_ilp32"
779 targ_extra_libpath=$targ_extra_emuls
780 ;;
781riscv64be*-*-*) targ_emul=elf64briscv
782 targ_extra_emuls="elf32briscv elf64lriscv elf32lriscv"
d871d478
AM
783 targ_extra_libpath=$targ_extra_emuls
784 ;;
e23eba97 785riscv64*-*-*) targ_emul=elf64lriscv
fbc09e7a 786 targ_extra_emuls="elf32lriscv elf64briscv elf32briscv"
d871d478
AM
787 targ_extra_libpath=$targ_extra_emuls
788 ;;
789rs6000-*-aix[5-9]*) targ_emul=aix5rs6
790 targ_extra_ofiles=
791 ;;
e729279b 792rs6000-*-aix*) targ_emul=aixrs6
d871d478
AM
793 targ_extra_ofiles=
794 ;;
795rl78-*-*) targ_emul=elf32rl78
796 ;;
c578f16e
YS
797rx-*-linux*) targ_emul=elf32rx_linux
798 ;;
d871d478 799rx-*-*) targ_emul=elf32rx
e729279b 800 ;;
984b909a
AM
801s12z-*-*) targ_emul=m9s12zelf
802 targ_extra_ofiles=ldelfgen.o
803 ;;
6c19b93b 804s390x-*-linux*) targ_emul=elf64_s390
f52d1d64
JJ
805 targ_extra_emuls=elf_s390
806 targ_extra_libpath=$targ_extra_emuls
d871d478
AM
807 tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'`
808 ;;
2fbd2a87 809s390x-*-tpf*) targ_emul=elf64_s390
d871d478
AM
810 tdir_elf_s390=`echo ${targ_alias} | sed -e 's/s390x/s390/'`
811 ;;
6c19b93b 812s390-*-linux*) targ_emul=elf_s390
534d3119
L
813 targ64_extra_emuls=elf64_s390
814 targ64_extra_libpath=elf64_s390
815 tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
e729279b 816 ;;
6c19b93b 817score-*-elf) targ_emul=score7_elf
d871d478
AM
818 targ_extra_emuls=score3_elf
819 ;;
e729279b 820sh-*-linux*) targ_emul=shlelf_linux
0e1e4a75 821 targ_extra_emuls="shelf_linux shlelf_fd shelf_fd"
d871d478
AM
822 targ_extra_libpath=shelf_linux
823 ;;
a39d2e82 824sh*eb-*-linux*) targ_emul=shelf_linux
d871d478
AM
825 targ_extra_emuls="shelf_fd"
826 ;;
a39d2e82 827sh*-*-linux*) targ_emul=shlelf_linux
d871d478
AM
828 targ_extra_emuls="shlelf_fd"
829 ;;
ab4f385b
JE
830sh*l*-*-netbsdaout*) targ_emul=shl
831 targ_extra_emuls=sh
832 ;;
833sh*-*-netbsdaout*) targ_emul=sh
834 targ_extra_emuls=shl
835 ;;
836sh*l*-*-netbsd*) targ_emul=shlelf_nbsd
d871d478
AM
837 targ_extra_emuls=shelf_nbsd
838 ;;
ab4f385b 839sh*-*-netbsd*) targ_emul=shelf_nbsd
d871d478
AM
840 targ_extra_emuls=shlelf_nbsd
841 ;;
e729279b
NC
842shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)
843 targ_emul=shlelf
d871d478
AM
844 targ_extra_emuls="shelf shl sh"
845 ;;
55e6e397 846sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos*)
e729279b 847 targ_emul=shelf
d871d478
AM
848 targ_extra_emuls="shlelf sh shl"
849 ;;
ed6ba298
NS
850sh-*-uclinux* | sh[12]-*-uclinux*)
851 targ_emul=shelf_uclinux
d871d478
AM
852 targ_extra_emuls="shelf shlelf sh shl shelf_fd shlelf_fd"
853 ;;
55e6e397 854sh-*-vxworks) targ_emul=shelf_vxworks
d871d478
AM
855 targ_extra_emuls=shlelf_vxworks
856 ;;
e729279b 857sh-*-nto*) targ_emul=shelf_nto
d871d478
AM
858 targ_extra_emuls=shlelf_nto
859 ;;
e729279b 860sh-*-pe) targ_emul=shpe ;
d871d478
AM
861 targ_extra_ofiles="deffilep.o pe-dll.o"
862 ;;
863sh-*-*) targ_emul=sh;
864 targ_extra_emuls=shl
865 targ_extra_ofiles=
866 ;;
e729279b
NC
867sparc64-*-freebsd* | sparcv9-*-freebsd* | sparc64-*-kfreebsd*-gnu | sparcv9-*-kfreebsd*-gnu)
868 targ_emul=elf64_sparc_fbsd
869 targ_extra_emuls="elf64_sparc elf32_sparc"
870 targ_extra_libpath=$targ_extra_emuls
d871d478
AM
871 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
872 ;;
e729279b 873sparc64-*-linux-*) targ_emul=elf64_sparc
c9098af4 874 targ_extra_emuls="elf32_sparc"
e729279b 875 targ_extra_libpath=elf32_sparc
d871d478
AM
876 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
877 ;;
c9098af4 878sparc64-*-*bsd*) targ_emul=elf64_sparc
d871d478
AM
879 targ_extra_emuls="elf32_sparc"
880 ;;
c9098af4
AM
881sparc64-*-solaris2* | sparcv9-*-solaris2*)
882 targ_emul=elf64_sparc_sol2
883 targ_extra_emuls="elf64_sparc elf32_sparc_sol2 elf32_sparc"
884 targ_extra_libpath=$targ_extra_emuls
d871d478
AM
885 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
886 ;;
d85e70a3
AGI
887sparc64-*-haiku*) targ_emul=elf64_sparc
888 ;;
d871d478
AM
889sparc64-*-*) targ_emul=elf64_sparc
890 ;;
e729279b 891sparc*-*-linux-*) targ_emul=elf32_sparc
c9098af4 892 targ_extra_emuls="elf64_sparc"
e729279b 893 targ_extra_libpath=elf64_sparc
d871d478
AM
894 tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
895 ;;
e729279b 896sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
a6cc6b3b 897 targ_emul=elf32_sparc_sol2
d871d478
AM
898 targ_extra_emuls=elf32_sparc
899 ;;
a6cc6b3b
RO
900sparc-*-solaris2*) targ_emul=elf32_sparc_sol2
901 targ_extra_emuls="elf32_sparc elf64_sparc_sol2 elf64_sparc"
e729279b 902 targ_extra_libpath=$targ_extra_emuls
d871d478
AM
903 tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
904 ;;
905sparc*-*-vxworks*) targ_emul=elf32_sparc_vxworks
906 ;;
907sparc*-*-*) targ_emul=elf32_sparc
908 ;;
909spu-*-elf*) targ_emul=elf32_spu
910 ;;
d871d478
AM
911tic30-*-*coff*) targ_emul=tic30coff
912 targ_extra_ofiles=
913 ;;
914tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff
915 targ_extra_emuls="tic3xcoff tic3xcoff_onchip"
916 targ_extra_ofiles=
917 ;;
918tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff
919 targ_extra_ofiles=
920 ;;
2a616379
BS
921tic6x-*-elf) targ_emul=elf32_tic6x_elf_le
922 targ_extra_emuls="elf32_tic6x_elf_be elf32_tic6x_le elf32_tic6x_be"
923 targ_extra_libpath=$targ_extra_emuls
924 ;;
925tic6x-*-uclinux) targ_emul=elf32_tic6x_linux_le
926 targ_extra_emuls="elf32_tic6x_linux_be elf32_tic6x_le elf32_tic6x_be"
927 targ_extra_libpath=$targ_extra_emuls
40b36596 928 ;;
aa137e4d 929tilegx-*-*) targ_emul=elf64tilegx
fb6cedde 930 targ_extra_emuls="elf64tilegx_be elf32tilegx elf32tilegx_be"
d871d478
AM
931 targ_extra_libpath=$targ_extra_emuls
932 ;;
fb6cedde
WL
933tilegxbe-*-*) targ_emul=elf64tilegx_be
934 targ_extra_emuls="elf64tilegx elf32tilegx elf32tilegx_be"
d871d478
AM
935 targ_extra_libpath=$targ_extra_emuls
936 ;;
937tilepro-*-*) targ_emul=elf32tilepro
938 ;;
de863c74
NC
939v850*-*-*) targ_emul=v850_rh850
940 targ_extra_emuls=v850
e729279b 941 ;;
ab4f385b 942vax-*-netbsdaout*) targ_emul=vaxnbsd
d871d478
AM
943 targ_extra_emuls=elf32vax
944 ;;
ab4f385b
JE
945vax-*-netbsd*) targ_emul=elf32vax
946 targ_extra_emuls=vaxnbsd
947 ;;
6c19b93b 948vax-*-linux-*) targ_emul=elf32vax
e729279b 949 ;;
c18392d8
EB
950visium-*-elf) targ_emul=elf32visium
951 ;;
984b909a
AM
952x86_64-*-rdos*) targ_emul=elf64rdos
953 ;;
954x86_64-*-cloudabi*) targ_emul=elf_x86_64_cloudabi
955 ;;
d85e70a3
AGI
956x86_64-*-haiku*) targ_emul=elf_x86_64_haiku
957 targ_extra_emuls="elf_x86_64 elf_i386_haiku"
958 ;;
984b909a
AM
959x86_64-*-linux-gnux32) targ_emul=elf32_x86_64
960 targ_extra_emuls="elf_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om"
961 targ_extra_libpath="elf_i386 elf_iamcu elf_x86_64 elf_l1om elf_k1om"
962 tdir_elf_iamcu=`echo ${targ_alias} | sed -e 's/x86_64/i386/' -e 's/-linux-gnux32/-linux-gnu/'`
963 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/' -e 's/-linux-gnux32/-linux-gnu/'`
964 ;;
965x86_64-*-linux-*) targ_emul=elf_x86_64
966 targ_extra_emuls="elf32_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om"
967 targ_extra_libpath="elf_i386 elf32_x86_64 elf_l1om elf_k1om"
968 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
969 ;;
970x86_64-*-redox*) targ_emul=elf_x86_64
971 targ_extra_emuls=elf_i386
972 ;;
973x86_64-*-solaris2*) targ_emul=elf_x86_64_sol2
974 targ_extra_emuls="elf_x86_64 elf_i386_sol2 elf_i386_ldso elf_i386 elf_iamcu elf_l1om elf_k1om"
975 targ_extra_libpath=$targ_extra_emuls
976 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
977 ;;
b88237bc
AM
978x86_64-*-netbsd* | x86_64-*-openbsd*)
979 targ_emul=elf_x86_64
984b909a
AM
980 targ_extra_emuls="elf_i386 elf_iamcu elf_l1om elf_k1om"
981 tdir_elf_iamcu=`echo ${targ_alias} | \
ab4f385b 982 sed -e 's/x86_64/i386/' -e 's/aout//'`
984b909a 983 tdir_elf_i386=`echo ${targ_alias} | \
ab4f385b 984 sed -e 's/x86_64/i386/' -e 's/aout//'`
984b909a 985 ;;
1f568f9a 986x86_64-*-elf* | x86_64-*-rtems* | x86_64-*-fuchsia* | x86_64-*-genode*)
984b909a
AM
987 targ_emul=elf_x86_64
988 targ_extra_emuls="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
989 targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
990 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
991 ;;
992x86_64-*-dragonfly*) targ_emul=elf_x86_64
993 targ_extra_emuls="elf_i386 elf_iamcu elf_l1om elf_k1om"
994 ;;
995x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
996 targ_emul=elf_x86_64_fbsd
997 targ_extra_emuls="elf_i386_fbsd elf_x86_64 elf_i386 elf_iamcu elf_l1om elf_l1om_fbsd elf_k1om elf_k1om_fbsd"
998 targ_extra_libpath="elf_i386_fbsd"
999 tdir_elf_i386_fbsd=`echo ${targ_alias} \
1000 | sed -e 's/x86_64/i386/'`
1001 tdir_elf_iamcu=`echo ${targ_alias} \
1002 | sed -e 's/x86_64/i386/'`
1003 tdir_elf_i386=`echo ${targ_alias} \
1004 | sed -e 's/x86_64/i386/'`
1005 ;;
1006x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
1007 targ_extra_emuls=i386pe ;
1008 targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
1009 ;;
1010x86_64-*-cygwin) targ_emul=i386pep ;
1011 targ_extra_emuls=i386pe
1012 targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
1013 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api'
1014 ;;
1015x86_64-*-mingw*) targ_emul=i386pep ;
1016 targ_extra_emuls=i386pe
1017 targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
1018 ;;
5a68afcf 1019xc16x-*-elf) targ_emul=elf32xc16x
6c19b93b
AM
1020 targ_extra_emuls="elf32xc16xl elf32xc16xs"
1021 ;;
984b909a
AM
1022xgate-*-*) targ_emul=xgateelf
1023 targ_extra_ofiles=ldelfgen.o
1024 ;;
e729279b
NC
1025xstormy16-*-*) targ_emul=elf32xstormy16
1026 ;;
f8a52b59 1027xtensa*-*-*) targ_emul=elf32xtensa
e729279b 1028 ;;
6655dba2
SB
1029z80-*-elf*) targ_emul=elf32z80
1030 targ_extra_ofiles="ldelf.o ldelfgen.o"
1031 ;;
3c9b82ba 1032z80-*-coff) targ_emul=z80
d871d478 1033 targ_extra_ofiles=
3c9b82ba 1034 ;;
d871d478
AM
1035z8k-*-coff) targ_emul=z8002
1036 targ_extra_emuls=z8001
1037 targ_extra_ofiles=
e729279b 1038 ;;
560b3fe2 1039loongarch32-*) targ_emul=elf32loongarch
1040 ;;
1041loongarch64-*) targ_emul=elf64loongarch
1042 ;;
e729279b 1043*-*-ieee*) targ_emul=vanilla
d871d478 1044 targ_extra_ofiles=
e729279b 1045 ;;
252b5132
RH
1046*)
1047 echo 2>&1 "*** ld does not support target ${targ}"
1048 echo 2>&1 "*** see ld/configure.tgt for supported targets"
1049 exit 1
1050
1051esac
9c8ebd6a
DJ
1052
1053NATIVE_LIB_DIRS='/usr/local/lib /lib /usr/lib'
1054case "${target}" in
1055
5b806d27 1056*-*-dragonfly*)
5febff9b 1057 NATIVE_LIB_DIRS='/lib /usr/lib /usr/pkg/lib /usr/local/lib'
5b806d27
NC
1058 ;;
1059
1060*-*-freebsd*)
9c8ebd6a
DJ
1061 NATIVE_LIB_DIRS='/lib /usr/lib /usr/local/lib'
1062 ;;
1063
1064hppa*64*-*-hpux11*)
1065 NATIVE_LIB_DIRS=/usr/lib/pa20_64
1066 ;;
1067
80c7c40a 1068i[3-7]86-*-sysv4*)
9c8ebd6a
DJ
1069 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1070 ;;
1071
80c7c40a 1072i[3-7]86-*-solaris*)
9c8ebd6a
DJ
1073 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1074 ;;
1075
80c7c40a 1076i[3-7]86-pc-interix*)
9c8ebd6a
DJ
1077 NATIVE_LIB_DIRS='/usr/local/lib $$INTERIX_ROOT/usr/lib /lib /usr/lib'
1078 ;;
1079
1080ia64-*-aix*)
1081 NATIVE_LIB_DIRS='/usr/local/lib /usr/lib/ia64l64 /lib /usr/lib'
1082 ;;
1083
1084sparc*-*-solaris2*)
1085 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1086 ;;
1087
a6c73b34 1088spu-*-elf*)
f9a6a8f0 1089 # This allows one to build a pair of PPU/SPU toolchains with common sysroot.
d7b99e76 1090 NATIVE_LIB_DIRS='/lib'
a6c73b34
BE
1091 ;;
1092
a07ee50e 1093i[03-9x]86-*-cygwin* | x86_64-*-cygwin*)
d55b850c
CF
1094 NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
1095 ;;
1096
9c8ebd6a
DJ
1097*-*-linux*)
1098 ;;
1099
9c8ebd6a
DJ
1100*-*-netbsd*)
1101 ;;
1102
1103alpha*-*-*)
1104 NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
1105 ;;
1106
1107esac
647e4d46
L
1108
1109case "${target}" in
1110frv-*-* | hppa*-*-* | ia64-*-* | mips*-*-*)
1111 # Don't enable -z relro by default since many relro tests fail on these
1112 # targets:
1113 # FAIL: strip -z relro (relro1)
1114 # FAIL: strip -z relro -shared (relro1)
1115 # FAIL: objcopy -z relro (relro1)
1116 # FAIL: objcopy -z relro -shared (relro1)
1117 # FAIL: objcopy -z relro (tdata1)
1118 # FAIL: objcopy -shared -z relro (tdata1)
1119 # FAIL: objcopy -z relro (tdata2)
1120 # FAIL: objcopy -shared -z relro (tdata2)
1121 # FAIL: objcopy -z relro (tdata3)
1122 # FAIL: objcopy -shared -z relro (tdata3)
1123 # FAIL: objcopy -shared -z relro (tbss1)
1124 # FAIL: objcopy -shared -z relro (tbss2)
1125 # FAIL: objcopy -shared -z relro (tbss3)
1126 ;;
1127*-*-linux*)
1128 if test ${ac_default_ld_z_relro} = unset; then
1129 ac_default_ld_z_relro=1
1130 fi
1131 ;;
1132esac
f6aec96d 1133
fa6ecf94 1134# Enable -z separate-code and --warn-textrel by default for Linux/x86.
f6aec96d
L
1135case "${target}" in
1136i[3-7]86-*-linux-* | x86_64-*-linux-*)
1137 if test ${ac_default_ld_z_separate_code} = unset; then
1138 ac_default_ld_z_separate_code=1
1139 fi
fa6ecf94
L
1140 if test ${ac_default_ld_textrel_check} = unset; then
1141 ac_default_ld_textrel_check=yes
1142 fi
f6aec96d
L
1143 ;;
1144esac