r1500 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Mar 2 12:29:26 EST 2009
Author: ludwig
Date: 2009-03-02 12:29:26 -0500 (Mon, 02 Mar 2009)
New Revision: 1500
Modified:
trunk/Makefile
Log:
Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.
Signed-off-by: David S. Miller <davem at davemloft.net>
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-02-26 13:02:59 UTC (rev 1499)
+++ trunk/Makefile 2009-03-02 17:29:26 UTC (rev 1500)
@@ -281,8 +281,11 @@
BASE_CFLAGS += -maltivec
HAVE_VM_COMPILED=true
endif
+ ifeq ($(ARCH),sparc)
+ OPTIMIZE += -mtune=ultrasparc3 -mv8plus
endif
endif
+ endif
ifneq ($(HAVE_VM_COMPILED),true)
BASE_CFLAGS += -DNO_VM_COMPILED
More information about the quake3-commits
mailing list