X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=30ec2860139cf9692ea934c0d4a58475b008e71f;hb=9181d6e98088505d25703b6fbd753b449ca8e5a8;hp=d2195c74a1b314c0248ebd81c9ca5074019b72a7;hpb=5b87f4c4cdfb303d3d4c408ca94a9e94b644da5b;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index d2195c7..30ec286 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -626,7 +626,7 @@ endif # The standard suffix rule for compiling a Haskell file # adds these flags to the command line -# There used to be a -no-recomp flag on PrimOp, but why? +# There used to be a -fforce-recomp flag on PrimOp, but why? # It's an expensive module to recompile! prelude/PrimOp_HC_OPTS = -H80m @@ -1042,7 +1042,7 @@ endif # careful to recompile stuff you need if you reconfigure or change HsVersions.h. # Aargh, these don't work properly anyway, because GHC's recompilation checker -# just reports "compilation NOT required". Do we have to add -no-recomp for each +# just reports "compilation NOT required". Do we have to add -fforce-recomp for each # of these .hs files? I haven't done anything about this yet. $(odir)/codeGen/Bitmap.$(way_)o : ../includes/MachDeps.h