提交 64b69b22 编写于 作者: C cl

8026974: solaris build missing java-rmi.cgi

Reviewed-by: ksrini
上级 a2a1f51b
...@@ -576,9 +576,7 @@ ifeq ($(OPENJDK_TARGET_OS), linux) ...@@ -576,9 +576,7 @@ ifeq ($(OPENJDK_TARGET_OS), linux)
BUILD_LAUNCHERS += $(JAVA_RMI_CGI) BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
endif endif
ifeq ($(OPENJDK_TARGET_OS), solaris) ifeq ($(OPENJDK_TARGET_OS), solaris)
ifeq ($(OPENJDK_TARGET_CPU_BITS), 32) BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
endif
endif endif
# TODO: # TODO:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册