about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
author天命剑主 <yuanhonglong@outlook.com>2023-07-07 17:44:48 +0800
committer袁浩 <yuanhao34@huawei.com>2023-07-26 21:39:40 +0800
commit72dd53c8e52e3f6995cfa29a66dcde28a691beb8 (patch)
treeeb091fb1b5e3795daac5bc99061db257a232826d /src/bootstrap
parent5b1dc9de77106cb08ce9a1a8deaa14f52751d7e4 (diff)
downloadrust-72dd53c8e52e3f6995cfa29a66dcde28a691beb8.tar.gz
rust-72dd53c8e52e3f6995cfa29a66dcde28a691beb8.zip
add aarch64-unknown-teeos target
Signed-off-by: 袁浩 <yuanhao34@huawei.com>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index 365deb8e155..a00db502e08 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -134,7 +134,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &'static str, Option<&[&'static str]>)]
     // #[cfg(bootstrap)]
     (Some(Mode::Std), "target_vendor", Some(&["unikraft"])),
     (Some(Mode::Std), "target_env", Some(&["libnx"])),
-    // (Some(Mode::Std), "target_os", Some(&[])),
+    (Some(Mode::Std), "target_os", Some(&["teeos"])),
     // #[cfg(bootstrap)] mips32r6, mips64r6
     (
         Some(Mode::Std),