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:
authorZoltan Varga <vargaz@gmail.com>2018-08-06 11:21:33 +0300
committerMarek Safar <marek.safar@gmail.com>2018-08-06 11:21:33 +0300
commita62bb95b279aa262df93e592d2cea4bba68e256e (patch)
tree15eccb056e95bc4ff640c807983b122e9905aec0 /sdks/builds/ios.mk
parent7beff1090ce16fb6ed85db63dcb837647c63e296 (diff)
[sdks] Switch the 32 bit cross compilers back to the old llvm 3.6, the new version has too many problems. (#9889)
* [sdks] Switch the 32 bit cross compilers back to the old llvm 3.6, the new version has too many problems. * [sdks] Fix building llvm36.
Diffstat (limited to 'sdks/builds/ios.mk')
-rw-r--r--sdks/builds/ios.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdks/builds/ios.mk b/sdks/builds/ios.mk
index 935573baba7..7dd96701bc0 100644
--- a/sdks/builds/ios.mk
+++ b/sdks/builds/ios.mk
@@ -386,6 +386,6 @@ endef
ios-cross32_CONFIGURE_FLAGS=--build=i386-apple-darwin10
ios-crosswatch_CONFIGURE_FLAGS=--build=i386-apple-darwin10 --enable-cooperative-suspend
-$(eval $(call iOSCrossTemplate,cross32,arm,llvm32,arm-darwin,arm-apple-darwin10))
+$(eval $(call iOSCrossTemplate,cross32,arm,llvm36-32,arm-darwin,arm-apple-darwin10))
$(eval $(call iOSCrossTemplate,cross64,aarch64,llvm64,aarch64-darwin,aarch64-apple-darwin10))
-$(eval $(call iOSCrossTemplate,crosswatch,armv7k,llvm32,armv7k-unknown-darwin,armv7k-apple-darwin))
+$(eval $(call iOSCrossTemplate,crosswatch,armv7k,llvm36-32,armv7k-unknown-darwin,armv7k-apple-darwin))