From: Manuel M T Chakravarty Date: Wed, 20 Sep 2006 18:21:54 +0000 (+0000) Subject: Makefile comment X-Git-Tag: After_FC_branch_merge~47 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6e8a4b336eeb90d130d83758d24db7e11bbecdfc;p=ghc-hetmet.git Makefile comment Mon Sep 18 17:23:13 EDT 2006 Manuel M T Chakravarty * Makefile comment Sun Aug 6 21:03:20 EDT 2006 Manuel M T Chakravarty * Makefile comment Fri Aug 4 11:44:49 EDT 2006 kevind@bu.edu --- diff --git a/compiler/Makefile b/compiler/Makefile index e81ccfb..c2cf225 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -412,6 +412,8 @@ ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" # Yes, include the interepreter, readline, and Template Haskell extensions SRC_HC_OPTS += -DGHCI -package template-haskell +# -DBREAKPOINT causes a loop in stage2 +# SRC_HC_OPTS += -DGHCI -DBREAKPOINT -package template-haskell PKG_DEPENDS += template-haskell # Use threaded RTS with GHCi, so threads don't get blocked at the prompt.