$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Building with clang for Windows/MingW
From: Edward Diener (eldiener_at_[hidden])
Date: 2014-01-30 18:18:20
When trying to test clang under Windows which is built with MingW, which
essentially becomes clang-linux as a toolset, Boost Build runs with the
options:
-c -x c++ -O0 -g -fno-inline -Wall -g -mthreads
However clang does not recognize -mthreads and flags it as an error. Is
there anything I can do to remove this option from the clang++.exe
command line when invoking Boost Build ?