- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=224
This commit is contained in:
parent
614ecc3347
commit
14c3c205b8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-aarch64-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -252,7 +256,7 @@ ExclusiveArch: x86_64
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?gcc_icecream:1}
|
%if 0%{?gcc_icecream:1}
|
||||||
ExclusiveArch: ppc64le ppc64 x86_64 s390x
|
ExclusiveArch: ppc64le ppc64 x86_64 s390x
|
||||||
%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
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-arm-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-arm-none-gcc7-bootstrap
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -24,6 +24,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -108,6 +109,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -176,6 +178,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -276,10 +280,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -763,7 +766,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-arm-none-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-avr-gcc7-bootstrap
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-avr-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-epiphany-gcc7-bootstrap
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -24,6 +24,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -108,6 +109,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -176,6 +178,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -276,10 +280,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -763,7 +766,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-epiphany-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-hppa-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-i386-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-m68k-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-mips-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-nvptx-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ppc64-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ppc64le-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-rx-gcc7-bootstrap
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -24,6 +24,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -108,6 +109,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -176,6 +178,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -276,10 +280,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -763,7 +766,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-rx-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-s390x-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-sparc-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-sparc64-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-x86_64-gcc7
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -23,6 +23,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.0.1)
|
# spec file for package gcc (Version 4.0.1)
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2005 SUSE Linux AG, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -107,6 +108,7 @@ Release: 0
|
|||||||
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
%define gcc_dir_version %(echo %version | sed 's/+.*//' | cut -d '.' -f 1)
|
||||||
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
%define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||||
%define binsuffix -7
|
%define binsuffix -7
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -175,6 +177,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
|
||||||
# Define the canonical target and host architecture
|
# Define the canonical target and host architecture
|
||||||
# %%gcc_target_arch is supposed to be the full target triple
|
# %%gcc_target_arch is supposed to be the full target triple
|
||||||
# %%cross_arch is supposed to be the rpm target variant arch
|
# %%cross_arch is supposed to be the rpm target variant arch
|
||||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
|||||||
#!BuildIgnore: gcc-PIE
|
#!BuildIgnore: gcc-PIE
|
||||||
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}.
|
||||||
@ -762,7 +765,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
|
||||||
|
@ -1735,6 +1735,7 @@ rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sys/ucontext.h
|
|||||||
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/statx.h
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/statx.h
|
||||||
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/pthread.h
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/pthread.h
|
||||||
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/unistd_ext.h
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/unistd_ext.h
|
||||||
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sys/rseq.h
|
||||||
%if !%{enable_plugins}
|
%if !%{enable_plugins}
|
||||||
# no plugins
|
# no plugins
|
||||||
rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
|
rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc7-testresults
|
# spec file for package gcc7-testresults
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -21,6 +21,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc7
|
# spec file for package gcc7
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -304,6 +305,7 @@ Requires: libmpxwrappers%{libmpxwrappers_sover} >= %{version}-%{release}
|
|||||||
Suggests: gcc7-info gcc7-locale
|
Suggests: gcc7-info gcc7-locale
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -376,7 +378,7 @@ Summary: Testsuite results
|
|||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Development/Languages/C and C++
|
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.
|
||||||
|
|
||||||
|
|
||||||
@ -870,14 +872,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' ` ../testresults/
|
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' ` ../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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 28 07:21:45 UTC 2022 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
Tue Oct 26 06:20:55 UTC 2021 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
78
gcc7.spec
78
gcc7.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc7
|
# spec file for package gcc7
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# nospeccleaner
|
|
||||||
|
|
||||||
# Ada currently fails to build on a few platforms, enable it only
|
# Ada currently fails to build on a few platforms, enable it only
|
||||||
# on those that work
|
# on those that work
|
||||||
%if %{suse_version} >= 1310
|
%if %{suse_version} >= 1310
|
||||||
@ -286,6 +284,7 @@ Requires: libmpxwrappers%{libmpxwrappers_sover} >= %{version}-%{release}
|
|||||||
Suggests: gcc7-info gcc7-locale
|
Suggests: gcc7-info gcc7-locale
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: gcc-%{version}.tar.xz
|
Source: gcc-%{version}.tar.xz
|
||||||
Source1: change_spec
|
Source1: change_spec
|
||||||
@ -354,9 +353,8 @@ Patch124: gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entrie
|
|||||||
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
Patch125: gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch
|
||||||
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
Patch126: gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
|
||||||
|
|
||||||
Summary: The GNU C Compiler and Support Files
|
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Summary: The GNU C Compiler and Support Files
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Core package for the GNU Compiler Collection, including the C language
|
Core package for the GNU Compiler Collection, including the C language
|
||||||
@ -365,11 +363,8 @@ 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 gcc7-32bit
|
%package -n gcc7-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: gcc7 = %{version}-%{release}
|
Requires: gcc7 = %{version}-%{release}
|
||||||
Requires: libgcc_s%{libgcc_s}-32bit >= %{version}-%{release}
|
Requires: libgcc_s%{libgcc_s}-32bit >= %{version}-%{release}
|
||||||
@ -403,7 +398,6 @@ This package contains 32bit support for the GNU Compiler Collection.
|
|||||||
|
|
||||||
%package -n gcc7-64bit
|
%package -n gcc7-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: gcc7 = %{version}-%{release}
|
Requires: gcc7 = %{version}-%{release}
|
||||||
Requires: libgcc_s%{libgcc_s}-64bit >= %{version}-%{release}
|
Requires: libgcc_s%{libgcc_s}-64bit >= %{version}-%{release}
|
||||||
@ -441,7 +435,6 @@ Requires: glibc-devel-64bit
|
|||||||
%description -n gcc7-64bit
|
%description -n gcc7-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
|
||||||
@ -453,7 +446,6 @@ 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
|
||||||
@ -464,7 +456,6 @@ Requires: gcc7 = %{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
|
||||||
@ -475,6 +466,7 @@ 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
|
||||||
@ -485,6 +477,7 @@ 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
|
||||||
@ -496,7 +489,6 @@ 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,6 +502,7 @@ Requires: libunwind-devel
|
|||||||
%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
|
||||||
@ -523,6 +516,7 @@ Requires: libunwind-devel
|
|||||||
%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
|
||||||
@ -537,7 +531,6 @@ Requires: libunwind-devel
|
|||||||
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 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
|
||||||
@ -553,6 +546,7 @@ 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
|
||||||
@ -568,6 +562,7 @@ 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
|
||||||
@ -603,6 +598,7 @@ 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
|
||||||
@ -622,6 +618,7 @@ 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
|
||||||
@ -659,6 +656,7 @@ 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
|
||||||
@ -676,6 +674,7 @@ 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
|
||||||
@ -706,7 +705,6 @@ 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
|
||||||
@ -720,7 +718,6 @@ 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
|
||||||
@ -733,6 +730,7 @@ 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
|
||||||
@ -745,6 +743,7 @@ 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
|
||||||
@ -773,6 +772,7 @@ 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
|
||||||
@ -788,6 +788,7 @@ 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
|
||||||
@ -816,6 +817,7 @@ Requires: gcc7-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
|
||||||
@ -828,6 +830,7 @@ Requires: gcc7-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
|
||||||
@ -841,7 +844,6 @@ 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 cpp7
|
%package -n cpp7
|
||||||
Summary: The GCC Preprocessor
|
Summary: The GCC Preprocessor
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -851,7 +853,6 @@ 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
|
||||||
@ -863,6 +864,7 @@ Requires: libada7 = %{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
|
||||||
@ -874,6 +876,7 @@ Requires: libada7-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
|
||||||
@ -906,6 +909,7 @@ implementation of Distributed Systems Programming (GLADE) and the Posix
|
|||||||
%post -n libada7 -p /sbin/ldconfig
|
%post -n libada7 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libada7 -p /sbin/ldconfig
|
%postun -n libada7 -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libada7-32bit
|
%package -n libada7-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
|
||||||
@ -926,6 +930,7 @@ implementation of Distributed Systems Programming (GLADE) and the Posix
|
|||||||
%post -n libada7-32bit -p /sbin/ldconfig
|
%post -n libada7-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libada7-32bit -p /sbin/ldconfig
|
%postun -n libada7-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libada7-64bit
|
%package -n libada7-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
|
||||||
@ -960,6 +965,7 @@ 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
|
||||||
@ -973,6 +979,7 @@ 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
|
||||||
@ -1006,6 +1013,7 @@ 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
|
||||||
@ -1025,6 +1033,7 @@ 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
|
||||||
@ -1062,6 +1071,7 @@ 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
|
||||||
@ -1079,6 +1089,7 @@ 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
|
||||||
@ -1113,6 +1124,7 @@ 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
|
||||||
@ -1129,6 +1141,7 @@ 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
|
||||||
@ -1162,6 +1175,7 @@ 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
|
||||||
@ -1178,6 +1192,7 @@ 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
|
||||||
@ -1211,6 +1226,7 @@ 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
|
||||||
@ -1227,6 +1243,7 @@ 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
|
||||||
@ -1259,6 +1276,7 @@ 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
|
||||||
@ -1274,6 +1292,7 @@ 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
|
||||||
@ -1306,6 +1325,7 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix} -p /sbin/ldconfig
|
%post -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix} -p /sbin/ldconfig
|
%postun -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit
|
%package -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit
|
||||||
Summary: The GNU Compiler Cilk+ Runtime Library
|
Summary: The GNU Compiler Cilk+ Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1322,6 +1342,7 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit -p /sbin/ldconfig
|
%post -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-64bit
|
%package -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-64bit
|
||||||
Summary: The GNU Compiler Cilk+ Runtime Library
|
Summary: The GNU Compiler Cilk+ Runtime Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -1355,6 +1376,7 @@ 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
|
||||||
@ -1371,6 +1393,7 @@ 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
|
||||||
@ -1404,6 +1427,7 @@ 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
|
||||||
@ -1420,6 +1444,7 @@ 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
|
||||||
@ -1453,6 +1478,7 @@ 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
|
||||||
@ -1469,6 +1495,7 @@ 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
|
||||||
@ -1502,6 +1529,7 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libmpx%{libmpx_sover}%{libmpx_suffix} -p /sbin/ldconfig
|
%post -n libmpx%{libmpx_sover}%{libmpx_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libmpx%{libmpx_sover}%{libmpx_suffix} -p /sbin/ldconfig
|
%postun -n libmpx%{libmpx_sover}%{libmpx_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit
|
%package -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit
|
||||||
Summary: The GNU Compiler MPX Runtime Library
|
Summary: The GNU Compiler MPX Runtime Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -1518,6 +1546,7 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit -p /sbin/ldconfig
|
%post -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libmpx%{libmpx_sover}%{libmpx_suffix}-64bit
|
%package -n libmpx%{libmpx_sover}%{libmpx_suffix}-64bit
|
||||||
Summary: The GNU Compiler MPX Runtime Library
|
Summary: The GNU Compiler MPX Runtime Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -1551,6 +1580,7 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix} -p /sbin/ldconfig
|
%post -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix} -p /sbin/ldconfig
|
%postun -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix} -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit
|
%package -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit
|
||||||
Summary: The GNU Compiler MPX Runtime Library
|
Summary: The GNU Compiler MPX Runtime Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -1567,6 +1597,7 @@ The runtime library needed to run programs compiled with the
|
|||||||
%post -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit -p /sbin/ldconfig
|
%post -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit -p /sbin/ldconfig
|
%postun -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-64bit
|
%package -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-64bit
|
||||||
Summary: The GNU Compiler MPX Runtime Library
|
Summary: The GNU Compiler MPX Runtime Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -1606,6 +1637,7 @@ 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
|
||||||
@ -1617,6 +1649,7 @@ 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
|
||||||
@ -1644,6 +1677,7 @@ 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
|
||||||
@ -1659,6 +1693,7 @@ 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
|
||||||
@ -2404,7 +2439,7 @@ for l in `find $RPM_BUILD_ROOT -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' ` ../testresults/
|
cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' ` ../testresults/
|
||||||
chmod 644 ../testresults/*
|
chmod 644 ../testresults/*
|
||||||
@ -2421,6 +2456,7 @@ rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sys/ucontext.h
|
|||||||
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/statx.h
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/statx.h
|
||||||
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/pthread.h
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/pthread.h
|
||||||
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/unistd_ext.h
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/bits/unistd_ext.h
|
||||||
|
rm -f $RPM_BUILD_ROOT%{libsubdir}/include-fixed/sys/rseq.h
|
||||||
%if !%{enable_plugins}
|
%if !%{enable_plugins}
|
||||||
# no plugins
|
# no plugins
|
||||||
rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
|
rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
|
||||||
@ -2451,7 +2487,7 @@ mv $RPM_BUILD_ROOT%{_infodir}/libgomp.info $RPM_BUILD_ROOT%{_infodir}/libgomp%{b
|
|||||||
%ifarch %itm_arch
|
%ifarch %itm_arch
|
||||||
mv $RPM_BUILD_ROOT%{_infodir}/libitm.info $RPM_BUILD_ROOT%{_infodir}/libitm%{binsuffix}.info
|
mv $RPM_BUILD_ROOT%{_infodir}/libitm.info $RPM_BUILD_ROOT%{_infodir}/libitm%{binsuffix}.info
|
||||||
%endif
|
%endif
|
||||||
%if %{build_fortran}
|
%if %{build_fortran}
|
||||||
%ifarch %quadmath_arch
|
%ifarch %quadmath_arch
|
||||||
mv $RPM_BUILD_ROOT%{_infodir}/libquadmath.info $RPM_BUILD_ROOT%{_infodir}/libquadmath%{binsuffix}.info
|
mv $RPM_BUILD_ROOT%{_infodir}/libquadmath.info $RPM_BUILD_ROOT%{_infodir}/libquadmath%{binsuffix}.info
|
||||||
%endif
|
%endif
|
||||||
@ -2478,7 +2514,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc7-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