# HG changeset patch # User "Yann E. MORIN" # Date 1263407232 -3600 # Node ID 648fcf1f4568ace6c774bb0184a6ce7954ad89d7 # Parent c43d16b6b950efe67a0b5fc9fff0582ace626045 docs/TODO: remove finished items, update descriptions for remaining items diff -r c43d16b6b950 -r 648fcf1f4568 TODO --- a/TODO Tue Jan 12 21:47:57 2010 +0000 +++ b/TODO Wed Jan 13 19:27:12 2010 +0100 @@ -4,35 +4,32 @@ - update versions for every tools... +- update and/or upgrade all samples + Non-recurring tasks: -- build our own versions for (minimum versions): - m4 1.4.12 - autoconf 2.63 - automake 1.10.2 - libtool 2.2.4 +- update newlib (for enhanced bare metal) + - confirm existing implementation on targets other than AVR32 + - try to make it generic, will help for uClibc++ -- uClinux +- multilib -- add newlib (for enhanced bare metal) - - may need heavy tweaks and bends in gcc.sh - - try to make it generic, will help for uClibc++ - - check whether it supports running under uClinux +- Cygwin target (needs newlib) + - so we can build toolchains that generate code for Windows/Cygwin + +- Cygwin host + - so we can build toolchains that run natively under Windows/Cygwin + +- mingw32 target + - so we can build toolchains that generate code for Windows/Win32 + +- mingw32 host + - so we can build toolchains that run natively under Windows/Win32 + (without requiring Cygwin) - uClibc++ - see newlib, above -- Cygwin target (needs newlib) - - so we can complie for Windows/Cygwin - -- mingw32 target - - so we can compile for Windows/Win32 - -- mingw32 host - - so we can run natively under Windows/Win32 (without requiring Cygwin) - -- eglibc config file - - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html - -- multilib +- uClinux + - check whether we can use newlib under uClinux (?)