r446 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Dec 18 10:36:07 EST 2005


Author: ludwig
Date: 2005-12-18 10:36:07 -0500 (Sun, 18 Dec 2005)
New Revision: 446

Modified:
   trunk/code/unix/Makefile
Log:
enable x86_64 vm


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-12-13 02:35:00 UTC (rev 445)
+++ trunk/code/unix/Makefile	2005-12-18 15:36:07 UTC (rev 446)
@@ -161,8 +161,8 @@
     OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
       -falign-loops=2 -falign-jumps=2 -falign-functions=2 \
       -fstrength-reduce
-    # experimental x86_64 jit compiler! you need as
-    #HAVE_VM_COMPILED = true
+    # experimental x86_64 jit compiler! you need GNU as
+    HAVE_VM_COMPILED = true
   else
   ifeq ($(ARCH),i386)
     OPTIMIZE = -O3 -march=i686 -fomit-frame-pointer -ffast-math \




More information about the quake3-commits mailing list