diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:09 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-19 19:11:30 +0100 |
commit | 9d819804bc0ccf1fed384a4145014c257e85e848 (patch) | |
tree | 719510836cb9210b7c6630388320081e3fc75211 /mk/ways.mk | |
parent | c4aa959bd771f7e69c7f0da1e857599f513d5331 (diff) | |
download | haskell-9d819804bc0ccf1fed384a4145014c257e85e848.tar.gz |
Remove comments and flag for GranSim
The GranSim code was removed in dd56e9ab and 297b05a9 in 2009, and perhaps
other commits I couldn't find.
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D737
Diffstat (limited to 'mk/ways.mk')
-rw-r--r-- | mk/ways.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/ways.mk b/mk/ways.mk index cbe035b4fb..2354693bc8 100644 --- a/mk/ways.mk +++ b/mk/ways.mk @@ -22,10 +22,10 @@ # # The ways currently defined. # -ALL_WAYS=v p t l s mp mg 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 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 # -# The following ways currently have treated specially, p t mg, +# The following ways currently are treated specially, # as the driver script treats these guys specially and needs to carefully be told # about the options for these. Hence, we hide the required command line options # for these in the driver, as this is the only place they are needed. @@ -48,10 +48,6 @@ WAY_l_HC_OPTS= -static -eventlog WAY_mp_NAME=parallel WAY_mp_HC_OPTS= -static -parallel -# Way `mg': -WAY_mg_NAME=GranSim -WAY_mg_HC_OPTS= -static -gransim - # # These ways apply to the RTS only: # |