[Git][ghc/ghc][wip/ghci-primcall] twiddle test options
Luite Stegeman (@luite)
gitlab at gitlab.haskell.org
Sat Sep 17 17:21:40 UTC 2022
Luite Stegeman pushed to branch wip/ghci-primcall at Glasgow Haskell Compiler / GHC
Commits:
0700541b by Luite Stegeman at 2022-09-17T19:21:19+02:00
twiddle test options
- - - - -
1 changed file:
- testsuite/tests/ghci/should_run/GHCiPrimCall/Makefile
Changes:
=====================================
testsuite/tests/ghci/should_run/GHCiPrimCall/Makefile
=====================================
@@ -1,4 +1,4 @@
.PHONY: GHCiPrimCall
GHCiPrimCall:
- '$(TEST_HC)' $(TEST_HC_OPTS) -v0 -c GHCiPrimCall_cmm.cmm
- -'$(TEST_HC)' $(TEST_HC_OPTS) -ignore-dot-ghci -e main GHCiPrimCall.hs GHCiPrimCall_cmm.o || echo $$? >&2
+ '$(TEST_HC)' $(TEST_HC_OPTS) -fPIC -v0 -c GHCiPrimCall_cmm.cmm
+ -'$(TEST_HC)' $(TEST_HC_OPTS_INTERACTIVE) -ignore-dot-ghci -e main GHCiPrimCall.hs GHCiPrimCall_cmm.o || echo $$? >&2
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0700541b427a64aed7c35be426315da602a13e4c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0700541b427a64aed7c35be426315da602a13e4c
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/20220917/9893a7e0/attachment-0001.html>
More information about the ghc-commits
mailing list