diff options
author | vanhauser-thc <vh@thc.org> | 2022-07-25 11:49:49 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-07-25 11:49:49 +0200 |
commit | c6af98bc355dbd828e2e6b332ab743a6c2f4ce4c (patch) | |
tree | 2fe869ebb36cdf4e7f259684d00da1ca4d63ca4e | |
parent | 67fabcb0be1f48f671a061fd26dd321fdc3425a0 (diff) | |
download | afl++-c6af98bc355dbd828e2e6b332ab743a6c2f4ce4c.tar.gz |
fix
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | docs/INSTALL.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 04d1411d..a64d511f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -378,7 +378,7 @@ help: @echo "NO_CORESIGHT - disable building coresight (arm64 only)" @echo NO_UNICORN_ARM64 - disable building unicorn on arm64 @echo AFL_NO_X86 - if compiling on non-intel/amd platforms - @echo "LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g. Debian)" + @echo "LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config (e.g., Debian)" @echo "==========================================" @echo e.g.: make ASAN_BUILD=1 diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c60e3ada..4f2b7174 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -93,9 +93,9 @@ These build options exist: * NO_UNICORN_ARM64 - disable building unicorn on arm64 * AFL_NO_X86 - if compiling on non-intel/amd platforms * LLVM_CONFIG - if your distro doesn't use the standard name for llvm-config - (e.g. Debian) + (e.g., Debian) -e.g.: `make ASAN_BUILD=1` +e.g.: `make LLVM_CONFIG=llvm-config-14` ## MacOS X on x86 and arm64 (M1) |