aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-22 12:09:52 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-03-22 12:09:52 +0100
commitaac7c7d75d9e6657ba6ac4a6267660f15745ec92 (patch)
tree6675403f6dc703ac8a67795ad1a569d3ea5e94e5 /Makefile
parentbd239d7e3db137b8ba4ea3c354c621785da7b586 (diff)
downloadAFLplusplus-aac7c7d75d9e6657ba6ac4a6267660f15745ec92.tar.gz
detect arm in build_qemu_support.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a24092fc..9913c603 100644
--- a/Makefile
+++ b/Makefile
@@ -64,11 +64,6 @@ 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)\" \