import compat-libgfortran-48-4.8.5-36.5.el9
This commit is contained in:
parent
cd8ae2d142
commit
4042bf642b
@ -14,7 +14,7 @@ Summary: Compatibility Fortran runtime library version 4.8.5
|
|||||||
Name: compat-libgfortran-48
|
Name: compat-libgfortran-48
|
||||||
%global gcc_version 4.8.5
|
%global gcc_version 4.8.5
|
||||||
Version: %{gcc_version}
|
Version: %{gcc_version}
|
||||||
Release: %{gcc_release}.4%{?dist}.1
|
Release: %{gcc_release}.5%{?dist}
|
||||||
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
|
||||||
# GCC Runtime Exception.
|
# GCC Runtime Exception.
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
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}
|
--build=%{gcc_target_platform}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" MAKEINFO=missing
|
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" LDFLAGS_FOR_TARGET=-Wl,-z,relro,-z,now MAKEINFO=missing
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
@ -506,6 +506,9 @@ rm -rf testlogs-%{_target_platform}-%{version}-%{release}
|
|||||||
%{_libdir}/libgfortran.so.3*
|
%{_libdir}/libgfortran.so.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 26 2022 Marek Polacek <polacek@redhat.com> - 4.8.5-36.5
|
||||||
|
- build with -Wl,-z,relro,-z,now (#2044834)
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.8.5-36.4.1
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.8.5-36.4.1
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user