From 784c2ec45f5028e71edb7123c3e9ca554501349e Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Fri, 14 May 2021 17:52:36 -0400 Subject: [PATCH] Invoke make with MAKEINFO=missing. Resolves: #1951315 --- compat-libgfortran-48.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compat-libgfortran-48.spec b/compat-libgfortran-48.spec index be447ed..5b39af6 100644 --- a/compat-libgfortran-48.spec +++ b/compat-libgfortran-48.spec @@ -14,7 +14,7 @@ Summary: Compatibility Fortran runtime library version 4.8.5 Name: compat-libgfortran-48 %global gcc_version 4.8.5 Version: %{gcc_version} -Release: %{gcc_release}.2%{?dist} +Release: %{gcc_release}.3%{?dist} # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -459,7 +459,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" \ --build=%{gcc_target_platform} %endif -make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" +make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" MAKEINFO=missing %install rm -fr %{buildroot} @@ -506,6 +506,9 @@ rm -rf testlogs-%{_target_platform}-%{version}-%{release} %{_libdir}/libgfortran.so.3* %changelog +* Fri May 14 2021 Marek Polacek - 4.8.5-36.3 +- invoke make with MAKEINFO=missing (#1951315) + * Mon Apr 19 2021 Marek Polacek - 4.8.5-36.2 - use power7 cpu/tuning and filter out -march=z14 -mtune=z15 (#1951315)