Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@gmail.com>2016-07-26 08:02:25 +0300
committerZoltan Varga <vargaz@gmail.com>2016-07-26 08:02:25 +0300
commitf9fe0e4a6e6aa2c5f2e19281026ecedf975a77ed (patch)
treee3c0d61e71b247705e580922939252de0c29e6df /Makefile.am
parent3bd3c2728812844d1c1dee06ed63aef5f827aac0 (diff)
[runtime] Accomplish BITCODE build symbol sharing with only make (#3329)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f34ec85883d..aaffb9842ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,9 +67,13 @@ get-monolite-latest:
cd $(mcslib) && { (wget -O- $(monolite_url) || curl $(monolite_url)) | gzip -d | tar xf - ; }
cd $(mcslib) && mv -f monolite-* monolite
+if BITCODE
+BITCODE_CHECK=yes
+endif
+
.PHONY: check-ci
check-ci:
- MONO_LLVMONLY=$(BITCODE) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+ MONO_LLVMONLY=$(BITCODE_CHECK) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
.PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests
validate: do-build-mono-mcs