- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
* Includes GCC 11.1 RC2 - Add gcc11-no-offload.patch and - Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation in SLES15 and older. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=342
This commit is contained in:
parent
13182ade54
commit
83701aebd2
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -115,7 +115,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -138,7 +138,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -313,7 +313,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -115,7 +115,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -138,7 +138,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -313,7 +313,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -115,7 +115,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -138,7 +138,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -313,7 +313,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -115,7 +115,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -138,7 +138,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -313,7 +313,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -114,7 +114,7 @@ Name: %{pkgname}
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -137,7 +137,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -312,7 +312,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef224bdb383f47c9c96ee5f18ecd088893312321cd7f3f38a5970497a09003db
|
||||
size 80311328
|
3
gcc-11.0.1+git31.tar.xz
Normal file
3
gcc-11.0.1+git31.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49c6c4547ab7ff23d3af74fcbfb26ee59d5be7e44188bcf75dd07ad995db4a05
|
||||
size 80350152
|
@ -190,7 +190,7 @@
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
Release: 1
|
||||
%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/+/-/')
|
||||
@ -358,7 +358,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -1163,7 +1163,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
29
gcc11-gdwarf-4-default.patch
Normal file
29
gcc11-gdwarf-4-default.patch
Normal file
@ -0,0 +1,29 @@
|
||||
diff --git a/gcc/common.opt b/gcc/common.opt
|
||||
index a75b44ee47e..2d33861ad1f 100644
|
||||
--- a/gcc/common.opt
|
||||
+++ b/gcc/common.opt
|
||||
@@ -3175,7 +3175,7 @@ Common Driver JoinedOrMissing Negative(gdwarf-)
|
||||
Generate debug information in default version of DWARF format.
|
||||
|
||||
gdwarf-
|
||||
-Common Driver Joined UInteger Var(dwarf_version) Init(5) Negative(gstabs)
|
||||
+Common Driver Joined UInteger Var(dwarf_version) Init(4) Negative(gstabs)
|
||||
Generate debug information in DWARF v2 (or later) format.
|
||||
|
||||
gdwarf32
|
||||
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
|
||||
index 4a87b9ef8e8..4f1adcfe621 100644
|
||||
--- a/gcc/doc/invoke.texi
|
||||
+++ b/gcc/doc/invoke.texi
|
||||
@@ -9638,9 +9638,8 @@ possible.
|
||||
@opindex gdwarf
|
||||
Produce debugging information in DWARF format (if that is supported).
|
||||
The value of @var{version} may be either 2, 3, 4 or 5; the default
|
||||
-version for most targets is 5 (with the exception of VxWorks, TPF and
|
||||
-Darwin/Mac OS X, which default to version 2, and AIX, which defaults
|
||||
-to version 4).
|
||||
+version for most targets is 4 (with the exception of VxWorks, TPF and
|
||||
+Darwin/Mac OS X, which default to version 2).
|
||||
|
||||
Note that with DWARF Version 2, some ports require and always
|
||||
use some non-conflicting DWARF 3 extensions in the unwind tables.
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -206,7 +206,7 @@
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -372,7 +372,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -503,7 +503,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
@ -1,89 +0,0 @@
|
||||
diff --git a/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c b/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
|
||||
index 990e6f439e5..e9ece645cd0 100644
|
||||
--- a/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
|
||||
+++ b/gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c
|
||||
@@ -983,6 +983,8 @@ subvalues (struct entry *e, char *p, char *letter)
|
||||
if (e[0].len != 0)
|
||||
output_FNB ('B', e);
|
||||
return 1;
|
||||
+ default:
|
||||
+ return 0;
|
||||
}
|
||||
}
|
||||
|
||||
diff --git a/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c b/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
|
||||
index 75e902cd1f4..35dff89c377 100644
|
||||
--- a/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
|
||||
+++ b/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
|
||||
@@ -1280,6 +1280,8 @@ subvalues (struct entry *e, char *p, char *letter)
|
||||
if (e[0].len != 0)
|
||||
output_FNB ('B', e);
|
||||
return 1;
|
||||
+ default:
|
||||
+ return 0;
|
||||
}
|
||||
}
|
||||
|
||||
diff --git a/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c b/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c
|
||||
index e60fe3664ed..0eea73b144b 100644
|
||||
--- a/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c
|
||||
+++ b/libgomp/testsuite/libgomp.c-c++-common/reduction-16.c
|
||||
@@ -1,5 +1,5 @@
|
||||
/* { dg-do run } */
|
||||
-/* { dg-additional-options "-foffload=-latomic" { target offload_target_nvptx } } */
|
||||
+/* { dg-additional-options "-foffload=nvptx-none=-latomic" { target offload_target_nvptx } } */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
From c12b6eca31928a54f8d8040815750dd9c7ea3913 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Biener <rguenther@suse.de>
|
||||
Date: Thu, 22 Apr 2021 10:53:00 +0200
|
||||
Subject: [PATCH] Avoid gfortran.dg/pr68078.f90 FAILs with rlimit in place
|
||||
To: gcc-patches@gcc.gnu.org
|
||||
|
||||
gfortran.dg/pr68078.f90 tries to lower the VM limit to provoke
|
||||
allocation fails. If there's already a low VM limit in place
|
||||
this limit adjustment can fail, causing a supurious execution
|
||||
FAIL of the testcase. The following avoid this by not altering
|
||||
the hard limit and returning successfully if the soft limit is
|
||||
already good.
|
||||
|
||||
2021-04-22 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* gfortran.dg/set_vm_limit.c: Honor limits already in place.
|
||||
---
|
||||
gcc/testsuite/gfortran.dg/set_vm_limit.c | 13 +++++++++++--
|
||||
1 file changed, 11 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/gcc/testsuite/gfortran.dg/set_vm_limit.c b/gcc/testsuite/gfortran.dg/set_vm_limit.c
|
||||
index 30c4b43e0ed..b6a01bb3a98 100644
|
||||
--- a/gcc/testsuite/gfortran.dg/set_vm_limit.c
|
||||
+++ b/gcc/testsuite/gfortran.dg/set_vm_limit.c
|
||||
@@ -8,13 +8,22 @@
|
||||
void
|
||||
set_vm_limit (int vm_limit)
|
||||
{
|
||||
- struct rlimit rl = { vm_limit, RLIM_INFINITY };
|
||||
+ struct rlimit rl;
|
||||
int r;
|
||||
|
||||
+ r = getrlimit (RLIMIT_AS, &rl);
|
||||
+ if (r)
|
||||
+ {
|
||||
+ perror ("set_vm_limit: getrlimit");
|
||||
+ exit (1);
|
||||
+ }
|
||||
+ if (rl.rlim_cur <= vm_limit)
|
||||
+ return;
|
||||
+ rl.rlim_cur = vm_limit;
|
||||
r = setrlimit (RLIMIT_AS, &rl);
|
||||
if (r)
|
||||
{
|
||||
- perror ("set_vm_limit");
|
||||
+ perror ("set_vm_limit: setrlimit");
|
||||
exit (1);
|
||||
}
|
||||
|
||||
--
|
||||
2.26.2
|
||||
|
@ -1,13 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add gcc11-testsuite-fixes.patch, gcc11-no-offload.patch and
|
||||
- Update to gcc-11 branch head (7a7fc01b9d20afb1a2b805d93cb), git31
|
||||
* Includes GCC 11.1 RC2
|
||||
- Add gcc11-no-offload.patch and
|
||||
gcc11-amdgcn-disable-hot-cold-partitioning.patch.
|
||||
- Enable gfortran for offload compilers.
|
||||
- BuildRequire procps from gcc11-testresults if we test go.
|
||||
- Force using llvm11 for amdgcn offloading since llvm12 doesn't
|
||||
yet work. Package expanded symlinks so concurrent installs do
|
||||
not pull in another llvm-mc.
|
||||
- Add gcc11-gdwarf-4-default.patch to default to DWARF4 generation
|
||||
in SLES15 and older.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -188,7 +188,7 @@
|
||||
%define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
|
||||
|
||||
URL: https://gcc.gnu.org/
|
||||
Version: 11.0.1+git10
|
||||
Version: 11.0.1+git31
|
||||
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/+/-/')
|
||||
@ -354,7 +354,7 @@ Patch15: gcc7-avoid-fixinc-error.diff
|
||||
Patch16: gcc9-reproducible-builds.patch
|
||||
Patch17: gcc9-reproducible-builds-buildid-for-checksum.patch
|
||||
Patch18: gcc10-amdgcn-llvm-as.patch
|
||||
Patch19: gcc11-testsuite-fixes.patch
|
||||
Patch19: gcc11-gdwarf-4-default.patch
|
||||
Patch20: gcc11-amdgcn-disable-hot-cold-partitioning.patch
|
||||
Patch21: gcc11-no-offload.patch
|
||||
# A set of patches from the RH srpm
|
||||
@ -1922,7 +1922,10 @@ ln -s newlib-4.1.0/newlib .
|
||||
%if "%{TARGET_ARCH}" == "amdgcn"
|
||||
%patch18 -p1
|
||||
%endif
|
||||
# In SLE15 and earlier default to dwarf4, not dwarf5
|
||||
%if %{suse_version} < 1550
|
||||
%patch19 -p1
|
||||
%endif
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
%patch51
|
||||
|
Loading…
x
Reference in New Issue
Block a user