diff options
| author | Sean Cross <sean@xobs.io> | 2022-08-12 16:28:59 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2023-08-22 08:20:04 +0800 |
| commit | 61cfb1734aefee0f7dfa2ce55964372b02327285 (patch) | |
| tree | bb04811fae016b4f234a48dd819bb7f3fe7acd1f /library/std/src/sys_common | |
| parent | ef85656a10657ba5e4f7fe2931a4ca6293138d51 (diff) | |
libstd: add xous to libstd
Add the `xous` target to libstd. Currently this defers everything to the `unsupported` target. Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'library/std/src/sys_common')
| -rw-r--r-- | library/std/src/sys_common/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys_common/mod.rs b/library/std/src/sys_common/mod.rs index e9c727cbbd1..f7d82175063 100644 --- a/library/std/src/sys_common/mod.rs +++ b/library/std/src/sys_common/mod.rs @@ -46,6 +46,7 @@ cfg_if::cfg_if! { if #[cfg(any(target_os = "l4re", feature = "restricted-std", all(target_family = "wasm", not(target_os = "emscripten")), + target_os = "xous", all(target_vendor = "fortanix", target_env = "sgx")))] { pub use crate::sys::net; } else { |
