David Craven <da...@craven.ch> writes: >> I just built musl and found that it also installs ?bin/musl-gcc?, a >> wrapper of sorts, but it doesn?t work as it depends on a ?gcc? >> executable to be available. > > With gcc 6 the wrapper isn't necessary anymore. You can disable it > with "--disable-gcc-wrapper". Other configure-flags that we probably > want are "--enable-shared" "--enable-static".
Thank you for the hint. I’ll add “--disable-gcc-wrapper” and push to master. We can add other configure flags once it becomes apparent that they are needed. Thank you, Vincent, for the contribution! ~~ Ricardo