Use x86_64-redhat-linux as default gcc triple for x86_64_v2

Add riscv64 support
This commit is contained in:
Eduard Abdullin 2025-07-29 20:47:37 +00:00 committed by root
commit ac0327617d

View File

@ -24,7 +24,7 @@
%bcond_with compat_build
# Bundle compat libraries for a previous LLVM version, as part of llvm-libs and
# clang-libs. Used on RHEL.
%bcond_without bundle_compat_lib
%bcond_with bundle_compat_lib
%bcond_without check
%if %{with bundle_compat_lib}
@ -267,7 +267,7 @@
#region main package
Name: %{pkg_name_llvm}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
Release: 1%{?dist}.alma.1
Release: 2%{?dist}.alma.1
Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -3096,10 +3096,13 @@ fi
#region changelog
%changelog
* Tue May 20 2025 Eduard Abdullin <eabdullin@almalinux.org> - 20.1.4-1.alma.1
* Tue Jul 29 2025 Eduard Abdullin <eabdullin@almalinux.org> - 20.1.4-2.alma.1
- Use x86_64-redhat-linux as default gcc triple for x86_64_v2
- Add riscv64 support
* Mon Jul 28 2025 Tom Stellard <tstellar@redhat.com> - 20.1.4-2
- Remove bundled llvm19 compat package
* Mon May 12 2025 Konrad Kleine <kkleine@redhat.com> - 20.1.4-1
- Update to LLVM 20.1.4
- Drop ARM and MIPS targets (RHEL-86089)