Use x86_64-redhat-linux as default gcc triple for x86_64_v2
Add riscv64 support
This commit is contained in:
commit
ac0327617d
@ -24,7 +24,7 @@
|
|||||||
%bcond_with compat_build
|
%bcond_with compat_build
|
||||||
# Bundle compat libraries for a previous LLVM version, as part of llvm-libs and
|
# Bundle compat libraries for a previous LLVM version, as part of llvm-libs and
|
||||||
# clang-libs. Used on RHEL.
|
# clang-libs. Used on RHEL.
|
||||||
%bcond_without bundle_compat_lib
|
%bcond_with bundle_compat_lib
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%if %{with bundle_compat_lib}
|
%if %{with bundle_compat_lib}
|
||||||
@ -267,7 +267,7 @@
|
|||||||
#region main package
|
#region main package
|
||||||
Name: %{pkg_name_llvm}
|
Name: %{pkg_name_llvm}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
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
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||||
@ -3096,10 +3096,13 @@ fi
|
|||||||
|
|
||||||
#region changelog
|
#region changelog
|
||||||
%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
|
- Use x86_64-redhat-linux as default gcc triple for x86_64_v2
|
||||||
- Add riscv64 support
|
- 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
|
* Mon May 12 2025 Konrad Kleine <kkleine@redhat.com> - 20.1.4-1
|
||||||
- Update to LLVM 20.1.4
|
- Update to LLVM 20.1.4
|
||||||
- Drop ARM and MIPS targets (RHEL-86089)
|
- Drop ARM and MIPS targets (RHEL-86089)
|
||||||
|
Loading…
Reference in New Issue
Block a user