85b996c375
This includes stub domains support, but it should be considered experimental at this time. Stub domains hangs with serial ports, or more more than one virual disk (multiple virtual ethernet have not been tested).
12 lines
539 B
Makefile
12 lines
539 B
Makefile
$NetBSD: patch-xen_arch_x86_Rules.mk,v 1.1 2017/03/30 09:15:09 bouyer Exp $
|
|
|
|
--- ./xen/arch/x86/Rules.mk.orig 2016-12-05 13:03:27.000000000 +0100
|
|
+++ ./xen/arch/x86/Rules.mk 2017-03-21 16:59:28.000000000 +0100
|
|
@@ -5,6 +5,7 @@
|
|
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic
|
|
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default
|
|
CFLAGS += '-D__OBJECT_LABEL__=$(subst /,$$,$(subst -,_,$(subst $(BASEDIR)/,,$(CURDIR))/$@))'
|
|
+CFLAGS += $(EXTRA_CFLAGS)
|
|
|
|
# Prevent floating-point variables from creeping into Xen.
|
|
CFLAGS += -msoft-float
|