ia64/xen-unstable
changeset 14533:fb6395d2e979
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@novell.com>
to avoid having to specify both CC and CPP for the build.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Fri Mar 23 11:32:32 2007 +0000 (2007-03-23) |
parents | ac5c0a100868 |
children | fbe72d878196 |
files | config/StdGNU.mk |
line diff
1.1 --- a/config/StdGNU.mk Fri Mar 23 11:12:25 2007 +0000 1.2 +++ b/config/StdGNU.mk Fri Mar 23 11:32:32 2007 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 AS = $(CROSS_COMPILE)as 1.5 LD = $(CROSS_COMPILE)ld 1.6 CC = $(CROSS_COMPILE)gcc 1.7 -CPP = $(CROSS_COMPILE)gcc -E 1.8 +CPP = $(CC) -E 1.9 AR = $(CROSS_COMPILE)ar 1.10 RANLIB = $(CROSS_COMPILE)ranlib 1.11 NM = $(CROSS_COMPILE)nm