[packages/rav1e] - disable asm on x32 (nasm code supports only x86_64 ABI)
    qboosh 
    qboosh at pld-linux.org
       
    Sun Apr 25 20:31:27 CEST 2021
    
    
  
commit 5f2d171a9bffe0299e9ff82c0ac2ccbb1a958640
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 25 20:33:18 2021 +0200
    - disable asm on x32 (nasm code supports only x86_64 ABI)
 rav1e.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rav1e.spec b/rav1e.spec
index f503c79..fb98ecb 100644
--- a/rav1e.spec
+++ b/rav1e.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rav1e.git/commitdiff/5f2d171a9bffe0299e9ff82c0ac2ccbb1a958640
    
    
More information about the pld-cvs-commit
mailing list