r1504 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Mar 2 12:29:46 EST 2009
Author: ludwig
Date: 2009-03-02 12:29:46 -0500 (Mon, 02 Mar 2009)
New Revision: 1504
Modified:
trunk/Makefile
Log:
Makefile: Enable new sparc JIT on Linux.
Signed-off-by: David S. Miller <davem at davemloft.net>
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-03-02 17:29:40 UTC (rev 1503)
+++ trunk/Makefile 2009-03-02 17:29:46 UTC (rev 1504)
@@ -283,6 +283,7 @@
endif
ifeq ($(ARCH),sparc)
OPTIMIZE += -mtune=ultrasparc3 -mv8plus
+ HAVE_VM_COMPILED=true
endif
endif
endif
@@ -1447,6 +1448,9 @@
ifeq ($(ARCH),ppc64)
Q3OBJ += $(B)/client/vm_powerpc.o $(B)/client/vm_powerpc_asm.o
endif
+ ifeq ($(ARCH),sparc)
+ Q3OBJ += $(B)/client/vm_sparc.o
+ endif
endif
ifeq ($(PLATFORM),mingw32)
@@ -1593,6 +1597,9 @@
ifeq ($(ARCH),ppc64)
Q3DOBJ += $(B)/ded/vm_powerpc.o $(B)/ded/vm_powerpc_asm.o
endif
+ ifeq ($(ARCH),sparc)
+ Q3DOBJ += $(B)/ded/vm_sparc.o
+ endif
endif
ifeq ($(PLATFORM),mingw32)
More information about the quake3-commits
mailing list