$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: jens_maurer (Jens.Maurer_at_[hidden])
Date: 2003-07-10 17:29:09
Reading the documentation, I thought this would work
to pass an additional option to gcc:
bjam -sTOOLS="gcc" -sBUILD="<gcc><*><cxxflags>-fabi-version=0"
But it doesn't.
Substituting "gcc" with "como" throughout works (i.e. the option
comes through to the command line).
Do I have to add some more <*> in between for gcc?
I'm confused.
Jens Maurer