sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit e7470ee2c96aa5393c132d24e0a4290253d2c35a
parent 898559046529044d0c1a212245bd3654f8cbe03a
Author: FRIGN <dev@frign.de>
Date:   Fri, 18 Apr 2014 12:06:31 +0200

stali and 9base have been fixed to compile using musl, which is superior to bionic.

Diffstat:
Msuckless.org/project_ideas.md | 22----------------------
1 file changed, 0 insertions(+), 22 deletions(-)

diff --git a/suckless.org/project_ideas.md b/suckless.org/project_ideas.md @@ -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