diff --git a/gn.spec b/gn.spec index 912918776480540b95d86c6ab160894b6e6ce0a2..f8076a679b77ae3c4bb18ee17a7a4b77404987fd 100644 --- a/gn.spec +++ b/gn.spec @@ -1,8 +1,9 @@ %global commit 5e19d2fb166fbd4f6f32147fbb2f497091a54ad8 +%global toolchain clang Name: gn Version: 20221220 -Release: 1 +Release: 2 Summary: Meta-build system that generates build files for Ninja License: BSD-3-Clause URL: https://gn.googlesource.com/gn @@ -46,7 +47,7 @@ cp -vp misc/vim/README.md README-vim.md %build -AR='gcc-ar'; export AR +AR='llvm-ar'; export AR %set_build_flags # Treating warnings as errors is too strict for downstream builds. %{__python3} build/gen.py \ @@ -109,6 +110,9 @@ rm -rf %{buildroot}%{_datadir}/vim/vimfiles/__pycache__ %changelog +* Tue Feb 18 2025 cf-zhao 20221220-2 +- Specify the toolchain as llvm to match the default compiler + * Wed Apr 17 2024 misaka00251 - 20221220-1 - Use date instead of numbers, since the version is not clear enough - Upgrade to 20221220