move nofib settings here from ghc's config.mk
authorSimon Marlow <marlowsd@gmail.com>
Tue, 28 Apr 2009 12:55:51 +0000 (12:55 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 28 Apr 2009 12:55:51 +0000 (12:55 +0000)
mk/config.mk.in

index 24255d0..e7cc04d 100644 (file)
@@ -360,38 +360,6 @@ PapiIncludeDir=
 
 ################################################################################
 #
-#              nofib
-#
-#      nofib specific options
-#
-################################################################################
-
-WithNofibHc = $(GHC_INPLACE)
-
-# NoFibSubDirs controls which set of tests should be run
-# You can run one or more of
-#      imaginary 
-#      spectral
-#      real
-#      parallel
-#      PRIVATE
-#      PENDING
-#      UNUSED
-NoFibSubDirs = imaginary spectral real
-
-# The different ways to build nofib. Default is just to mirror
-# what is done for the ghc prelude libraries.
-#
-NoFibWays = $(GhcLibWays)
-
-# Haskell compiler options for nofib
-NoFibHcOpts = -O
-
-# Number of times to run each program
-NoFibRuns = 5
-
-################################################################################
-#
 #              Paths (see paths.mk)
 #
 ################################################################################