diff options
| author | David Carlier <devnexen@gmail.com> | 2020-06-10 16:16:47 +0100 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2020-06-10 16:16:47 +0100 |
| commit | b3feda052d36aacd657b394169b90f05afdbbbde (patch) | |
| tree | d6ac2e893bf7fea279b58a65bb19dbf57c1edd6e /GNUmakefile | |
| parent | 5cb6dc77955bb19316859c37684cb838418392cc (diff) | |
| download | afl++-b3feda052d36aacd657b394169b90f05afdbbbde.tar.gz | |
start of illumos cpu binding implementation.
The current user needs the proc_owner permission, not something doable via the settings script.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7556b617..0714a9d2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,6 +58,11 @@ ifneq "$(shell uname)" "Darwin" CFLAGS_OPT += -D_FORTIFY_SOURCE=2 endif +ifeq "$(shell uname)" "SunOS" + CFLAGS_OPT += -Wno-format-truncation + LDFLAGS=-lkstat +endif + ifdef STATIC $(info Compiling static version of binaries) # Disable python for static compilation to simplify things |
