Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov 1e8e233fb5
Do not pull libcxxabi packages during bootstrap
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-08-25 13:32:41 +03:00
David Abdurachmanov 98bad5faed
Bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-08-25 12:35:54 +03:00
1 changed files with 10 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 libcxx_version 14.0.5
#global rc_ver 2
@ -8,7 +8,7 @@
Name: libcxx
Version: %{libcxx_version}%{?rc_ver:~rc%{rc_ver}}
Release: 2%{?dist}
Release: 2.1.riscv64%{?dist}
Summary: C++ standard library targeting C++11
License: MIT or NCSA
URL: http://libcxx.llvm.org/
@ -24,8 +24,10 @@ BuildRequires: gcc-c++ llvm-devel cmake llvm-static ninja-build
BuildRequires: python3-devel
# The static libc++ links the static abi library in as well
%if %{bootstrap} < 1
BuildRequires: libcxxabi-static
BuildRequires: libcxxabi-devel
%endif
%if %{bootstrap} < 1
BuildRequires: python3
@ -139,6 +141,12 @@ install -m 0644 src/include/*.h %{buildroot}%{_includedir}/libcxx-internal/
%changelog
* Thu Aug 25 2022 David Abdurachmanov <davidlt@rivosinc.com> - 14.0.5-2.1.riscv64
- Do not pull libcxxabi packages during bootstrap
* Thu Aug 25 2022 David Abdurachmanov <davidlt@rivosinc.com> - 14.0.5-2.0.riscv64
- Bootstrap on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild