From d9fe81c08e90b358b8f15c07d41f4cd9f456079b Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Tue, 6 Jun 2006 22:49:42 +0000 Subject: [PATCH] Add HAVE_VM_COMPILED=true for x86 FreeBSD so vm_x86.c gets built. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 98f4f40f..13d0933e 100644 --- a/Makefile +++ b/Makefile @@ -449,6 +449,7 @@ ifeq ($(PLATFORM),freebsd) -march=pentium -fomit-frame-pointer -pipe -ffast-math \ -falign-loops=2 -falign-jumps=2 -falign-functions=2 \ -funroll-loops -fstrength-reduce + HAVE_VM_COMPILED=true else BASE_CFLAGS += -DNO_VM_COMPILED endif