summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-10-21 19:39:38 +0200
committerStefan Lankes <slankes@eonerc.rwth-aachen.de>2019-10-21 19:39:38 +0200
commit99b2e04a6e61a05bb4026e81cc2b85c8c1d65684 (patch)
treefd65f3402a10a38c62f766eadc04167ff455d525 /src/libstd
parentb6801b7dcd56a272dda2fbd88ecbc5b1476d8b83 (diff)
downloadrust-99b2e04a6e61a05bb4026e81cc2b85c8c1d65684.tar.gz
rust-99b2e04a6e61a05bb4026e81cc2b85c8c1d65684.zip
add aarch64 support for HermitCore
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml2
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]