From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- taskcluster/scripts/misc/wasi-sdk-11.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 taskcluster/scripts/misc/wasi-sdk-11.patch (limited to 'taskcluster/scripts/misc/wasi-sdk-11.patch') 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 \ -- cgit v1.2.3