summaryrefslogtreecommitdiff
path: root/system/musl/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/musl/README')
-rw-r--r--system/musl/README4
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.