commit: 6aac0f48f02e936ee319ad8455dbb38645fafe01 Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Sun Aug 3 18:48:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 3 19:01:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aac0f48
llvm-runtimes/libgcc: 21+ requires third-party/siphash on arm64 Same deal as the recent compiler-rt change since libgcc also builds compiler-rt. Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/43305 Closes: https://github.com/gentoo/gentoo/pull/43305 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild | 2 +- llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild b/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild index a3b9a91d2a2e..285e3592a666 100644 --- a/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild +++ b/llvm-runtimes/libgcc/libgcc-21.1.0.9999.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc ) +LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc third-party/siphash ) LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals diff --git a/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild b/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild index a3b9a91d2a2e..285e3592a666 100644 --- a/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild +++ b/llvm-runtimes/libgcc/libgcc-21.1.0_rc2.ebuild @@ -33,7 +33,7 @@ BDEPEND=" ) " -LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc ) +LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake llvm-libgcc third-party/siphash ) LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals
