|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-changelog
[Xen-changelog] [xen-unstable] Since CPP is being used with CFLAGS,	it s 
| # HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1174649552 0
# Node ID fb6395d2e97958edc25fc6a8c52d052d44d3ce34
# Parent  ac5c0a1008689b81cc146045e357d7c1730455a4
Since CPP is being used with CFLAGS, it should be in lock-step with CC,
to avoid having to specify both CC and CPP for the build.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
---
 config/StdGNU.mk |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
diff -r ac5c0a100868 -r fb6395d2e979 config/StdGNU.mk
--- a/config/StdGNU.mk  Fri Mar 23 11:12:25 2007 +0000
+++ b/config/StdGNU.mk  Fri Mar 23 11:32:32 2007 +0000
@@ -1,7 +1,7 @@ AS         = $(CROSS_COMPILE)as
 AS         = $(CROSS_COMPILE)as
 LD         = $(CROSS_COMPILE)ld
 CC         = $(CROSS_COMPILE)gcc
-CPP        = $(CROSS_COMPILE)gcc -E
+CPP        = $(CC) -E
 AR         = $(CROSS_COMPILE)ar
 RANLIB     = $(CROSS_COMPILE)ranlib
 NM         = $(CROSS_COMPILE)nm
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 | 
 
| <Prev in Thread] | Current Thread | [Next in Thread> |  | 
[Xen-changelog] [xen-unstable] Since CPP is being used with CFLAGS,	it should be in lock-step with CC,,
Xen patchbot-unstable <=
 |  |  | 
  
    |  |  |