On Tue, Jul 17, Wei Liu wrote: > No OVMF because it requires gcc 4.4 or later.
Fine.
> No seabios because it requires anonymous union initialisation
It is required to build Xen like that (with a custom compiler from gcc48.rpm):
test -x "$(type -p gcc)" && CC=$_
test -x "$(type -p gcc-4.8)" && CC=$_
make \
CC=$CC \
HOSTCC=$CC \
xen
make \
CC=$CC \
GCC=$CC \
HOSTCC=$CC \
HOST_CC=$CC \
BUILD_CC=$CC \
tools stubdom
> No QEMU upstrea because sed doesn't support -E.
libvirt+QEMU upstream does not support SLE11 anymore due to the
requirement for a newer glib2. In case Xen wants to stick with qemu-2.12
for a while, SLE11 could still be tested for fun and education.
Olaf
signature.asc
Description: PGP signature
_______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
