I use MinGW cross compilation exclusively, so never run into this issue.
However, I use scons w/ MSVC and this nevers happens, because scons passes
options to MS lib/link via a option file.
GNU ar too, supports this, so it is probably just a matter of teaching scons to
use option files to GNU a
I am trying to build with LLVM under windows. Using SCons and MinGW.
After solving some basic problems with llvm-config and applying the
patches for 8.0.3 most things are going OK.
Until it is time to generate the libgallium.a library. The "ar" command
to build this library is over 10kBytes lo