- Add gcc12-d-workaround.patch that fixes issue with gcc11 compiler.
- Bump to 673a10aee1aafe0c99bfadc29a7458339bdddb3a, git191845. Rev devel:gcc/18 Md5 52affbe56ce4936854bf5fa4776583c8 2022-03-01 16:24:44 rguenther 958315
This commit is contained in:
committed by
Git OBS Bridge
parent
449abb75d2
commit
5f13ef93ec
@@ -109,7 +109,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 12.0.1+git191817
|
||||
Version: 12.0.1+git191845
|
||||
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: gcc12-d-workaround.patch
|
||||
# A set of patches from the RH srpm
|
||||
Patch51: gcc41-ppc32-retaddr.patch
|
||||
# Some patches taken from Debian
|
||||
@@ -332,6 +333,8 @@ cd ..
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
# FIXME: remove the patch once gcc11 got updated (D bug)
|
||||
%patch20 -p1
|
||||
%endif
|
||||
%patch51
|
||||
%patch60 -p1
|
||||
|
Reference in New Issue
Block a user