add -lm, afl-fuzz-queue.c wants log2(), fix GNUmakefile syntax

This commit is contained in:
hexcoder-
2020-11-27 20:54:07 +01:00
parent ded80870a9
commit d1259d0914
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ ifeq "$(shell uname)" "OpenBSD"
LLVM_CONFIG ?= $(BIN_PATH)/llvm-config
HAS_OPT = $(shell test -x $(BIN_PATH)/opt && echo 0 || echo 1)
ifeq "$(HAS_OPT)" "1"
$(warn llvm_mode needs a complete llvm installation (versions 3.4 up to 12) -> e.g. "pkg_add llvm-7.0.1p9")
$(warning llvm_mode needs a complete llvm installation \(versions 3.4 up to 12\) -> e.g. "pkg_add llvm-7.0.1p9")
endif
else
LLVM_CONFIG ?= llvm-config