mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 00:31:33 +00:00
gcc plugin forcing USEMMAP on Haiku
This commit is contained in:
parent
7959808384
commit
ae41cedafe
@ -70,11 +70,13 @@ ifeq "$(TEST_MMAP)" "1"
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq "$(shell uname -s)" "Haiku"
|
ifneq "$(shell uname -s)" "Haiku"
|
||||||
LDFLAGS += -lrt
|
LDFLAGS += -lrt
|
||||||
|
else
|
||||||
|
CFLAGS_SAFE += -DUSEMMAP=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq "$(shell uname -s)" "SunOS"
|
ifeq "$(shell uname -s)" "SunOS"
|
||||||
PLUGIN_FLAGS += -I/usr/include/gmp
|
PLUGIN_FLAGS += -I/usr/include/gmp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user