Bootstrap for riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
ff025fe5ec
commit
fcaf94286a
@ -1,6 +1,6 @@
|
|||||||
# If you need to bootstrap this, turn this on.
|
# If you need to bootstrap this, turn this on.
|
||||||
# Otherwise, you have a loop with libcxxabi
|
# Otherwise, you have a loop with libcxxabi
|
||||||
%global bootstrap 0
|
%global bootstrap 1
|
||||||
#%%global rc_ver 1
|
#%%global rc_ver 1
|
||||||
%global baserelease 1
|
%global baserelease 1
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: libcxx
|
Name: libcxx
|
||||||
Version: 11.0.0
|
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
|
Summary: C++ standard library targeting C++11
|
||||||
License: MIT or NCSA
|
License: MIT or NCSA
|
||||||
URL: http://libcxx.llvm.org/
|
URL: http://libcxx.llvm.org/
|
||||||
@ -109,6 +109,9 @@ pathfix.py -i %{__python3} -pn \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
|
||||||
- Fix NVR
|
- Fix NVR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user