From: simonmar Date: Tue, 23 Mar 2004 10:55:35 +0000 (+0000) Subject: [project @ 2004-03-23 10:55:35 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1940 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=56ea17cad787925dd1eecd0355aba84f929bb1bc [project @ 2004-03-23 10:55:35 by simonmar] Remove GhcRtsThreaded - there's no reason to leave it in this file. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 3040feb..4627356 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -364,11 +364,6 @@ GhcRtsCcOpts=-fomit-frame-pointer # Include the front panel code? Needs GTK+. GhcRtsWithFrontPanel = NO -# DEPRECATED: -# This option is no longer used. We now always build the threaded RTS, -# add the flag '-threaded' to GHC to get it. -GhcRtsThreaded=@ThreadedRts@ - ################################################################################ # # libraries project