mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
bcachefs-tools: mark broken on armv6*.
This commit is contained in:
parent
5167c4824c
commit
2212c0fa13
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue