about summary refs log tree commit diff
path: root/gcc_plugin/GNUmakefile
AgeCommit message (Collapse)Author
2020-09-05first batch of changesvanhauser-thc
2020-08-31Merge pull request #530 from rhertzog/add-cppflagsvan Hauser
Pass CPPFLAGS to all calls of the C compiler
2020-08-28Pass CPPFLAGS to all calls of the C compilerRaphaël Hertzog
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility).
2020-08-28Fix installation path of manual pagesRaphaël Hertzog
Manual pages are stored in /usr/share/man/.
2020-08-05add sancov-like allow/denylist instrument featurevan Hauser
2020-07-25gcc plugin forcing USEMMAP on HaikuDavid Carlier
2020-07-09illumos littlefixes: little typo for cpu binding andDavid Carlier
even tough gcc plugin less good than LLVM, clang is more buggy on this os.
2020-06-30rename whitelist -> instrumentlistvan Hauser
2020-06-23fix gcc mode for travisvan Hauser
2020-06-23fix gcc makefilevan Hauser
2020-06-23fix gcc makefilevan Hauser
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-04-09gcc_plugin fix compile for USEMMAPhexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-