Upgrade to 2.33.0

Signed-off-by: jchzhou <zhoujiacheng@iscas.ac.cn>
This commit is contained in:
jchzhou 2024-08-13 11:31:51 +08:00
parent ccdb048609
commit 1e9c8f5f0a
2 changed files with 6 additions and 3 deletions

View File

@ -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