You need to sign in or sign up before continuing.
提交 5772d1c6 编写于 作者: E erikj

8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built.

Reviewed-by: tbell
上级 b640a740
......@@ -317,7 +317,7 @@ ifeq ($(OPENJDK_TARGET_CPU_BITS),32)
$(MKDIR) -p $(@D)
$(RM) $(JVMCFG)
$(PRINTF) "-client KNOWN\n">$(JVMCFG)
$(PRINTF) "-server IGNORE\n">>$(JVMCFG)
$(PRINTF) "-server ALIASED_TO -client\n">>$(JVMCFG)
$(PRINTF) "-hotspot ALIASED_TO -client\n">>$(JVMCFG)
$(PRINTF) "-classic WARN\n">>$(JVMCFG)
$(PRINTF) "-native ERROR\n">>$(JVMCFG)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册