|
|
|
@ -113,7 +113,7 @@
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
%global multilib_32_arch i686
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} == 9
|
|
|
|
|
%if 0%{?rhel} == 9 && %{undefined msvsphere}
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
%global build_cross 1
|
|
|
|
|
%else
|
|
|
|
@ -128,7 +128,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
|
|
|
|
@ -1000,7 +1000,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-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}
|
|
|
|
@ -1065,7 +1065,7 @@ enableld=,d
|
|
|
|
|
# used in the cross builds.
|
|
|
|
|
CONFIGURE_OPTS_BASE="\
|
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
|
|
|
|
--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 \
|
|
|
|
@ -3584,6 +3584,10 @@ end
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Oct 4 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 11.4.1-2.1.inferit
|
|
|
|
|
- Sets bug tracker URL to https://bugs.msvsphere-os.ru/
|
|
|
|
|
- Disables aarch64 cross compiler build
|
|
|
|
|
|
|
|
|
|
* Fri Jun 9 2023 Marek Polacek <polacek@redhat.com> 11.4.1-2.1
|
|
|
|
|
- fix ICE on pr96024.f90 on big-endian hosts (PR fortran/96024, #2213211)
|
|
|
|
|
- use -fno-stack-protector to fix bit-field aarch64 tests (#2213221)
|
|
|
|
|