build: compile memory intrinsics on xous
Like SGX, Xous does not have any libc to link against. As a result, memory intrinsics need to be available as part of `compiler_builtins` Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
14f4e11a86
commit
10df3f61ad
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ fn main() {
|
|||
|| target.contains("-none")
|
||||
|| target.contains("nvptx")
|
||||
|| target.contains("uefi")
|
||||
|| target.contains("xous")
|
||||
{
|
||||
println!("cargo:rustc-cfg=feature=\"mem\"");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue