5e841df32b
Now both the xen-kernel and xen-tools packages are compiled with clang from base. xen-kernel however needs to use binutils due to some limitations in the current elftc. Approved by: bapt Sponsored by: Citrix Systems R&D
13 lines
415 B
Diff
13 lines
415 B
Diff
diff --git a/config/FreeBSD.mk b/config/FreeBSD.mk
|
|
index bb3a5d0..b072030 100644
|
|
--- a/config/FreeBSD.mk
|
|
+++ b/config/FreeBSD.mk
|
|
@@ -2,3 +2,8 @@ include $(XEN_ROOT)/config/StdGNU.mk
|
|
|
|
# No wget on FreeBSD base system
|
|
WGET = ftp
|
|
+
|
|
+XEN_LIB_STORED := ${localstatedir}/db/xenstored
|
|
+XEN_LOCK_DIR := ${localstatedir}/db
|
|
+XEN_PAGING_DIR := ${localstatedir}/db/xen/xenpaging
|
|
+XEN_DUMP_DIR := ${localstatedir}/crash/xen
|