summaryrefslogtreecommitdiffhomepage
path: root/README.MMGLUE
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-02 04:28:44 -0500
committermidipix <writeonce@midipix.org>2019-01-09 22:43:12 -0500
commita19e6709fd98c1c7a3665a4451e32e9f641c2f28 (patch)
tree436fdd2a10147013428b04b3a51d356d8705263f /README.MMGLUE
parentcaf808a71e2d11ae58287aeb90c1608c24e4ee8e (diff)
downloadmmglue-a19e6709fd98c1c7a3665a4451e32e9f641c2f28.tar.bz2
mmglue-a19e6709fd98c1c7a3665a4451e32e9f641c2f28.tar.xz
build-system transition: removed musl.lzy, updated README.MMGLUE.
Diffstat (limited to 'README.MMGLUE')
-rw-r--r--README.MMGLUE9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.MMGLUE b/README.MMGLUE
index b5940f7..23b24b8 100644
--- a/README.MMGLUE
+++ b/README.MMGLUE
@@ -6,12 +6,3 @@ 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;