All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julian Stecklina <der_julian@web.de>
To: xen-devel@lists.xensource.com
Subject: Building on FreeBSD
Date: Thu, 16 Aug 2007 15:22:03 +0200	[thread overview]
Message-ID: <46C44F7B.7060007@web.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Hello,

the attached patch enables building the hypervisor (gmake xen) on 
FreeBSD (7-CURRENT, to be exact).

Regards,
Julian

[-- Attachment #2: freebsd.diff --]
[-- Type: text/plain, Size: 580 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

             reply	other threads:[~2007-08-16 13:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-16 13:22 Julian Stecklina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-03-03 19:45 Building on FreeBSD Patrick Mahan
     [not found] ` <D5F84336-A1FD-42A5-8993-2BD1A11A17C0-5dHXHCkEAVbYtjvyW6yDsg@public.gmane.org>
2014-03-04  2:15   ` Jayakumar, Muthurajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46C44F7B.7060007@web.de \
    --to=der_julian@web.de \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.