From: Dale Weiler Date: Thu, 25 Apr 2013 03:36:57 +0000 (+0000) Subject: not needed for arm anymore X-Git-Tag: before-library~2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=2a3376cb5282cdb049519ecf52240991ff478f30 not needed for arm anymore --- 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