From 3048e0d1b548bb66318575ee6cdb064a85a8f79d Mon Sep 17 00:00:00 2001
From: tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>
Date: Sat, 5 Nov 2005 18:41:37 +0000
Subject: * Enable use of asm on Solaris-x86

git-svn-id: svn://svn.icculus.org/quake3/trunk@281 edf5b092-35ff-0310-97b2-ce42778d08ea
---
 code/unix/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'code/unix')

diff --git a/code/unix/Makefile b/code/unix/Makefile
index 70c6a56..8c8f8ee 100644
--- a/code/unix/Makefile
+++ b/code/unix/Makefile
@@ -398,12 +398,12 @@ ifeq ($(PLATFORM),SunOS)
   endif
 
   OPTIMIZE = -O3 -ffast-math -funroll-loops -fomit-frame-pointer
-  BASE_CFLAGS += -DNO_VM_COMPILED
 
   ifeq ($(ARCH),sparc)
     OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -falign-loops=2 \
       -falign-jumps=2 -falign-functions=2 -fstrength-reduce \
       -funroll-loops
+    BASE_CFLAGS += -DNO_VM_COMPILED
   else
   ifeq ($(ARCH),i386)
     OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math \
-- 
cgit v1.2.3