From 2a3376cb5282cdb049519ecf52240991ff478f30 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 25 Apr 2013 03:36:57 +0000 Subject: [PATCH] not needed for arm anymore --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 667dfe6..1c5ac8f 100644 --- a/Makefile +++ b/Makefile @@ -74,12 +74,6 @@ ifneq ("$(MINGW)", "") TESTSUITE = testsuite.exe PAK = pak.exe else - #arm support for linux .. we need to allow unaligned accesses - #to memory otherwise we just segfault everywhere - ifneq (, $(findstring arm, $(shell uname -m))) - CFLAGS += -munaligned-access - endif - QCVM = qcvm GMQCC = gmqcc TESTSUITE = testsuite -- 2.39.2