[project @ 2005-04-05 09:42:48 by simonmar]
authorsimonmar <unknown>
Tue, 5 Apr 2005 09:42:48 +0000 (09:42 +0000)
committersimonmar <unknown>
Tue, 5 Apr 2005 09:42:48 +0000 (09:42 +0000)
GHC package: set $(GhcLibHcOpts) to empty; we want $(GhcStage2HcOpts)
to take precedence here.

ghc/compiler/Makefile

index 416438a..f9fbb55 100644 (file)
@@ -757,6 +757,9 @@ SplitObjs = NO
 # set GhcCompilerWays instead.
 GhcLibWays = $(GhcCompilerWays)
 
+# override $(GhcLibHcOpts): we want GhcStage2HcOpts to take precedence
+GhcLibHcOpts =
+
 # override default definition of HS_IFACES so we can add $(odir)
 HS_IFACES   = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS)))
 endif