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