From 33380394d3e21007b57c51a86634d361717b54dd Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Wed, 11 Jan 2006 12:20:30 +0000
Subject: [PATCH] [project @ 2006-01-11 12:20:30 by simonmar] Add -threaded
 when building stage2+ again

---
 ghc/compiler/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index fcb24afcf56a..3fae31f96086 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
 
-- 
GitLab