SHA256
3
0
forked from pool/glibc

Accepting request 1105411 from home:rguenther:branches:Base:System

- Remove not working cross-ppc64le and cross-x86_64 again.

OBS-URL: https://build.opensuse.org/request/show/1105411
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=662
This commit is contained in:
Andreas Schwab 2023-08-23 07:19:10 +00:00 committed by Git OBS Bridge
parent 391972d42f
commit d2e1bb4b49
3 changed files with 5 additions and 8 deletions

View File

@ -5,6 +5,4 @@
<package>cross-aarch64</package>
<package>cross-riscv64</package>
<package>cross-s390x</package>
<package>cross-ppc64le</package>
<package>cross-x86_64</package>
</multibuild>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 23 06:47:17 UTC 2023 - Richard Biener <rguenther@suse.com>
- Remove not working cross-ppc64le and cross-x86_64 again.
-------------------------------------------------------------------
Tue Aug 22 11:24:16 UTC 2023 - Richard Biener <rguenther@suse.com>

View File

@ -39,12 +39,6 @@
%if "%flavor" == "cross-s390x"
%define cross_arch s390x
%endif
%if "%flavor" == "cross-ppc64le"
%define cross_arch ppc64le
%endif
%if "%flavor" == "cross-x86_64"
%define cross_arch x86_64
%endif
%if 0%{?cross_arch:1}
%define binutils_os %{cross_arch}-suse-linux