summaryrefslogtreecommitdiffhomepage
path: root/README.MMGLUE
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-02 04:26:16 -0500
committermidipix <writeonce@midipix.org>2019-01-09 22:43:11 -0500
commitcaf808a71e2d11ae58287aeb90c1608c24e4ee8e (patch)
treedba770937343f02d8bcad10b20318f1b8900a949 /README.MMGLUE
parent0b7880fa598b71f8c8dd10acda813e645edfe176 (diff)
downloadmmglue-caf808a71e2d11ae58287aeb90c1608c24e4ee8e.tar.bz2
mmglue-caf808a71e2d11ae58287aeb90c1608c24e4ee8e.tar.xz
renamed and slightly revised MMGLUE --> README.MMGLUE.
Diffstat (limited to 'README.MMGLUE')
-rw-r--r--README.MMGLUE17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.MMGLUE b/README.MMGLUE
new file mode 100644
index 0000000..b5940f7
--- /dev/null
+++ b/README.MMGLUE
@@ -0,0 +1,17 @@
+mmglue
+======
+
+this repository contains the midipix architecture- and target-specific
+bits for musl libc (musl-libc.org).
+
+the midipix musl port does not require any changes to upstream source files,
+and has all files under the appropriate architecture-specific directories.
+
+in order to ease development by way of out-of-tree builds, this project
+currently uses 'lazy' as its build system. 'lazy' is deviant and somehow
+slower than standard make files, but nonetheless gets the job done.
+
+building requires a combined source tree (musl+mmglue) together with lazy,
+and of course also the midipix toolchain.
+
+to get lazy, git clone git://midipix.org/lazy;