From 7607d1083b53ec0a59bcc05f4fbf5e697ad12af3 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Sun, 18 Dec 2005 15:36:07 +0000 Subject: [PATCH] enable x86_64 vm --- code/unix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index 2cff729f..2247bcdc 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -161,8 +161,8 @@ ifeq ($(PLATFORM),linux) 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 \