From ca1b5b399e8a61bd3e578f4230b08ed1f8d7ff89 Mon Sep 17 00:00:00 2001 From: thilo Date: Tue, 6 Jun 2006 22:49:42 +0000 Subject: Add HAVE_VM_COMPILED=true for x86 FreeBSD so vm_x86.c gets built. git-svn-id: svn://svn.icculus.org/quake3/trunk@799 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98f4f40..13d0933 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 -- cgit v1.2.3