Bootstrap for riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2021-04-16 09:16:27 +03:00
parent ff025fe5ec
commit fcaf94286a
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# If you need to bootstrap this, turn this on.
# Otherwise, you have a loop with libcxxabi
%global bootstrap 0
%global bootstrap 1
#%%global rc_ver 1
%global baserelease 1
@ -8,7 +8,7 @@
Name: libcxx
Version: 11.0.0
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}.0.riscv64%{?dist}
Summary: C++ standard library targeting C++11
License: MIT or NCSA
URL: http://libcxx.llvm.org/
@ -109,6 +109,9 @@ pathfix.py -i %{__python3} -pn \
%changelog
* Fri Apr 16 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 11.0.0-1.0.riscv64
- Enable bootstrap for riscv64 to avoid loop with libcxxabi
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
- Fix NVR