$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Default toolset in user-config.jam
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-10-23 20:58:56
AMDG
On 10/23/2013 05:47 PM, Mateusz Loskot wrote:
> On Linux, I have both GCC and clang installed.
> How can I specify in user-config.jam that I wish
> clang to be used as the default toolset?
>
> It is, I'd like the sole b2 command to pick clang, without
> the full command b2 toolset=clang required.
>
Declare clang before gcc. The first
toolset declared is the default.
In Christ,
Steven Watanabe