forked from pool/glibc
Accepting request 1105244 from home:rguenther:branches:Base:System
- Add cross-s390x, cross-ppc64le and cross-x86_64 packages. [bsc#1214460] OBS-URL: https://build.opensuse.org/request/show/1105244 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=661
This commit is contained in:
parent
7ca219d3d4
commit
391972d42f
@ -4,4 +4,7 @@
|
||||
<package>testsuite</package>
|
||||
<package>cross-aarch64</package>
|
||||
<package>cross-riscv64</package>
|
||||
<package>cross-s390x</package>
|
||||
<package>cross-ppc64le</package>
|
||||
<package>cross-x86_64</package>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 11:24:16 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||
|
||||
- Add cross-s390x, cross-ppc64le and cross-x86_64 packages. [bsc#1214460]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 08:12:28 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -36,6 +36,15 @@
|
||||
%if "%flavor" == "cross-riscv64"
|
||||
%define cross_arch riscv64
|
||||
%endif
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user