Enable aarch64 cross compiler

i9.5-beta changed/i9.5-beta/gcc-11.5.0-2.el9.inferit.1
Arkady L. Shane 3 months ago
parent 8bb7616de8
commit 794bf75119
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -113,7 +113,7 @@
%ifarch x86_64
%global multilib_32_arch i686
%endif
%if 0%{?rhel} == 9 && %{undefined msvsphere}
%if 0%{?rhel} == 9
%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}%{?dist}.inferit
Release: %{gcc_release}%{?dist}.inferit.1
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -3600,6 +3600,9 @@ end
%endif
%changelog
* Fri Nov 01 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 11.5.0-2.inferit.1
- Enable aarch64 cross compiler
* Wed Oct 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 11.5.0-2.inferit
- Disables aarch64 cross compiler build
- Debrand for MSVSphere 9.5

Loading…
Cancel
Save