Disable bpftool on riscv64
This is the actual failing line mentioned in the previous commit. Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
446707818c
commit
6fdd2db7c2
@ -2102,7 +2102,7 @@ BuildKernel() {
|
||||
# the F17 UsrMove feature.
|
||||
ln -sf $DevelDir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build
|
||||
|
||||
%ifnarch armv7hl
|
||||
%ifnarch armv7hl riscv64
|
||||
# Generate vmlinux.h and put it to kernel-devel path
|
||||
bpftool btf dump file vmlinux format c > $RPM_BUILD_ROOT/$DevelDir/vmlinux.h
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user