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:
parent
b7416ef011
commit
39e714c451
@ -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>
|
Wed Nov 16 17:22:28 UTC 2021 - Giuliano Belinassi <giuliano.belinassi@suse.com>
|
||||||
|
|
||||||
|
@ -97,9 +97,6 @@ ExclusiveArch: do_not_build
|
|||||||
%define build_cross 1
|
%define build_cross 1
|
||||||
%undefine _build_create_debug
|
%undefine _build_create_debug
|
||||||
ExcludeArch: %{cross_arch}
|
ExcludeArch: %{cross_arch}
|
||||||
%if %{with ringdisabled}
|
|
||||||
ExclusiveArch: do_not_build
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%define host_arch %{?cross_arch}%{!?cross_arch:%{_target_cpu}}
|
%define host_arch %{?cross_arch}%{!?cross_arch:%{_target_cpu}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user