diff options
| author | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2019-10-21 19:39:38 +0200 |
|---|---|---|
| committer | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2019-10-21 19:39:38 +0200 |
| commit | 99b2e04a6e61a05bb4026e81cc2b85c8c1d65684 (patch) | |
| tree | fd65f3402a10a38c62f766eadc04167ff455d525 /src/libstd | |
| parent | b6801b7dcd56a272dda2fbd88ecbc5b1476d8b83 (diff) | |
| download | rust-99b2e04a6e61a05bb4026e81cc2b85c8c1d65684.tar.gz rust-99b2e04a6e61a05bb4026e81cc2b85c8c1d65684.zip | |
add aarch64 support for HermitCore
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 1c99b091329..9bf5caf0363 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -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] |
