[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 0/5] General Build Fixes
This patch series is a list of build issues that appeared when buildling Xen 4.8.0 in buildroot. Hopefully some of them can be accepted upstream to help others who are trying to build Xen in the future. V2: - Remove the #include path changes - It turns out this only applies to musl (although it shouldn't break glibc though). Instead of renaming the #include files I have just removed the -Werror flags. - Allow people building Xen to pass in EXTRA_CFLAGS. Alistair Francis (5): Remove hardcoded strict -Werror checking config/StdGNU.mk: Allows users to pass in EXTRA_CFLAGS tools/blktap2/vhd: Remove unused struct stat stats tools/blktap2: Fix missing header file tools/blktap2/drivers: Remove non-existent sys/sysctl.h include Config.mk | 2 +- config/StdGNU.mk | 3 +++ tools/blktap2/drivers/Makefile | 1 - tools/blktap2/drivers/block-remus.c | 1 - tools/blktap2/include/atomicio.h | 2 ++ tools/blktap2/vhd/lib/libvhd-journal.c | 1 - tools/libxl/Makefile | 2 +- tools/xentrace/Makefile | 2 -- 8 files changed, 7 insertions(+), 7 deletions(-) -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |