aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-02-15 12:24:13 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-02-15 12:24:13 +0000
commit2df346fe9eb910bb2f6172c5d5da1f2677f3a9c3 (patch)
tree47bb11eccd56178dfc279fb31d967796e902caa1 /Config.mk
parent271ca5bea6ed14393b4c29c07be07409d48e04c8 (diff)
downloadxen-2df346fe9eb910bb2f6172c5d5da1f2677f3a9c3.tar.gz
xen-2df346fe9eb910bb2f6172c5d5da1f2677f3a9c3.tar.bz2
xen-2df346fe9eb910bb2f6172c5d5da1f2677f3a9c3.zip
arm: Set XEN_COMPILE_ARCH correctly from "uname -m" on ARM
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Campbell <Ian.Campbell@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index b9d6af6554..d07e10affb 100644
--- a/Config.mk
+++ b/Config.mk
@@ -13,7 +13,7 @@ realpath = $(wildcard $(foreach file,$(1),$(shell cd -P $(dir $(file)) && echo "
debug ?= y
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
- -e s/i86pc/x86_32/ -e s/amd64/x86_64/)
+ -e s/i86pc/x86_32/ -e s/amd64/x86_64/ -e s/arm.*/arm/)
XEN_TARGET_ARCH ?= $(XEN_COMPILE_ARCH)
XEN_OS ?= $(shell uname -s)