bcachefs-tools: mark broken on armv6*.

This commit is contained in:
Leah Neukirchen 2025-03-25 18:32:42 +01:00
parent 5167c4824c
commit 2212c0fa13

View file

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