diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-01-03 16:59:07 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-01-03 16:59:07 +0000 |
commit | acd1e4884e92bebf4ca870d510936604f5188e96 (patch) | |
tree | e0ff199d57037e373a8d0c7f1e925ea37f6abee0 /libc | |
parent | 8a031172c235ab0def5763dd5f3a00f9ff10c053 (diff) | |
download | eglibc2-acd1e4884e92bebf4ca870d510936604f5188e96.tar.gz |
2012-01-03 Tom de Vries <tom@codesourcery.com>
* elf/Makefile ($(objpfx)tst-initorder2.out): Add
cross-test-wrapper.
git-svn-id: svn://svn.eglibc.org/trunk@16485 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc')
-rw-r--r-- | libc/ChangeLog.eglibc | 5 | ||||
-rw-r--r-- | libc/elf/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc index f20e2837d..961fe0382 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-12-07 Joseph Myers <joseph@codesourcery.com> * debug/tst-backtrace6.c: New test. diff --git a/libc/elf/Makefile b/libc/elf/Makefile index 394b57071..f62aeb2f0 100644 --- a/libc/elf/Makefile +++ b/libc/elf/Makefile @@ -1199,6 +1199,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)) \ $< > $@ |