diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-12 06:07:41 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-12 06:07:41 +0000 |
commit | 1c1d672f87c1fbf0428486f0eeb4f2791483570a (patch) | |
tree | 7830b79a0b81e7a4fb156fa7923bd712b2c13bde /TODO | |
parent | f24796f24a9f7e7f320d2caa2d4b79912327d48b (diff) | |
download | crosstool-ng-1c1d672f87c1fbf0428486f0eeb4f2791483570a.tar.gz crosstool-ng-1c1d672f87c1fbf0428486f0eeb4f2791483570a.tar.bz2 crosstool-ng-1c1d672f87c1fbf0428486f0eeb4f2791483570a.zip |
Add a TODO file.
-------- diffstat follows --------
/trunk/README | 2 2 0 0 ++
/trunk/TODO | 37 37 0 0 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -0,0 +1,37 @@ +This is a somewhat ordered TODO list: + +Recuring tasks: + +- update versions for every tools... + + + +Non-recurring: + +- gcc-4.4 + - requires some companion libs: + - PPL + - CLoog + - check that the patchset from 4.3.3 still applies + +- uClinux + +- 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 + +- 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 |