SHA256
1
0
forked from pool/gcc14

- Update to trunk head, 109f1b28fc94c93096506e3df0c25e331, git9885

- Add gcc13-pr101523.patch to avoid combine spending too much
  compile-time and memory doing nothing on s390x.  [boo#1188441]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc14?expand=0&rev=27
This commit is contained in:
2024-04-10 06:09:08 +00:00
committed by Git OBS Bridge
parent 976b0174bd
commit 804d8818c7
37 changed files with 159 additions and 36 deletions

View File

@@ -108,7 +108,7 @@ Name: %{pkgname}
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
URL: https://gcc.gnu.org/
Version: 14.0.1+git9687
Version: 14.0.1+git9885
Release: 0
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
@@ -132,6 +132,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
Patch16: gcc9-reproducible-builds.patch
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
Patch19: gcc11-gdwarf-4-default.patch
Patch20: gcc13-pr101523.patch
# A set of patches from the RH srpm
Patch51: gcc41-ppc32-retaddr.patch
# Some patches taken from Debian
@@ -340,6 +341,7 @@ ln -s newlib-4.4.0.20231231/newlib .
%if %{suse_version} < 1550
%patch -p1 -P 19
%endif
%patch -p1 -P 20
%patch -P 51
%patch -p1 -P 60 -P 61