- Force using llvm11 for amdgcn offloading since llvm12 doesn't
yet work. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=340
This commit is contained in:
parent
7e0264975b
commit
accc918d92
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -235,12 +235,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -235,12 +235,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -235,12 +235,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -235,12 +235,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -234,12 +234,13 @@ ExclusiveArch:
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: lld
|
||||
BuildRequires: llvm
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: lld11
|
||||
BuildRequires: llvm11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
Requires: lld
|
||||
Requires: llvm
|
||||
Requires: lld11
|
||||
Requires: llvm11
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
%if %{suse_version} >= 1550 || 0%{?sle_version:%sle_version} >= 150100
|
||||
|
@ -145,11 +145,12 @@ ExclusiveArch: x86_64
|
||||
%define nvptx_newlib 1
|
||||
%endif
|
||||
%if "%{cross_arch}" == "amdgcn"
|
||||
# amdgcn uses the llvm assembler and linker
|
||||
BuildRequires: llvm
|
||||
BuildRequires: lld
|
||||
Requires: llvm
|
||||
Requires: lld
|
||||
# amdgcn uses the llvm assembler and linker, llvm12 doesn't
|
||||
# work at the moment
|
||||
BuildRequires: llvm11
|
||||
BuildRequires: lld11
|
||||
Requires: llvm11
|
||||
Requires: lld11
|
||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||
# SLE12 does not fulfil build requirements for GCN, SLE15 SP1 does
|
||||
# technically also SLE12 SP5 but do not bother there
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -274,6 +274,9 @@ BuildRequires: libunwind-devel
|
||||
BuildRequires: dejagnu
|
||||
BuildRequires: expect
|
||||
BuildRequires: gdb
|
||||
%if %{build_go}
|
||||
BuildRequires: procps
|
||||
%endif
|
||||
%if %{build_nvptx}
|
||||
BuildRequires: cross-nvptx-gcc11
|
||||
BuildRequires: cross-nvptx-newlib11-devel
|
||||
|
@ -5,6 +5,8 @@ Wed Apr 21 12:31:23 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 14:57:07 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||
|
@ -256,6 +256,9 @@ BuildRequires: libunwind-devel
|
||||
BuildRequires: dejagnu
|
||||
BuildRequires: expect
|
||||
BuildRequires: gdb
|
||||
%if %{build_go}
|
||||
BuildRequires: procps
|
||||
%endif
|
||||
%if %{build_nvptx}
|
||||
BuildRequires: cross-nvptx-gcc11
|
||||
BuildRequires: cross-nvptx-newlib11-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user