mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Build the gold plugin on all supported architectures
rhbz#1623305
This commit is contained in:
parent
a057ddec79
commit
165caa696e
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
#global debug_package %%{nil}
|
#global debug_package %%{nil}
|
||||||
# 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
|
||||||
|
@ -50,7 +51,7 @@
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 0.8.rc%{rc_ver}%{?dist}
|
Release: 0.9.rc%{rc_ver}%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -410,6 +411,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 30 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.9.rc2
|
||||||
|
- Build the gold plugin on all supported architectures
|
||||||
|
|
||||||
* Wed Aug 29 2018 Kevin Fenzi <kevin@scrye.com> - 7.0.0-0.8.rc2
|
* Wed Aug 29 2018 Kevin Fenzi <kevin@scrye.com> - 7.0.0-0.8.rc2
|
||||||
- Re-enable debuginfo to avoid 25x size increase.
|
- Re-enable debuginfo to avoid 25x size increase.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue