mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Fix the ppc64le triple
This commit is contained in:
parent
59d2543cca
commit
2f72d026a3
1 changed files with 5 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
||||||
# we need to hard-code the correct triple here.
|
# we need to hard-code the correct triple here.
|
||||||
%global llvm_triple armv7l-redhat-linux-gnueabihf
|
%global llvm_triple armv7l-redhat-linux-gnueabihf
|
||||||
%else
|
%else
|
||||||
%global llvm_triple %{_host}
|
%global llvm_triple %{_target_platform}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Changes/PythonSafePath#Opting_out
|
# https://fedoraproject.org/wiki/Changes/PythonSafePath#Opting_out
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
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
|
||||||
|
@ -571,6 +571,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 16 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-2
|
||||||
|
- Fix the ppc64le triple
|
||||||
|
|
||||||
* Tue Mar 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
|
* Tue Mar 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
|
||||||
- Update to LLVM 16.0.0 RC4
|
- Update to LLVM 16.0.0 RC4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue