!5 Upgrade to 2.33.0
From: @jchzhou Reviewed-by: @misaka00251 Signed-off-by: @misaka00251
This commit is contained in:
commit
4b38559239
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%bcond_with ctest
|
||||
|
||||
Name: mold
|
||||
Version: 2.32.1
|
||||
Version: 2.33.0
|
||||
Release: 1
|
||||
Summary: A Modern Linker (mold)
|
||||
License: MIT
|
||||
@ -18,7 +18,7 @@ BuildRequires: llvm clang perl
|
||||
BuildRequires: gdb glibc-devel
|
||||
BuildRequires: libstdc++-static libdwarf-tools
|
||||
|
||||
BuildRequires: tbb-devel >= 2021.11
|
||||
BuildRequires: tbb-devel >= 2021.11
|
||||
|
||||
# Allow building against the system-provided `xxhash.h`
|
||||
Patch0: 0001-Use-system-compatible-include-path-for-xxhash.h.patch
|
||||
@ -26,7 +26,7 @@ Patch0: 0001-Use-system-compatible-include-path-for-xxhash.h.patch
|
||||
# Build blake3 as static
|
||||
Patch1: 0002-build-blake3-as-static.patch
|
||||
|
||||
%define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_MIMALLOC=OFF
|
||||
%define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_SYSTEM_TBB=ON
|
||||
|
||||
%description
|
||||
mold is a faster drop-in replacement for existing Unix linkers.
|
||||
@ -68,6 +68,9 @@ chmod +x %{buildroot}%{_libdir}/mold/mold-wrapper.so
|
||||
%{_mandir}/man1/mold.1*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 13 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 2.33.0-1
|
||||
- Upgrade to 2.33.0
|
||||
|
||||
* Wed Jul 17 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 2.32.1-1
|
||||
- Upgrade to 2.32.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user