This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Mon, Jan 14, 2013 at 2:12 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> The recent change
>
> commit c34521ceac1ba7aee2afa06a883415605ba9e07c
> Author: H.J. Lu <hjl.tools@gmail.com>
> Date:   Thu Jan 10 14:15:49 2013 -0800
>
>     Support run bug-setlocale1 directly
>
> was incorrect for cross-testing because it used $(built-program-cmd)
> (now $(test-program-cmd) after another commit) for a testcase execing
> itself, when this needs $(host-built-program-cmd) (now
> $(host-test-program-cmd)) to avoid running a test wrapper incorrectly
> on the wrong system.  I've committed this patch as obvious to fix how
> this test is run.  Tested with cross to powerpc-linux-gnu.
>
> 2013-01-14  Joseph Myers  <joseph@codesourcery.com>
>
>         * Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
>         not $(test-program-cmd).
>

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]