aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorAlastair Tse <atse@xensource.com>2007-01-23 11:39:32 +0000
committerAlastair Tse <atse@xensource.com>2007-01-23 11:39:32 +0000
commit54210714d5d0b7d5236eb6fc2c1f49d5f3189511 (patch)
tree93b393a60de62bd1dc6cb734bac524f631c246b3 /tools/xm-test
parent789f7fef04a5414d04adc1049cac94d1330be9b4 (diff)
downloadxen-54210714d5d0b7d5236eb6fc2c1f49d5f3189511.tar.gz
xen-54210714d5d0b7d5236eb6fc2c1f49d5f3189511.tar.bz2
xen-54210714d5d0b7d5236eb6fc2c1f49d5f3189511.zip
[XM-TEST] Allow building of ramdisk on x86_64
Signed-off-by: Alastair Tse <atse@xensource.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/ramdisk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/ramdisk/Makefile.am b/tools/xm-test/ramdisk/Makefile.am
index 1de0d1423d..a59e0be21a 100644
--- a/tools/xm-test/ramdisk/Makefile.am
+++ b/tools/xm-test/ramdisk/Makefile.am
@@ -14,7 +14,7 @@
INITRD ?= http://xm-test.xensource.com/ramdisks
-BR_ARCH ?= $(shell uname -m | sed -e s/i.86/i386/ -e 's/ppc\(64\)*/powerpc/')
+BR_ARCH ?= $(shell uname -m | sed -e 's/i.86/i386/' -e 's/ppc\(64\)*/powerpc/' -e 's/x86_64/i386/')
@MK@ifdef BR_SNAPSHOT
@MK@ BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2