mirror of
https://abf.rosa.ru/djam/llvm13.git
synced 2025-02-23 16:32:45 +00:00
update to include fix of building with gcc 5
This commit is contained in:
parent
114c888cb4
commit
96bf14dce2
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
llvm12-bc9ab9a5cd6bafc5e1293f3d5d51638f8f5cd26c.tar.gz: 782707b0cf798ac7deb9da87b3a2161f5992646a
|
||||
llvm12-37510f69b4cb8d76064f108d57bebe95984a23ae.tar.gz: 504ecef5fef2115090dd5c66c34f2994b76b1ed4
|
||||
|
|
|
@ -25,14 +25,14 @@
|
|||
%define maj_ver 12
|
||||
|
||||
# pre-release
|
||||
%define commit bc9ab9a5cd6bafc5e1293f3d5d51638f8f5cd26c
|
||||
%define commit 37510f69b4cb8d76064f108d57bebe95984a23ae
|
||||
%define short_commit %(echo %{commit} | head -c 6)
|
||||
|
||||
Summary: LLVM and Clang in %{_prefix}
|
||||
# llvm11
|
||||
Name: llvm%{maj_ver}
|
||||
Version: %{maj_ver}
|
||||
Release: 0.git%{short_commit}.1
|
||||
Release: 1.git%{short_commit}.1
|
||||
License: NCSA
|
||||
Group: Development/Other
|
||||
Url: http://llvm.org
|
||||
|
|
Loading…
Add table
Reference in a new issue