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 <[email protected]> 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
