[commit: ghc] ghc-8.2: mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1. (7cd919f)
git at git.haskell.org
git at git.haskell.org
Fri Apr 7 01:14:00 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/7cd919f4af0ad05f89391616d940268fb71cb65e/ghc
>---------------------------------------------------------------
commit 7cd919f4af0ad05f89391616d940268fb71cb65e
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sun Mar 26 14:40:29 2017 -0700
mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
(cherry picked from commit 5db415580e0738f934e35b7012fe35a79b7e97c7)
>---------------------------------------------------------------
7cd919f4af0ad05f89391616d940268fb71cb65e
testsuite/timeout/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile
index b910a73..9626eae 100644
--- a/testsuite/timeout/Makefile
+++ b/testsuite/timeout/Makefile
@@ -51,7 +51,7 @@ boot all :: calibrate.out $(TIMEOUT_PROGRAM)
calibrate.out:
$(RM) -f TimeMe.o TimeMe.hi TimeMe TimeMe.exe
- $(PYTHON) calibrate '$(GHC_STAGE1)' > $@
+ $(PYTHON) calibrate '$(STAGE1_GHC)' > $@
# We use stage 1 to do the calibration, as stage 2 may not exist.
# This isn't necessarily the compiler we'll be running the testsuite
# with, but it's really the performance of the machine that we're
More information about the ghc-commits
mailing list