From 804195f6efda1ad44c2ea48b35eb488bdde4bb85acdf42e865048165efc16f5e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 12 May 2022 15:29:47 +0000 Subject: [PATCH] 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 --- glibc.changes | 6 ++++++ glibc.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/glibc.changes b/glibc.changes index cf8d6c6..09cb51f 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 12 14:33:56 UTC 2022 - Dominique Leuenberger + +- Follow the distro default gcc version to build the cross + bootstrap packages. + ------------------------------------------------------------------- Fri Apr 29 10:48:30 UTC 2022 - Marcus Meissner diff --git a/glibc.spec b/glibc.spec index bdacde7..3433a7e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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"