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 | |
parent | 0d28e03ec234e9cfed24e780a005c4e04091ead2 (diff) |
note that syscall on mips needs to be fixed
-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: |