summaryrefslogtreecommitdiffstats
path: root/vendor/compiler_builtins/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/compiler_builtins/src/lib.rs')
-rw-r--r--vendor/compiler_builtins/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/compiler_builtins/src/lib.rs b/vendor/compiler_builtins/src/lib.rs
index 10b4aafec..71f249c8e 100644
--- a/vendor/compiler_builtins/src/lib.rs
+++ b/vendor/compiler_builtins/src/lib.rs
@@ -47,6 +47,7 @@ pub mod int;
all(target_arch = "x86_64", target_os = "none"),
all(target_arch = "x86_64", target_os = "uefi"),
all(target_arch = "arm", target_os = "none"),
+ all(target_arch = "xtensa", target_os = "none"),
target_os = "xous",
all(target_vendor = "fortanix", target_env = "sgx")
))]