提交 c80fb4f7 编写于 作者: G gbenson

6891677: java/build integrate zero assembler JDK changes

Summary: Build changes for the Zero assembler port
Reviewed-by: ohair, tbell
上级 d2c0bb8b
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册