- 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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -276,10 +280,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -276,10 +280,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -276,10 +280,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,6 +23,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' | sed 's/+/-/')
|
||||
%define binsuffix -7
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
# %%gcc_target_arch is supposed to be the full target triple
|
||||
# %%cross_arch is supposed to be the rpm target variant arch
|
||||
@ -275,10 +279,9 @@ Conflicts: cross-%{cross_arch}-gcc7
|
||||
#!BuildIgnore: gcc-PIE
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Summary: The GNU Compiler Collection targeting %{cross_arch}
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description
|
||||
The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}.
|
||||
|
@ -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/pthread.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}
|
||||
# no plugins
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,6 +21,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
%endif
|
||||
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
Source1: change_spec
|
||||
|
@ -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>
|
||||
|
||||
|
72
gcc7.spec
72
gcc7.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
# on those that work
|
||||
%if %{suse_version} >= 1310
|
||||
@ -286,6 +284,7 @@ Requires: libmpxwrappers%{libmpxwrappers_sover} >= %{version}-%{release}
|
||||
Suggests: gcc7-info gcc7-locale
|
||||
%endif
|
||||
|
||||
Group: Development/Languages/C and C++
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: gcc-%{version}.tar.xz
|
||||
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
|
||||
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
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The GNU C Compiler and Support Files
|
||||
|
||||
%description
|
||||
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,
|
||||
namely gcc-ada, gcc-c++, gcc-fortran, gcc-obj, gcc-obj-c++ and gcc-go.
|
||||
|
||||
|
||||
|
||||
%package -n gcc7-32bit
|
||||
Summary: The GNU C Compiler 32bit support
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc7 = %{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
|
||||
Summary: The GNU C Compiler 64bit support
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc7 = %{version}-%{release}
|
||||
Requires: libgcc_s%{libgcc_s}-64bit >= %{version}-%{release}
|
||||
@ -441,7 +435,6 @@ Requires: glibc-devel-64bit
|
||||
%description -n gcc7-64bit
|
||||
This package contains 64bit support for the GNU Compiler Collection.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: GCC plugins development enviroment
|
||||
License: GPL-3.0-or-later
|
||||
@ -453,7 +446,6 @@ Requires: mpc-devel
|
||||
%description devel
|
||||
Files required for developing and compiling GCC plugins.
|
||||
|
||||
|
||||
%package locale
|
||||
Summary: Locale Data for the GNU Compiler Collection
|
||||
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
|
||||
in the current locale.
|
||||
|
||||
|
||||
%package c++
|
||||
Summary: The GNU C++ Compiler
|
||||
License: GPL-3.0-or-later
|
||||
@ -475,6 +466,7 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} = %{version}
|
||||
|
||||
%description c++
|
||||
This package contains the GNU compiler for C++.
|
||||
|
||||
%package c++-32bit
|
||||
Summary: The GNU C++ Compiler
|
||||
License: GPL-3.0-or-later
|
||||
@ -485,6 +477,7 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit = %{ve
|
||||
|
||||
%description c++-32bit
|
||||
This package contains the GNU compiler for C++.
|
||||
|
||||
%package c++-64bit
|
||||
Summary: The GNU C++ Compiler
|
||||
License: GPL-3.0-or-later
|
||||
@ -496,7 +489,6 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit = %{ve
|
||||
%description c++-64bit
|
||||
This package contains the GNU compiler for C++.
|
||||
|
||||
|
||||
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
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}
|
||||
This package contains all the headers and libraries of the standard C++
|
||||
library. It is needed for compiling C++ code.
|
||||
|
||||
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
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
|
||||
This package contains all the headers and libraries of the standard C++
|
||||
library. It is needed for compiling C++ code.
|
||||
|
||||
%package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
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++
|
||||
library. It is needed for compiling C++ code.
|
||||
|
||||
|
||||
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}
|
||||
Summary: C compiler runtime library
|
||||
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
|
||||
|
||||
%postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit
|
||||
Summary: C compiler runtime library
|
||||
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
|
||||
|
||||
%postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-64bit
|
||||
Summary: C compiler runtime library
|
||||
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
|
||||
|
||||
%postun -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit
|
||||
Summary: The GNU compiler collection OpenMP runtime library
|
||||
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
|
||||
|
||||
%postun -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libgomp%{libgomp_sover}%{libgomp_suffix}-64bit
|
||||
Summary: The GNU compiler collection OpenMP runtime library
|
||||
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
|
||||
|
||||
%postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit
|
||||
Summary: The standard C++ shared library
|
||||
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
|
||||
|
||||
%postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-64bit
|
||||
Summary: The standard C++ shared library
|
||||
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
|
||||
The standard C++ library locale data.
|
||||
|
||||
|
||||
%package info
|
||||
Summary: Documentation for the GNU compiler collection
|
||||
License: GFDL-1.2-only
|
||||
@ -720,7 +718,6 @@ BuildArch: noarch
|
||||
GNU info-pages for the GNU compiler collection covering both user-level
|
||||
and internals documentation.
|
||||
|
||||
|
||||
%package objc
|
||||
Summary: GNU Objective C Compiler
|
||||
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
|
||||
object oriented language, created by Next Inc. and used in their
|
||||
Nextstep OS. The source code is available in the gcc package.
|
||||
|
||||
%package objc-32bit
|
||||
Summary: GNU Objective C Compiler
|
||||
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
|
||||
object oriented language, created by Next Inc. and used in their
|
||||
Nextstep OS. The source code is available in the gcc package.
|
||||
|
||||
%package objc-64bit
|
||||
Summary: GNU Objective C Compiler
|
||||
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
|
||||
|
||||
%postun -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit
|
||||
Summary: Library for the GNU Objective C Compiler
|
||||
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
|
||||
|
||||
%postun -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libobjc%{libobjc_sover}%{libobjc_suffix}-64bit
|
||||
Summary: Library for the GNU Objective C Compiler
|
||||
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
|
||||
object oriented language, created by Next Inc. and used in their
|
||||
Nextstep OS. The source code is available in the gcc package.
|
||||
|
||||
%package obj-c++-32bit
|
||||
Summary: GNU Objective C++ Compiler
|
||||
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
|
||||
object oriented language, created by Next Inc. and used in their
|
||||
Nextstep OS. The source code is available in the gcc package.
|
||||
|
||||
%package obj-c++-64bit
|
||||
Summary: GNU Objective C++ Compiler
|
||||
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
|
||||
Nextstep OS. The source code is available in the gcc package.
|
||||
|
||||
|
||||
%package -n cpp7
|
||||
Summary: The GCC Preprocessor
|
||||
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
|
||||
packages.
|
||||
|
||||
|
||||
%package ada
|
||||
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
||||
License: GPL-3.0-or-later
|
||||
@ -863,6 +864,7 @@ Requires: libada7 = %{version}-%{release}
|
||||
%description ada
|
||||
This package contains an Ada compiler and associated development
|
||||
tools based on the GNU GCC technology.
|
||||
|
||||
%package ada-32bit
|
||||
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
||||
License: GPL-3.0-or-later
|
||||
@ -874,6 +876,7 @@ Requires: libada7-32bit = %{version}-%{release}
|
||||
%description ada-32bit
|
||||
This package contains an Ada compiler and associated development
|
||||
tools based on the GNU GCC technology.
|
||||
|
||||
%package ada-64bit
|
||||
Summary: GNU Ada Compiler Based on GCC (GNAT)
|
||||
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
|
||||
|
||||
%postun -n libada7 -p /sbin/ldconfig
|
||||
|
||||
%package -n libada7-32bit
|
||||
Summary: GNU Ada Runtime Libraries
|
||||
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
|
||||
|
||||
%postun -n libada7-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libada7-64bit
|
||||
Summary: GNU Ada Runtime Libraries
|
||||
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
||||
@ -960,6 +965,7 @@ Requires: libquadmath%{libquadmath_sover} >= %{version}-%{release}
|
||||
|
||||
%description fortran
|
||||
This is the Fortran compiler of the GNU Compiler Collection (GCC).
|
||||
|
||||
%package fortran-32bit
|
||||
Summary: The GNU Fortran Compiler and Support Files
|
||||
License: GPL-3.0-or-later
|
||||
@ -973,6 +979,7 @@ Requires: libquadmath%{libquadmath_sover}-32bit >= %{version}-%{release}
|
||||
|
||||
%description fortran-32bit
|
||||
This is the Fortran compiler of the GNU Compiler Collection (GCC).
|
||||
|
||||
%package fortran-64bit
|
||||
Summary: The GNU Fortran Compiler and Support Files
|
||||
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
|
||||
|
||||
%postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit
|
||||
Summary: The GNU Fortran Compiler Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-64bit
|
||||
Summary: The GNU Fortran Compiler Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit
|
||||
Summary: The GNU Fortran Compiler Quadmath Runtime Library
|
||||
License: LGPL-2.1-only
|
||||
@ -1079,6 +1089,7 @@ operations.
|
||||
%post -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
|
||||
Summary: The GNU Fortran Compiler Quadmath Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libitm%{libitm_sover}%{libitm_suffix}-32bit
|
||||
Summary: The GNU Compiler Transactional Memory Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libitm%{libitm_sover}%{libitm_suffix}-64bit
|
||||
Summary: The GNU Compiler Transactional Memory Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libasan%{libasan_sover}%{libasan_suffix}-32bit
|
||||
Summary: The GNU Compiler Address Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libasan%{libasan_sover}%{libasan_suffix}-64bit
|
||||
Summary: The GNU Compiler Address Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit
|
||||
Summary: The GNU Compiler Thread Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libtsan%{libtsan_sover}%{libtsan_suffix}-64bit
|
||||
Summary: The GNU Compiler Thread Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit
|
||||
Summary: The GNU Compiler Atomic Operations Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libatomic%{libatomic_sover}%{libatomic_suffix}-64bit
|
||||
Summary: The GNU Compiler Atomic Operations Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit
|
||||
Summary: The GNU Compiler Cilk+ Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libcilkrts%{libcilkrts_sover}%{libcilkrts_suffix}-64bit
|
||||
Summary: The GNU Compiler Cilk+ Runtime Library
|
||||
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
|
||||
|
||||
%postun -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit
|
||||
Summary: The GNU Compiler Leak Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n liblsan%{liblsan_sover}%{liblsan_suffix}-64bit
|
||||
Summary: The GNU Compiler Leak Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit
|
||||
Summary: The GNU Compiler Undefined Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libubsan%{libubsan_sover}%{libubsan_suffix}-64bit
|
||||
Summary: The GNU Compiler Undefined Sanitizer Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit
|
||||
Summary: The GNU Compiler Vtable Verifier Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libvtv%{libvtv_sover}%{libvtv_suffix}-64bit
|
||||
Summary: The GNU Compiler Vtable Verifier Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libmpx%{libmpx_sover}%{libmpx_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit
|
||||
Summary: The GNU Compiler MPX Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libmpx%{libmpx_sover}%{libmpx_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libmpx%{libmpx_sover}%{libmpx_suffix}-64bit
|
||||
Summary: The GNU Compiler MPX Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit
|
||||
Summary: The GNU Compiler MPX Runtime Library
|
||||
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
|
||||
|
||||
%postun -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libmpxwrappers%{libmpxwrappers_sover}%{libmpxwrappers_suffix}-64bit
|
||||
Summary: The GNU Compiler MPX Runtime Library
|
||||
License: BSD-3-Clause
|
||||
@ -1606,6 +1637,7 @@ Requires: libgo%{libgo_sover} >= %{version}-%{release}
|
||||
%description go
|
||||
This package contains a Go compiler and associated development
|
||||
files based on the GNU GCC technology.
|
||||
|
||||
%package go-32bit
|
||||
Summary: GNU Go Compiler
|
||||
License: GPL-3.0-or-later
|
||||
@ -1617,6 +1649,7 @@ Requires: libgo%{libgo_sover}-32bit >= %{version}-%{release}
|
||||
%description go-32bit
|
||||
This package contains a Go compiler and associated development
|
||||
files based on the GNU GCC technology.
|
||||
|
||||
%package go-64bit
|
||||
Summary: GNU Go Compiler
|
||||
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
|
||||
|
||||
%postun -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig
|
||||
|
||||
%package -n libgo%{libgo_sover}%{libgo_suffix}-32bit
|
||||
Summary: GNU Go compiler runtime library
|
||||
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
|
||||
|
||||
%postun -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig
|
||||
|
||||
%package -n libgo%{libgo_sover}%{libgo_suffix}-64bit
|
||||
Summary: GNU Go compiler runtime library
|
||||
License: BSD-3-Clause
|
||||
@ -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/pthread.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}
|
||||
# no plugins
|
||||
rm -rf $RPM_BUILD_ROOT%{libsubdir}/plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user