diff options
author | Weldon Goree <weldon@langurwallah.org> | 2014-07-20 07:10:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-20 07:10:49 +0700 |
commit | 4168c7298e899f29524179aff613db68edf16f84 (patch) | |
tree | d6a5bb27827ea194ee3cb051e9966f260f5950e0 /system/musl/README | |
parent | 35e0aa91e8028ab075391dea611e8f8a521e1e8f (diff) | |
download | slackbuilds-4168c7298e899f29524179aff613db68edf16f84.tar.gz |
system/musl: Added (musl C library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/musl/README')
-rw-r--r-- | system/musl/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/musl/README b/system/musl/README new file mode 100644 index 0000000000..6c6a0e26ba --- /dev/null +++ b/system/musl/README @@ -0,0 +1,4 @@ +Musl is a C standard library that strives to be lightweight, fast, simple, free, and correct. + +Musl includes a wrapper, musl-gcc, for building files linked against musl. +It also provides musl-ldd to print the shared libraries loaded by the musl loader. |