Message ID | 20110819141248.GA21933@davesworkthinkpad |
---|---|
State | New |
Headers | show |
On Fri, 19 Aug 2011, Dr. David Alan Gilbert wrote: > 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@linaro.org> > * elf/Makefile: Push tst-initorder through cross-test-wrapper Thanks, committed to trunk and 2.14 and 2.13 branches.
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)) \ $< > $@