$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] target-arch
From: Dmitry Banschikov (me_at_[hidden])
Date: 2016-09-29 09:02:31
Hi!
I'm building project on different targets: x86, x86_64, mips, e2k, etc.
My project is only able to work in ILP32 model, so I have to specify
address-model=32 architecture=x86 when building on x86_64. On all
other platforms there is no need to specify additional arch specific
options.
I do not want to add this arguments to bjam invocation only for
x86_64. I would prefer to simply invoke bjam regardless arch type
building on. There is any way to put this specific for arch options in
jamroot? Something like target-os?
-- Dmitry Banschikov