xen-vtx-unstable
changeset 6126:7c2fdcb2c933
another merge
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Aug 12 14:53:26 2005 +0000 (2005-08-12) |
parents | 38bee85ddeb8 46cf22571980 |
children | ba46bd7f5cdf |
files | linux-2.6-xen-sparse/arch/xen/i386/kernel/time.c tools/libxc/Makefile tools/libxc/xc_core.c tools/libxc/xc_linux_build.c tools/libxc/xc_linux_restore.c tools/libxc/xc_linux_save.c tools/libxc/xc_load_elf.c tools/libxc/xc_ptrace.c tools/libxc/xc_vmx_build.c xen/arch/ia64/xentime.c xen/arch/x86/time.c xen/include/public/dom0_ops.h xen/include/public/xen.h xen/include/xen/time.h |
line diff
2.1 --- a/tools/libxc/Makefile Fri Aug 12 13:29:57 2005 +0000 2.2 +++ b/tools/libxc/Makefile Fri Aug 12 14:53:26 2005 +0000 2.3 @@ -7,7 +7,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755 2.4 MAJOR = 3.0 2.5 MINOR = 0 2.6 2.7 -CC = sparse 2.8 +CC = gcc 2.9 2.10 XEN_ROOT = ../.. 2.11 include $(XEN_ROOT)/tools/Rules.mk