mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
not needed for arm anymore
This commit is contained in:
parent
10dd7aacfe
commit
2a3376cb52
1 changed files with 0 additions and 6 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in a new issue