bz31 wrote: 
> There is a line "ExclusiveArch:       i386 i686 x86_64 armv7hnl". 
> I read that nasm is for Intel x86 architecture, why it is useful for ARM
> ? Thanks.

AFAIK, it's needed to build one of the supporting libs, and it probably
is only detected/used on Intel builds. I will remember to modify the
BuidRequires on the next build....


Code:
--------------------
    
  %ifarch %{ix86} x86_64
  BuildRequires:  nasm
  %endif
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98190

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to