Compare commits
No commits in common. "c8" and "imports/c8s/compat-sap-c++-10-10.2.1-1.el8" have entirely different histories.
c8
...
imports/c8
@ -15,7 +15,7 @@
|
|||||||
%global gcc_release 1
|
%global gcc_release 1
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
%undefine _annotated_build
|
%undefine _annotated_build
|
||||||
%global multilib_64_archs sparc64 ppc64 x86_64
|
%global multilib_64_archs sparc64 ppc64 s390x x86_64
|
||||||
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
||||||
%global attr_ifunc 1
|
%global attr_ifunc 1
|
||||||
%else
|
%else
|
||||||
@ -26,9 +26,9 @@
|
|||||||
%endif
|
%endif
|
||||||
Summary: C++ compatibility runtime library for SAP applications
|
Summary: C++ compatibility runtime library for SAP applications
|
||||||
Name: %{?scl_prefix}c++-10
|
Name: %{?scl_prefix}c++-10
|
||||||
ExclusiveArch: x86_64 ppc64le s390x
|
ExclusiveArch: x86_64 ppc64le
|
||||||
Version: %{gcc_version}
|
Version: %{gcc_version}
|
||||||
Release: %{gcc_release}.1%{?dist}
|
Release: %{gcc_release}%{?dist}
|
||||||
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
# libgcc, libgfortran, 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
|
||||||
@ -272,9 +272,10 @@ CONFIGURE_OPTS="\
|
|||||||
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
||||||
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
||||||
--enable-shared --enable-threads=posix --enable-checking=release \
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
||||||
--disable-multilib \
|
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
--enable-targets=powerpcle-linux \
|
--enable-targets=powerpcle-linux --disable-multilib \
|
||||||
|
%else
|
||||||
|
--enable-multilib \
|
||||||
%endif
|
%endif
|
||||||
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
||||||
--enable-gnu-unique-object \
|
--enable-gnu-unique-object \
|
||||||
@ -402,10 +403,6 @@ rm -rf %{buildroot}
|
|||||||
%{_root_prefix}/%{_lib}/README%{gcc_major}
|
%{_root_prefix}/%{_lib}/README%{gcc_major}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 26 2022 Marek Polacek <polacek@redhat.com> 10.2.1-1.1
|
|
||||||
- build on s390x too (#2065777)
|
|
||||||
- disable multilib
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Marek Polacek <polacek@redhat.com> 10.2.1-1
|
* Wed Jul 29 2020 Marek Polacek <polacek@redhat.com> 10.2.1-1
|
||||||
- GCC 10.2 release
|
- GCC 10.2 release
|
||||||
- disable -flto in %%{optflags}, lto bootstrap will be enabled the GCC way
|
- disable -flto in %%{optflags}, lto bootstrap will be enabled the GCC way
|
||||||
|
Loading…
Reference in New Issue
Block a user