gcc-test-build changed/i9/gcc-11.3.1-2.1.el9.inferit
Eugene Zamriy 2 years ago
parent a1e4191d36
commit 10c1297767
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -116,7 +116,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: %{gcc_release}.1%{?dist}
Release: %{gcc_release}.1%{?dist}.inferit
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -936,7 +936,7 @@ CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
--target nvptx-none --enable-as-accelerator-for=%{gcc_target_platform} \
--enable-languages=c,c++,fortran,lto \
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
--with-bugurl=https://bugs.msvsphere.ru/ \
--enable-checking=release --with-system-zlib \
--with-gcc-major-version-only --without-isl --enable-host-pie --enable-host-bind-now
make %{?_smp_mflags}
@ -988,7 +988,7 @@ enableld=,d
%endif
CONFIGURE_OPTS="\
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
--with-bugurl=https://bugs.msvsphere.ru/ \
--enable-shared --enable-threads=posix --enable-checking=release \
%ifarch ppc64le
--enable-targets=powerpcle-linux \
@ -3274,6 +3274,9 @@ end
%{ANNOBIN_GCC_PLUGIN_DIR}/gcc-annobin.so.0.0.0
%changelog
* Thu Mar 16 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 11.3.1-2.1.inferit
- Sets bug tracker URL to https://bugs.msvsphere.ru/
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 11.3.1-2.1
- Rebuilt for MSVSphere 9.1.

Loading…
Cancel
Save