SHA256
3
0
forked from pool/glibc

Accepting request 934053 from home:matz2:branches:Base:System

- Enable building the cross packages in rings.
We need this because also the cross compilers are built
in the rings.  OBS meanwhile has better support for multibuild
packages split over different rings, so it's not necessary anymore
do special case rings.

OBS-URL: https://build.opensuse.org/request/show/934053
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=608
This commit is contained in:
Andreas Schwab 2021-11-26 21:11:57 +00:00 committed by Git OBS Bridge
parent b7416ef011
commit 39e714c451
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 26 13:38:02 UTC 2021 - Michael Matz <matz@suse.com>
- Enable building the cross packages in rings.
-------------------------------------------------------------------
Wed Nov 16 17:22:28 UTC 2021 - Giuliano Belinassi <giuliano.belinassi@suse.com>

View File

@ -97,9 +97,6 @@ ExclusiveArch: do_not_build
%define build_cross 1
%undefine _build_create_debug
ExcludeArch: %{cross_arch}
%if %{with ringdisabled}
ExclusiveArch: do_not_build
%endif
%endif
%define host_arch %{?cross_arch}%{!?cross_arch:%{_target_cpu}}