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 /elf | |
parent | 88866099db3973a1b4d3bb0fb3f45efea067e4e8 (diff) | |
download | glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.gz glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.tar.xz glibc-166bca248032399a5a13258b13b8fdb9c1da1ed1.zip |
Add and use $(host-built-program-cmd).
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index dde94091c7..c8ae77d8a0 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1046,7 +1046,7 @@ order2mod2.so-no-z-defs = yes LDFLAGS-order2mod1.so = $(no-as-needed) LDFLAGS-order2mod2.so = $(no-as-needed) -tst-stackguard1-ARGS = --command "$(built-program-cmd) --child" +tst-stackguard1-ARGS = --command "$(host-built-program-cmd) --child" tst-stackguard1-static-ARGS = --command "$(objpfx)tst-stackguard1-static --child" $(objpfx)tst-leaks1: $(libdl) |