[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/xenstat: Don't disable xentop when cross-compiling
commit fc658208e026242420b9924a9e4bfa581479e1f5 Author: Edgar E. Iglesias <edgar.iglesias@xxxxxxxxxx> AuthorDate: Thu Dec 15 13:36:09 2016 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Fri Dec 16 10:57:45 2016 +0000 tools/xenstat: Don't disable xentop when cross-compiling This partially reverts 16504669c5cbb8b195d20412aadc838da5c428f7 since xentop cross-compiles fine. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/xenstat/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/xenstat/Makefile b/tools/xenstat/Makefile index 09ec1b7..90d033a 100644 --- a/tools/xenstat/Makefile +++ b/tools/xenstat/Makefile @@ -3,11 +3,7 @@ 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)) SUBDIRS += xentop -endif .PHONY: all install clean distclean -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |