add aarch64 support for HermitCore

This commit is contained in:
Stefan Lankes 2019-10-21 19:39:38 +02:00
parent b6801b7dcd
commit 99b2e04a6e

View file

@ -50,7 +50,7 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
[target.x86_64-fortanix-unknown-sgx.dependencies]
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
[target.x86_64-unknown-hermit.dependencies]
[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
hermit-abi = { version = "0.1", features = ['rustc-dep-of-std'] }
[target.wasm32-wasi.dependencies]