From: Alastair Tse Date: Tue, 23 Jan 2007 11:39:32 +0000 (+0000) Subject: [XM-TEST] Allow building of ramdisk on x86_64 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15371^2~99 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=54210714d5d0b7d5236eb6fc2c1f49d5f3189511;p=xen.git [XM-TEST] Allow building of ramdisk on x86_64 Signed-off-by: Alastair Tse --- 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