automation: special configure flags for musl-based systems
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 20 Nov 2020 03:20:15 +0000 (19:20 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 17 Dec 2020 22:56:43 +0000 (14:56 -0800)
commit3a51115ab50fd2561b94cb6ec0a597db81549240
treeaf43e2a0757ac0bfb4ec8c88521083689e877511
parent8c5e5e85aa9908f2f3fbf110ef4341e5eba61657
automation: special configure flags for musl-based systems

QEMU upstream builds with warnings when libc is musl:

  #warning redirecting incorrect #include <sys/signal.h> to <signal.h>

Disable -Werror by passing --disable-werror to the QEMUU config script
if libc is musl.

hvmloader doesn't build on musl systems today. Disable any guest
firmware build.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Wei Liu <wl@xen.org>
automation/scripts/build