[commit: ghc] cross-compiler-alienless: cross compiler is placed in stage1, no need for this wrapper name (df53a4d)
Gabor Greif
ggreif at gmail.com
Fri Aug 31 14:58:33 CEST 2012
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 <ggreif at gmail.com>
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
More information about the Cvs-ghc
mailing list