6891677: java/build integrate zero assembler JDK changes

Build changes for the Zero assembler port

Reviewed-by: ohair, tbell
This commit is contained in:
Gary Benson 2009-10-15 13:26:17 +01:00
parent 4d263d042f
commit e30aafe421

View File

@ -72,6 +72,10 @@ ifeq ($(DEBUG_NAME), fastdebug)
HOTSPOT_TARGET = all_fastdebug
endif
ifeq ($(ZERO_BUILD), true)
HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
endif
HOTSPOT_BUILD_ARGUMENTS += $(COMMON_BUILD_ARGUMENTS)
HOTSPOT_BUILD_ARGUMENTS += ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR)
HOTSPOT_BUILD_ARGUMENTS += ALT_EXPORT_PATH=$(HOTSPOT_EXPORT_PATH)