WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] tools: gpxe build fix for NetBSD

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools: gpxe build fix for NetBSD
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Jul 2010 01:45:16 -0700
Delivery-date: Tue, 20 Jul 2010 01:46:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1279548620 -3600
# Node ID 785873d52123b6ab36ba5070a04ef01ac2760d9f
# Parent  4514d5890692989aa78c54a1a283d1b3bcc6fe46
tools: gpxe build fix for NetBSD

Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
---
 tools/firmware/etherboot/patches/Makefile.patch |    9 +++++++++
 tools/firmware/etherboot/patches/series         |    1 +
 2 files changed, 10 insertions(+)

diff -r 4514d5890692 -r 785873d52123 
tools/firmware/etherboot/patches/Makefile.patch
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/firmware/etherboot/patches/Makefile.patch   Mon Jul 19 15:10:20 
2010 +0100
@@ -0,0 +1,12 @@
+--- a/src/Makefile.orig        2010-07-19 13:09:06.000000000 +0200
++++ b/src/Makefile     2010-07-19 13:04:11.000000000 +0200
+@@ -71,7 +71,8 @@ noargs : blib $(BIN)/NIC $(BIN)/gpxe.dsk
+ # If no architecture is specified in Config or on the command-line,
+ # use that of the build machine.
+ #
+-ARCH          ?= $(shell uname -m | sed -e s,i[3456789]86,i386,)
++ARCH          ?= $(shell uname -m | sed -e s,i[3456789]86,i386, \
++              -e s,i86pc,x86_32, -e s,amd64,x86_64,)
+ 
+ # handle x86_64 like i386, but set -m32 option for 32bit code only
+ ifeq ($(ARCH),x86_64)
diff -r 4514d5890692 -r 785873d52123 tools/firmware/etherboot/patches/series
--- a/tools/firmware/etherboot/patches/series   Fri Jul 16 17:44:04 2010 +0100
+++ b/tools/firmware/etherboot/patches/series   Mon Jul 19 15:10:20 2010 +0100
@@ -1,1 +1,2 @@ boot_prompt_option.patch
+Makefile.patch
 boot_prompt_option.patch

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools: gpxe build fix for NetBSD, Xen patchbot-unstable <=