]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
not needed for arm anymore
authorDale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 03:36:57 +0000 (03:36 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 03:36:57 +0000 (03:36 +0000)
Makefile

index 667dfe63ac35d76b0401c7b1f8126d4bf4b33738..1c5ac8f19f3f13b332090040cae73ea5e3b970f8 100644 (file)
--- 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