add aarch64 support for HermitCore
This commit is contained in:
parent
b6801b7dcd
commit
99b2e04a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue