From fcaf94286a81df1113d904b28738ff7f0a6f7b6e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 16 Apr 2021 09:16:27 +0300 Subject: [PATCH] Bootstrap for riscv64 Signed-off-by: David Abdurachmanov --- libcxx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcxx.spec b/libcxx.spec index 7f34909..df43d16 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -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 - 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