diff options
author | Jim Blandy <jimb@codesourcery.com> | 2012-10-23 22:49:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-23 22:49:59 +0000 |
commit | 166bca248032399a5a13258b13b8fdb9c1da1ed1 (patch) | |
tree | 9fcbb9e501786c76668381b634022f92f9a84df7 /posix | |
parent | 88866099db3973a1b4d3bb0fb3f45efea067e4e8 (diff) | |
download | glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.gz |
Add and use $(host-built-program-cmd).
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 6e3d0bb3fd..f82fff93bb 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -170,8 +170,8 @@ CFLAGS-execlp.os = -fomit-frame-pointer tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random --col --color --colour -tst-exec-ARGS = -- $(built-program-cmd) -tst-spawn-ARGS = -- $(built-program-cmd) +tst-exec-ARGS = -- $(host-built-program-cmd) +tst-spawn-ARGS = -- $(host-built-program-cmd) tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir tst-chmod-ARGS = $(objdir) tst-vfork3-ARGS = --test-dir=$(objpfx) |