635c6af9fc
Note that there is a bug in 4.11 (also present in recent 4.6 and 4.8) which causes an infrequent assert failure when running NetBSD PV guests. The root cause has not been found, but a workaround is inclued which doesn't seems to have ill effects. See xenkernel411/patches/patch-zz-bouyer for details.
13 lines
655 B
Text
13 lines
655 B
Text
$NetBSD: patch-xen_Makefile,v 1.1 2018/07/24 13:40:11 bouyer Exp $
|
|
|
|
--- xen/Makefile.orig 2018-04-17 19:21:31.000000000 +0200
|
|
+++ xen/Makefile 2018-04-23 13:29:47.000000000 +0200
|
|
@@ -167,7 +167,7 @@
|
|
-e 's/@@whoami@@/$(XEN_WHOAMI)/g' \
|
|
-e 's/@@domain@@/$(XEN_DOMAIN)/g' \
|
|
-e 's/@@hostname@@/$(XEN_BUILD_HOST)/g' \
|
|
- -e 's!@@compiler@@!$(shell $(CC) $(CFLAGS) --version 2>&1 | head -1)!g' \
|
|
+ -e 's!@@compiler@@!$(shell $(CC) $(EXTRA_CFLAGS) $(CFLAGS) --version 2>&1 | head -1)!g' \
|
|
-e 's/@@version@@/$(XEN_VERSION)/g' \
|
|
-e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \
|
|
-e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \
|