mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-18 15:11:41 +00:00
Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
48d8c8876b
commit
913e81522c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -281,6 +281,9 @@ ifeq ($(PLATFORM),linux)
|
|||
BASE_CFLAGS += -maltivec
|
||||
HAVE_VM_COMPILED=true
|
||||
endif
|
||||
ifeq ($(ARCH),sparc)
|
||||
OPTIMIZE += -mtune=ultrasparc3 -mv8plus
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue