]> git.ipfire.org Git - ipfire-2.x.git/commit
efivar: fix build for correct cpu
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Feb 2023 18:45:15 +0000 (19:45 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 4 Mar 2023 14:02:05 +0000 (14:02 +0000)
commit66a5ad1e88836fcfead7745eedbd8e0f753a22ee
tree9207d44fb0f8594ce3c32413a7703c1733259d13
parent1b6047b3eed9446347f94d43e7e3f9e84826c717
efivar: fix build for correct cpu

the makefile add --march=native which optimize the code to the
cpu of the buildhost which can result in unsupported instructions on
other machines.
lfs/efivar
src/patches/efivar-38_remove_march=native.patch [new file with mode: 0644]