The compiler wrappers are in a different location in the new rumprun
build tree.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 ts-rumprun-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-rumprun-build b/ts-rumprun-build
index cb91d5c..7184f9d 100755
--- a/ts-rumprun-build
+++ b/ts-rumprun-build
@@ -53,7 +53,7 @@ END
 }
 
 sub recordtools() {
-    my $gcc = target_cmd_output($ho, "echo $rux/bin/*-gcc");
+    my $gcc = target_cmd_output($ho, "echo $rux/rumprun/bin/*-gcc");
     chomp $gcc;
     die "$gcc ?" if $gcc =~ m/\S/;
     my $prefix = "CC=$gcc ";
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to