mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Limit -maltivec to specific source files on OpenBSD too (untested)
This commit is contained in:
parent
5909b9a1cf
commit
ffd9ce1902
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -770,11 +770,11 @@ ifeq ($(PLATFORM),openbsd)
|
|||
HAVE_VM_COMPILED=true
|
||||
else
|
||||
ifeq ($(ARCH),ppc)
|
||||
BASE_CFLAGS += -maltivec
|
||||
ALTIVEC_CFLAGS = -maltivec
|
||||
HAVE_VM_COMPILED=true
|
||||
endif
|
||||
ifeq ($(ARCH),ppc64)
|
||||
BASE_CFLAGS += -maltivec
|
||||
ALTIVEC_CFLAGS = -maltivec
|
||||
HAVE_VM_COMPILED=true
|
||||
endif
|
||||
ifeq ($(ARCH),sparc64)
|
||||
|
|
Loading…
Reference in a new issue