From 6a37d4e7052894a134c9e7d7092d48d882639d3b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 28 Apr 2009 12:55:51 +0000 Subject: [PATCH] move nofib settings here from ghc's config.mk --- mk/config.mk.in | 32 -------------------------------- 1 file changed, 32 deletions(-) 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) # ################################################################################ -- 1.7.10.4