From 166bca248032399a5a13258b13b8fdb9c1da1ed1 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 23 Oct 2012 22:49:59 +0000 Subject: Add and use $(host-built-program-cmd). --- Makeconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 0a78b76e3a..4481cb38c5 100644 --- a/Makeconfig +++ b/Makeconfig @@ -597,6 +597,11 @@ run-program-prefix = $(run-via-rtld-prefix) # second dependency of the makefile target in which # $(built-program-cmd) is used. built-program-cmd = $(run-via-rtld-prefix) $(built-program-file) +# $(host-built-program-cmd) is a command that, executed on the host +# for which the library is built, runs the newly built program that is +# the second dependency of the makefile target in which +# $(host-built-program-cmd) is used. +host-built-program-cmd = $(run-via-rtld-prefix) $(built-program-file) ifndef LD LD := ld -X -- cgit v1.2.3