diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-08 21:09:33 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-10 19:41:07 +0200 |
commit | 9b1ebba2af060fef90dcd722313d3f8041ec5a97 (patch) | |
tree | cea0c5bf5971230ac13ebc0cb5777f03bb9de118 /mk/ways.mk | |
parent | 2d06a9f19d5b3ab8c3ff0b24f508c15bedae99d2 (diff) | |
download | haskell-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.mk | 6 |
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: # |