import llvm-14.0.0-3.module+el8.7.0+15333+9af4432d
This commit is contained in:
parent
985f3fd1e7
commit
3d653cef78
@ -3,12 +3,7 @@
|
||||
%global toolchain clang
|
||||
|
||||
# Components enabled if supported by target architecture:
|
||||
%define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64}
|
||||
%if 0%{?rhel} > 8 || 0%{?fedora}
|
||||
# FIXME: Why is this disabled on RHEL <= 8
|
||||
%global gold_arches %{gold_arches} s390x
|
||||
%endif
|
||||
|
||||
%define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x
|
||||
%ifarch %{gold_arches}
|
||||
%bcond_without gold
|
||||
%else
|
||||
@ -80,7 +75,7 @@
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: NCSA
|
||||
@ -581,7 +576,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 29 2022 Timm Bäder <tbaeder@redhat.com - 14.0.0-2
|
||||
* Mon May 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-3
|
||||
- Build gold plugin on s390x as well
|
||||
|
||||
* Fri Apr 29 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-2
|
||||
- Remove llvm-cmake-devel package again
|
||||
|
||||
* Thu Apr 07 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
||||
|
Loading…
Reference in New Issue
Block a user