From 30b24ded6ed997a892bb62cbf1479ef047fbac01 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 Jul 2001 15:03:00 +0000 Subject: [PATCH] [project @ 2001-07-13 15:03:00 by simonmar] add warning about not changing WhatGccIsCalled from build.mk. --- mk/config.mk.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index f69ef61..1f5576f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -606,7 +606,10 @@ GHC_INPLACE = $(FPTOOLS_TOP)/ghc/compiler/ghc-inplace #----------------------------------------------------------------------------- # C compiler # -# +# NB. Don't override $(WhatGccIsCalled) using build.mk, re-configure using +# the flag --with-gcc= instead. The reason is that the configure script +# needs to know which gcc you're using in order to perform its tests. + HaveGcc = @HaveGcc@ UseGcc = YES WhatGccIsCalled = @WhatGccIsCalled@ -- 1.7.10.4