[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools/debugger/gdbsx: enabled by only x86
Hi, The changeset 21752:29e545151078 breaks ia64, since gdbsx supports only x86. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> -- KUWAMURA Shin'ya # HG changeset patch # User KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> # Date 1278998807 -32400 # Node ID 84a7c20f81973d5bcd586a3a01a4053261175a45 # Parent 9f08c4e82037415f0677da080470aac97d11d010 tools/debugger/gdbsx: enabled by only x86 Gdbsx supports only x86. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> diff -r 9f08c4e82037 -r 84a7c20f8197 tools/Makefile --- a/tools/Makefile Mon Jul 12 18:39:18 2010 +0100 +++ b/tools/Makefile Tue Jul 13 14:26:47 2010 +0900 @@ -35,7 +35,7 @@ SUBDIRS-y += libxl SUBDIRS-y += libxl SUBDIRS-y += remus SUBDIRS-$(CONFIG_X86) += xenpaging -SUBDIRS-y += debugger/gdbsx +SUBDIRS-$(CONFIG_X86) += debugger/gdbsx # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |