On 5/23/18 5:20 AM, Wei Liu wrote:
>
> # SeaBIOS cannot be built with clang
> @@ -20,12 +18,6 @@ if [[ "${CC}" == "clang" ]]; then
> cfgargs+=("--with-system-seabios=/usr/share/seabios/bios.bin")
> fi
>
> -if [[ "${XEN_TARGET_ARCH}" == "x86_64" ]]; then
> - cfgargs+=("--enable-tools")
> -else
> - cfgargs+=("--disable-tools") # we don't have the cross depends installed
> -fi
> -
This still horribly fails when targeting arm because we have to actually
execute a compiled binary on the host. The tools build system doesn't
seem to comprehend host != target.
A few people have stepped forward with ideas and said they'd take point
on the patches but I haven't seen anything land yet.
--
Doug Goldstein
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel