[systemd/f21] Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)

Peter Robinson pbrobinson at fedoraproject.org
Thu Aug 28 14:16:40 UTC 2014


commit e8e6a0c6f5b0de50153a11dd2316e5f947f02977
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Aug 28 15:16:35 2014 +0100

    Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)

 systemd.spec |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 50f16e2..50c223e 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        215
-Release:        12%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        13%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -372,11 +372,7 @@ pushd build3
         --disable-compat-libs \
         --disable-kdbus \
         PYTHON=%{__python3}
-%ifnarch aarch64 s390 s390x
 make %{?_smp_mflags} GCC_COLORS="" V=1
-%else
-make %{?_smp_mflags} CFLAGS="${CFLAGS} -fno-lto" GCC_COLORS="" V=1
-%endif
 popd
 
 pushd build2
@@ -387,11 +383,7 @@ pushd build2
         --with-rc-local-script-path-start=/etc/rc.d/rc.local \
         --enable-compat-libs \
         --disable-kdbus
-%ifnarch aarch64 s390 s390x
 make %{?_smp_mflags} GCC_COLORS="" V=1
-%else
-make %{?_smp_mflags} CFLAGS="${CFLAGS} -fno-lto" GCC_COLORS="" V=1
-%endif
 popd
 
 %install
@@ -882,6 +874,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Thu Aug 28 2014 Peter Robinson <pbrobinson at fedoraproject.org> 215-13
+- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 215-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list