Fixed typo in devel1 flavor
authorKirsten Chevalier <chevalier@alum.wellesley.edu>
Wed, 7 Feb 2007 22:59:57 +0000 (22:59 +0000)
committerKirsten Chevalier <chevalier@alum.wellesley.edu>
Wed, 7 Feb 2007 22:59:57 +0000 (22:59 +0000)
Under GhcStage2HcOpts, "O" should be "-O"; fixed.

mk/build.mk.sample

index 9384393..34d260a 100644 (file)
@@ -70,7 +70,7 @@ SRC_HC_OPTS     = -H64m -O -fasm $(MyWarningOpts)
 GhcLibHcOpts    = -O -dcore-lint $(MyWarningOpts)
 GhcLibWays      =
 GhcStage1HcOpts = -Rghc-timing -O0 -DDEBUG
 GhcLibHcOpts    = -O -dcore-lint $(MyWarningOpts)
 GhcLibWays      =
 GhcStage1HcOpts = -Rghc-timing -O0 -DDEBUG
-GhcStage2HcOpts = -Rghc-timing O -fasm
+GhcStage2HcOpts = -Rghc-timing -O -fasm
 SplitObjs = NO
 
 endif
 SplitObjs = NO
 
 endif