We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 161d7ce + ce7770c commit 526b752Copy full SHA for 526b752
closed/OpenJ9.gmk
@@ -388,7 +388,7 @@ endif # OPENJ9_ENABLE_DDR
388
build-j9 : run-preprocessors-j9
389
@$(ECHO) "Compiling OpenJ9 in $(OUTPUTDIR)/vm"
390
$(call ShowVersions)
391
- +OPENJ9_BUILD=true $(EXPORT_COMPILER_ENV_VARS) $(CUSTOM_COMPILER_ENV_VARS) \
+ +$(EXPORT_COMPILER_ENV_VARS) $(CUSTOM_COMPILER_ENV_VARS) \
392
$(MAKE) $(MAKE_ARGS) -C $(OUTPUTDIR)/vm all
393
@$(ECHO) OpenJ9 compile complete
394
+$(DDR_COMMAND)
0 commit comments