Bootstrap on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-07 11:29:31 +03:00
parent f1dbfefcca
commit ee1b5cea88
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 6 additions and 1 deletions

View File

@ -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 <davidlt@rivosinc.com> - 15.0.0-2.0.riscv64
- Bootstrap on riscv64
* Tue Sep 13 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
- Link libc++.a against libc++abi.a