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 %ifarch x86_64
%global multilib_32_arch i686 %global multilib_32_arch i686
%endif %endif
#%if 0%{?rhel} == 9 %if 0%{?rhel} == 9 && %{undefined msvsphere}
#%ifarch x86_64 %ifarch x86_64
#%global build_cross 1 %global build_cross 1
#%else %else
#%global build_cross 0 %global build_cross 0
#%endif %endif
#%else %else
#%dnl rhel != 9 %dnl rhel != 9
%global build_cross 0 %global build_cross 0
#%endif %endif
# TODO: Add ppc64le-redhat-linux s390x-redhat-linux later. # TODO: Add ppc64le-redhat-linux s390x-redhat-linux later.
%global cross_targets aarch64-redhat-linux %global cross_targets aarch64-redhat-linux
Summary: Various compilers (C, C++, Objective-C, ...) Summary: Various compilers (C, C++, Objective-C, ...)
@ -3573,9 +3573,9 @@ end
%changelog %changelog
* Tue May 16 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 11.3.1-4.3.inferit * 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/ - 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 * Wed Dec 21 2022 Marek Polacek <polacek@redhat.com> 11.3.1-4.3
- compile the cross binaries as PIE/-z now (#2155452) - compile the cross binaries as PIE/-z now (#2155452)

Loading…
Cancel
Save