On 2018/08/14 09:56, Klemens Nanni wrote:
> On Mon, Aug 13, 2018 at 10:20:43PM +0100, Stuart Henderson wrote:
> > ports-gcc has emulated TLS as well ..
> Should I append it to the list?

ports-gcc is available on more arches than ports-clang so is useful to have
in the list if it works.

> Looking at existing COMPILER lines, it's not clear to me why people
> pick one or the other, so I just went for clang as personal preference.
> 

There are implications with dependencies, mixing things compiled with
different c++ compilers is unlikely to work well. So generally you want
to have a library compiled by the same compiler as programs using that
library.

Reply via email to