mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +00:00
Revert "Set _package_note_linker on arm"
This reverts commit6cee6aebe6
. This issue has now been addressed more generically on the package-notes side by:d26d18e6f4
This commit is contained in:
parent
410f5f1e9e
commit
ddad73a88a
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@
|
|||
%global llvm_triple %{_host}
|
||||
%endif
|
||||
|
||||
# We build with clang, in which case lld is the default linker on arm.
|
||||
%ifarch %{arm}
|
||||
%global _package_note_linker lld
|
||||
%endif
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 1%{?dist}
|
||||
|
|
Loading…
Reference in a new issue