ia64/xen-unstable
changeset 15768:0edecad52917
Allow Xen to build on FreeBSD.
From: Julian Stecklina <der_julian@web.de>
Signed-off-by: Keir Fraser <keir@xensource.com>
From: Julian Stecklina <der_julian@web.de>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Thu Aug 16 15:44:37 2007 +0100 (2007-08-16) |
parents | 256160ff19b7 |
children | d1f9652e35c3 |
files | config/FreeBSD.mk config/x86_32.mk |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/config/FreeBSD.mk Thu Aug 16 15:44:37 2007 +0100 1.3 @@ -0,0 +1,1 @@ 1.4 +include $(XEN_ROOT)/config/StdGNU.mk
2.1 --- a/config/x86_32.mk Thu Aug 16 13:27:59 2007 +0100 2.2 +++ b/config/x86_32.mk Thu Aug 16 15:44:37 2007 +0100 2.3 @@ -13,6 +13,8 @@ LIBDIR := lib 2.4 # Use only if calling $(LD) directly. 2.5 ifeq ($(XEN_OS),OpenBSD) 2.6 LDFLAGS_DIRECT += -melf_i386_obsd 2.7 +else ifeq ($(XEN_OS),FreeBSD) 2.8 +LDFLAGS_DIRECT += -melf_i386_fbsd 2.9 else 2.10 LDFLAGS_DIRECT += -melf_i386 2.11 endif