From: Simon Marlow Date: Tue, 28 Apr 2009 12:55:51 +0000 (+0000) Subject: move nofib settings here from ghc's config.mk X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6a37d4e7052894a134c9e7d7092d48d882639d3b move nofib settings here from ghc's config.mk --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 24255d0..e7cc04d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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) # ################################################################################