summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2015-10-31gcc: Support only the latest branch releases of gccBryan Hundven1-1/+0
This change, as per #222, reduces the number of supported releases of gcc to the latest branch releases. I noticed while doing this work that gcc-4.5.4 was never added, so I moved patches for gcc-4.5.3 to 4.5.4 and updated the bfin-unknown-linux-uclibc example. Also, 120-siginfo.patch was fixed upstream in the 4.5.4 release, so this patch is omitted. I also bumped the avr sample to 4.9.3 from 4.9.2. With the addition of gcc-5.x, the gcc release team now releases the major.minor.0 versions, while updates to the branch are available in svn/git. We'll address that when we get to issue #219. This change just removes CC_GCC_5_1 and moves CC_GCC_5_2 to CC_GCC_5, and removes CC_GCC_5_1_or_later and moves CC_GCC_5_2_or_later to CC_GCC_5_or_later. This is the first of two part changes, as mentioned in #222. This change is slated for release in 1.22.0. The next change will be slated for 1.23.0, and will limit gcc versions to what is on https://gcc.gnu.org under "Release Series and Status", which is currently 4.9.3 and 5.2.0, although I will also support the previous supported version. In this example that would be 4.8.5. Last, but not least, this change also retires AVR32 support. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2014-05-07TODO: remove some itemsYann E. MORIN"1-10/+0
Those items have now been implemented: - mingw32 target we have it now, and even mingw64 too - mingw32 host it is certainly possible to canadian-build a toolchain to run in a mingw host - Cygwin host it is possible to build a toolchain in Cygwin, and it is probably possible to canadian-build it as well Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2011-07-17misc: fix more typos here and there...Yann E. MORIN"1-1/+1
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-01-13docs/TODO: remove finished items, update descriptions for remaining itemsYann E. MORIN"1-19/+16
2009-09-04TODO: updateYann E. MORIN"1-0/+6
Add TODO list for m4, autoconf, automake and libtool. Building our own versions would remove burden from the users who have older versions on their distributions, and are not ready/able/allowed to upgrade.
2009-06-02/devel/gcc-4.4:Yann E. MORIN"1-5/+1
- TODO: remove completed items -------- diffstat follows -------- /devel/gcc-4.4/TODO | 6 1 5 0 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
2009-05-25/devel/gcc-4.4:Yann E. MORIN"1-1/+0
- TODO: remove completed items -------- diffstat follows -------- /devel/gcc-4.4/TODO | 1 0 1 0 - 1 file changed, 1 deletion(-)
2009-05-25/devel/gcc-4.4:Yann E. MORIN"1-5/+1
- TODO: remove completed items (companion libs are now in). -------- diffstat follows -------- /devel/gcc-4.4/TODO | 6 1 5 0 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
2009-05-25/devel/gcc-4.4:Yann E. MORIN"1-0/+1
- TODO: add new item -------- diffstat follows -------- /devel/gcc-4.4/TODO | 1 1 0 0 + 1 file changed, 1 insertion(+)
2009-05-24/trunk:Yann E. MORIN"1-0/+1
- TODO: add MPC as a gcc-4.4 pre-requisite -------- diffstat follows -------- /devel/gcc-4.4/TODO | 1 1 0 0 + 1 file changed, 1 insertion(+)
2009-05-21/devel/gcc-4.4:Yann E. MORIN"1-1/+1
- trivial spelling fix in TODO -------- diffstat follows -------- /devel/gcc-4.4/TODO | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-05-21/trunk:Yann E. MORIN"1-0/+2
- TODO: add multilib. -------- diffstat follows -------- /trunk/TODO | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
2009-05-12Add a TODO file.Yann E. MORIN"1-0/+37
-------- diffstat follows -------- /trunk/README | 2 2 0 0 ++ /trunk/TODO | 37 37 0 0 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+)
2007-07-28Remove TODO, I can seem to update it and follow what's there... :-(Yann E. MORIN"1-22/+0
2007-07-16Update TODO.Yann E. MORIN"1-0/+2
2007-07-13Add ltrace (and libelf) utilities.Yann E. MORIN"1-1/+1
Marked as BROKEN for others to debug that if they need it.
2007-07-12Add the TODO file.Yann E. MORIN"1-0/+20