6976186: Integrate Shark

Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure.

Reviewed-by: ohair
This commit is contained in:
Gary Benson 2010-08-24 13:27:45 +01:00
parent 4862cbc68f
commit e0b5ab6bcb

View File

@ -73,7 +73,11 @@ ifeq ($(DEBUG_NAME), fastdebug)
endif
ifeq ($(ZERO_BUILD), true)
HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
ifeq ($(SHARK_BUILD), true)
HOTSPOT_TARGET := $(HOTSPOT_TARGET)shark
else
HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
endif
endif
HOTSPOT_BUILD_ARGUMENTS += $(COMMON_BUILD_ARGUMENTS)