Disable LTO because of memory running out on ARMv7.
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y3WTAS3MJ5WNNVVYPXARFXV6A6QH6KEY/
This commit is contained in:
parent
a759a6527c
commit
a211636966
@ -1,3 +1,7 @@
|
|||||||
|
# Disable LTO because:
|
||||||
|
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y3WTAS3MJ5WNNVVYPXARFXV6A6QH6KEY/
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
# Architectures on which golang works.
|
# Architectures on which golang works.
|
||||||
#% global golang_arches aarch64 % {arm} % {ix86} x86_64
|
#% global golang_arches aarch64 % {arm} % {ix86} x86_64
|
||||||
# In theory the above, in practice golang is so often broken that
|
# In theory the above, in practice golang is so often broken that
|
||||||
@ -45,7 +49,7 @@ Summary: Access and modify virtual machine disk images
|
|||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.43.3
|
Version: 1.43.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
# Build only for architectures that have a kernel
|
# Build only for architectures that have a kernel
|
||||||
@ -1184,8 +1188,9 @@ rm ocaml/html/.gitignore
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-1
|
* Tue Dec 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.3-2
|
||||||
- New upstream version 1.43.3.
|
- New upstream version 1.43.3.
|
||||||
|
- Disable LTO because of memory running out on ARMv7.
|
||||||
|
|
||||||
* Mon Sep 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-1
|
* Mon Sep 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1:1.43.2-1
|
||||||
- New upstream version 1.43.2.
|
- New upstream version 1.43.2.
|
||||||
|
Loading…
Reference in New Issue
Block a user