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,8 +73,12 @@ ifeq ($(DEBUG_NAME), fastdebug)
endif endif
ifeq ($(ZERO_BUILD), true) ifeq ($(ZERO_BUILD), true)
ifeq ($(SHARK_BUILD), true)
HOTSPOT_TARGET := $(HOTSPOT_TARGET)shark
else
HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
endif endif
endif
HOTSPOT_BUILD_ARGUMENTS += $(COMMON_BUILD_ARGUMENTS) HOTSPOT_BUILD_ARGUMENTS += $(COMMON_BUILD_ARGUMENTS)
HOTSPOT_BUILD_ARGUMENTS += ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR) HOTSPOT_BUILD_ARGUMENTS += ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR)