diff options
| author | simonmar <unknown> | 2004-03-23 10:55:35 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2004-03-23 10:55:35 +0000 |
| commit | 56ea17cad787925dd1eecd0355aba84f929bb1bc (patch) | |
| tree | 50b21f3a131c1867827f4428e08017a4426bc4af | |
| parent | 4dbe054c1bad98a333fcab2456ae0c8de6e82188 (diff) | |
| download | haskell-56ea17cad787925dd1eecd0355aba84f929bb1bc.tar.gz | |
[project @ 2004-03-23 10:55:35 by simonmar]
Remove GhcRtsThreaded - there's no reason to leave it in this file.
| -rw-r--r-- | mk/config.mk.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 3040feb8cb..4627356b7e 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 |
