$NetBSD: patch-bd,v 1.1 2007/08/17 17:26:05 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)
 
