Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
2623fab8
Commit
2623fab8
authored
27 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-09-03 23:49:39 by sof]
Tidied up the way opts
parent
dffc2db2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/driver/Makefile
+10
-6
10 additions, 6 deletions
ghc/driver/Makefile
with
10 additions
and
6 deletions
ghc/driver/Makefile
+
10
−
6
View file @
2623fab8
...
...
@@ -109,6 +109,10 @@ install ::
#
# Option vars for the special ways (that the driver has special pleading for).
#
# ToDo: rename -DPROFILING to -D__SCC_PROFILING (or somesuch)
# -DTICKY-TICKY TO __TICKY_TICKY__
#
# (this is to make the naming consistent with other `standard' hscpp #defines )
# Way p:
WAY_p_NAME
=
profiling
...
...
@@ -124,25 +128,25 @@ WAY_u_HC_OPTS=
# Way `mc': concurrent
WAY_mc_NAME
=
concurrent
WAY_mc_HC_OPTS
+=
-fstack-check
-fconcurrent
-D__CONCURRENT_HASKELL__
-
DCONCURRENT
-optcpp-D__CONCURRENT_HASKELL__
-optcpp
-DCONCURRENT
WAY_mc_HC_OPTS
+=
-fstack-check
-fconcurrent
-D__CONCURRENT_HASKELL__
-
optc
-DCONCURRENT
# Way `mr':
WAY_mr_NAME
=
profiled concurrent
WAY_mr_HC_OPTS
+=
-fstack-check
-fconcurrent
-fscc-profiling
-D__CONCURRENT_HASKELL__
-DCONCURRENT
-DPROFILING
-optc
pp-D__
CONCURRENT
_HASKELL__
-optcpp-DCONCURRENT
-optcpp
-DPROFILING
WAY_mr_HC_OPTS
+=
-fstack-check
-fconcurrent
-fscc-profiling
-D__CONCURRENT_HASKELL__
-DPROFILING
-optc
-D
CONCURRENT
-optc
-DPROFILING
# Way `mt':
WAY_mt_NAME
=
ticky-ticky concurrent
WAY_mt_HC_OPTS
+=
-fstack-check
-fconcurrent
-fticky-ticky
-D__CONCURRENT_HASKELL__
-D
CONCURRENT
-DTICKY-TICKY
-optc-D__CONCURRENT_HASKELL__
-optc-DCONCURRENT
-optc-DTICKY_TICKY
WAY_mt_HC_OPTS
+=
-fstack-check
-fconcurrent
-fticky-ticky
-D__CONCURRENT_HASKELL__
-D
TICKY-TICKY
-optc-DCONCURRENT
-optc-DTICKY_TICKY
# Way `mp':
WAY_mp_NAME
=
parallel
WAY_mp_HC_OPTS
+=
-fstack-check
-fconcurrent
-D__PARALLEL_HASKELL__
-DPAR
-optcpp-D__PARALLEL_HASKELL__
-optc-DPAR
-optc-DCONCURRENT
WAY_mp_HC_OPTS
+=
-fstack-check
-fconcurrent
-D__PARALLEL_HASKELL__
-optc-DPAR
-optc-DCONCURRENT
#
# Way `mg':
# Q: is passing -D__GRANSIM__ and -DGRAN to hscpp needed?
# Q: is passing -D__GRANSIM__ and -DGRAN to hscpp needed?
No, just -D__GRANSIM__
WAY_mg_NAME
=
GranSim
WAY_mg_HC_OPTS
+=
-fstack-check
-fconcurrent
-fgransim
-D__GRANSIM__
-DGRAN
-optcpp-D__GRANSIM__
-optc-DGRAN
-optc
-D__CONCURRENT_HASKELL__
-optc-DCONCURRENT
WAY_mg_HC_OPTS
+=
-fstack-check
-fconcurrent
-fgransim
-D__GRANSIM__
-D__CONCURRENT_HASKELL__
-optc-DCONCURRENT
-optc-DGRAN
#
# Ways for different garbage collectors
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment