Thanks. I’ve tried this, but may be putting my user-config.jam file in the wrong place or invoking my toolset incorrectly (or, more likely, both).
On 2 Feb 2020, at 17:32, Rene Rivera via Boost-build <boost-build@lists.boost.org> wrote:
import feature ;
feature.extend os : rtems ;
feature.extend target-os : rtems ;
feature.extend host-os : rtems ;
I’ve added this to my user-config.jam. I left the file in $BOOST_ROOT/tools/build/example, because the file says it can be left there...