aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>2005-09-26 11:15:55 -0600
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>2005-09-26 11:15:55 -0600
commit90d104a8d85f55ec1757cb63f08399ed009394da (patch)
tree37f7f391d52b1f181da5456e72c7b7157f31a108 /buildconfigs/Rules.mk
parent72f6940bc6c97ef31bcdf4896245b2eca8027bb7 (diff)
downloadxen-90d104a8d85f55ec1757cb63f08399ed009394da.tar.gz
xen-90d104a8d85f55ec1757cb63f08399ed009394da.tar.bz2
xen-90d104a8d85f55ec1757cb63f08399ed009394da.zip
Choose LINUX_ARCH based on XEN_TARGET_ARCH, not ARCH
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index 62542baf78..440a9f63d1 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -16,7 +16,7 @@ PRISTINE_SRC_PATH ?= .:..
vpath pristine-% $(PRISTINE_SRC_PATH)
# By default, build Linux with ARCH=xen (overridden by some non arch's)
-ifneq ($(ARCH),ia64)
+ifneq ($(XEN_TARGET_ARCH),ia64)
LINUX_ARCH ?= xen
else
LINUX_ARCH ?= ia64