Accepting request 340313 from home:a_faerber:branches:Virtualization

Enable SLOF build for ppc64le, too, now (bsc#949000, bsc#949016)

OBS-URL: https://build.opensuse.org/request/show/340313
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=275
This commit is contained in:
Andreas Färber 2015-10-21 16:53:14 +00:00 committed by Git OBS Bridge
parent 15d50565ca
commit 88a7d8aa47
5 changed files with 31 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 20 15:57:05 UTC 2015 - afaerber@suse.de
- Enable SLOF build for ppc64le, too, now (bsc#949000, bsc#949016)
-------------------------------------------------------------------
Mon Oct 12 16:05:28 UTC 2015 - afaerber@suse.de

View File

@ -24,10 +24,16 @@
%define build_x86_fw_from_source 1
%endif
%endif
# TODO Extend to ppc64le (bsc#949000)
%ifarch ppc64
%define build_slof_from_source 1
%endif
%ifarch ppc64le
# Needs a compatible gcc (bsc#949000)
# TODO: include 1315 for SLE12 once possible
%if 0%{?suse_version} > 1320
%define build_slof_from_source 1
%endif
%endif
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%define kvm_available 1
%else

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 20 15:57:05 UTC 2015 - afaerber@suse.de
- Enable SLOF build for ppc64le, too, now (bsc#949000, bsc#949016)
-------------------------------------------------------------------
Mon Oct 12 16:05:28 UTC 2015 - afaerber@suse.de

View File

@ -24,10 +24,16 @@
%define build_x86_fw_from_source 1
%endif
%endif
# TODO Extend to ppc64le (bsc#949000)
%ifarch ppc64
%define build_slof_from_source 1
%endif
%ifarch ppc64le
# Needs a compatible gcc (bsc#949000)
# TODO: include 1315 for SLE12 once possible
%if 0%{?suse_version} > 1320
%define build_slof_from_source 1
%endif
%endif
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%define kvm_available 1
%else

View File

@ -24,10 +24,16 @@
%define build_x86_fw_from_source 1
%endif
%endif
# TODO Extend to ppc64le (bsc#949000)
%ifarch ppc64
%define build_slof_from_source 1
%endif
%ifarch ppc64le
# Needs a compatible gcc (bsc#949000)
# TODO: include 1315 for SLE12 once possible
%if 0%{?suse_version} > 1320
%define build_slof_from_source 1
%endif
%endif
%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%define kvm_available 1
%else