richfelker / musl-cross-make

Simple makefile-based build for musl cross compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to include LLVM's libc++?

darealshinji opened this issue · comments

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?