]> git.ipfire.org Git - ipfire-2.x.git/commit
vectorscan: Build as a fat library
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 15:39:10 +0000 (15:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 15:39:10 +0000 (15:39 +0000)
commit3085c9599449823b4aac50b0376357af4c740b9c
tree5619ee22c4368d66eef5b15e9be496a4029218cd
parent5b30e88dba50f90ce903d96da029d997b5fe9cbf
vectorscan: Build as a fat library

The build system defaults to building the library for the host system
and therefore uses instructions that might not be available on the
target system.

This patch changes that we will build the library so that it will choose
the most optimised functions at runtime.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/vectorscan