aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)\" \