[project @ 2001-07-13 15:03:00 by simonmar]
authorsimonmar <unknown>
Fri, 13 Jul 2001 15:03:00 +0000 (15:03 +0000)
committersimonmar <unknown>
Fri, 13 Jul 2001 15:03:00 +0000 (15:03 +0000)
add warning about not changing WhatGccIsCalled from build.mk.

mk/config.mk.in

index f69ef61..1f5576f 100644 (file)
@@ -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=<blah> 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@