Skip to content

Commit

Permalink
Merge pull request #3283 from babsingh/disable_cfs_support_osx
Browse files Browse the repository at this point in the history
Disable OMR_THR_YIELD_ALG on MacOS
  • Loading branch information
charliegracie authored Dec 10, 2018
2 parents 9567a37 + 27df295 commit 0726760
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/glue/configure_includes/configure_osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ CONFIGURE_ARGS += \
--enable-OMR_TEST_COMPILER \
--enable-OMR_THR_FORK_SUPPORT \
--enable-OMR_THR_THREE_TIER_LOCKING \
--enable-OMR_THR_YIELD_ALG \
--enable-OMR_GC_ARRAYLETS \
--enable-OMR_THR_SPIN_WAKE_CONTROL

Expand Down
1 change: 0 additions & 1 deletion glue/configure_includes/configure_osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ CONFIGURE_ARGS += \
--enable-OMR_PORT_CAN_RESERVE_SPECIFIC_ADDRESS \
--enable-OMR_THR_FORK_SUPPORT \
--enable-OMR_THR_THREE_TIER_LOCKING \
--enable-OMR_THR_YIELD_ALG \
--enable-OMR_GC_ARRAYLETS

CONFIGURE_ARGS += libprefix=lib exeext= solibext=.dylib arlibext=.a objext=.o
Expand Down

0 comments on commit 0726760

Please sign in to comment.