From: Michael R. Crusoe <crusoe@debian.org>
Subject: enable building on aarch64 and other non-x86 systems
--- khmer.orig/third-party/cqf/Makefile
+++ khmer/third-party/cqf/Makefile
@@ -31,7 +31,7 @@
 CC = g++ -std=c++11 -fPIC
 LD= g++ -std=c++11
 
-CXXFLAGS = -Wall $(DEBUG) $(PROFILE) $(OPT) $(ARCH) -m64 -I. -Wno-unused-result -Wno-strict-aliasing -Wno-unused-function
+CXXFLAGS = -Wall $(DEBUG) $(PROFILE) $(OPT) $(ARCH) -I. -Wno-unused-result -Wno-strict-aliasing -Wno-unused-function
 
 LDFLAGS = $(DEBUG) $(PROFILE) $(OPT) -lpthread -lssl -lcrypto -lm
 
