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:
parent
38969313d6
commit
b72b17321e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user