summaryrefslogtreecommitdiffstats
path: root/library/std/src/personality.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/personality.rs')
-rw-r--r--library/std/src/personality.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/personality.rs b/library/std/src/personality.rs
index 63f0ad4f1..386a399f5 100644
--- a/library/std/src/personality.rs
+++ b/library/std/src/personality.rs
@@ -29,7 +29,7 @@ cfg_if::cfg_if! {
all(target_family = "windows", target_env = "gnu"),
target_os = "psp",
target_os = "solid_asp3",
- all(target_family = "unix", not(target_os = "espidf")),
+ all(target_family = "unix", not(target_os = "espidf"), not(target_os = "l4re")),
all(target_vendor = "fortanix", target_env = "sgx"),
))] {
mod gcc;