On 7/21/26 00:24, Philippe Mathieu-Daudé wrote:

For the 11.1 release I'd go with this 1-line fix:

  -         depends on LINUX
  +         depends on LINUX && (AARCH64 || I386 || PPC || S390X)

BTW, it looks like this can be expressed as:

         depends on LINUX
         depends on AARCH64 || I386 || PPC || S390X

(my lame attempt to fix sparc was to add
  depends on !SPARC64
 line here)

FWIW.

Thanks,

/mjt


Reply via email to