Use $(host-test-program-cmd) not $(test-program-cmd) for bug-setlocale1.

This commit is contained in:
Joseph Myers 2013-01-14 22:10:58 +00:00
parent 66438c3fe1
commit 93f5c4e2e5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-01-14 Joseph Myers <joseph@codesourcery.com>
* Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
not $(test-program-cmd).
2013-01-11 H.J. Lu <hongjiu.lu@intel.com>
* Makefile ($(objpfx)sort-test.out): Replace

View file

@ -288,7 +288,7 @@ $(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
bug-setlocale1-ENV = LOCPATH=$(common-objpfx)localedata
bug-setlocale1-ARGS = -- $(test-program-cmd)
bug-setlocale1-ARGS = -- $(host-test-program-cmd)
bug-setlocale1-static-ENV = $(bug-setlocale1-ENV)
bug-setlocale1-static-ARGS = $(bug-setlocale1-ARGS)
tst-setlocale2-ENV = LOCPATH=$(common-objpfx)localedata