update to 10.0.0 [release 10.0.0-1mamba;Thu Apr 02 2020]
This commit is contained in:
parent
b2c968d9cd
commit
c2bcf30fad
@ -1,8 +1,8 @@
|
|||||||
%define gccver %(gcc -dumpversion)
|
%define gccver %(gcc -dumpversion)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
Version: 9.0.1
|
Version: 10.0.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: Runtime libraries compiler for clang
|
Summary: Runtime libraries compiler for clang
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,7 +35,10 @@ cd build
|
|||||||
|
|
||||||
cmake .. -G Ninja \
|
cmake .. -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix}
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
|
%ifarch arm
|
||||||
|
-DCOMPILER_RT_BUILD_BUILTINS=OFF
|
||||||
|
%endif
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
|
|
||||||
@ -55,6 +58,11 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%ifarch x86_64
|
||||||
|
%{_bindir}/hwasan_symbolize
|
||||||
|
%endif
|
||||||
|
%{_includedir}/fuzzer/*.h
|
||||||
|
%{_includedir}/profile/InstrProfData.inc
|
||||||
%{_includedir}/sanitizer/*.h
|
%{_includedir}/sanitizer/*.h
|
||||||
%{_includedir}/xray/*.h
|
%{_includedir}/xray/*.h
|
||||||
%dir %{_libdir}/clang/%{version}/lib/linux
|
%dir %{_libdir}/clang/%{version}/lib/linux
|
||||||
@ -64,6 +72,9 @@ mv %{buildroot}%{_prefix}/{share/*.txt,%{_lib}/clang/%{version}/share/}
|
|||||||
%doc LICENSE.TXT
|
%doc LICENSE.TXT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 10.0.0-1mamba
|
||||||
|
- update to 10.0.0
|
||||||
|
|
||||||
* Sat Feb 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.1-3mamba
|
* Sat Feb 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.1-3mamba
|
||||||
- rebuilt apart from llvm
|
- rebuilt apart from llvm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user