Skip to content

Commit

Permalink
Enable OMRPORT_OMRSIG_SUPPORT globally in OpenJ9
Browse files Browse the repository at this point in the history
Currently, OMRPORT_OMRSIG_SUPPORT is only defined while building the
port library. But, OMRPORT_OMRSIG_SUPPORT should be defined globally.
This will allow omrsig macros such as OMRSIG_SIGNAL and OMRSIG_SIGACTION
to be used consistently across OpenJ9. Thus, OMRPORT_OMRSIG_SUPPORT is
enabled globally.

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh committed Sep 13, 2018
1 parent 11c7267 commit 45135e8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ TEMP_TARGET_DATASIZE := $(if $(findstring -64,$(SPEC)),64,32)
CONFIGURE_ARGS += \
<#if uma.spec.flags.opt_cuda.enabled>
--enable-OMR_OPT_CUDA \
</#if>
<#if uma.spec.flags.port_omrsigSupport.enabled>
--enable-OMRPORT_OMRSIG_SUPPORT \
</#if>
--enable-OMR_GC \
--enable-OMR_PORT \
Expand Down

0 comments on commit 45135e8

Please sign in to comment.