summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel3/patches/patch-cw
blob: 143dacc787ba1bf0afaab2feb33a130d2fca337c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-cw,v 1.2 2007/12/03 21:54:30 bouyer Exp $

--- Config.mk.orig	2007-11-21 13:26:05.000000000 +0100
+++ Config.mk	2007-11-21 13:26:40.000000000 +0100
@@ -4,7 +4,8 @@
 debug ?= n
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-                         -e s/ppc/powerpc/ -e s/i86pc/x86_32/)
+                         -e s/ppc/powerpc/ -e s/i86pc/x86_32/ \
+                         -e s/amd64/x86_64/)
 XEN_TARGET_ARCH     ?= $(XEN_COMPILE_ARCH)
 XEN_OS              ?= $(shell uname -s)