We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2c3d9 commit ceffed3Copy full SHA for ceffed3
configure
@@ -169,7 +169,7 @@ check_bpf_use_errno()
169
int dummy(void *ctx) { return 0; }
170
EOF
171
172
- compile_err=$($CLANG -target bpf ${ARCH_INCLUDES} -c $TMPDIR/bpf_use_errno_test.c 2>&1)
+ compile_err=$($CLANG -target bpf ${ARCH_INCLUDES} -c $TMPDIR/bpf_use_errno_test.c -o $TMPDIR/bpf_use_errno_test 2>&1)
173
if [ "$?" -ne "0" ]; then
174
echo "*** ERROR - Clang BPF-prog cannot include <errno.h>"
175
echo " - Install missing userspace header file"
0 commit comments