[Bug 3579] Minor changes to Makefile and scripts for Solaris

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Fri Mar 28 12:09:27 EDT 2008


http://bugzilla.icculus.org/show_bug.cgi?id=3579





------- Comment #2 from vincent at cojot.name  2008-03-28 12:09 EDT -------
(From update of attachment 1708)
>Index: trunk/misc/setup/pkg/ioq3ded.sh
>===================================================================
>--- trunk/misc/setup/pkg/ioq3ded.sh	(revision 1274)
>+++ trunk/misc/setup/pkg/ioq3ded.sh	(working copy)
>@@ -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}"
> 
>Index: trunk/misc/setup/pkg/ioquake3.sh
>===================================================================
>--- trunk/misc/setup/pkg/ioquake3.sh	(revision 1274)
>+++ trunk/misc/setup/pkg/ioquake3.sh	(working copy)
>@@ -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}"
> 
>Index: trunk/Makefile
>===================================================================
>--- trunk/Makefile	(revision 1274)
>+++ trunk/Makefile	(working copy)
>@@ -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
>   else
>   ifeq ($(ARCH),i386)
>     OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list