mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-12-01 11:38:09 +00:00
Build the gold plugin on all supported architectures
rhbz#1623305
This commit is contained in:
parent
93d2074b7b
commit
9b2b71b935
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Components enabled if supported by target architecture:
|
# Components enabled if supported by target architecture:
|
||||||
%ifarch %ix86 x86_64
|
%define gold_arches %ix86 x86_64 %arm aarch64 %{power64} s390x
|
||||||
|
%ifarch %gold_arches
|
||||||
%bcond_without gold
|
%bcond_without gold
|
||||||
%else
|
%else
|
||||||
%bcond_with gold
|
%bcond_with gold
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -314,6 +315,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 29 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-7
|
||||||
|
- Build the gold plugin on all supported architectures
|
||||||
|
|
||||||
* Mon Aug 06 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-6
|
* Mon Aug 06 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-6
|
||||||
- Backport some fixes needed by mesa and rust
|
- Backport some fixes needed by mesa and rust
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue