arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
This commit is contained in:
parent
b1d608a2b3
commit
ade6190d36
11
systemd.spec
11
systemd.spec
@ -16,7 +16,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 219
|
Version: 219
|
||||||
Release: 6%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 7%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: A System and Service Manager
|
Summary: A System and Service Manager
|
||||||
@ -302,12 +302,6 @@ CONFIGURE_OPTS=(
|
|||||||
--disable-terminal
|
--disable-terminal
|
||||||
)
|
)
|
||||||
|
|
||||||
%ifarch %{arm} aarch64
|
|
||||||
# lto on arm is broken
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1193212
|
|
||||||
CFLAGS="%{optflags} -fno-lto"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
pushd build3
|
pushd build3
|
||||||
%define _configure ../configure
|
%define _configure ../configure
|
||||||
%configure \
|
%configure \
|
||||||
@ -865,6 +859,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
|||||||
/usr/lib/firewalld/services/*
|
/usr/lib/firewalld/services/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
|
||||||
|
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
|
||||||
|
|
||||||
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
|
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
|
||||||
- Revert patch that breaks Atomic/OSTree (#1195761)
|
- Revert patch that breaks Atomic/OSTree (#1195761)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user