2007-12-03 22:54:28 +01:00
|
|
|
$NetBSD: patch-cw,v 1.2 2007/12/03 21:54:30 bouyer Exp $
|
|
|
|
|
2007-11-22 22:49:54 +01:00
|
|
|
--- 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)
|
|
|
|
|