SHA256
9
0
forked from pool/gcc11

- Update to gcc-11 branch head (6a1150d1524aeda3381b21717), git1406

* includes change to adjust gnats idea of the target, fixing
    the build of gprbuild.  [bsc#1196861]
- Add gcc11-pr104931.patch to fix miscompile of embedded premake
  in 0ad on i586.  [bsc#1197065]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=385
This commit is contained in:
2022-03-16 15:18:58 +00:00
committed by Git OBS Bridge
parent 2d37b01d80
commit 4d1f47ccfb
60 changed files with 392 additions and 32 deletions

View File

@@ -109,7 +109,7 @@ Name: %{pkgname}
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
URL: https://gcc.gnu.org/
Version: 11.2.1+git1173
Version: 11.2.1+git1406
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/+/-/')
@@ -135,6 +135,7 @@ Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
Patch18: gcc10-amdgcn-llvm-as.patch
Patch19: gcc11-gdwarf-4-default.patch
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
Patch21: gcc11-pr104931.patch
# A set of patches from the RH srpm
Patch51: gcc41-ppc32-retaddr.patch
Patch52: gcc10-foffload-default.patch
@@ -326,6 +327,7 @@ cd ..
%patch19 -p1
%endif
%patch20 -p1
%patch21 -p1
%patch51
%patch52 -p1
%patch60 -p1