X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=aaffb9842ba9dbe36090cead00afe0d1ebe1232d;hb=de3b35df91b2665577a649c8320cd97791045e46;hp=9c6dc7e971457668dc80b31fa3d5d152d9b3f363;hpb=1aa82aca7fdd1cc1f9da78625ef21dffa2699498;p=mono.git diff --git a/Makefile.am b/Makefile.am index 9c6dc7e9714..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=$(MONO_LLVMONLY) $(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