$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] switching on toolset
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-06-16 18:54:38
Hi,
I'd like specify different requirement (cxxflags specifically) depending on
which toolset I am running against.
I know I specify multiple entries in requirements for each toolset, but I'd
rather have some if statement which explicit state what i mean. This is
especially important to handle various gcc versions. I'd rather not spell
out each version, but have some conditions on version number.
Any help appreciated.
Gennadiy