Added AMD64 JIT building to the makefile.

This commit is contained in:
David Anderson 2008-08-18 12:57:35 -07:00
parent 751ef6d2af
commit 938044313a

View File

@ -73,6 +73,11 @@ endif # gcc
endif # 86
endif # !x86_64
ifeq ($(CPU_ARCH),x86_64)
OS_CFLAGS += -DAVMPLUS_AMD64 -DAVMPLUS_LINUX
NANOJIT_ARCH = i386
endif
ifeq ($(CPU_ARCH),arm)
OS_CFLAGS += -DAVMPLUS_ARM -DAVMPLUS_LINUX
NANOJIT_ARCH = Thumb