summaryrefslogtreecommitdiff
path: root/mk/cabal-flags.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-11 21:43:58 +0000
committerIan Lynagh <igloo@earth.li>2008-07-11 21:43:58 +0000
commit845995719b97d8b94e943ad38eeb77ad8d404223 (patch)
treed87a18290a28791c71d9737574364c3c50e8421e /mk/cabal-flags.mk
parente7d5df5d11379fb95ffd980b56a97ee143720d6a (diff)
downloadhaskell-845995719b97d8b94e943ad38eeb77ad8d404223.tar.gz
Handle passing hsc2hs to Cabal better
If it has been built then we pass it, even if we are still using the bootstrapping compiler.
Diffstat (limited to 'mk/cabal-flags.mk')
-rw-r--r--mk/cabal-flags.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/cabal-flags.mk b/mk/cabal-flags.mk
index cabe3285a8..52624a291c 100644
--- a/mk/cabal-flags.mk
+++ b/mk/cabal-flags.mk
@@ -35,6 +35,9 @@ endif
COMMON_CONFIGURE_FLAGS += $(FLAGGED_CONFIGURE_ARGS) \
--configure-option=--with-cc=$(CC)
+COMMON_CONFIGURE_FLAGS += $(shell [ -e $(HSC2HS_INPLACE) ] && \
+ echo --with-hsc2hs=$(HSC2HS_INPLACE) )
+
ifeq "$(Windows)" "YES"
NONEXISTENT=c:/NONEXISTENT
else
@@ -59,8 +62,7 @@ INPLACE_DIRS_CONFIGURE_FLAGS = \
USE_STAGE1_CONFIGURE_FLAGS = \
--with-compiler=$(FPTOOLS_TOP_ABS)/compiler/stage1/ghc-inplace \
- --with-hc-pkg=$(FPTOOLS_TOP_ABS)/utils/ghc-pkg/ghc-pkg-inplace \
- --with-hsc2hs=$(HSC2HS_INPLACE)
+ --with-hc-pkg=$(FPTOOLS_TOP_ABS)/utils/ghc-pkg/ghc-pkg-inplace
USE_BOOT_CONFIGURE_FLAGS = \
--with-compiler=$(GHC) \