abinfo "Setting other environment variables ..."
export CGO_ENABLED=1

# clang: error: unsupported option '-march=' for target 'bpfel'
# clang: warning: argument unused during compilation: '-mtune=znver4' [-Wunused-command-line-argument]
# clang: error: unsupported option '-msse2' for target 'bpfel'
# Error: can't execute clang: exit status 1
export CFLAGS="-fno-stack-protector"
