diff options
| author | van Hauser <vh@thc.org> | 2019-07-03 12:11:02 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-07-03 12:11:02 +0200 |
| commit | aaa810c64a7d54d21df6c74c3f7b77fb06d273fe (patch) | |
| tree | 1d18a0ce8cece487c40200179995f1ea00eff573 /llvm_mode/Makefile | |
| parent | cc48f4499a6b4d646c19b99c0905324161eb03ed (diff) | |
| download | afl++-aaa810c64a7d54d21df6c74c3f7b77fb06d273fe.tar.gz | |
add -lrt with afl-gcc/clang automatically in mmap mode
Diffstat (limited to 'llvm_mode/Makefile')
| -rw-r--r-- | llvm_mode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile index e2ed07d6..d3e0c739 100644 --- a/llvm_mode/Makefile +++ b/llvm_mode/Makefile @@ -154,10 +154,10 @@ test_build: $(PROGS) all_done: test_build @echo "[+] All done! You can now use '../afl-clang-fast' to compile programs." -ifeq "$(SHMAT_OK)" "0" - @echo "[!] shmat isn't working on your platform - compile every target with -lrt:" - @echo "[!] CFLAGS=-lrt LDFLAGS=-lrt CC=afl-clang-fast CXX=afl-clang-fast++ ./configure" -endif +#ifeq "$(SHMAT_OK)" "0" +# @echo "[!] shmat isn't working on your platform - compile every target with -lrt:" +# @echo "[!] CFLAGS=-lrt LDFLAGS=-lrt CC=afl-clang-fast CXX=afl-clang-fast++ ./configure" +#endif .NOTPARALLEL: clean |
