From 67360c5b7e46ec27024e4f13c87fb40d3e3338f6 Mon Sep 17 00:00:00 2001 From: gbenson Date: Tue, 24 Aug 2010 13:27:45 +0100 Subject: 6976186: Integrate Shark Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: ohair --- make/hotspot-rules.gmk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'make/hotspot-rules.gmk') diff --git a/make/hotspot-rules.gmk b/make/hotspot-rules.gmk index 72d6f14..9a85b93 100644 --- a/make/hotspot-rules.gmk +++ b/make/hotspot-rules.gmk @@ -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) -- cgit v1.2.3