Ricardo Wurmus <rek...@elephly.net> writes: > 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!
One more thing: I also updated the license. Musl is released under Expat. Pushed to master as ce728f70e5ef8783a28652e382c2c9f61c7b4c06. ~~ Ricardo