jdk/makefiles/CompileLaunchers.gmk
changeset 20896 df76d62dc5ff
parent 20884 66f924cdfeb9
parent 20894 e76b60e555d7
child 21399 3ed2559e161d
equal deleted inserted replaced
20889:4623e6c3f435 20896:df76d62dc5ff
   572 JAVA_RMI_CGI := $(JDK_OUTPUTDIR)/bin$(OUTPUT_SUBDIR)/java-rmi.cgi
   572 JAVA_RMI_CGI := $(JDK_OUTPUTDIR)/bin$(OUTPUT_SUBDIR)/java-rmi.cgi
   573 ifeq ($(OPENJDK_TARGET_OS), linux)
   573 ifeq ($(OPENJDK_TARGET_OS), linux)
   574   BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
   574   BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
   575 endif
   575 endif
   576 ifeq ($(OPENJDK_TARGET_OS), solaris)
   576 ifeq ($(OPENJDK_TARGET_OS), solaris)
   577   ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
   577   BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
   578     BUILD_LAUNCHERS += $(JAVA_RMI_CGI)
       
   579   endif
       
   580 endif
   578 endif
   581 
   579 
   582 # TODO:
   580 # TODO:
   583 # On windows java-rmi.cgi shouldn't be bundled since Java 1.2, but has been built all
   581 # On windows java-rmi.cgi shouldn't be bundled since Java 1.2, but has been built all
   584 # this time anyway. Since jdk6, it has been built from the wrong source and resulted
   582 # this time anyway. Since jdk6, it has been built from the wrong source and resulted