commit e7470ee2c96aa5393c132d24e0a4290253d2c35a
Author: FRIGN <dev_AT_frign.de>
Date: Fri Apr 18 12:06:31 2014 +0200
stali and 9base have been fixed to compile using musl, which is superior to bionic.
diff --git a/suckless.org/project_ideas.md b/suckless.org/project_ideas.md
index 75b7776..f0a222b 100644
--- a/suckless.org/project_ideas.md
+++ b/suckless.org/project_ideas.md
_AT_@ -34,28 +34,6 @@ The listed ideas generally require good knowledge of C and experience with
Unix-like operating systems. The difficulty ranges from medium to high.
An academic background in computer science is desirable but not essential.
-### Port [stali](
http://sta.li) to use bionic
-
-So far [static linux](
http://sta.li) requires [uclibc](
http://www.uclibc.org) for most userland
-tools and glibc for some exceptions. We'd like to replace the uclibc dependency
-with bionic from android.
-
-This project can be achieved on a tool by tool basis because it will require
-some code patching.
-
-***Requirements:*** Good C/Unix knowledge is necessary.
-
-### Port [9base](
http://tools.suckless.org/9base) to use bionic
-
-So far 9base uses the hosts C library. We'd like to replace the host libc
-dependency with bionic from android.
-
-This project can be extended to do the same in
-[plan9port](
http://swtch.com/plan9port/) by Russ Cox, if the progress is fast
-in achieving this.
-
-***Requirements:*** Good C/Unix knowledge is essential.
-
### Write ld wrapper or replacement for static linking
The GNU autotools such as automake and autoconf are completely unusable in
Received on Fri Apr 18 2014 - 12:07:58 CEST