Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : cross-compiler-alienless
http://hackage.haskell.org/trac/ghc/changeset/df53a4d5eaac320c0876a083e40c5d14c1d87238 >--------------------------------------------------------------- commit df53a4d5eaac320c0876a083e40c5d14c1d87238 Author: Gabor Greif <[email protected]> Date: Fri Aug 31 14:32:43 2012 +0200 cross compiler is placed in stage1, no need for this wrapper name >--------------------------------------------------------------- ghc/ghc.mk | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 12b837c..43484e6 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -79,7 +79,6 @@ ghc_stage2_SHELL_WRAPPER = YES ghc_stage3_SHELL_WRAPPER = YES ifeq "$(BuildingCrossCompiler)" "YES" ghc_stage1_SHELL_WRAPPER_NAME = ghc/ghc-cross.wrapper -ghc_stage2_SHELL_WRAPPER_NAME = ghc/ghc-cross.wrapper else ghc_stage1_SHELL_WRAPPER_NAME = ghc/ghc.wrapper ghc_stage2_SHELL_WRAPPER_NAME = ghc/ghc.wrapper _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
