comparison make/solaris/makefiles/defs.make @ 21913:a04b45953250

Append -nojvmci to the compiler directory when building without jvmci
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Wed, 10 Jun 2015 19:25:28 +0200
parents 6c3c21d9b5ef
children
comparison
equal deleted inserted replaced
21912:1a6a520af3b5 21913:a04b45953250
231 else 231 else
232 EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libjsig.debuginfo 232 EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libjsig.debuginfo
233 endif 233 endif
234 endif 234 endif
235 235
236 EXPORT_SERVER_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/server 236 EXPORT_SERVER_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/server$(COMPILER_DIR_SUFFIX)
237 EXPORT_CLIENT_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/client 237 EXPORT_CLIENT_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/client$(COMPILER_DIR_SUFFIX)
238 238
239 ifeq ($(JVM_VARIANT_SERVER),true) 239 ifeq ($(JVM_VARIANT_SERVER),true)
240 EXPORT_LIST += $(EXPORT_SERVER_DIR)/Xusage.txt 240 EXPORT_LIST += $(EXPORT_SERVER_DIR)/Xusage.txt
241 EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.$(LIBRARY_SUFFIX) 241 EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm.$(LIBRARY_SUFFIX)
242 EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_db.$(LIBRARY_SUFFIX) 242 EXPORT_LIST += $(EXPORT_SERVER_DIR)/libjvm_db.$(LIBRARY_SUFFIX)