summaryrefslogtreecommitdiffstats
path: root/ld
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-11-25 18:36:48 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-11-25 18:36:48 +0000
commitabd04c41e129194670af602c73f96a1c5401b705 (patch)
tree85d2f4149116dfb049e0f926a2d0358dd7e42ebf /ld
parent54b5a32ebc7e5c698ea4485a429e692089f7aa49 (diff)
downloadppe42-binutils-abd04c41e129194670af602c73f96a1c5401b705.tar.gz
ppe42-binutils-abd04c41e129194670af602c73f96a1c5401b705.zip
ld/ChangeLog:
* configure.tgt (aarch64_be-*-linux*): Split out the linux targets into targ_extra_libpath. (aarch64-*-linux*): Likewise.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog10
-rw-r--r--ld/configure.tgt6
2 files changed, 14 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ae4c08da1f..c216fb0004 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2013-11-25 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ Backport from master
+
+ 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-22 Cory Fields <cory@coryfields.com>
* libcoff-in.h: Add insert_timestamp flag to the pe_data struct.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index eefb772301..5d23732b6c 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -50,9 +50,11 @@ aarch64_be-*-elf) targ_emul=aarch64elfb
aarch64-*-elf) targ_emul=aarch64elf
targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;;
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
- 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)
targ_emul=elf64alpha_fbsd
targ_extra_emuls="elf64alpha alpha"
OpenPOWER on IntegriCloud