WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] forget to substitute CC back to gcc

# HG changeset patch
# User vh249@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 46cf225719801597532c44b24868d22706bfbebd
# Parent  1fb1877ed6d1b2ae5b130e4d3e29fc06ef58db3c
forget to substitute CC back to gcc

Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>

diff -r 1fb1877ed6d1 -r 46cf22571980 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Fri Aug 12 13:05:50 2005
+++ b/tools/libxc/Makefile      Fri Aug 12 13:33:57 2005
@@ -7,7 +7,7 @@
 MAJOR    = 3.0
 MINOR    = 0
 
-CC       = sparse
+CC       = gcc
 
 XEN_ROOT = ../..
 include $(XEN_ROOT)/tools/Rules.mk

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] forget to substitute CC back to gcc, Xen patchbot -unstable <=