Skip to content

Commit ecb0824

Browse files
committed
build-mingw-w64: Update the mingw-w64 version
This version contains fixes for wchar printf functions in how they handle %s/%S formats. This isn't the absolute latest version, as there's other commits further ahead adding support for _FORTIFY_SOURCE (which has little to no effect with Clang as it doesn't evaluate __builtin_object_size in inlined contexts), and the commits for _FORTIFY_SOURCE caused a few regressions, and things might still be a bit in flux (even though the current master seems to work fine).
1 parent cb38ada commit ecb0824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cd mingw-w64
5454

5555
if [ -n "$SYNC" ] || [ -n "$CHECKOUT" ]; then
5656
[ -z "$SYNC" ] || git fetch
57-
git checkout d8ed328d4656cc467d692e1c5bd2dc7007695ef8
57+
git checkout 0a1d495478d8ed1a94fc77b9dbb428b7e0372588
5858
fi
5959

6060
# If crosscompiling the toolchain itself, we already have a mingw-w64

0 commit comments

Comments
 (0)