about summary refs log tree commit diff
path: root/gcc_plugin/Makefile
AgeCommit message (Collapse)Author
2020-02-16fixvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-11compatibility for GNU make 4.3, which behaves different forhexcoder-
lines with '#' like in ifeq "$(shell echo '\#include <sys/ipc.h> ... Now make v 4.3 wants ifeq "$(shell echo '#include <sys/ipc.h> ... In order to get it working with all GNU makes, we use a make variable for '#' called HASH
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2019-12-30really ensure that all .test files are removed after they are not needed anymorevan Hauser
2019-12-30makefile clean fixvan Hauser
2019-11-12better do not rely on config info from gcchexcoder-
2019-11-12gcc plugin little update proposal.David Carlier
like its llvm counterpart, passing the compiler chain used to avoid using necessarily AFL_CC/AFL_CXX.
2019-10-22gcc_plugin adaptions Makefile help, man page SYNOPSIShexcoder-
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-18reintegrate gcc_pluginhexcoder-
2019-07-21removed gcc_plugin from mastervan Hauser
2019-07-19enable AFL_QUIET againHeiko Eißfeldt
2019-07-16added gcc_pluginvan Hauser