mingw-w64-cross: Update to 11.0.0.r750.g05598db99

This commit is contained in:
Christoph Reiter
2024-05-17 10:34:52 +02:00
parent b18becd00a
commit 7ce151c1aa
6 changed files with 18 additions and 18 deletions

View File

@@ -7,8 +7,8 @@ pkgname=("${_mingw_suff}-${_realname}")
provides=("${_mingw_suff}-${_realname}-git")
conflicts=("${_mingw_suff}-${_realname}-git")
replaces=("${_mingw_suff}-${_realname}-git")
pkgver=11.0.1.r0.gc3e587c06
pkgrel=2
pkgver=11.0.0.r750.g05598db99
pkgrel=1
pkgdesc='MinGW-w64 CRT for cross-compiler'
arch=('i686' 'x86_64')
url='https://mingw-w64.sourceforge.io/'
@@ -17,7 +17,7 @@ groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
depends=("${_mingw_suff}-headers")
makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" 'autotools')
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
_commit='c3e587c067a00a561899d49d3e63a659e38802ec'
_commit='05598db991767e79b3d701ca0979df050d82eb11'
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('SKIP')

View File

@@ -7,8 +7,8 @@ pkgname=("${_mingw_suff}-${_realname}")
provides=("${_mingw_suff}-${_realname}-git")
conflicts=("${_mingw_suff}-${_realname}-git")
replaces=("${_mingw_suff}-${_realname}-git")
pkgver=11.0.1.r0.gc3e587c06
pkgrel=3
pkgver=11.0.0.r750.g05598db99
pkgrel=1
pkgdesc="MinGW-w64 headers for cross-compiler"
arch=('i686' 'x86_64')
url="https://mingw-w64.sourceforge.io/"
@@ -16,9 +16,9 @@ license=('custom')
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
makedepends=('git' 'autotools')
options=('!strip' '!libtool' '!emptydirs' '!buildflags')
_commit='c3e587c067a00a561899d49d3e63a659e38802ec'
_commit='05598db991767e79b3d701ca0979df050d82eb11'
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('SKIP')
sha256sums=('b2ce4b2ddad1291ffad9ba06f174dd4f17d192a26c5da45bc5932b3304d6e908')
msys2_references=(
'archlinux: mingw-w64-headers'
'cpe: cpe:/a:mingw-w64:mingw-w64'

View File

@@ -8,7 +8,7 @@ provides=("${_mingw_suff}-${_realname}-git")
conflicts=("${_mingw_suff}-${_realname}-git")
replaces=("${_mingw_suff}-${_realname}-git")
pkgdesc="MinGW-w64 headers for cross-compiler"
pkgver=11.0.1.r0.gc3e587c06
pkgver=11.0.0.r750.g05598db99
pkgrel=1
arch=('i686' 'x86_64')
url="https://mingw-w64.sourceforge.io/"
@@ -16,14 +16,14 @@ license=('custom')
groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
makedepends=('git' 'autotools' "${_mingw_suff}-gcc" "${_mingw_suff}-binutils")
options=('!strip' '!libtool' '!emptydirs' '!buildflags')
_commit='c3e587c067a00a561899d49d3e63a659e38802ec'
_commit='05598db991767e79b3d701ca0979df050d82eb11'
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('SKIP')
msys2_references=(
# doesn't exist in arch, this is the next best thing
'archlinux: mingw-w64-headers'
)
_tools="gendef genlib genidl genpeimg" #widl
_tools="gendef genidl genpeimg" #widl
_targets="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@@ -13,15 +13,15 @@ diff --git a/mingw-w64-libraries/winpthreads/Makefile.am b/mingw-w64-libraries/w
index 231c313..6d3b857 100644
--- a/mingw-w64-libraries/winpthreads/Makefile.am
+++ b/mingw-w64-libraries/winpthreads/Makefile.am
@@ -18,7 +18,7 @@ libwinpthread_la_SOURCES = \
@@ -25,7 +25,7 @@ libwinpthread_la_SOURCES = \
# Break circular dep on bootstrap
noinst_LIBRARIES = fakelib/libgcc.a fakelib/libgcc_eh.a fakelib/libgcc_s.a
fakelib_libgcc_a_SOURCES = src/libgcc/dll_dependency.S src/libgcc/dll_math.c
-fakelib_libgcc_s_a_SOURCES =
+fakelib_libgcc_s_a_SOURCES = src/libgcc/dll_frame_info.c
fakelib_libgcc_eh_a_SOURCES =
endif
lib_LIBRARIES =
diff --git a/mingw-w64-libraries/winpthreads/src/libgcc/dll_frame_info.c b/mingw-w64-libraries/winpthreads/src/libgcc/dll_frame_info.c
new file mode 100644
index 0000000..115ac12

View File

@@ -6,8 +6,8 @@ pkgname="${_mingw_suff}-${_realname}"
provides=("${_mingw_suff}-${_realname}-git")
conflicts=("${_mingw_suff}-${_realname}-git")
replaces=("${_mingw_suff}-${_realname}-git")
pkgver=11.0.1.r0.gc3e587c06
pkgrel=2
pkgver=11.0.0.r750.g05598db99
pkgrel=1
pkgdesc="MinGW-w64 winpthreads library for cross-compiler"
arch=('i686' 'x86_64')
url="https://mingw-w64.sourceforge.io/"
@@ -18,11 +18,11 @@ depends=("${_mingw_suff}-crt")
optdepends=()
backup=()
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs' '!buildflags')
_commit='c3e587c067a00a561899d49d3e63a659e38802ec'
_commit='05598db991767e79b3d701ca0979df050d82eb11'
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit"
0001-Define-__-de-register_frame_info-in-fake-libgcc_s.patch)
sha256sums=('SKIP'
'd9e8af81682d9bf70e3d87506f51156cec61260b810a234bce861cb2eb3a5919')
'2e779bcc60a1422b23e0cfdb5c0f6851f2382592bb4675d08a6bdef78d5e5c10')
msys2_references=(
'archlinux: mingw-w64-winpthreads'
'cpe: cpe:/a:mingw-w64:mingw-w64'

View File

@@ -6,7 +6,7 @@ pkgname="${_mingw_suff}-${_realname}"
provides=("${_mingw_suff}-${_realname}-git")
conflicts=("${_mingw_suff}-${_realname}-git")
replaces=("${_mingw_suff}-${_realname}-git")
pkgver=11.0.1.r0.gc3e587c06
pkgver=11.0.0.r750.g05598db99
pkgrel=1
pkgdesc="MinGW-w64 winRT compat library"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ depends=("${_mingw_suff}-crt")
optdepends=()
backup=()
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs' '!buildflags')
_commit='c3e587c067a00a561899d49d3e63a659e38802ec'
_commit='05598db991767e79b3d701ca0979df050d82eb11'
source=("mingw-w64"::"git+https://git.code.sf.net/p/mingw-w64/mingw-w64#commit=$_commit")
sha256sums=('SKIP')
msys2_references=(