summaryrefslogtreecommitdiff
path: root/mk/ways.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-08 21:09:33 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-10 19:41:07 +0200
commit9b1ebba2af060fef90dcd722313d3f8041ec5a97 (patch)
treecea0c5bf5971230ac13ebc0cb5777f03bb9de118 /mk/ways.mk
parent2d06a9f19d5b3ab8c3ff0b24f508c15bedae99d2 (diff)
downloadhaskell-9b1ebba2af060fef90dcd722313d3f8041ec5a97.tar.gz
Delete the WayPar way
Also remove 't' and 's' from ALL_WAYS; they don't exist. Differential Revision: https://phabricator.haskell.org/D1055
Diffstat (limited to 'mk/ways.mk')
-rw-r--r--mk/ways.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/ways.mk b/mk/ways.mk
index 2354693bc8..996530e12a 100644
--- a/mk/ways.mk
+++ b/mk/ways.mk
@@ -22,7 +22,7 @@
#
# The ways currently defined.
#
-ALL_WAYS=v p t l s mp debug dyn thr thr_l p_dyn debug_dyn thr_dyn thr_p_dyn thr_debug_dyn thr_p thr_debug debug_p thr_debug_p l_dyn thr_l_dyn
+ALL_WAYS=v p l debug dyn thr thr_l p_dyn debug_dyn thr_dyn thr_p_dyn thr_debug_dyn thr_p thr_debug debug_p thr_debug_p l_dyn thr_l_dyn
#
# The following ways currently are treated specially,
@@ -44,10 +44,6 @@ WAY_p_HC_OPTS= -static -prof
WAY_l_NAME=event logging
WAY_l_HC_OPTS= -static -eventlog
-# Way `mp':
-WAY_mp_NAME=parallel
-WAY_mp_HC_OPTS= -static -parallel
-
#
# These ways apply to the RTS only:
#