mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
This package - for some reason - does not build on i586 with the latest version of glibc. The reason is that MMX instructions are being used which are not allowed on i586. However, since the assembler has not been changed, this should have been caught before. Weird. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>