Refactors aarch64 cross compiler disabling code

gcc-test-build changed/i9/gcc-11.3.1-4.3.el9.inferit
Eugene Zamriy 2 years ago
parent 86265cc6f9
commit b71d91347c
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -113,16 +113,16 @@
%ifarch x86_64
%global multilib_32_arch i686
%endif
#%if 0%{?rhel} == 9
#%ifarch x86_64
#%global build_cross 1
#%else
#%global build_cross 0
#%endif
#%else
#%dnl rhel != 9
%if 0%{?rhel} == 9 && %{undefined msvsphere}
%ifarch x86_64
%global build_cross 1
%else
%global build_cross 0
%endif
%else
%dnl rhel != 9
%global build_cross 0
#%endif
%endif
# TODO: Add ppc64le-redhat-linux s390x-redhat-linux later.
%global cross_targets aarch64-redhat-linux
Summary: Various compilers (C, C++, Objective-C, ...)
@ -3573,9 +3573,9 @@ end
%changelog
* Tue May 16 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 11.3.1-4.3.inferit
- Cross-compiler-aarch64 build disabled
- Sets bug tracker URL to https://bugs.msvsphere.ru/
- Rebuilt for MSVSphere 9.2.
- Disables aarch64 cross compiler build
- Rebuilt for MSVSphere 9.2
* Wed Dec 21 2022 Marek Polacek <polacek@redhat.com> 11.3.1-4.3
- compile the cross binaries as PIE/-z now (#2155452)

Loading…
Cancel
Save