diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-04-28 12:55:51 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-04-28 12:55:51 +0000 |
commit | 6a37d4e7052894a134c9e7d7092d48d882639d3b (patch) | |
tree | 961144b438a74a4ab6766dd480fda32d68536eeb /mk | |
parent | 6a34402a940c4bf515b0ab5a90da904027a897ef (diff) | |
download | haskell-6a37d4e7052894a134c9e7d7092d48d882639d3b.tar.gz |
move nofib settings here from ghc's config.mk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 32 |
1 files changed, 0 insertions, 32 deletions
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 @@ -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) # ################################################################################ |