not needed for arm anymore

This commit is contained in:
Dale Weiler 2013-04-25 03:36:57 +00:00
parent 10dd7aacfe
commit 2a3376cb52

View file

@ -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