i9-ispras-fuzzing-kmsan changed/i9-ispras-fuzzing/kernel-lt-6.1.124-4.lvc13.inferit.fuzzing
ebasov 2 weeks ago
parent 2fe9a13c66
commit ffcb48d43b
Signed by: ebasov
GPG Key ID: 23356EDA24E5499D

@ -599,7 +599,7 @@ Package contains the Linux kernel with KMEMLEAK support.
%global _build_id_links none %global _build_id_links none
# Set up our "big" %%{make} macro. # Set up our "big" %%{make} macro.
%global make %{__make} %{make_opts} -s HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}" %global make %{__make} %{?make_opts} -s HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}"
%prep %prep
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
@ -735,6 +735,11 @@ popd > /dev/null
%build %build
echo "toolchain_clang: %{with toolchain_clang}"
echo "clang_lto: %{with clang_lto}"
echo "make_opts: %{make_opts}"
echo "clang_make_opts: %{clang_make_opts}"
cp_vmlinux() cp_vmlinux()
{ {
eu-strip --remove-comment -o "$2" "$1" eu-strip --remove-comment -o "$2" "$1"

Loading…
Cancel
Save