diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-06-06 22:49:42 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-06-06 22:49:42 +0000 |
commit | ca1b5b399e8a61bd3e578f4230b08ed1f8d7ff89 (patch) | |
tree | 79c280d1c345553c37fb337cb7b605e6dc64c22d /Makefile | |
parent | 25475468b34f883e5349f2e50d180de3718398c7 (diff) | |
download | ioquake3-aero-ca1b5b399e8a61bd3e578f4230b08ed1f8d7ff89.tar.gz ioquake3-aero-ca1b5b399e8a61bd3e578f4230b08ed1f8d7ff89.zip |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |