[commit: ghc] cross-compiler-alienless: do not build extras for cross-ghc (yet) (fe913b2)
Gabor Greif
ggreif at gmail.com
Thu Aug 30 22:59:18 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : cross-compiler-alienless
http://hackage.haskell.org/trac/ghc/changeset/fe913b276ed4bfadfb623da044719fc38cb7b9af
>---------------------------------------------------------------
commit fe913b276ed4bfadfb623da044719fc38cb7b9af
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Aug 29 14:29:59 2012 +0200
do not build extras for cross-ghc (yet)
>---------------------------------------------------------------
ghc.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index 487ffdd..33ddabc 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -429,7 +429,9 @@ $(eval $(call addPackage,xhtml))
$(eval $(call addPackage,terminfo,($$(Windows),NO)))
$(eval $(call addPackage,haskeline))
+ifneq "$(BuildingCrossCompiler)" "YES"
$(eval $(call extra-packages))
+endif
# -------------------------------------------
# Dependencies between package-data.mk files
More information about the Cvs-ghc
mailing list