]> git.pld-linux.org Git - packages/rav1e.git/commitdiff
- disable asm on x32 (nasm code supports only x86_64 ABI)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Apr 2021 18:33:18 +0000 (20:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Apr 2021 18:33:18 +0000 (20:33 +0200)
rav1e.spec

index f503c79697e998f28d6f4131b82d43d2a7b735fd..fb98ecbe04884ac0ffb49214aa012b9afdc0261f 100644 (file)
@@ -28,7 +28,7 @@ ExclusiveArch:        %{ix86} %{x8664} x32 aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %ifarch        x32
-%define                target_opt      --target x86_64-unknown-linux-gnux32
+%define                target_opt      --target x86_64-unknown-linux-gnux32 --no-default-features --features "binaries signal_support"
 %else
 %define                target_opt      %{nil}
 %endif
This page took 0.196908 seconds and 4 git commands to generate.