From: simonmar Date: Wed, 11 Jan 2006 12:20:30 +0000 (+0000) Subject: [project @ 2006-01-11 12:20:30 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~36 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=33380394d3e21007b57c51a86634d361717b54dd [project @ 2006-01-11 12:20:30 by simonmar] Add -threaded when building stage2+ again --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index fcb24af..3fae31f 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -408,7 +408,7 @@ SRC_HC_OPTS += -DGHCI -package template-haskell PKG_DEPENDS += template-haskell # Use threaded RTS with GHCi, so threads don't get blocked at the prompt. -# SRC_HC_OPTS += -threaded +SRC_HC_OPTS += -threaded ALL_DIRS += ghci