Skip to content
  • Alan Wu's avatar
    a8dc49b4
    YJIT: Support MAKE=bmake for release build · a8dc49b4
    Alan Wu authored
    This add support for bmake, which should allow building with
    `configure --enable-yjit` for the BSDs. Tested on FreeBSD 13 and
    on macOS with `configure MAKE=bmake` on a case-sensitive file system.
    
    It works by including a fragment into the Makefile through the configure
    script, similar to common.mk. It uses the always rebuild approach to
    keep build system changes minimal.
    a8dc49b4
    YJIT: Support MAKE=bmake for release build
    Alan Wu authored
    This add support for bmake, which should allow building with
    `configure --enable-yjit` for the BSDs. Tested on FreeBSD 13 and
    on macOS with `configure MAKE=bmake` on a case-sensitive file system.
    
    It works by including a fragment into the Makefile through the configure
    script, similar to common.mk. It uses the always rebuild approach to
    keep build system changes minimal.
Loading