From 6a37d4e7052894a134c9e7d7092d48d882639d3b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 28 Apr 2009 12:55:51 +0000 Subject: move nofib settings here from ghc's config.mk --- mk/config.mk.in | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'mk') diff --git a/mk/config.mk.in b/mk/config.mk.in index 24255d05fb..e7cc04d8a0 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -358,38 +358,6 @@ GhcRtsWithPapi = NO PapiLibDir= 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) -- cgit v1.2.1