[Git][ghc/ghc][wip/angerman/cross-test-suite] unbreak test.mk

Moritz Angermann gitlab at gitlab.haskell.org
Tue Jul 7 02:49:15 UTC 2020



Moritz Angermann pushed to branch wip/angerman/cross-test-suite at Glasgow Haskell Compiler / GHC


Commits:
1c919c36 by Moritz Angermann at 2020-07-07T10:48:56+08:00
unbreak test.mk

- - - - -


1 changed file:

- testsuite/mk/test.mk


Changes:

=====================================
testsuite/mk/test.mk
=====================================
@@ -264,10 +264,12 @@ else
 RUNTEST_OPTS += -e config.local=True
 endif
 
+# XXX config.platform needs to be removed once all libraries have been updated
+# to use targetPlatform.
 RUNTEST_OPTS +=  \
 	--rootdir=. \
 	--config-file=$(CONFIG) \
-	-e 'config.platform="$(TARGETPLATFORM)"' \         # XXX This needs to be removed
+	-e 'config.platform="$(TARGETPLATFORM)"' \
 	-e 'config.targetPlatform="$(TARGETPLATFORM)"' \
 	-e 'config.hostPlatform="$(HOSTPLATFORM)"' \
 	-e 'config.os="$(TargetOS_CPP)"' \



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1c919c3665bdeca77cc1c09d657f1b2c77d201d5

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1c919c3665bdeca77cc1c09d657f1b2c77d201d5
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200706/213af291/attachment.html>


More information about the ghc-commits mailing list