We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78cfcc commit 0c86ef7Copy full SHA for 0c86ef7
tools/testing/selftests/bpf/Makefile
@@ -474,7 +474,7 @@ $(OUTPUT)/cgroup_getset_retval_hooks.o: cgroup_getset_retval_hooks.h
474
# $4 - binary name
475
define CLANG_BPF_BUILD_RULE
476
$(call msg,CLNG-BPF,$4,$2)
477
- $(Q)$(CLANG) $3 -O2 $(BPF_TARGET_ENDIAN) -c $1 -mcpu=v3 -o $2
+ $(Q)$(CLANG) $3 -O2 $(BPF_TARGET_ENDIAN) -c $1 -mcpu=v4 -o $2
478
endef
479
# Similar to CLANG_BPF_BUILD_RULE, but with disabled alu32
480
define CLANG_NOALU32_BPF_BUILD_RULE
0 commit comments