From 96e8ce66553f9bb2fa023924ef9d8dc084b28553 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Fri, 23 Mar 2007 11:32:32 +0000 Subject: 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 --- config/StdGNU.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/StdGNU.mk') diff --git a/config/StdGNU.mk b/config/StdGNU.mk index 8c947f4832..fd7bc53a56 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -1,7 +1,7 @@ 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 -- cgit v1.2.3