Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
6f5d0fe9
Commit
6f5d0fe9
authored
Apr 28, 2009
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more nofib fixes
parent
c570fd56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
mk/boilerplate.mk
mk/boilerplate.mk
+29
-0
No files found.
mk/boilerplate.mk
View file @
6f5d0fe9
...
...
@@ -12,6 +12,9 @@
default
:
all
show
:
@
echo
'
$(VALUE)
="$(
$(VALUE)
)"'
NOFIB_TOP
:=
$(TOP)
include
$(NOFIB_TOP)/../mk/config.mk
GHC_TOP
:=
$(TOP)
...
...
@@ -21,6 +24,28 @@ TOP := $(NOFIB_TOP)
# built with validate.
WERROR
=
# 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
=
$(
filter-out
v,
$(GhcLibWays)
)
# Haskell compiler options for nofib
NoFibHcOpts
=
-O
# Number of times to run each program
NoFibRuns
=
5
# -----------------------------------------------------------------
# Everything after this point
# augments or overrides previously set variables.
...
...
@@ -30,6 +55,10 @@ WERROR=
WAYS
=
$(NoFibWays)
TOP
:=
$(GHC_TOP)
include
$(GHC_TOP)/mk/build.mk
TOP
:=
$(NOFIB_TOP)
SRC_HC_OPTS
+=
$(NoFibHcOpts)
-Rghc-timing
HC
=
$(GHC_TOP)
/
$(GHC_STAGE2)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment