adtools
adtools copied to clipboard
Decide which clib2 flavour to use when -athread is supplied.
Clib2 comes in many flavours. When using -athread option, it probably would make sense to switch to the thread-safe variant by default. Otherwise, program probably don't work as expected (this has to be tested).
Quick question: can we use newlib with C++11 threading? Or is threading clib2 only?