From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Stecklina Subject: Building on FreeBSD Date: Thu, 16 Aug 2007 15:22:03 +0200 Message-ID: <46C44F7B.7060007@web.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010101000809080503040000" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------010101000809080503040000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, the attached patch enables building the hypervisor (gmake xen) on FreeBSD (7-CURRENT, to be exact). Regards, Julian --------------010101000809080503040000 Content-Type: text/plain; name="freebsd.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="freebsd.diff" diff -r 7953164cebb6 config/FreeBSD.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/FreeBSD.mk Thu Aug 16 15:17:59 2007 +0200 @@ -0,0 +1,1 @@ +include $(XEN_ROOT)/config/StdGNU.mk diff -r 7953164cebb6 config/x86_32.mk --- a/config/x86_32.mk Tue Aug 07 09:07:29 2007 +0100 +++ b/config/x86_32.mk Thu Aug 16 15:17:59 2007 +0200 @@ -13,6 +13,8 @@ LIBDIR := lib # Use only if calling $(LD) directly. ifeq ($(XEN_OS),OpenBSD) LDFLAGS_DIRECT += -melf_i386_obsd +else ifeq ($(XEN_OS),FreeBSD) +LDFLAGS_DIRECT += -melf_i386_fbsd else LDFLAGS_DIRECT += -melf_i386 endif --------------010101000809080503040000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------010101000809080503040000--