diff mbox series

[meta-mingw,2/3] mingw-w64: upgrade 13.0.0 -> 14.0.0

Message ID 20260731155604.1486464-2-ross.burton@arm.com
State New
Headers show
Series [meta-mingw,1/3] mingw-w64: upgrade 12.0.0 -> 13.0.0 | expand

Commit Message

Ross Burton July 31, 2026, 3:56 p.m. UTC
Notable changes:

- Various fixes to stat() family
- Various fixes to mbstowcs/wcstomb
- Added C23 binary mingw_pformat specifiers %b and %B
- Add support for mingw_pformat %ws, %wS, %wc and %wC
- Added C23 half-revolution trigonometric math functions
- Sync against Wine version 11.5
- gendef: Print --kill-at information only for i386
- Initial support for arm64ec-w64-mingw32
- Fix stack guard function when built with GCC -fstack-protector-strong
- Removed the armv7 experimental softmath code
- Removed MINGW_HAS_SECURE_API, secure APIs are always provided
- Removed MINGW_HAS_DDK_H

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 recipes-devtools/mingw-w64/mingw-w64.inc                        | 2 +-
 ...-headers_13.0.0.bb => nativesdk-mingw-w64-headers_14.0.0.bb} | 0
 ...-runtime_13.0.0.bb => nativesdk-mingw-w64-runtime_14.0.0.bb} | 0
 ...eads_13.0.0.bb => nativesdk-mingw-w64-winpthreads_14.0.0.bb} | 0
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-headers_13.0.0.bb => nativesdk-mingw-w64-headers_14.0.0.bb} (100%)
 rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-runtime_13.0.0.bb => nativesdk-mingw-w64-runtime_14.0.0.bb} (100%)
 rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-winpthreads_13.0.0.bb => nativesdk-mingw-w64-winpthreads_14.0.0.bb} (100%)
diff mbox series

Patch

diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/mingw-w64/mingw-w64.inc
index 46d28af..d45fea7 100644
--- a/recipes-devtools/mingw-w64/mingw-w64.inc
+++ b/recipes-devtools/mingw-w64/mingw-w64.inc
@@ -4,7 +4,7 @@  LIC_FILES_CHKSUM = "file://${UNPACKDIR}/mingw-w64-v${PV}/COPYING;md5=bb936f0e04d
 COMPATIBLE_HOST = ".*-mingw.*"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2"
-SRC_URI[sha256sum] = "5afe822af5c4edbf67daaf45eec61d538f49eef6b19524de64897c6b95828caf"
+SRC_URI[sha256sum] = "6eaf921d9eb987d3820b364ea9775bc19b965ec81490b6fdd716526c28e1995c"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/"
 UPSTREAM_CHECK_REGEX = "mingw-w64-v(?P<pver>(\d+[\.\-_]*)+)\.tar"
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_14.0.0.bb
similarity index 100%
rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0.bb
rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_14.0.0.bb
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_14.0.0.bb
similarity index 100%
rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0.bb
rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_14.0.0.bb
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_14.0.0.bb
similarity index 100%
rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13.0.0.bb
rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_14.0.0.bb