musl/tools
Shiz fb58545f8d add musl-clang, a wrapper for system clang installs
musl-clang allows the user to compile musl-powered programs using their
already existent clang install, without the need of a special cross compiler.
it achieves this by wrapping around both the system clang install and the
linker and passing them special flags to re-target musl at runtime.
it does only affect invocations done through the special musl-clang wrapper
script, so that the user setup remains fully intact otherwise.

the clang wrapper consists of the compiler frontend wrapper script,
musl-clang, and the linker wrapper script, ld.musl-clang.
musl-clang makes sure clang invokes ld.musl-clang to link objects; neither
script needs to be in PATH for the wrapper to work.
2015-07-06 23:52:16 +00:00
..
install.sh fix system breakage window during make install due to permissions 2014-01-15 22:29:13 -05:00
ld.musl-clang.in add musl-clang, a wrapper for system clang installs 2015-07-06 23:52:16 +00:00
mkalltypes.sed refactor headers, especially alltypes.h, and improve C++ ABI compat 2013-07-22 11:22:36 -04:00
musl-clang.in add musl-clang, a wrapper for system clang installs 2015-07-06 23:52:16 +00:00
musl-gcc.specs.sh
version.sh add infrastructure to record and report the version of libc.so 2013-12-01 17:27:25 -05:00