summaryrefslogtreecommitdiffstats
path: root/taskcluster/scripts/misc/wasi-sdk-11.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /taskcluster/scripts/misc/wasi-sdk-11.patch
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/scripts/misc/wasi-sdk-11.patch')
-rw-r--r--taskcluster/scripts/misc/wasi-sdk-11.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/taskcluster/scripts/misc/wasi-sdk-11.patch b/taskcluster/scripts/misc/wasi-sdk-11.patch
new file mode 100644
index 0000000000..ec5b514d70
--- /dev/null
+++ b/taskcluster/scripts/misc/wasi-sdk-11.patch
@@ -0,0 +1,14 @@
+# https://github.com/WebAssembly/wasi-sdk/pull/189
+diff --git a/Makefile b/Makefile
+index bde9936..b1f24fe 100644
+--- a/Makefile
++++ b/Makefile
+@@ -91,7 +91,7 @@ build/wasi-libc.BUILT: build/llvm.BUILT
+ SYSROOT=$(BUILD_PREFIX)/share/wasi-sysroot
+ touch build/wasi-libc.BUILT
+
+-build/compiler-rt.BUILT: build/llvm.BUILT
++build/compiler-rt.BUILT: build/llvm.BUILT build/wasi-libc.BUILT
+ # Do the build, and install it.
+ mkdir -p build/compiler-rt
+ cd build/compiler-rt && cmake -G Ninja \