[project @ 2006-01-11 12:20:30 by simonmar]
authorsimonmar <unknown>
Wed, 11 Jan 2006 12:20:30 +0000 (12:20 +0000)
committersimonmar <unknown>
Wed, 11 Jan 2006 12:20:30 +0000 (12:20 +0000)
Add -threaded when building stage2+ again

ghc/compiler/Makefile

index fcb24af..3fae31f 100644 (file)
@@ -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