distepoch is dead macro

This commit is contained in:
Alexander Stefanov 2020-02-03 22:49:00 +00:00
parent 366b2d46e8
commit 4a752613b5

View file

@ -1121,9 +1121,7 @@ function BuildGlibc() {
BuildFlags="-funwind-tables -fasynchronous-unwind-tables $BuildFlags"
%endif
%if !%{with lto}
%if "%{distepoch}" >= "2015.0"
BuildFlags="$BuildFlags -fno-lto"
%endif
%endif
if [ "$arch" = 'i586' ] || [ "$arch" = 'i686' ]; then