aboutsummaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Add gnatls & gnatlinkc-grant2023-11-021-1/+1
| | | | | | | | add gnatls and gnatlink to list of tools since it is needed to support Ada just like gnatmake and gnatbind Update crosstool-NG.sh & TODO Signed-off-by: c-grant <60671494+c-grant@users.noreply.github.com>
* Unify core passesAlexey Neyman2022-02-111-1/+1
| | | | | | | | | With libc_headers step before pass-1, there is no need to distinguish pass-1 and pass-2; they are configured identically (note that with the current configuration, core pass-2 is only used for win32 - hence, uses build_libgcc=yes and mode=static). Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge a local TODO listAlexey Neyman2017-12-171-9/+9
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add -D__GLIBC__ to target CFLAGSAlexey Neyman2017-09-301-0/+1
| | | | | | | | ... when using musl to compile strace. Also, honor CT_TARGET_CFLAGS in scripts compiling target libs/binaries. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-291-0/+2
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add an ability to verify the digest/signatureAlexey Neyman2017-09-271-1/+2
| | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* patches/mingw-w64: Fix build with gcc7Kirill Smirnov2017-08-271-0/+2
| | | | | | | | Modified by Alexey Neyman: remove obsoleted v5.0.1, propagate the patches to older versions. Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com> Signed-off-by: Alexey Neyman <stilor@att.net>
* Skip ftp:// URLs, wget cannot verify themAlexey Neyman2017-08-231-0/+6
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Update TODOAlexey Neyman2017-08-211-5/+9
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Allow VCS versions to be patched via some unique revision IDAlexey Neyman2017-07-081-10/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch gen-kconfig to new frameworkAlexey Neyman2017-07-081-9/+8
| | | | | | | | | | | | | | | Also: - Move companion_* to comp_* to match the kconfig symbols - Replace bootstrap with former gen-versions.sh - Fold *.in.2 into their respective first parts; this moves common options to the end - if it is undesirable, inclusion of *.in can be moved where *.in.2 used to be (but that will also move version selection after common options). - Retire addToolVersion.sh (may later replace with a more comprehensive script that tries to download the added tarballs, copy the patches and try to apply them, and create a version.desc). Signed-off-by: Alexey Neyman <stilor@att.net>
* uClibc locale "package"Alexey Neyman2017-07-081-4/+4
| | | | | | Does not build, though. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix printing the branch used in GitAlexey Neyman2017-07-081-2/+12
| | | | | | | ... and prefer exact specified name, if it exists. More bootstrap script specifications for packages. Signed-off-by: Alexey Neyman <stilor@att.net>
* Downloading packages using new frameworkAlexey Neyman2017-07-081-5/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the references to old config variablesAlexey Neyman2017-07-081-0/+9
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-081-0/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-081-0/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add arm_neon.h as a TODO itemAlexey Neyman2017-05-141-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Update TODOAlexey Neyman2017-04-231-1/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Doc renames & issue templateAlexey Neyman2017-04-131-22/+106
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: Support only the latest branch releases of gccBryan Hundven2015-10-311-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>
* TODO: remove some itemsYann E. MORIN"2014-05-071-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>
* misc: fix more typos here and there...Yann E. MORIN"2011-07-171-1/+1
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs/TODO: remove finished items, update descriptions for remaining itemsYann E. MORIN"2010-01-131-19/+16
|
* TODO: updateYann E. MORIN"2009-09-041-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.
* /devel/gcc-4.4:Yann E. MORIN"2009-06-021-5/+1
| | | | | | | | - TODO: remove completed items -------- diffstat follows -------- /devel/gcc-4.4/TODO | 6 1 5 0 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
* /devel/gcc-4.4:Yann E. MORIN"2009-05-251-1/+0
| | | | | | | | - TODO: remove completed items -------- diffstat follows -------- /devel/gcc-4.4/TODO | 1 0 1 0 - 1 file changed, 1 deletion(-)
* /devel/gcc-4.4:Yann E. MORIN"2009-05-251-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(-)
* /devel/gcc-4.4:Yann E. MORIN"2009-05-251-0/+1
| | | | | | | | - TODO: add new item -------- diffstat follows -------- /devel/gcc-4.4/TODO | 1 1 0 0 + 1 file changed, 1 insertion(+)
* /trunk:Yann E. MORIN"2009-05-241-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(+)
* /devel/gcc-4.4:Yann E. MORIN"2009-05-211-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(-)
* /trunk:Yann E. MORIN"2009-05-211-0/+2
| | | | | | | | - TODO: add multilib. -------- diffstat follows -------- /trunk/TODO | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
* Add a TODO file.Yann E. MORIN"2009-05-121-0/+37
| | | | | | | -------- diffstat follows -------- /trunk/README | 2 2 0 0 ++ /trunk/TODO | 37 37 0 0 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+)
* Remove TODO, I can seem to update it and follow what's there... :-(Yann E. MORIN"2007-07-281-22/+0
|
* Update TODO.Yann E. MORIN"2007-07-161-0/+2
|
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-131-1/+1
| | | | Marked as BROKEN for others to debug that if they need it.
* Add the TODO file.Yann E. MORIN"2007-07-121-0/+20