[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 13/26] rumprun: ts-rumprun-build: Update for new rumprun bin location
The compiler wrappers are in a different location in the new rumprun build tree. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |