richfelker / musl-cross-make

Simple makefile-based build for musl cross compiler
MIT License
1.27k stars 258 forks source link

Option to include LLVM's libc++? #162

Open darealshinji opened 1 year ago

darealshinji commented 1 year ago

According to my experience statically linking libc++ from LLVM generates smaller binaries than statically linking GNU's libstdc++, so why not combine it with musl in this cross toolchain?