summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-30 07:40:15 +0000
committerEric Andersen <andersen@codepoet.org>2004-08-30 07:40:15 +0000
commitdf2b64698b95b1ac5d4ce893466f8e5fafa3ff9c (patch)
tree9d679f8f32fdbfb1a3c1e33e884e73cb38a26729 /TODO
parent2fa66a163a6c261169802daab4c3f558f34349aa (diff)
Mention kernel abi selection
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 388280324..de47f4a4f 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,12 @@ TODO list for the uClibc 0.9.27 release:
TODO list for the uClibc 1.0.0 release:
-------------------------------------------------
+ *) Explicity add some sortof CONFIG_LINUX_2_2_ABI, CONFIG_LINUX_2_4_ABI
+ and CONFIG_LINUX_2_6_ABI type options, rather than having the abi
+ depend on the selected set of kernel headers. This will likely also
+ require that we provide a set of kernel headers (probably a derivitive
+ of Mazur's linux-libc-headers) that can supplies the 2.2, 2.4, and 2.6
+ kernel abi.
*) Documentation updates:
*) Write a uClibc HOWTO document
*) Update README document