From 8584ed4feeba4fab26542f4da3f1ef7440cac2a8 Mon Sep 17 00:00:00 2001 From: ludwig Date: Mon, 2 Mar 2009 17:29:26 +0000 Subject: Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc. Signed-off-by: David S. Miller git-svn-id: svn://svn.icculus.org/quake3/trunk@1500 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d698761..6d702d4 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3