From: Dale Weiler Date: Fri, 28 Dec 2012 09:06:04 +0000 (+0000) Subject: Reorder operands X-Git-Tag: before-library~461 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a7724bffaa882fe9e62590d1f1017cd22d9ba536;p=xonotic%2Fgmqcc.git Reorder operands --- diff --git a/Makefile b/Makefile index 1eefd22..473089a 100644 --- 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