- Remove spurious exit from change_spec.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=370
This commit is contained in:
parent
6648aafc76
commit
e8dd790550
@ -129,5 +129,3 @@ for f in *.spec; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
osc service localrun format_spec_file
|
osc service localrun format_spec_file
|
||||||
|
|
||||||
exit 0
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-aarch64-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-aarch64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-amdgcn-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-arm-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-arm-none-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -118,7 +118,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -237,8 +236,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -286,6 +285,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-arm-none-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-avr-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-avr-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-epiphany-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -118,7 +118,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -237,8 +236,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -286,6 +285,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-epiphany-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-hppa-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-i386-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-m68k-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-mips-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-nvptx-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-ppc64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-ppc64le-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-elf-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -118,7 +118,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -237,8 +236,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -286,6 +285,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-elf-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-rx-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -118,7 +118,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -237,8 +236,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -286,6 +285,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-rx-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-s390x-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-sparc-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-sparc64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch: x86_64
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-x86_64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -117,7 +117,6 @@ Release: 0
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -236,8 +235,8 @@ ExclusiveArch:
|
|||||||
%if "%{cross_arch}" == "amdgcn"
|
%if "%{cross_arch}" == "amdgcn"
|
||||||
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
# amdgcn uses the llvm assembler and linker, llvm-mc-12 doesn't
|
||||||
# work at the moment so require llvm11
|
# work at the moment so require llvm11
|
||||||
BuildRequires: llvm11
|
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: llvm11
|
||||||
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
Requires: cross-amdgcn-newlib-devel >= %{version}-%{release}
|
||||||
Requires: lld
|
Requires: lld
|
||||||
Requires: llvm11
|
Requires: llvm11
|
||||||
@ -285,6 +284,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc${version}
|
# spec file for package gcc${version}
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -362,7 +361,6 @@ Suggests: gcc11-info gcc11-locale
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -391,6 +389,7 @@ Patch100: newlib-4.1.0-aligned_alloc.patch
|
|||||||
|
|
||||||
Summary: Testsuite results
|
Summary: Testsuite results
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Results from running the gcc and target library testsuites.
|
Results from running the gcc and target library testsuites.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 20 13:59:09 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove spurious exit from change_spec.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 20 17:15:19 UTC 2021 - Michael Matz <matz@suse.com>
|
Mon Sep 20 17:15:19 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
|
||||||
|
@ -341,7 +341,6 @@ Suggests: gcc11-info gcc11-locale
|
|||||||
%if %{suse_version} < 1310
|
%if %{suse_version} < 1310
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%endif
|
%endif
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
Source2: gcc11-rpmlintrc
|
Source2: gcc11-rpmlintrc
|
||||||
@ -368,8 +367,9 @@ Patch61: gcc44-rename-info-files.patch
|
|||||||
# Patches for embedded newlib
|
# Patches for embedded newlib
|
||||||
Patch100: newlib-4.1.0-aligned_alloc.patch
|
Patch100: newlib-4.1.0-aligned_alloc.patch
|
||||||
|
|
||||||
License: GPL-3.0-or-later
|
|
||||||
Summary: The GNU C Compiler and Support Files
|
Summary: The GNU C Compiler and Support Files
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Core package for the GNU Compiler Collection, including the C language
|
Core package for the GNU Compiler Collection, including the C language
|
||||||
@ -380,6 +380,7 @@ namely gcc-ada, gcc-c++, gcc-fortran, gcc-obj, gcc-obj-c++ and gcc-go.
|
|||||||
|
|
||||||
%package -n gcc11-32bit
|
%package -n gcc11-32bit
|
||||||
Summary: The GNU C Compiler 32bit support
|
Summary: The GNU C Compiler 32bit support
|
||||||
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: gcc11 = %{version}-%{release}
|
Requires: gcc11 = %{version}-%{release}
|
||||||
Requires: libgcc_s%{libgcc_s}-32bit >= %{version}-%{release}
|
Requires: libgcc_s%{libgcc_s}-32bit >= %{version}-%{release}
|
||||||
@ -406,6 +407,7 @@ This package contains 32bit support for the GNU Compiler Collection.
|
|||||||
|
|
||||||
%package -n gcc11-64bit
|
%package -n gcc11-64bit
|
||||||
Summary: The GNU C Compiler 64bit support
|
Summary: The GNU C Compiler 64bit support
|
||||||
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: gcc11 = %{version}-%{release}
|
Requires: gcc11 = %{version}-%{release}
|
||||||
Requires: libgcc_s%{libgcc_s}-64bit >= %{version}-%{release}
|
Requires: libgcc_s%{libgcc_s}-64bit >= %{version}-%{release}
|
||||||
@ -1825,6 +1827,7 @@ Runtime library for the GNU D language.
|
|||||||
%package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
%package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
||||||
Summary: The GNU Compiler Collection JIT library
|
Summary: The GNU Compiler Collection JIT library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
|
Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
|
||||||
Requires: gcc11
|
Requires: gcc11
|
||||||
|
|
||||||
@ -1847,6 +1850,7 @@ Package contains header files and documentation for GCC JIT front-end.
|
|||||||
%package -n gcc11-testresults
|
%package -n gcc11-testresults
|
||||||
Summary: Testsuite results
|
Summary: Testsuite results
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description -n gcc11-testresults
|
%description -n gcc11-testresults
|
||||||
Results from running the gcc and target library testsuites.
|
Results from running the gcc and target library testsuites.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user