[project @ 2005-04-28 09:46:25 by simonmar]
[ghc-hetmet.git] / mk / config.mk.in
index 317fc93..73e9e69 100644 (file)
@@ -365,15 +365,12 @@ endif
 ifeq "$(TargetArch_CPP)" "ia64"
 SplitObjs=NO
 endif
-ifeq "$(TargetArch_CPP)" "x86_64"
-SplitObjs=NO
-endif
 
 # ----------------------------------------------------------------------------
 # Options for GHC's RTS
 
 # For an optimised RTS (you probably don't want to change these; we build
-# a debugging RTS by default now.  Use -package rts_debug to get it).
+# a debugging RTS by default now.  Use -debug to get it).
 GhcRtsHcOpts=-O2
 GhcRtsCcOpts=-fomit-frame-pointer
 
@@ -474,6 +471,9 @@ NoFibWays = $(GhcLibWays)
 # Haskell compiler options for nofib
 NoFibHcOpts = -O
 
+# Number of times to run each program
+NoFibRuns = 5
+
 # ==============================================================================
 #
 #                      END OF PROJECT-SPECIFIC STUFF