From 2c40e407a04de4d688a81c30faf5b97c9a46c85e Mon Sep 17 00:00:00 2001 From: ludwig Date: Mon, 2 Mar 2009 17:29:46 +0000 Subject: Makefile: Enable new sparc JIT on Linux. Signed-off-by: David S. Miller git-svn-id: svn://svn.icculus.org/quake3/trunk@1504 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d702d4..2bbd5b6 100644 --- a/Makefile +++ b/Makefile @@ -283,6 +283,7 @@ ifeq ($(PLATFORM),linux) endif ifeq ($(ARCH),sparc) OPTIMIZE += -mtune=ultrasparc3 -mv8plus + HAVE_VM_COMPILED=true endif endif endif @@ -1447,6 +1448,9 @@ ifeq ($(HAVE_VM_COMPILED),true) 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 ($(HAVE_VM_COMPILED),true) 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) -- cgit v1.2.3