summaryrefslogtreecommitdiffhomepage
path: root/MMGLUE
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-03-08 11:13:05 -0400
committermidipix <writeonce@midipix.org>2015-03-08 11:13:05 -0400
commit41058bd82ed2ae880c463d61e5702aef07681bf0 (patch)
tree5807640aad8b97b581727df1dddf0383fc2c33c9 /MMGLUE
downloadmmglue-41058bd82ed2ae880c463d61e5702aef07681bf0.tar.bz2
mmglue-41058bd82ed2ae880c463d61e5702aef07681bf0.tar.xz
port set-up
Diffstat (limited to 'MMGLUE')
-rw-r--r--MMGLUE14
1 files changed, 14 insertions, 0 deletions
diff --git a/MMGLUE b/MMGLUE
new file mode 100644
index 0000000..e01b87d
--- /dev/null
+++ b/MMGLUE
@@ -0,0 +1,14 @@
+this repository contains the midipix architecture- and target-specific
+files 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;