]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Reorder operands
authorDale Weiler <killfieldengine@gmail.com>
Fri, 28 Dec 2012 09:06:04 +0000 (09:06 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 28 Dec 2012 09:06:04 +0000 (09:06 +0000)
Makefile

index 1eefd221f11f40ebaa333192f639f53799e910f8..473089ab9d4611ad1b65d94e8465ea5949695f16 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ ifneq ("$(MINGW)", "")
 else
        #arm support for linux .. we need to allow unaligned accesses
        #to memory otherwise we just segfault everywhere
-       ifneq (, $(findstring $(shell uname -m), arm))
+       ifneq (, $(findstring arm, $(shell uname -m)))
                CFLAGS += -munaligned-access
        endif