diff options
author | vanhauser-thc <vh@thc.org> | 2020-09-05 13:18:28 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2020-09-05 13:18:28 +0200 |
commit | e30b2c6af6e369844c92c00a20ebdd53473a747c (patch) | |
tree | cc546af9c1fc321e32d5473f679e1c6a144cb62d /GNUmakefile.gcc_plugin | |
parent | 4b3ad5f037ee9a36aa057bf55a69acca1f573922 (diff) | |
download | afl++-e30b2c6af6e369844c92c00a20ebdd53473a747c.tar.gz |
final changes for pre-3.0
Diffstat (limited to 'GNUmakefile.gcc_plugin')
-rw-r--r-- | GNUmakefile.gcc_plugin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile.gcc_plugin b/GNUmakefile.gcc_plugin index aeb1ef16..b73fcfda 100644 --- a/GNUmakefile.gcc_plugin +++ b/GNUmakefile.gcc_plugin @@ -158,6 +158,7 @@ vpath % .. install: all ln -sf afl-cc $${DESTDIR}$(BIN_PATH)/afl-gcc-fast ln -sf afl-c++ $${DESTDIR}$(BIN_PATH)/afl-g++-fast + ln -sf afl-compiler-rt.o $${DESTDIR}$(HELPER_PATH)/afl-gcc-rt.o install -m 755 ./afl-gcc-pass.so $${DESTDIR}$(HELPER_PATH) install -m 644 -T instrumentation/README.gcc_plugin.md $${DESTDIR}$(DOC_PATH)/README.gcc_plugin.md |