mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
ld/ChangeLog:
* configure.tgt (aarch64_be-*-linux*): Split out the linux targets into targ_extra_libpath. (aarch64-*-linux*): Likewise.
This commit is contained in:
parent
f0c897ef0a
commit
0d091088ea
@ -1,3 +1,9 @@
|
|||||||
|
2013-11-21 Andrew Pinski <apinski@cavium.com>
|
||||||
|
|
||||||
|
* configure.tgt (aarch64_be-*-linux*): Split out the linux targets
|
||||||
|
into targ_extra_libpath.
|
||||||
|
(aarch64-*-linux*): Likewise.
|
||||||
|
|
||||||
2013-11-21 Nick Clifton <nickc@redhat.com>
|
2013-11-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR ld/16192
|
PR ld/16192
|
||||||
|
@ -50,9 +50,11 @@ aarch64_be-*-elf) targ_emul=aarch64elfb
|
|||||||
aarch64-*-elf) targ_emul=aarch64elf
|
aarch64-*-elf) targ_emul=aarch64elf
|
||||||
targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;;
|
targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;;
|
||||||
aarch64_be-*-linux*) targ_emul=aarch64linuxb
|
aarch64_be-*-linux*) targ_emul=aarch64linuxb
|
||||||
targ_extra_emuls="aarch64linux aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb_linux_eabi armelf_linux_eabi armelfb armelf" ;;
|
targ_extra_libpath="aarch64linux armelfb_linux_eabi armelf_linux_eabi"
|
||||||
|
targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath" ;;
|
||||||
aarch64-*-linux*) targ_emul=aarch64linux
|
aarch64-*-linux*) targ_emul=aarch64linux
|
||||||
targ_extra_emuls="aarch64linuxb aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf_linux_eabi armelfb_linux_eabi armelf armelfb" ;;
|
targ_extra_libpath="aarch64linuxb armelfb_linux_eabi armelf_linux_eabi"
|
||||||
|
targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb $targ_extra_libpath" ;;
|
||||||
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
||||||
targ_emul=elf64alpha_fbsd
|
targ_emul=elf64alpha_fbsd
|
||||||
targ_extra_emuls="elf64alpha alpha"
|
targ_extra_emuls="elf64alpha alpha"
|
||||||
|
Loading…
Reference in New Issue
Block a user