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