make/common/MakeBase.gmk
changeset 42530 c3cee37b37f4
parent 42425 57cde06ae8d6
parent 42528 125bc97e7569
child 42983 7bf4468cdbc4
equal deleted inserted replaced
42529:d01162cb85f4 42530:c3cee37b37f4
   859       exit $(DOLLAR)exitcode ) )
   859       exit $(DOLLAR)exitcode ) )
   860 
   860 
   861 ################################################################################
   861 ################################################################################
   862 # Find lib dir for module
   862 # Find lib dir for module
   863 # Param 1 - module name
   863 # Param 1 - module name
   864 ifeq ($(OPENJDK_TARGET_OS_TYPE), unix)
   864 FindLibDirForModule = \
   865   FindLibDirForModule = \
   865     $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
   866       $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)$(OPENJDK_TARGET_CPU_LIBDIR)
       
   867 else
       
   868   FindLibDirForModule = \
       
   869       $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
       
   870 endif
       
   871 
   866 
   872 ################################################################################
   867 ################################################################################
   873 # Return a string suitable for use after a -classpath or --module-path option. It
   868 # Return a string suitable for use after a -classpath or --module-path option. It
   874 # will be correct and safe to use on all platforms. Arguments are given as space
   869 # will be correct and safe to use on all platforms. Arguments are given as space
   875 # separate classpath entries. Safe for multiple nested calls.
   870 # separate classpath entries. Safe for multiple nested calls.