aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-29 16:06:41 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-29 16:06:41 +0100
commit309459216a3331c5d001db829802385eba39c644 (patch)
tree7ead025cddcf64fdfde9198dd9b904d4c7335524 /tools/Makefile
parent2c9b12c9e4238e1d3d4fe5117bb22801188498a0 (diff)
downloadxen-309459216a3331c5d001db829802385eba39c644.tar.gz
xen-309459216a3331c5d001db829802385eba39c644.tar.bz2
xen-309459216a3331c5d001db829802385eba39c644.zip
Run cross-compilation-aware install wrapper script.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 159087eca1..ed206deba6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -59,8 +59,7 @@ clean distclean: subdirs-clean
ifneq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TARGET_ARCH) \
--cross-prefix=$(CROSS_COMPILE) \
- --interp-prefix=$(CROSS_SYS_ROOT) \
- --install=$(CURDIR)/cross-install
+ --interp-prefix=$(CROSS_SYS_ROOT)
endif
ioemu/config-host.mak: