aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 13:51:48 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-08 12:15:27 +0100
commit80185fd5ba2aa1d5979b900468937da59d051df7 (patch)
tree5f16355f9bc441d367c8fbe4eac720292f7e78f1
parent233693387317c5e046942f59b507474f101dc5ab (diff)
downloadxen-80185fd5ba2aa1d5979b900468937da59d051df7.tar.gz
xen-80185fd5ba2aa1d5979b900468937da59d051df7.tar.bz2
xen-80185fd5ba2aa1d5979b900468937da59d051df7.zip
Remove traces of IA-64 architecture support
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--docs/Makefile2
-rw-r--r--stubdom/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 72b3c0b488..b26738c961 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -128,7 +128,7 @@ html/hypercall/index.html: ./xen-headers
$(INSTALL_DIR) $(@D)
./xen-headers -O $(@D) \
-T 'arch-x86_64 - Xen public headers' \
- -X arch-ia64 -X arch-x86_32 -X xen-x86_32 -X arch-arm \
+ -X arch-x86_32 -X xen-x86_32 -X arch-arm \
../xen include/public include/xen/errno.h
-include html/hypercall/.deps
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 32f0daf63d..9caccc45b6 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -292,7 +292,7 @@ endif
mk-headers-$(XEN_TARGET_ARCH): ioemu/linkfarm.stamp
mkdir -p include/xen && \
ln -sf $(wildcard $(XEN_ROOT)/xen/include/public/*.h) include/xen && \
- ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-ia64 arch-x86 hvm io xsm) include/xen && \
+ ln -sf $(addprefix $(XEN_ROOT)/xen/include/public/,arch-x86 hvm io xsm) include/xen && \
( [ -h include/xen/sys ] || ln -sf $(XEN_ROOT)/tools/include/xen-sys/MiniOS include/xen/sys ) && \
( [ -h include/xen/libelf ] || ln -sf $(XEN_ROOT)/tools/include/xen/libelf include/xen/libelf ) && \
mkdir -p include/xen-foreign && \