Accepting request 976682 from home:dimstar:Factory

- Follow the distro default gcc version to build the cross
  bootstrap packages.

OBS-URL: https://build.opensuse.org/request/show/976682
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=613
This commit is contained in:
Andreas Schwab 2022-05-12 15:29:47 +00:00 committed by Git OBS Bridge
parent 5ff6da67bf
commit 804195f6ef
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 12 14:33:56 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Follow the distro default gcc version to build the cross
bootstrap packages.
-------------------------------------------------------------------
Fri Apr 29 10:48:30 UTC 2022 - Marcus Meissner <meissner@suse.com>

View File

@ -122,7 +122,7 @@ BuildRequires: libpng-devel
BuildRequires: zlib-devel
%endif
%if %{build_cross}
BuildRequires: cross-%{cross_arch}-gcc11-bootstrap
BuildRequires: cross-%{cross_arch}-gcc%{gcc_version}-bootstrap
BuildRequires: cross-%{cross_arch}-linux-glibc-devel
%endif
%if "%flavor" == "i686"