From 2212c0fa13d07a34651f97c35d9fa7cde839ced7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Mar 2025 18:32:42 +0100 Subject: [PATCH] bcachefs-tools: mark broken on armv6*. --- srcpkgs/bcachefs-tools/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bcachefs-tools/template b/srcpkgs/bcachefs-tools/template index 826f375d850..9a2b415d92a 100644 --- a/srcpkgs/bcachefs-tools/template +++ b/srcpkgs/bcachefs-tools/template @@ -24,6 +24,10 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then broken="bch_bindgen: E0588" fi +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + broken="does not link libatomic" +fi + pre_build() { RUSTFLAGS+=" -C linker=$CC" }