From ee1b5cea88ca37af2b9e887b0320b2e3f58f6cdc Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 7 Oct 2022 11:29:31 +0300 Subject: [PATCH] Bootstrap on riscv64 Signed-off-by: David Abdurachmanov --- libcxx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libcxx.spec b/libcxx.spec index ce940cb..1e28dd4 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -1,7 +1,9 @@ # If you need to bootstrap this, turn this on. # Otherwise, you have a loop with libcxxabi +%ifnarch riscv64 %global toolchain clang -%global bootstrap 0 +%endif +%global bootstrap 1 %global libcxx_version 15.0.0 #global rc_ver 3 @@ -160,6 +162,9 @@ install -m 0644 src/include/*.h %{buildroot}%{_includedir}/libcxx-internal/ %changelog +* Fri Oct 07 2022 David Abdurachmanov - 15.0.0-2.0.riscv64 +- Bootstrap on riscv64 + * Tue Sep 13 2022 Nikita Popov - 15.0.0-2 - Link libc++.a against libc++abi.a