r1288 - in trunk: . misc/setup/pkg

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 28 12:16:39 EDT 2008


Author: thilo
Date: 2008-03-28 12:16:38 -0400 (Fri, 28 Mar 2008)
New Revision: 1288

Modified:
   trunk/Makefile
   trunk/misc/setup/pkg/ioq3ded.sh
   trunk/misc/setup/pkg/ioquake3.sh
Log:
http://bugzilla.icculus.org/show_bug.cgi?id=3579
Patch to make Solaris work again by Vincent Cojot.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-03-28 03:26:59 UTC (rev 1287)
+++ trunk/Makefile	2008-03-28 16:16:38 UTC (rev 1288)
@@ -656,10 +656,10 @@
   OPTIMIZE = -O3 -ffast-math -funroll-loops
 
   ifeq ($(ARCH),sparc)
-    OPTIMIZE = -O3 -ffast-math -falign-loops=2 \
-      -falign-jumps=2 -falign-functions=2 -fstrength-reduce \
-      -mtune=ultrasparc -mv8plus -mno-faster-structs \
-      -funroll-loops
+    OPTIMIZE = -O3 -ffast-math \
+      -fstrength-reduce -falign-functions=2 \
+      -mtune=ultrasparc3 -mv8plus -mno-faster-structs \
+      -funroll-loops #-mv8plus
   else
   ifeq ($(ARCH),i386)
     OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \

Modified: trunk/misc/setup/pkg/ioq3ded.sh
===================================================================
--- trunk/misc/setup/pkg/ioq3ded.sh	2008-03-28 03:26:59 UTC (rev 1287)
+++ trunk/misc/setup/pkg/ioq3ded.sh	2008-03-28 16:16:38 UTC (rev 1288)
@@ -14,7 +14,7 @@
 # EXEC_BIN=ioquake3-smp.${COMPILE_ARCH}
 EXEC_BIN=ioq3ded.${COMPILE_ARCH}
 
-EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set com_ansiColor 0"
+EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set ttycon 0 +set com_ansiColor 0"
 
 EXEC_DIR_LIST="${IOQ3_DIR}"
 

Modified: trunk/misc/setup/pkg/ioquake3.sh
===================================================================
--- trunk/misc/setup/pkg/ioquake3.sh	2008-03-28 03:26:59 UTC (rev 1287)
+++ trunk/misc/setup/pkg/ioquake3.sh	2008-03-28 16:16:38 UTC (rev 1288)
@@ -14,7 +14,7 @@
 # EXEC_BIN=ioquake3-smp.${COMPILE_ARCH}
 # EXEC_BIN=ioq3ded.${COMPILE_ARCH}
 
-EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set com_ansiColor 0"
+EXEC_FLAGS="+set fs_basepath ${IOQ3_DIR} +set vm_game 1 +set vm_cgame 1 +set vm_ui 1 +set sv_pure 1 +set ttycon 0 +set com_ansiColor 0"
 
 EXEC_DIR_LIST="${IOQ3_DIR}"
 




More information about the quake3-commits mailing list