Blame MMGLUE

41058b
this repository contains the midipix architecture- and target-specific
41058b
files for musl libc (musl-libc.org).
41058b
41058b
the midipix musl port does not require any changes to upstream source files,
41058b
and has all files under the appropriate architecture-specific directories.
41058b
41058b
in order to ease development by way of out-of-tree builds, this project
41058b
currently uses 'lazy' as its build system. 'lazy' is deviant and somehow
41058b
slower than standard make files, but nonetheless gets the job done.
41058b
41058b
building requires a combined source tree (musl+mmglue) together with lazy,
41058b
and of course also the midipix toolchain.
41058b
41058b
to get lazy, git clone git://midipix.org/lazy;