Support i686-linux-android target.

This commit is contained in:
Josh Matthews 2018-03-29 03:49:53 -04:00
parent 319556cf6a
commit d6b8aaf576
13 changed files with 54 additions and 17 deletions

View file

@ -295,6 +295,7 @@ class MachCommands(CommandBase):
sys.exit(1)
env["RUST_TARGET"] = target
env["ANDROID_TOOLCHAIN_NAME"] = self.config["android"]["toolchain_prefix"]
with cd(openssl_dir):
status = call(
make_cmd + ["-f", "openssl.makefile"],