diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-27 20:54:07 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-27 20:54:07 +0100 |
commit | d1259d09149fc1fa599240a54e146f83d54c75f6 (patch) | |
tree | f083da32f019c3271957dec578528b2387d7627f /GNUmakefile.llvm | |
parent | ded80870a933b83d8186a160f7717641ce441a81 (diff) | |
download | afl++-d1259d09149fc1fa599240a54e146f83d54c75f6.tar.gz |
add -lm, afl-fuzz-queue.c wants log2(), fix GNUmakefile syntax
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r-- | GNUmakefile.llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index 5ab998bb..4ee64dc6 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -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 |