mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 16:51:34 +00:00
support for arm platform when building qemu
This commit is contained in:
parent
42ece199c8
commit
96736309a7
5
Makefile
5
Makefile
@ -64,6 +64,11 @@ ifneq "$(shell uname -m)" "x86_64"
|
||||
endif
|
||||
endif
|
||||
|
||||
#support for qemu on arm
|
||||
ifneq "$(findstring arm, $(shell uname -m))" ""
|
||||
export CPU_TARGET=arm
|
||||
endif
|
||||
|
||||
CFLAGS ?= -O3 -funroll-loops $(CFLAGS_OPT)
|
||||
override CFLAGS += -Wall -g -Wno-pointer-sign -I include/ \
|
||||
-DAFL_PATH=\"$(HELPER_PATH)\" -DBIN_PATH=\"$(BIN_PATH)\" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user