[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patches] [PATCH] Fix missing cross-test-wrapper



tst-initorder doesn't get run through the cross-test-wrapper.
Tested with an ARM cross test.

2011-08-19  Dr. David Alan Gilbert <david.gilbert@xxxxxxxxxx>
	* elf/Makefile: Push tst-initorder through cross-test-wrapper

Index: libc/elf/Makefile
===================================================================
--- libc/elf/Makefile	(revision 14944)
+++ libc/elf/Makefile	(working copy)
@@ -1170,6 +1170,7 @@
 $(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)) \
 	  $< > $@