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

Moritz Angermann gitlab at gitlab.haskell.org
Mon Jul 13 02:21:17 UTC 2020



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


Commits:
def7f003 by Moritz Angermann at 2020-07-12T22:21:16-04:00
Update test.mk
- - - - -


1 changed file:

- testsuite/mk/test.mk


Changes:

=====================================
testsuite/mk/test.mk
=====================================
@@ -31,6 +31,10 @@ CONFIG       = $(TOP)/config/$(COMPILER)
 TEST_WRAPPER ?= exec
 export TEST_WRAPPER
 
+# if no STRIP is set, use `strip`
+STRIP ?= strip
+export STRIP
+
 ifeq "$(GhcUnregisterised)" "YES"
     # Otherwise C backend generates many warnings about
     # imcompatible proto casts for GCC's buitins:



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/def7f003b7694e2f53cc719ce272f20823dedeb2
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/20200712/4a64c7c9/attachment-0001.html>


More information about the ghc-commits mailing list