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