[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 09/18] tools: Allow to cross-compile xentop
From: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@xxxxxxxxxxxxxxx> Signed-off-by: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@xxxxxxxxxxxxxxx> Signed-off-by: Iurii Konovalenko <iurii.konovalenko@xxxxxxxxxxxxxxx> --- tools/xenstat/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/xenstat/Makefile b/tools/xenstat/Makefile index 901be4a..440b1b7 100644 --- a/tools/xenstat/Makefile +++ b/tools/xenstat/Makefile @@ -4,12 +4,10 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS := SUBDIRS += libxenstat -# This doesn't cross-compile (cross-compile environments rarely have curses) -ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) +# This compiles if compiler environment has curses ifeq ($(wildcard /usr/include/curses.h),/usr/include/curses.h) SUBDIRS += xentop endif -endif .PHONY: all install clean distclean -- 2.8.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |