Skip to content

Commit

Permalink
Merge pull request #4842 from lazka/gcc-cross-update
Browse files Browse the repository at this point in the history
gcc-cross: Update to 14.2.0
  • Loading branch information
lazka authored Aug 18, 2024
2 parents 1588d23 + 6ebdfc2 commit fbf9578
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 138 deletions.

This file was deleted.

82 changes: 0 additions & 82 deletions mingw-w64-cross-gcc/0300-override-builtin-printf-format.patch

This file was deleted.

18 changes: 6 additions & 12 deletions mingw-w64-cross-gcc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=gcc
_mingw_suff=mingw-w64-cross
pkgname=("${_mingw_suff}-${_realname}")
pkgver=13.3.0
pkgrel=2
pkgver=14.2.0
pkgrel=1
pkgdesc="Cross GCC for the MinGW-w64"
arch=('i686' 'x86_64')
url="https://gcc.gnu.org"
Expand Down Expand Up @@ -37,13 +37,11 @@ source=(https://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.gz
0011-Cygwin-define-STD_UNIX.patch
0101-Cygwin-enable-libgccjit-not-just-for-MingW.patch
0102-Cygwin-testsuite-fixes-for-libgccjit.patch
0006-Windows-New-feature-to-allow-overriding.patch
0012-Handle-spaces-in-path-for-default-manifest.patch
0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch
0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch
0200-add-m-no-align-vector-insn-option-for-i386.patch
0300-override-builtin-printf-format.patch)
sha256sums=('3a2b10cab86e32358fdac871546d57e2700e9bdb5875ef33fff5b601265b9e32'
0200-add-m-no-align-vector-insn-option-for-i386.patch)
sha256sums=('7d376d445f93126dc545e2c0086d0f647c3094aae081cdb78f42ce2bc25e7293'
'bc788aa466a83184d285cc2f6c1ffc40c6ed416dd08c6999015262a53f1ab1b5'
'704acfaeb11d24d3fe5aab34bc883c184ca93aff03d752016c9a50fdd82c5655'
'c5676fd62d5f7f69be26062b95d42ef47f28151af83b83efa3998ecd8e939e19'
Expand All @@ -57,12 +55,10 @@ sha256sums=('3a2b10cab86e32358fdac871546d57e2700e9bdb5875ef33fff5b601265b9e32'
'83b6aea4a462ae80121fd68d42c6234d02e20865132197a10575bbf95fd33b7e'
'c5aeab9609f90a8430c43bb50172b63c3155eb10082369f81fac58a395d2e2ee'
'3707b0aab99b203cbd9e513be46c7d4600de06e6c8344160b7fb1779061d08da'
'a3637466910fae6145c947095051e3b91b16e4715d4abddc474eeb00539e9dc2'
'e98805ead7d78ee2a92f237894c4b2b7ddc1688e1b517d8c04f28d440202e40f'
'fd9bdecb2bbc4796bbc9f00b708dac42ef9e3464a06d6d27e5475cee117de5be'
'ad1f7b5e7afaaec008b7cbd14feea13a10989fa91bda7003af72d457619bb199'
'c34f9e71b5a092be1987ad4c65891742c74c9eb8ef6560100e751cd31375f579'
'f73c8d1701762fed7d8102d17d8e4416a4cc5e600e297a89c2e1fe09cd743a1c')
'c34f9e71b5a092be1987ad4c65891742c74c9eb8ef6560100e751cd31375f579')

_threads="win32"
_targets="x86_64-w64-mingw32ucrt i686-w64-mingw32 x86_64-w64-mingw32"
Expand Down Expand Up @@ -96,12 +92,10 @@ prepare() {

# MinGW Patches
apply_patch_with_msg \
0006-Windows-New-feature-to-allow-overriding.patch \
0012-Handle-spaces-in-path-for-default-manifest.patch \
0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch \
0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch \
0200-add-m-no-align-vector-insn-option-for-i386.patch \
0300-override-builtin-printf-format.patch
0200-add-m-no-align-vector-insn-option-for-i386.patch
}

build() {
Expand Down

0 comments on commit fbf9578

Please sign in to comment.