linux: use correct strip program when stripping vmlinux (#525642)

This commit is contained in:
K900
2026-05-30 16:48:33 +00:00
committed by GitHub
+1 -1
View File
@@ -510,7 +510,7 @@ lib.makeOverridable (
preFixup = ''
if [ -z "''${dontStrip-}" -a -e $out/vmlinux ]; then
strip -v -S -p $out/vmlinux
$STRIP -v -S -p $out/vmlinux
fi
'';