From 231fc46d8db3e00bbe48c3d93188d3014c7b4a83 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 20 Jul 2017 12:44:55 +0100 Subject: [PATCH] Remove -flto compile time option accidentally added to CFLAGS. --- binutils.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/binutils.spec b/binutils.spec index 74f4a88..793a707 100644 --- a/binutils.spec +++ b/binutils.spec @@ -43,7 +43,7 @@ Summary: A GNU collection of binary utilities Name: %{?cross}binutils%{?_with_debug:-debug} Version: 2.28 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv3+ Group: Development/Tools URL: http://sources.redhat.com/binutils @@ -321,7 +321,6 @@ esac CFLAGS="$CFLAGS -O0 -ggdb2 -Wno-error -D_FORTIFY_SOURCE=0" %define enable_shared 0 %endif -CFLAGS="$CFLAGS -flto" # We could optimize the cross builds size by --enable-shared but the produced # binaries may be less convenient in the embedded environment. @@ -606,6 +605,9 @@ exit 0 %endif # %{isnative} %changelog +* Thu Jul 20 2017 Nick Clifton 2.28-14 +- Remove -flto compile time option accidentally added to CFLAGS. + * Thu Jul 20 2017 Nick Clifton 2.28-13 - Add support for displaying new DWARF5 tags. (#1472966)