summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-01-03 16:59:52 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-01-03 16:59:52 +0000
commitdfd9a03a036b139ef7cbae1ff4744bdcda0988d9 (patch)
tree7959ebb5efd04ceba01bd2d47a05b7456536c7ff
parent83af8f68260568ffb6e1d093ee908e8cf9b87bde (diff)
2012-01-03 Tom de Vries <tom@codesourcery.com>eglibc-2_14
* elf/Makefile ($(objpfx)tst-initorder2.out): Add cross-test-wrapper. git-svn-id: svn://svn.eglibc.org/branches/eglibc-2_14@16488 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r--libc/ChangeLog.eglibc5
-rw-r--r--libc/elf/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 0fc6bbc93..390f62b4a 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,8 @@
+2012-01-03 Tom de Vries <tom@codesourcery.com>
+
+ * elf/Makefile ($(objpfx)tst-initorder2.out): Add
+ cross-test-wrapper.
+
2011-10-11 Maxim Kuvyrkov <maxim@codesourcery.com>
Backport from trunk:
diff --git a/libc/elf/Makefile b/libc/elf/Makefile
index aecfe39f7..c91ab0d56 100644
--- a/libc/elf/Makefile
+++ b/libc/elf/Makefile
@@ -1197,6 +1197,7 @@ object-suffixes-left := a b c d
include $(o-iterator)
$(objpfx)tst-initorder2.out: $(objpfx)tst-initorder2
+ $(cross-test-wrapper) \
$(elf-objpfx)${rtld-installed-name} \
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
$< > $@