diff --git a/MMGLUE b/MMGLUE deleted file mode 100644 index e01b87d..0000000 --- a/MMGLUE +++ /dev/null @@ -1,14 +0,0 @@ -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; 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;