* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
* Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] * Fix ICE in is_this_parameter with coroutines. [boo#1193659] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=377
This commit is contained in:
parent
06bf5d1d93
commit
d86e805a2c
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-aarch64-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-aarch64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-amdgcn-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-arm-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-arm-none-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -283,9 +282,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-arm-none-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-avr-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-avr-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-epiphany-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -283,9 +282,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-epiphany-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-hppa-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-m68k-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-mips-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-nvptx-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-ppc64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-ppc64le-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-elf-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -253,7 +252,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
||||||
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
||||||
%endif
|
%endif
|
||||||
%define _binary_payload w.ufdio
|
%define _binary_payload w.ufdio
|
||||||
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
||||||
@ -283,9 +282,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-elf-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -252,7 +251,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
||||||
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
||||||
%endif
|
%endif
|
||||||
%define _binary_payload w.ufdio
|
%define _binary_payload w.ufdio
|
||||||
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -252,7 +251,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
||||||
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
||||||
%endif
|
%endif
|
||||||
%define _binary_payload w.ufdio
|
%define _binary_payload w.ufdio
|
||||||
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-riscv64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -252,7 +251,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
%if 0%{?gcc_icecream:1}%{?gcc_target_glibc:1}%{?gcc_libc_bootstrap:1}
|
||||||
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
ExclusiveArch: i586 ppc64le ppc64 x86_64 s390x aarch64
|
||||||
%endif
|
%endif
|
||||||
%define _binary_payload w.ufdio
|
%define _binary_payload w.ufdio
|
||||||
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
# Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-rx-gcc11-bootstrap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -283,9 +282,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -834,7 +834,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-rx-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-s390x-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-sparc-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-sparc64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package cross-x86_64-gcc11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -282,9 +281,10 @@ Requires: libstdc++6-devel-gcc11
|
|||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
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}.
|
||||||
@ -833,7 +833,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \
|
|||||||
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \
|
||||||
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
$RPM_BUILD_ROOT/env/usr/bin/gcc
|
||||||
|
|
||||||
for back in cc1 cc1plus; do
|
for back in cc1 cc1plus; do
|
||||||
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \
|
||||||
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
$RPM_BUILD_ROOT/env%{targetlibsubdir}/$back
|
||||||
done
|
done
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
@ -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,8 +389,9 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
@ -926,14 +925,14 @@ mkdir ../testresults
|
|||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
export NO_BRP_CHECK_BYTECODE_VERSION=true
|
export NO_BRP_CHECK_BYTECODE_VERSION=true
|
||||||
cd obj-%{GCCDIST}
|
cd obj-%{GCCDIST}
|
||||||
%if 0%{?run_tests:1}
|
%if 0%{?run_tests:1}
|
||||||
cp `find . -name "*.sum"` ../testresults/
|
cp `find . -name "*.sum"` ../testresults/
|
||||||
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/
|
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/
|
||||||
chmod 644 ../testresults/*
|
chmod 644 ../testresults/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?run_tests:1}
|
%if 0%{?run_tests:1}
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc testresults/test_summary.txt
|
%doc testresults/test_summary.txt
|
||||||
%doc testresults/*.sum
|
%doc testresults/*.sum
|
||||||
|
@ -3,6 +3,7 @@ Wed Dec 15 10:39:51 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|||||||
|
|
||||||
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
- Update to gcc-11 branch head (d4a1d3c4b377f1d4acb), git1173
|
||||||
* Fix D memory corruption in -M output.
|
* Fix D memory corruption in -M output.
|
||||||
|
* Fix ICE in is_this_parameter with coroutines. [boo#1193659]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
Fri Nov 26 15:01:01 UTC 2021 - Michael Matz <matz@suse.com>
|
||||||
|
81
gcc11.spec
81
gcc11.spec
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
# nospeccleaner
|
||||||
|
|
||||||
%if !0%{?usrmerged}
|
%if !0%{?usrmerged}
|
||||||
%define _slibdir /%{_lib}
|
%define _slibdir /%{_lib}
|
||||||
%define slibdir /lib
|
%define slibdir /lib
|
||||||
@ -341,7 +343,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 +369,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
|
||||||
@ -378,8 +380,11 @@ frontend.
|
|||||||
Language frontends other than C are split to different sub-packages,
|
Language frontends other than C are split to different sub-packages,
|
||||||
namely gcc-ada, gcc-c++, gcc-fortran, gcc-obj, gcc-obj-c++ and gcc-go.
|
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 +411,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}
|
||||||
@ -439,6 +445,7 @@ Requires: glibc-devel-64bit
|
|||||||
%description -n gcc11-64bit
|
%description -n gcc11-64bit
|
||||||
This package contains 64bit support for the GNU Compiler Collection.
|
This package contains 64bit support for the GNU Compiler Collection.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GCC plugins development enviroment
|
Summary: GCC plugins development enviroment
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -450,6 +457,7 @@ Requires: mpc-devel
|
|||||||
%description devel
|
%description devel
|
||||||
Files required for developing and compiling GCC plugins.
|
Files required for developing and compiling GCC plugins.
|
||||||
|
|
||||||
|
|
||||||
%package locale
|
%package locale
|
||||||
Summary: Locale Data for the GNU Compiler Collection
|
Summary: Locale Data for the GNU Compiler Collection
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -460,6 +468,7 @@ Requires: gcc11 = %{version}-%{release}
|
|||||||
Locale data for the GNU Compiler Collection (GCC) to give error message
|
Locale data for the GNU Compiler Collection (GCC) to give error message
|
||||||
in the current locale.
|
in the current locale.
|
||||||
|
|
||||||
|
|
||||||
%package c++
|
%package c++
|
||||||
Summary: The GNU C++ Compiler
|
Summary: The GNU C++ Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -470,7 +479,6 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} = %{version}
|
|||||||
|
|
||||||
%description c++
|
%description c++
|
||||||
This package contains the GNU compiler for C++.
|
This package contains the GNU compiler for C++.
|
||||||
|
|
||||||
%package c++-32bit
|
%package c++-32bit
|
||||||
Summary: The GNU C++ Compiler
|
Summary: The GNU C++ Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -481,7 +489,6 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit = %{ve
|
|||||||
|
|
||||||
%description c++-32bit
|
%description c++-32bit
|
||||||
This package contains the GNU compiler for C++.
|
This package contains the GNU compiler for C++.
|
||||||
|
|
||||||
%package c++-64bit
|
%package c++-64bit
|
||||||
Summary: The GNU C++ Compiler
|
Summary: The GNU C++ Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -493,6 +500,7 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit = %{ve
|
|||||||
%description c++-64bit
|
%description c++-64bit
|
||||||
This package contains the GNU compiler for C++.
|
This package contains the GNU compiler for C++.
|
||||||
|
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}
|
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -510,7 +518,6 @@ Requires: libstdc++%{libstdcxx_sover}-pp = %{version}-%{release}
|
|||||||
%description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}
|
%description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}
|
||||||
This package contains all the headers and libraries of the standard C++
|
This package contains all the headers and libraries of the standard C++
|
||||||
library. It is needed for compiling C++ code.
|
library. It is needed for compiling C++ code.
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit
|
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -528,7 +535,6 @@ Requires: libstdc++%{libstdcxx_sover}-pp-32bit = %{version}-%{release}
|
|||||||
%description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit
|
%description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit
|
||||||
This package contains all the headers and libraries of the standard C++
|
This package contains all the headers and libraries of the standard C++
|
||||||
library. It is needed for compiling C++ code.
|
library. It is needed for compiling C++ code.
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit
|
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -565,7 +571,6 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover} = %{version}-%{release})
|
|||||||
%description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}
|
%description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}
|
||||||
This package contains pretty printers for the C++ standard library usable
|
This package contains pretty printers for the C++ standard library usable
|
||||||
from GDB.
|
from GDB.
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit
|
%package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit
|
||||||
Summary: GDB pretty printers for the C++ standard library
|
Summary: GDB pretty printers for the C++ standard library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -584,7 +589,6 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover}-32bit = %{version}-%{releas
|
|||||||
%description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit
|
%description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit
|
||||||
This package contains pretty printers for the C++ standard library usable
|
This package contains pretty printers for the C++ standard library usable
|
||||||
from GDB.
|
from GDB.
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-64bit
|
%package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-64bit
|
||||||
Summary: GDB pretty printers for the C++ standard library
|
Summary: GDB pretty printers for the C++ standard library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -604,6 +608,7 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover}-64bit = %{version}-%{releas
|
|||||||
This package contains pretty printers for the C++ standard library usable
|
This package contains pretty printers for the C++ standard library usable
|
||||||
from GDB.
|
from GDB.
|
||||||
|
|
||||||
|
|
||||||
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}
|
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}
|
||||||
Summary: C compiler runtime library
|
Summary: C compiler runtime library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -619,7 +624,6 @@ Libgcc is needed for dynamically linked C programs.
|
|||||||
%post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig
|
%post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig
|
%postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit
|
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit
|
||||||
Summary: C compiler runtime library
|
Summary: C compiler runtime library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -635,7 +639,6 @@ Libgcc is needed for dynamically linked C programs.
|
|||||||
%post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig
|
%post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-64bit
|
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-64bit
|
||||||
Summary: C compiler runtime library
|
Summary: C compiler runtime library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -671,7 +674,6 @@ option.
|
|||||||
%post -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig
|
%post -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig
|
%postun -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit
|
%package -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit
|
||||||
Summary: The GNU compiler collection OpenMP runtime library
|
Summary: The GNU compiler collection OpenMP runtime library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -691,7 +693,6 @@ option.
|
|||||||
%post -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig
|
%post -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgomp%{libgomp_sover}%{libgomp_suffix}-64bit
|
%package -n libgomp%{libgomp_sover}%{libgomp_suffix}-64bit
|
||||||
Summary: The GNU compiler collection OpenMP runtime library
|
Summary: The GNU compiler collection OpenMP runtime library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -729,7 +730,6 @@ The standard C++ library, needed for dynamically linked C++ programs.
|
|||||||
%post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig
|
%post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig
|
%postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit
|
%package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit
|
||||||
Summary: The standard C++ shared library
|
Summary: The standard C++ shared library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -747,7 +747,6 @@ The standard C++ library, needed for dynamically linked C++ programs.
|
|||||||
%post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig
|
%post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-64bit
|
%package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-64bit
|
||||||
Summary: The standard C++ shared library
|
Summary: The standard C++ shared library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -778,6 +777,7 @@ Conflicts: %selfconflict libstdc++%{libstdcxx_sover}-locale
|
|||||||
%description -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-locale
|
%description -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-locale
|
||||||
The standard C++ library locale data.
|
The standard C++ library locale data.
|
||||||
|
|
||||||
|
|
||||||
%package info
|
%package info
|
||||||
Summary: Documentation for the GNU compiler collection
|
Summary: Documentation for the GNU compiler collection
|
||||||
License: GFDL-1.2-only
|
License: GFDL-1.2-only
|
||||||
@ -791,6 +791,7 @@ BuildArch: noarch
|
|||||||
GNU info-pages for the GNU compiler collection covering both user-level
|
GNU info-pages for the GNU compiler collection covering both user-level
|
||||||
and internals documentation.
|
and internals documentation.
|
||||||
|
|
||||||
|
|
||||||
%package objc
|
%package objc
|
||||||
Summary: GNU Objective C Compiler
|
Summary: GNU Objective C Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -803,7 +804,6 @@ Requires: libobjc%{libobjc_sover} >= %{version}-%{release}
|
|||||||
This package contains the GNU Objective C compiler. Objective C is an
|
This package contains the GNU Objective C compiler. Objective C is an
|
||||||
object oriented language, created by Next Inc. and used in their
|
object oriented language, created by Next Inc. and used in their
|
||||||
Nextstep OS. The source code is available in the gcc package.
|
Nextstep OS. The source code is available in the gcc package.
|
||||||
|
|
||||||
%package objc-32bit
|
%package objc-32bit
|
||||||
Summary: GNU Objective C Compiler
|
Summary: GNU Objective C Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -816,7 +816,6 @@ Requires: libobjc%{libobjc_sover}-32bit >= %{version}-%{release}
|
|||||||
This package contains the GNU Objective C compiler. Objective C is an
|
This package contains the GNU Objective C compiler. Objective C is an
|
||||||
object oriented language, created by Next Inc. and used in their
|
object oriented language, created by Next Inc. and used in their
|
||||||
Nextstep OS. The source code is available in the gcc package.
|
Nextstep OS. The source code is available in the gcc package.
|
||||||
|
|
||||||
%package objc-64bit
|
%package objc-64bit
|
||||||
Summary: GNU Objective C Compiler
|
Summary: GNU Objective C Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -845,7 +844,6 @@ The library for the GNU Objective C compiler.
|
|||||||
%post -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig
|
%post -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig
|
%postun -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit
|
%package -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit
|
||||||
Summary: Library for the GNU Objective C Compiler
|
Summary: Library for the GNU Objective C Compiler
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -861,7 +859,6 @@ The library for the GNU Objective C compiler.
|
|||||||
%post -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig
|
%post -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libobjc%{libobjc_sover}%{libobjc_suffix}-64bit
|
%package -n libobjc%{libobjc_sover}%{libobjc_suffix}-64bit
|
||||||
Summary: Library for the GNU Objective C Compiler
|
Summary: Library for the GNU Objective C Compiler
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -890,7 +887,6 @@ Requires: gcc11-objc = %{version}-%{release}
|
|||||||
This package contains the GNU Objective C++ compiler. Objective C++ is an
|
This package contains the GNU Objective C++ compiler. Objective C++ is an
|
||||||
object oriented language, created by Next Inc. and used in their
|
object oriented language, created by Next Inc. and used in their
|
||||||
Nextstep OS. The source code is available in the gcc package.
|
Nextstep OS. The source code is available in the gcc package.
|
||||||
|
|
||||||
%package obj-c++-32bit
|
%package obj-c++-32bit
|
||||||
Summary: GNU Objective C++ Compiler
|
Summary: GNU Objective C++ Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -903,7 +899,6 @@ Requires: gcc11-objc-32bit = %{version}-%{release}
|
|||||||
This package contains the GNU Objective C++ compiler. Objective C++ is an
|
This package contains the GNU Objective C++ compiler. Objective C++ is an
|
||||||
object oriented language, created by Next Inc. and used in their
|
object oriented language, created by Next Inc. and used in their
|
||||||
Nextstep OS. The source code is available in the gcc package.
|
Nextstep OS. The source code is available in the gcc package.
|
||||||
|
|
||||||
%package obj-c++-64bit
|
%package obj-c++-64bit
|
||||||
Summary: GNU Objective C++ Compiler
|
Summary: GNU Objective C++ Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -917,6 +912,7 @@ This package contains the GNU Objective C++ compiler. Objective C++ is an
|
|||||||
object oriented language, created by Next Inc. and used in their
|
object oriented language, created by Next Inc. and used in their
|
||||||
Nextstep OS. The source code is available in the gcc package.
|
Nextstep OS. The source code is available in the gcc package.
|
||||||
|
|
||||||
|
|
||||||
%package -n cpp11
|
%package -n cpp11
|
||||||
Summary: The GCC Preprocessor
|
Summary: The GCC Preprocessor
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -926,6 +922,7 @@ Group: Development/Languages/C and C++
|
|||||||
This Package contains just the preprocessor that is used by the X11
|
This Package contains just the preprocessor that is used by the X11
|
||||||
packages.
|
packages.
|
||||||
|
|
||||||
|
|
||||||
%package ada
|
%package ada
|
||||||
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -937,7 +934,6 @@ Requires: libada11 = %{version}-%{release}
|
|||||||
%description ada
|
%description ada
|
||||||
This package contains an Ada compiler and associated development
|
This package contains an Ada compiler and associated development
|
||||||
tools based on the GNU GCC technology.
|
tools based on the GNU GCC technology.
|
||||||
|
|
||||||
%package ada-32bit
|
%package ada-32bit
|
||||||
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -949,7 +945,6 @@ Requires: libada11-32bit = %{version}-%{release}
|
|||||||
%description ada-32bit
|
%description ada-32bit
|
||||||
This package contains an Ada compiler and associated development
|
This package contains an Ada compiler and associated development
|
||||||
tools based on the GNU GCC technology.
|
tools based on the GNU GCC technology.
|
||||||
|
|
||||||
%package ada-64bit
|
%package ada-64bit
|
||||||
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -984,7 +979,6 @@ implementation of Distributed Systems Programming (GLADE) and the Posix
|
|||||||
%post -n libada11 -p /sbin/ldconfig
|
%post -n libada11 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libada11 -p /sbin/ldconfig
|
%postun -n libada11 -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libada11-32bit
|
%package -n libada11-32bit
|
||||||
Summary: GNU Ada Runtime Libraries
|
Summary: GNU Ada Runtime Libraries
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -1007,7 +1001,6 @@ implementation of Distributed Systems Programming (GLADE) and the Posix
|
|||||||
%post -n libada11-32bit -p /sbin/ldconfig
|
%post -n libada11-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libada11-32bit -p /sbin/ldconfig
|
%postun -n libada11-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libada11-64bit
|
%package -n libada11-64bit
|
||||||
Summary: GNU Ada Runtime Libraries
|
Summary: GNU Ada Runtime Libraries
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -1044,7 +1037,6 @@ Requires: libquadmath%{libquadmath_sover} >= %{version}-%{release}
|
|||||||
|
|
||||||
%description fortran
|
%description fortran
|
||||||
This is the Fortran compiler of the GNU Compiler Collection (GCC).
|
This is the Fortran compiler of the GNU Compiler Collection (GCC).
|
||||||
|
|
||||||
%package fortran-32bit
|
%package fortran-32bit
|
||||||
Summary: The GNU Fortran Compiler and Support Files
|
Summary: The GNU Fortran Compiler and Support Files
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -1058,7 +1050,6 @@ Requires: libquadmath%{libquadmath_sover}-32bit >= %{version}-%{release}
|
|||||||
|
|
||||||
%description fortran-32bit
|
%description fortran-32bit
|
||||||
This is the Fortran compiler of the GNU Compiler Collection (GCC).
|
This is the Fortran compiler of the GNU Compiler Collection (GCC).
|
||||||
|
|
||||||
%package fortran-64bit
|
%package fortran-64bit
|
||||||
Summary: The GNU Fortran Compiler and Support Files
|
Summary: The GNU Fortran Compiler and Support Files
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -1092,7 +1083,6 @@ of the GNU Compiler Collection (GCC).
|
|||||||
%post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig
|
%post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig
|
%postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit
|
%package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit
|
||||||
Summary: The GNU Fortran Compiler Runtime Library
|
Summary: The GNU Fortran Compiler Runtime Library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -1112,7 +1102,6 @@ of the GNU Compiler Collection (GCC).
|
|||||||
%post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig
|
%post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-64bit
|
%package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-64bit
|
||||||
Summary: The GNU Fortran Compiler Runtime Library
|
Summary: The GNU Fortran Compiler Runtime Library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -1150,7 +1139,6 @@ operations.
|
|||||||
%post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig
|
%post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig
|
%postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit
|
%package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit
|
||||||
Summary: The GNU Fortran Compiler Quadmath Runtime Library
|
Summary: The GNU Fortran Compiler Quadmath Runtime Library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -1168,7 +1156,6 @@ operations.
|
|||||||
%post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig
|
%post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-64bit
|
%package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-64bit
|
||||||
Summary: The GNU Fortran Compiler Quadmath Runtime Library
|
Summary: The GNU Fortran Compiler Quadmath Runtime Library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -1203,7 +1190,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig
|
%post -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig
|
%postun -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libitm%{libitm_sover}%{libitm_suffix}-32bit
|
%package -n libitm%{libitm_sover}%{libitm_suffix}-32bit
|
||||||
Summary: The GNU Compiler Transactional Memory Runtime Library
|
Summary: The GNU Compiler Transactional Memory Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1220,7 +1206,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig
|
%post -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libitm%{libitm_sover}%{libitm_suffix}-64bit
|
%package -n libitm%{libitm_sover}%{libitm_suffix}-64bit
|
||||||
Summary: The GNU Compiler Transactional Memory Runtime Library
|
Summary: The GNU Compiler Transactional Memory Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1254,7 +1239,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig
|
%post -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig
|
%postun -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libasan%{libasan_sover}%{libasan_suffix}-32bit
|
%package -n libasan%{libasan_sover}%{libasan_suffix}-32bit
|
||||||
Summary: The GNU Compiler Address Sanitizer Runtime Library
|
Summary: The GNU Compiler Address Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1271,7 +1255,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig
|
%post -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libasan%{libasan_sover}%{libasan_suffix}-64bit
|
%package -n libasan%{libasan_sover}%{libasan_suffix}-64bit
|
||||||
Summary: The GNU Compiler Address Sanitizer Runtime Library
|
Summary: The GNU Compiler Address Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1305,7 +1288,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig
|
%post -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig
|
%postun -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit
|
%package -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit
|
||||||
Summary: The GNU Compiler Thread Sanitizer Runtime Library
|
Summary: The GNU Compiler Thread Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1322,7 +1304,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig
|
%post -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libtsan%{libtsan_sover}%{libtsan_suffix}-64bit
|
%package -n libtsan%{libtsan_sover}%{libtsan_suffix}-64bit
|
||||||
Summary: The GNU Compiler Thread Sanitizer Runtime Library
|
Summary: The GNU Compiler Thread Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1356,7 +1337,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig
|
%post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig
|
%postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit
|
%package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit
|
||||||
Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library
|
Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1373,7 +1353,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig
|
%post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-64bit
|
%package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-64bit
|
||||||
Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library
|
Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1406,7 +1385,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
|
|||||||
%post -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig
|
%post -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig
|
%postun -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit
|
%package -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit
|
||||||
Summary: The GNU Compiler Atomic Operations Runtime Library
|
Summary: The GNU Compiler Atomic Operations Runtime Library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -1422,7 +1400,6 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC).
|
|||||||
%post -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig
|
%post -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libatomic%{libatomic_sover}%{libatomic_suffix}-64bit
|
%package -n libatomic%{libatomic_sover}%{libatomic_suffix}-64bit
|
||||||
Summary: The GNU Compiler Atomic Operations Runtime Library
|
Summary: The GNU Compiler Atomic Operations Runtime Library
|
||||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||||
@ -1455,7 +1432,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig
|
%post -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig
|
%postun -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit
|
%package -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit
|
||||||
Summary: The GNU Compiler Leak Sanitizer Runtime Library
|
Summary: The GNU Compiler Leak Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1472,7 +1448,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig
|
%post -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig
|
%postun -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n liblsan%{liblsan_sover}%{liblsan_suffix}-64bit
|
%package -n liblsan%{liblsan_sover}%{liblsan_suffix}-64bit
|
||||||
Summary: The GNU Compiler Leak Sanitizer Runtime Library
|
Summary: The GNU Compiler Leak Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1506,7 +1481,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig
|
%post -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig
|
%postun -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit
|
%package -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit
|
||||||
Summary: The GNU Compiler Undefined Sanitizer Runtime Library
|
Summary: The GNU Compiler Undefined Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1523,7 +1497,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig
|
%post -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libubsan%{libubsan_sover}%{libubsan_suffix}-64bit
|
%package -n libubsan%{libubsan_sover}%{libubsan_suffix}-64bit
|
||||||
Summary: The GNU Compiler Undefined Sanitizer Runtime Library
|
Summary: The GNU Compiler Undefined Sanitizer Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1557,7 +1530,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig
|
%post -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig
|
%postun -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit
|
%package -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit
|
||||||
Summary: The GNU Compiler Vtable Verifier Runtime Library
|
Summary: The GNU Compiler Vtable Verifier Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1574,7 +1546,6 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig
|
%post -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libvtv%{libvtv_sover}%{libvtv_suffix}-64bit
|
%package -n libvtv%{libvtv_sover}%{libvtv_suffix}-64bit
|
||||||
Summary: The GNU Compiler Vtable Verifier Runtime Library
|
Summary: The GNU Compiler Vtable Verifier Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1614,7 +1585,6 @@ Requires: libgo%{libgo_sover} >= %{version}-%{release}
|
|||||||
%description go
|
%description go
|
||||||
This package contains a Go compiler and associated development
|
This package contains a Go compiler and associated development
|
||||||
files based on the GNU GCC technology.
|
files based on the GNU GCC technology.
|
||||||
|
|
||||||
%package go-32bit
|
%package go-32bit
|
||||||
Summary: GNU Go Compiler
|
Summary: GNU Go Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -1626,7 +1596,6 @@ Requires: libgo%{libgo_sover}-32bit >= %{version}-%{release}
|
|||||||
%description go-32bit
|
%description go-32bit
|
||||||
This package contains a Go compiler and associated development
|
This package contains a Go compiler and associated development
|
||||||
files based on the GNU GCC technology.
|
files based on the GNU GCC technology.
|
||||||
|
|
||||||
%package go-64bit
|
%package go-64bit
|
||||||
Summary: GNU Go Compiler
|
Summary: GNU Go Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -1654,7 +1623,6 @@ Runtime library for the GNU Go language.
|
|||||||
%post -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig
|
%post -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig
|
%postun -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgo%{libgo_sover}%{libgo_suffix}-32bit
|
%package -n libgo%{libgo_sover}%{libgo_suffix}-32bit
|
||||||
Summary: GNU Go compiler runtime library
|
Summary: GNU Go compiler runtime library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -1670,7 +1638,6 @@ Runtime library for the GNU Go language.
|
|||||||
%post -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig
|
%post -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgo%{libgo_sover}%{libgo_suffix}-64bit
|
%package -n libgo%{libgo_sover}%{libgo_suffix}-64bit
|
||||||
Summary: GNU Go compiler runtime library
|
Summary: GNU Go compiler runtime library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -1699,7 +1666,6 @@ Requires: libgphobos%{libgphobos_sover} >= %{version}-%{release}
|
|||||||
%description d
|
%description d
|
||||||
This package contains a D compiler and associated development
|
This package contains a D compiler and associated development
|
||||||
files based on the GNU GCC technology.
|
files based on the GNU GCC technology.
|
||||||
|
|
||||||
%package d-32bit
|
%package d-32bit
|
||||||
Summary: GNU D Compiler
|
Summary: GNU D Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -1712,7 +1678,6 @@ Requires: libgphobos%{libgphobos_sover}-32bit >= %{version}-%{release}
|
|||||||
%description d-32bit
|
%description d-32bit
|
||||||
This package contains a D compiler and associated development
|
This package contains a D compiler and associated development
|
||||||
files based on the GNU GCC technology.
|
files based on the GNU GCC technology.
|
||||||
|
|
||||||
%package d-64bit
|
%package d-64bit
|
||||||
Summary: GNU D Compiler
|
Summary: GNU D Compiler
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -1741,7 +1706,6 @@ Runtime library for the GNU D language.
|
|||||||
%post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig
|
%post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig
|
%postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit
|
%package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit
|
||||||
Summary: GNU D compiler runtime library
|
Summary: GNU D compiler runtime library
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
@ -1757,7 +1721,6 @@ Runtime library for the GNU D language.
|
|||||||
%post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig
|
%post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-64bit
|
%package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-64bit
|
||||||
Summary: GNU D compiler runtime library
|
Summary: GNU D compiler runtime library
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
@ -1789,7 +1752,6 @@ Runtime library for the GNU D language.
|
|||||||
%post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig
|
%post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig
|
%postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit
|
%package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit
|
||||||
Summary: GNU D compiler runtime library
|
Summary: GNU D compiler runtime library
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
@ -1805,7 +1767,6 @@ Runtime library for the GNU D language.
|
|||||||
%post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig
|
%post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-64bit
|
%package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-64bit
|
||||||
Summary: GNU D compiler runtime library
|
Summary: GNU D compiler runtime library
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
@ -1825,6 +1786,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 +1809,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.
|
||||||
@ -2624,7 +2587,7 @@ for l in `find %{buildroot} -name '*.la'`; do
|
|||||||
mv $l.new $l
|
mv $l.new $l
|
||||||
done
|
done
|
||||||
|
|
||||||
%if 0%{?run_tests:1}
|
%if 0%{?run_tests:1}
|
||||||
cp `find . -name "*.sum"` ../testresults/
|
cp `find . -name "*.sum"` ../testresults/
|
||||||
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/
|
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/
|
||||||
chmod 644 ../testresults/*
|
chmod 644 ../testresults/*
|
||||||
@ -2678,7 +2641,7 @@ mv %{buildroot}/%{_infodir}/libgomp.info %{buildroot}/%{_infodir}/libgomp%{binsu
|
|||||||
%ifarch %itm_arch
|
%ifarch %itm_arch
|
||||||
mv %{buildroot}/%{_infodir}/libitm.info %{buildroot}/%{_infodir}/libitm%{binsuffix}.info
|
mv %{buildroot}/%{_infodir}/libitm.info %{buildroot}/%{_infodir}/libitm%{binsuffix}.info
|
||||||
%endif
|
%endif
|
||||||
%if %{build_fortran}
|
%if %{build_fortran}
|
||||||
%ifarch %quadmath_arch
|
%ifarch %quadmath_arch
|
||||||
mv %{buildroot}/%{_infodir}/libquadmath.info %{buildroot}/%{_infodir}/libquadmath%{binsuffix}.info
|
mv %{buildroot}/%{_infodir}/libquadmath.info %{buildroot}/%{_infodir}/libquadmath%{binsuffix}.info
|
||||||
%endif
|
%endif
|
||||||
@ -2705,7 +2668,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc11-locale.lang
|
|||||||
%ifarch %itm_arch
|
%ifarch %itm_arch
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/libitm%{binsuffix}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/libitm%{binsuffix}.info.gz
|
||||||
%endif
|
%endif
|
||||||
%if %{build_fortran}
|
%if %{build_fortran}
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gfortran%{binsuffix}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gfortran%{binsuffix}.info.gz
|
||||||
%ifarch %quadmath_arch
|
%ifarch %quadmath_arch
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/libquadmath%{binsuffix}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/libquadmath%{binsuffix}.info.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user