|
|
|
@ -128,7 +128,7 @@
|
|
|
|
|
Summary: Various compilers (C, C++, Objective-C, ...)
|
|
|
|
|
Name: gcc
|
|
|
|
|
Version: %{gcc_version}
|
|
|
|
|
Release: %{gcc_release}.3%{?dist}.inferit
|
|
|
|
|
Release: %{gcc_release}.3%{?dist}.1.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
|
|
|
|
@ -988,7 +988,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=https://bugs.msvsphere.ru/ \
|
|
|
|
|
--with-bugurl=https://bugs.msvsphere-os.ru/ \
|
|
|
|
|
--enable-checking=release --with-system-zlib \
|
|
|
|
|
--with-gcc-major-version-only --without-isl --enable-host-pie --enable-host-bind-now
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
@ -1053,7 +1053,7 @@ enableld=,d
|
|
|
|
|
# used in the cross builds.
|
|
|
|
|
CONFIGURE_OPTS_BASE="\
|
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
|
--with-bugurl=https://bugs.msvsphere.ru/ \
|
|
|
|
|
--with-bugurl=https://bugs.msvsphere-os.ru/ \
|
|
|
|
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
|
|
|
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
|
|
|
|
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
|
|
|
@ -3572,6 +3572,9 @@ end
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 12 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 11.3.1-4.3.1.inferit
|
|
|
|
|
- Change bugs url to https://bugs.msvsphere-os.ru
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 11.3.1-4.3.inferit
|
|
|
|
|
- Sets bug tracker URL to https://bugs.msvsphere.ru/
|
|
|
|
|
- Disables aarch64 cross compiler build
|
|
|
|
|