summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-09-06 14:49:53 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-09-06 14:49:53 +0000
commit10b7282e0adbdf46051663a61aff42b99f21e1b7 (patch)
tree34066990afcb03facc2eccd57e5518ce0be6a2f0 /libc
parentf50faaeb222245a721e41d09b562ddbaee7d577f (diff)
2011-09-06 Dr. David Alan Gilbert <david.gilbert@linaro.org>
* elf/Makefile: Push tst-initorder through cross-test-wrapper. git-svn-id: svn://svn.eglibc.org/trunk@15221 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc')
-rw-r--r--libc/ChangeLog.eglibc4
-rw-r--r--libc/elf/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 97b1ecc0a..e6d3c5e20 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,7 @@
+2011-09-06 Dr. David Alan Gilbert <david.gilbert@linaro.org>
+
+ * elf/Makefile: Push tst-initorder through cross-test-wrapper.
+
2011-08-11 Khem Raj <raj.khem@gmail.com>
* sysdeps/generic/initfini.c: Re-define __i686.
diff --git a/libc/elf/Makefile b/libc/elf/Makefile
index 87adb7f4d..e49dd78eb 100644
--- a/libc/elf/Makefile
+++ b/libc/elf/Makefile
@@ -1170,6 +1170,7 @@ $(objpfx)tst-unique3.out: $(objpfx)tst-unique3lib2.so
$(objpfx)tst-unique4: $(objpfx)tst-unique4lib.so
$(objpfx)tst-initorder.out: $(objpfx)tst-initorder
+ $(cross-test-wrapper) \
$(elf-objpfx)${rtld-installed-name} \
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
$< > $@