diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-06 00:18:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-06 00:18:08 +0000 |
commit | af897c3930098389852c102eceecf77afc21fb56 (patch) | |
tree | 2cad6d962f37ea6e170468fc638778d584604fff /TODO | |
parent | 0d28e03ec234e9cfed24e780a005c4e04091ead2 (diff) | |
download | uClibc-alpine-af897c3930098389852c102eceecf77afc21fb56.tar.bz2 uClibc-alpine-af897c3930098389852c102eceecf77afc21fb56.tar.xz |
note that syscall on mips needs to be fixed
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ TODO list for the uClibc 1.0.0 release: *) Rework the build system Makefile to eliminate recursive make. *) Build both pic and non-pic objects where appropriate, so that static libs need not pay the pic size penalty. + *) Cleanup/scrub all the Makefile copyright junk + *) Fix syscall() on mips TODO list for AFTER the uClibc 1.0.0 release: |