about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
diff options
context:
space:
mode:
authorArjun Ramesh <arjunr2@andrew.cmu.edu>2024-07-02 18:19:42 -0400
committerArjun Ramesh <arjunr2@andrew.cmu.edu>2025-03-10 21:26:45 -0400
commit336a327f7c347ea96192633825892d6ae5e3e2ac (patch)
treeab495814178f420817c5e346322fd9f6a491dd50 /src/bootstrap/configure.py
parent9fb94b32df38073bf63d009df77ed10cb1c989d0 (diff)
downloadrust-336a327f7c347ea96192633825892d6ae5e3e2ac.tar.gz
rust-336a327f7c347ea96192633825892d6ae5e3e2ac.zip
Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux
Interface

This commit does not patch libc, stdarch, or cc
Diffstat (limited to 'src/bootstrap/configure.py')
-rwxr-xr-xsrc/bootstrap/configure.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index c3b25646439..77151edd240 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -270,6 +270,11 @@ v(
     "loongarch64-unknown-linux-musl install directory",
 )
 v(
+    "musl-root-wali-wasm32",
+    "target.wasm32-wali-linux-musl.musl-root",
+    "wasm32-wali-linux-musl install directory",
+)
+v(
     "qemu-armhf-rootfs",
     "target.arm-unknown-linux-gnueabihf.qemu-rootfs",
     "rootfs in qemu testing, you probably don't want to use this",